We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce3654c commit 639aaffCopy full SHA for 639aaff
2 files changed
cpp/ql/src/experimental/Likely Bugs/ArrayAccessProductFlow.ql
@@ -1,6 +1,11 @@
1
/**
2
- * @id cpp/off-by-one-array-access
+ * @name Off-by-one in array access
3
+ * @description TODO
4
* @kind path-problem
5
+ * @problem.severity error
6
+ * @id cpp/off-by-one-array-access
7
+ * @tags reliability
8
+ * security
9
*/
10
11
import cpp
cpp/ql/src/experimental/Likely Bugs/OverrunWriteProductFlow.ql
- * @id cpp/overrun-write
+ * @name Overrunning write
+ * @id cpp/overrun-write
0 commit comments