Skip to content

Commit b4cb2c3

Browse files
committed
Make qldoc slightly more specific
1 parent ef6332c commit b4cb2c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ module UrlRedirect {
162162
deprecated class StringConstCompareAsSanitizerGuard = ConstCompareAsSanitizerGuard;
163163

164164
/**
165-
* A sanitizer defined via models-as-data with kind "url-redirection".
165+
* A sanitizer which sanitizes all flow states, defined via models-as-data
166+
* with kind "url-redirection".
166167
*/
167168
class SanitizerFromModel extends Sanitizer {
168169
SanitizerFromModel() { ModelOutput::barrierNode(this, "url-redirection") }

0 commit comments

Comments
 (0)