Skip to content

Commit 546c22f

Browse files
committed
python: add qldoc
1 parent 578b835 commit 546c22f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/ql/lib/semmle/python/security/dataflow/UrlRedirectCustomizations.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ module UrlRedirect {
9696
}
9797
}
9898

99+
/**
100+
* A sink for URL redirection defined via models-as-data.
101+
*/
99102
private class SinkFromModel extends Sink {
100103
SinkFromModel() { this = ModelOutput::getASinkNode("url-redirection").asSink() }
101104
}

0 commit comments

Comments
 (0)