You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: