C++: Add more metadata.

This commit is contained in:
Mathias Vorreiter Pedersen
2022-09-23 13:47:02 +01:00
parent ce3654c6ec
commit 639aaff9c7
2 changed files with 12 additions and 2 deletions

View File

@@ -1,6 +1,11 @@
/**
* @id cpp/off-by-one-array-access
* @name Off-by-one in array access
* @description TODO
* @kind path-problem
* @problem.severity error
* @id cpp/off-by-one-array-access
* @tags reliability
* security
*/
import cpp

View File

@@ -1,6 +1,11 @@
/**
* @id cpp/overrun-write
* @name Overrunning write
* @description TODO
* @kind path-problem
* @problem.severity error
* @id cpp/overrun-write
* @tags reliability
* security
*/
import cpp