File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
cpp/ql/src/experimental/Security/CWE/CWE-193 Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 34
34
* Step 1 is implemented in `AllocationToInvalidPointer.qll`, and step 2 is implemented by
35
35
* `InvalidPointerToDereference.qll`. See those files for the description of these.
36
36
*
37
- * This file imports both libraries and define a final dataflow configuration that constructs the full path from
37
+ * This file imports both libraries and defines a final dataflow configuration that constructs the full path from
38
38
* the allocation to the dereference of the out-of-bounds pointer. This is done for several reasons:
39
39
* 1. It means the user is able to inspect the entire path from the allocation to the dereference, which can be useful
40
40
* to understand the problem highlighted.
You can’t perform that action at this time.
0 commit comments