Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

baldur: should verify the namespace syntax when reading baldur.properties #367

Open
jburke-cadc opened this issue Nov 9, 2021 · 0 comments

Comments

@jburke-cadc
Copy link
Contributor

jburke-cadc commented Nov 9, 2021

In baldur.properties, the namespace is the second value in the org.opencadc.baldur.entry property. baldur checks that each namespace is a valid regex expression. But baldur does not check the syntax of the namespace.

An example namespace in the regular expression ^cadc:BLAST/.*: where ^ is the start of the regex, cadc:BLAST/ is the namespace, and .* matches any characters after the namespace.

Look at what raven is doing to verify the namespace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant