We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a7208 commit dc3d7a0Copy full SHA for dc3d7a0
1 file changed
javascript/ql/lib/semmle/javascript/security/dataflow/ExceptionXssCustomizations.qll
@@ -55,6 +55,7 @@ module ExceptionXss {
55
*/
56
FlowState getAFlowState() { result = FlowState::thrown() }
57
58
+ /** DEPRECATED. Use `getAFlowState()` instead. */
59
deprecated DataFlow::FlowLabel getAFlowLabel() { result = this.getAFlowState().toFlowLabel() }
60
61
/**
0 commit comments