mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
committed by
GitHub
parent
59548a523e
commit
551420401a
@@ -110,7 +110,7 @@ private predicate os_path_join(ControlFlowNode fromnode, CallNode tonode) {
|
||||
/**
|
||||
* A kind of "taint", representing a dictionary mapping str->"taint"
|
||||
*
|
||||
* DEPRECATED: Use `ExternalStringKind` instead.
|
||||
* DEPRECATED: Use `ExternalStringDictKind` instead.
|
||||
*/
|
||||
deprecated class StringDictKind extends DictKind {
|
||||
StringDictKind() { this.getValue() instanceof StringKind }
|
||||
|
||||
Reference in New Issue
Block a user