File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cpp/ql/src/Security/CWE/CWE-327 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ class InsecureFunctionCall extends FunctionCall {
79
79
explain = "function call"
80
80
or
81
81
exists ( MacroInvocation mi |
82
- mi .getAGeneratedElement ( ) = this .getAnArgument ( ) and
82
+ mi .getAnExpandedElement ( ) = this .getAnArgument ( ) and
83
83
mi .getMacro ( ) = getAnInsecureEncryptionMacro ( ) and
84
84
blame = mi and
85
85
explain = "macro invocation"
@@ -97,7 +97,7 @@ class InsecureFunctionCall extends FunctionCall {
97
97
getTarget ( ) = getAdditionalEvidenceFunction ( )
98
98
or
99
99
exists ( MacroInvocation mi |
100
- mi .getAGeneratedElement ( ) = this .getAnArgument ( ) and
100
+ mi .getAnExpandedElement ( ) = this .getAnArgument ( ) and
101
101
mi .getMacro ( ) = getAdditionalEvidenceMacro ( )
102
102
)
103
103
or
You can’t perform that action at this time.
0 commit comments