File tree Expand file tree Collapse file tree
python/ql/src/semmle/python/security/strings Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,14 +60,14 @@ class ExternalJsonKind extends TaintKind {
6060 }
6161}
6262
63- /** A kind of "taint", representing a dictionary mapping str->"taint" */
63+ /** A kind of "taint", representing a dictionary mapping keys to tainted strings. */
6464class ExternalStringDictKind extends DictKind {
6565 ExternalStringDictKind ( ) { this .getValue ( ) instanceof ExternalStringKind }
6666}
6767
6868/**
69- * A kind of "taint", representing a dictionary mapping strings to sequences of
70- * tainted strings
69+ * A kind of "taint", representing a dictionary mapping keys to sequences of
70+ * tainted strings.
7171 */
7272class ExternalStringSequenceDictKind extends DictKind {
7373 ExternalStringSequenceDictKind ( ) { this .getValue ( ) instanceof ExternalStringSequenceKind }
You can’t perform that action at this time.
0 commit comments