We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying the examples at https://www.npmjs.com/package/vuln-regex-detector#example we see it take a long time (more than 2 minutes) in .testSync() and .test() throws an error with reason INVALID.
.testSync()
.test()
INVALID
Is this expected?
Run in: DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.04 DISTRIB_CODENAME=focal DISTRIB_DESCRIPTION="Ubuntu 20.04.3 LTS" Node.js v18.12.1
The text was updated successfully, but these errors were encountered:
Encountering the same error. The Implementation Document says
Implementation
This module queries a server hosted at Virginia Tech. When you use it, your regex will be shipped (via HTTPS) to the server and tested there.
So maybe the server at Virginia is down?
Sorry, something went wrong.
No branches or pull requests
Trying the examples at https://www.npmjs.com/package/vuln-regex-detector#example we see it take a long time (more than 2 minutes) in
.testSync()
and.test()
throws an error with reasonINVALID
.Is this expected?
Run in:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.3 LTS"
Node.js v18.12.1
The text was updated successfully, but these errors were encountered: