mirror of
https://github.com/github/codeql.git
synced 2026-02-11 20:51:06 +01:00
Make qldoc slightly more specific
This commit is contained in:
@@ -162,7 +162,8 @@ module UrlRedirect {
|
||||
deprecated class StringConstCompareAsSanitizerGuard = ConstCompareAsSanitizerGuard;
|
||||
|
||||
/**
|
||||
* A sanitizer defined via models-as-data with kind "url-redirection".
|
||||
* A sanitizer which sanitizes all flow states, defined via models-as-data
|
||||
* with kind "url-redirection".
|
||||
*/
|
||||
class SanitizerFromModel extends Sanitizer {
|
||||
SanitizerFromModel() { ModelOutput::barrierNode(this, "url-redirection") }
|
||||
|
||||
Reference in New Issue
Block a user