Files
codeql-workshop-dataflow-c/solutions-tests/Exercise2/Exercise2.expected
Nikita Kraiouchkine 850d9d296a Initial commit
2023-04-17 10:27:44 +02:00

15 lines
1.3 KiB
Plaintext

| 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. |