Skip to content

Commit dc3d7a0

Browse files
committed
Update ExceptionXssCustomizations.qll
1 parent 42a7208 commit dc3d7a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

javascript/ql/lib/semmle/javascript/security/dataflow/ExceptionXssCustomizations.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ module ExceptionXss {
5555
*/
5656
FlowState getAFlowState() { result = FlowState::thrown() }
5757

58+
/** DEPRECATED. Use `getAFlowState()` instead. */
5859
deprecated DataFlow::FlowLabel getAFlowLabel() { result = this.getAFlowState().toFlowLabel() }
5960

6061
/**

0 commit comments

Comments
 (0)