mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Update ExceptionXssCustomizations.qll
This commit is contained in:
@@ -55,6 +55,7 @@ module ExceptionXss {
|
||||
*/
|
||||
FlowState getAFlowState() { result = FlowState::thrown() }
|
||||
|
||||
/** DEPRECATED. Use `getAFlowState()` instead. */
|
||||
deprecated DataFlow::FlowLabel getAFlowLabel() { result = this.getAFlowState().toFlowLabel() }
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user