mirror of
https://github.com/github/codeql.git
synced 2026-04-24 08:15:14 +02:00
Fix formatting again
This commit is contained in:
@@ -35,6 +35,7 @@ module SafeUrlFlow {
|
||||
private class UnsafeUrlMethodEdge extends SanitizerEdge {
|
||||
UnsafeUrlMethodEdge() { this = any(UnsafeUrlMethod um).getACall().getReceiver() }
|
||||
}
|
||||
|
||||
/** Any slicing of the URL, considered as a sanitizer for safe URL flow. */
|
||||
private class StringSlicingEdge extends SanitizerEdge {
|
||||
StringSlicingEdge() { this = any(DataFlow::SliceNode sn) }
|
||||
|
||||
Reference in New Issue
Block a user