File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cpp/ql/src/Security/CWE/CWE-497 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ class PotentiallyExposedSystemDataConfiguration extends TaintTracking::Configura
42
42
exists ( OutputWrite ow , Expr child | child = ow .getASource ( ) .getAChild * ( ) |
43
43
// Most sinks receive a pointer as an argument (for example `printf`),
44
44
// and we use an indirect sink for those.
45
- // However, some sinks (for example `puts`) receive receive a single
46
- // character as an argument. For those we have to use a direct sink.
45
+ // However, some sinks (for example `puts`) receive a single character
46
+ // as an argument. For those we have to use a direct sink.
47
47
if
48
48
child .getUnspecifiedType ( ) instanceof PointerType or
49
49
child .getUnspecifiedType ( ) instanceof ArrayType
You can’t perform that action at this time.
0 commit comments