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

Error: connect ETIMEDOUT #72

Closed
manish-kumar9a9 opened this issue Jan 27, 2020 · 2 comments
Closed

Error: connect ETIMEDOUT #72

manish-kumar9a9 opened this issue Jan 27, 2020 · 2 comments

Comments

@manish-kumar9a9
Copy link

Input OK. pattern /^\d\d:\d\d:\d\d$/ config {"server":{"hostname":"toybox.cs.vt.edu","port":8000},"cache":{"type":"persistent","persistentDir":"/var/folders/j0/m23f4smx71q96s90ysyz9ftc0000gp/T/vuln-regex-detector-client-persistentCache"}}
promiseResult: data {"pattern":"^\d\d:\d\d:\d\d$","language":"javascript","requestType":"LOOKUP_ONLY"}
kvGetPersistent: getting result from /var/folders/j0/m23f4smx71q96s90ysyz9ftc0000gp/T/vuln-regex-detector-client-persistentCache/32292db5f82de494f4c0bfefa49caf72.json
Writing to req:
{"pattern":"^\d\d:\d\d:\d\d$","language":"javascript","requestType":"LOOKUP_ONLY"}
Error: Error: connect ETIMEDOUT 128.173.237.124:8000

@davisjam
Copy link
Owner

At the moment the Virginia Tech instance of the backend service is not up. The code is available and instructions to set up your own instance are in the repo.

Sorry for any inconvenience!

The regex you indicated, /^\d\d:\d\d:\d\d$/, will be evaluated in linear time by any regex engine.

@manish-kumar9a9
Copy link
Author

@davisjam No any problem at all.

The regex you indicated, /^\d\d:\d\d:\d\d$/, will be evaluated in linear time by any regex engine

Thanks for the clarifications.

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

2 participants