This project is archived. Its data is
read-only
.
Fix evil example to use non constant var
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Fix evil example to use non constant var
Daniel Paul Searles
requested to merge
fix-evil-example-master
into
master
May 14, 2021
Overview
1
Commits
1
Pipelines
3
Changes
1
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
Loading