JS: Restrict AP length in ExceptionXss

This commit is contained in:
Asger F
2025-01-06 14:28:58 +01:00
parent 23d7420cec
commit 7ccb476b1b

View File

@@ -153,6 +153,8 @@ module ExceptionXssConfig implements DataFlow::StateConfigSig {
canThrowSensitiveInformation(node1) and
node2 = getExceptionTarget(node1)
}
int accessPathLimit() { result = 1 }
}
/**