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

cache: server should stick to UNKNOWN if none of the detectors can parse the regex #32

Open
davisjam opened this issue Apr 5, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@davisjam
Copy link
Owner

davisjam commented Apr 5, 2018

See this regex, for example. None of the state-of-the-art detectors can handle the \b (word boundary). It would be more appropriate for the server to discard than place this in the lookup table.

@davisjam
Copy link
Owner Author

davisjam commented Apr 5, 2018

The code to change is here in validate-uploads.

@davisjam davisjam added the bug Something isn't working label Apr 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant