Skip to content

Commit

Permalink
C++: Add the 'security' tag and add a 'security-severity' rating to '…
Browse files Browse the repository at this point in the history
…cpp/redundant-null-check-simple'.
  • Loading branch information
MathiasVP committed Oct 16, 2023
1 parent 0e3369f commit 20c3984
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/ql/src/Likely Bugs/RedundantNullCheckSimple.ql
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
* it should be moved before the dereference.
* @kind path-problem
* @problem.severity error
* @security-severity 7.5
* @precision high
* @id cpp/redundant-null-check-simple
* @tags reliability
* correctness
* security
* external/cwe/cwe-476
*/

Expand Down

0 comments on commit 20c3984

Please sign in to comment.