Summary
Continue working on PR #1966.
- Create a branch derived from
fix-semgrep-issues-2 branch.
- Create a new PR with the
fix-semgrep-issues-2 as a base branch.
- Fix all code related issues found with
semgrep.
- To get the list of remaining issues execute the following command:
semgrep ci --config="auto" --config="r/default" --config="r/go" --config="r/dgryski" --config="r/trailofbits" --config="r/dockerfile" --config="r/bash" --config="r/problem-based-packs" --config="r/generic" --config="r/yaml" --config="r/json" --config="./.semgrep/rules" --dataflow-traces --max-target-bytes=2MB
Test plan
Summary
Continue working on PR #1966.
fix-semgrep-issues-2branch.fix-semgrep-issues-2as a base branch.semgrep.Test plan
makecompletes without errorssemgrep ci --config="auto" --config="r/default" --config="r/go" --config="r/dgryski" --config="r/trailofbits" --config="r/dockerfile" --config="r/bash" --config="r/problem-based-packs" --config="r/generic" --config="r/yaml" --config="r/json" --config="./.semgrep/rules" --dataflow-traces --max-target-bytes=2MBreturns only semgrep configuration related warnings.