mirror of
https://github.com/github/codeql.git
synced 2026-01-30 06:42:57 +01:00
Merge pull request #462 from owen-mc/make-path-containment-check-more-specific
Make PathContainmentCheck more specific
This commit is contained in:
@@ -85,7 +85,7 @@ module TaintedPath {
|
||||
* }
|
||||
* ```
|
||||
*/
|
||||
class PathContainmentCheck extends SanitizerGuard {
|
||||
class PathContainmentCheck extends SanitizerGuard, DataFlow::EqualityTestNode {
|
||||
DataFlow::Node path;
|
||||
boolean outcome;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user