mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
JS: Restrict AP length in ExceptionXss
This commit is contained in:
@@ -153,6 +153,8 @@ module ExceptionXssConfig implements DataFlow::StateConfigSig {
|
||||
canThrowSensitiveInformation(node1) and
|
||||
node2 = getExceptionTarget(node1)
|
||||
}
|
||||
|
||||
int accessPathLimit() { result = 1 }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user