We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6332c commit b4cb2c3Copy full SHA for b4cb2c3
python/ql/lib/semmle/python/security/dataflow/UrlRedirectCustomizations.qll
@@ -162,7 +162,8 @@ module UrlRedirect {
162
deprecated class StringConstCompareAsSanitizerGuard = ConstCompareAsSanitizerGuard;
163
164
/**
165
- * A sanitizer defined via models-as-data with kind "url-redirection".
+ * A sanitizer which sanitizes all flow states, defined via models-as-data
166
+ * with kind "url-redirection".
167
*/
168
class SanitizerFromModel extends Sanitizer {
169
SanitizerFromModel() { ModelOutput::barrierNode(this, "url-redirection") }
0 commit comments