mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
C++: Add more metadata.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user