Skip to content

Commit 5514204

Browse files
RasmusWLtausbn
andauthored
Python: Fix typo
Co-authored-by: Taus <[email protected]>
1 parent 59548a5 commit 5514204

File tree

1 file changed

+1
-1
lines changed
  • python/ql/src/semmle/python/security/strings

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/security/strings/Basic.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ private predicate os_path_join(ControlFlowNode fromnode, CallNode tonode) {
110110
/**
111111
* A kind of "taint", representing a dictionary mapping str->"taint"
112112
*
113-
* DEPRECATED: Use `ExternalStringKind` instead.
113+
* DEPRECATED: Use `ExternalStringDictKind` instead.
114114
*/
115115
deprecated class StringDictKind extends DictKind {
116116
StringDictKind() { this.getValue() instanceof StringKind }

0 commit comments

Comments
 (0)