Fix formatting again

This commit is contained in:
Owen Mansel-Chan
2023-04-04 13:50:47 +01:00
parent d407a689fa
commit a42dbc5bab

View File

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