mirror of
https://github.com/github/codeql.git
synced 2026-02-24 02:43:40 +01:00
Applying copilot PR suggestions.
This commit is contained in:
@@ -177,7 +177,7 @@ module ServerSideRequestForgery {
|
||||
)
|
||||
}
|
||||
|
||||
/** A validation that a string does not contain certain characters, considered as a sanitizer. */
|
||||
/** A validation of a URI using the `AntiSSRF` library, considered as a full-ssrf sanitizer. */
|
||||
private class UriValidator extends FullUrlControlSanitizer {
|
||||
UriValidator() { this = DataFlow::BarrierGuard<uri_validator/3>::getABarrierNode() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user