Files
codeql/python/ql/lib/change-notes/2024-09-20-const-compare-gaurd.md
Joe Farebrother 7aa2816570 Add changenote
2024-09-20 15:19:54 +01:00

277 B

category
category
minorAnalysis
  • The common sanitizer guard StringConstCompareBarrier has been renamed to ConstCompareBarrier and expanded to cover comparisons with other constant values such as None. This may result in fewer false positive results for several queries.