Skip to content

Fix evil example to use non constant var

Daniel Paul Searles requested to merge fix-evil-example-master into master

Why:

  • The semgrep scanner has constant propagation and can tell if a variable that's being used is a constant or passed in. That means our examples need to use an unset variable from a function parameter.

Merge request reports