mirror of
https://github.com/hohn/codeql-workshop-dataflow-c.git
synced 2025-12-16 18:43:03 +01:00
Initial commit
This commit is contained in:
14
exercises-tests/Exercise2/Exercise2.expected
Normal file
14
exercises-tests/Exercise2/Exercise2.expected
Normal file
@@ -0,0 +1,14 @@
|
||||
| test.c:30:10:30:17 | access to array | Access to dynamic input array without type validation. |
|
||||
| test.c:30:28:30:35 | access to array | Access to dynamic input array without type validation. |
|
||||
| test.c:31:10:31:17 | access to array | Access to dynamic input array without type validation. |
|
||||
| test.c:36:10:36:17 | access to array | Access to dynamic input array without type validation. |
|
||||
| test.c:36:28:36:35 | access to array | Access to dynamic input array without type validation. |
|
||||
| test.c:37:10:37:17 | access to array | Access to dynamic input array without type validation. |
|
||||
| test.c:43:10:43:17 | access to array | Access to dynamic input array without type validation. |
|
||||
| test.c:43:28:43:35 | access to array | Access to dynamic input array without type validation. |
|
||||
| test.c:44:10:44:17 | access to array | Access to dynamic input array without type validation. |
|
||||
| test.c:70:16:70:23 | access to array | Access to dynamic input array without type validation. |
|
||||
| test.c:71:16:71:23 | access to array | Access to dynamic input array without type validation. |
|
||||
| test.c:82:10:82:17 | access to array | Access to dynamic input array without type validation. |
|
||||
| test.c:82:29:82:36 | access to array | Access to dynamic input array without type validation. |
|
||||
| test.c:83:17:83:24 | access to array | Access to dynamic input array without type validation. |
|
||||
1
exercises-tests/Exercise2/Exercise2.qlref
Normal file
1
exercises-tests/Exercise2/Exercise2.qlref
Normal file
@@ -0,0 +1 @@
|
||||
Exercise2.ql
|
||||
Reference in New Issue
Block a user