Applying copilot PR suggestions.

This commit is contained in:
REDMOND\brodes
2026-02-10 11:37:11 -05:00
parent 9f8ed710e2
commit a91cf6b7cb
8 changed files with 244 additions and 247 deletions

View File

@@ -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() }
}