Merge pull request #462 from owen-mc/make-path-containment-check-more-specific

Make PathContainmentCheck more specific
This commit is contained in:
Owen Mansel-Chan
2021-01-25 16:46:33 +00:00
committed by GitHub

View File

@@ -85,7 +85,7 @@ module TaintedPath {
* }
* ```
*/
class PathContainmentCheck extends SanitizerGuard {
class PathContainmentCheck extends SanitizerGuard, DataFlow::EqualityTestNode {
DataFlow::Node path;
boolean outcome;