Pieter De Cremer (Semgrep)
Pieter De Cremer (Semgrep)
Sorry for the big PR!
**Describe the bug** When the test file only contains negative test cases (the `ok: ` syntax). The results of this test are not returned if these tests pass. Also, if...
Fix for bug reported here: https://github.com/returntocorp/semgrep-rules/issues/2407
https://github.com/returntocorp/semgrep-rules/blob/384221e9e42d3a491b470ec84a4d00eba2cbebfa/ruby/rails/security/injection/tainted-sql-string.yaml#L13
**Describe the bug** I want to find the value of a environment variable declared with ENV ``` pattern: ENV ... ``` matches the line on my local version, but not...
We are researchers at Semgrep, an open-source a static analysis tool. We regularly test new rules for this tool on open source code. During this testing we identified some cookie...