C++: Add the 'security' tag and add a 'security-severity' rating to 'cpp/redundant-null-check-simple'.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-10-16 09:54:36 +01:00
parent 0e3369f93f
commit 20c3984872

View File

@@ -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
*/