Skip to content

Commit

Permalink
disable noisy CodeQL query
Browse files Browse the repository at this point in the history
  • Loading branch information
kenohassler committed Mar 7, 2024
1 parent 67733ea commit efd116f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sast-fuzz/static_analysis/sast/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ tools:
# - '%LIBRARY_PATH%/cpp/ql/src/Likely\ Bugs/Arithmetic/PointlessComparison.ql'
# - '%LIBRARY_PATH%/cpp/ql/src/Likely\ Bugs/Arithmetic/PointlessSelfComparison.ql'
- '%LIBRARY_PATH%/cpp/ql/src/Likely\ Bugs/Arithmetic/SignedOverflowCheck.ql'
- '%LIBRARY_PATH%/cpp/ql/src/Likely\ Bugs/Arithmetic/UnsignedGEZero.ql'
# - '%LIBRARY_PATH%/cpp/ql/src/Likely\ Bugs/Arithmetic/UnsignedGEZero.ql' # complains if unsigned <= 0 is tested (code smell, hints to signed / unsigned confusion)
- '%LIBRARY_PATH%/cpp/ql/src/Likely\ Bugs/ContinueInFalseLoop.ql'
- '%LIBRARY_PATH%/cpp/ql/src/Likely\ Bugs/Conversion/ArrayArgSizeMismatch.ql'
- '%LIBRARY_PATH%/cpp/ql/src/Likely\ Bugs/Conversion/CastArrayPointerArithmetic.ql'
Expand Down

0 comments on commit efd116f

Please sign in to comment.