Update ExceptionXssCustomizations.qll

This commit is contained in:
Asger F
2024-12-13 10:47:04 +01:00
parent 42a7208704
commit dc3d7a0159

View File

@@ -55,6 +55,7 @@ module ExceptionXss {
*/
FlowState getAFlowState() { result = FlowState::thrown() }
/** DEPRECATED. Use `getAFlowState()` instead. */
deprecated DataFlow::FlowLabel getAFlowLabel() { result = this.getAFlowState().toFlowLabel() }
/**