We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c6170 commit 238895eCopy full SHA for 238895e
cpp/ql/src/experimental/Security/CWE/CWE-409/LibArchive.qll
@@ -21,7 +21,7 @@ class Archive_read_data_block extends DecompressionFunction {
21
* The `archive_read_open_filename` function as a flow step.
22
*/
23
class ReadOpenFunctionStep extends DecompressionFlowStep {
24
- ReadOpenFunctionStep() { this = "ReadOpenFunction"}
+ ReadOpenFunctionStep() { this = "ReadOpenFunction" }
25
26
override predicate isAdditionalFlowStep(DataFlow::Node node1, DataFlow::Node node2) {
27
exists(FunctionCall fc | fc.getTarget().hasGlobalName("archive_read_open_filename") |
0 commit comments