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 3434 * Step 1 is implemented in `AllocationToInvalidPointer.qll`, and step 2 is implemented by
3535 * `InvalidPointerToDereference.qll`. See those files for the description of these.
3636 *
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
3838 * the allocation to the dereference of the out-of-bounds pointer. This is done for several reasons:
3939 * 1. It means the user is able to inspect the entire path from the allocation to the dereference, which can be useful
4040 * to understand the problem highlighted.
You can’t perform that action at this time.
0 commit comments