James C. (Jamie) Davis
James C. (Jamie) Davis
After #5 is merged, we should add the new build instructions. They are: ```bash mvn clean mvn compile mvn package ``` @2bdenny You may want to change the build directory...
I reiterate that this PR contains neither spam (which by definition is useless, rather than useful) nor malware. I have replied to the concerns of @gek169 at greater length [here](https://github.com/C-Chads/tinygl/pull/29#issuecomment-1791190866).
@tuupola Thanks for your feedback, we appreciate it. Problem #1: Agree, these could be improved. Though I'm curious if you can explain more about the difference you perceive between opening...
Fixed by #3, so I guess this can be closed?
Overall this looks fine. Your IDE has changed many lines for linting purposes, which makes this PR look a lot bigger than it really is. @emily-desverreaux I'm going to open...
This can be closed. Superseded by #6.
*Regex extraction* and *regex analysis* are separate problems. ## Regex extraction The extraction relies on simple static analysis. It only finds regexes declared `/like this/` or as constant strings in...
Did you run the [configure step](https://github.com/davisjam/vuln-regex-detector#local-queries) or try the [Dockerfile](https://github.com/davisjam/vuln-regex-detector#docker)?
@demands requests more links about catastrophic backtracking and REDOS as a security issue vs. a performance issue.
@josdejong's requests are documented [here](https://github.com/davisjam/vuln-regex-detector/issues/39#issuecomment-381237315).