Skip to content

Commit a42dbc5

Browse files
committed
Fix formatting again
1 parent d407a68 commit a42dbc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/ql/lib/semmle/go/security/SafeUrlFlowCustomizations.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ module SafeUrlFlow {
3535
private class UnsafeUrlMethodEdge extends SanitizerEdge {
3636
UnsafeUrlMethodEdge() { this = any(UnsafeUrlMethod um).getACall().getReceiver() }
3737
}
38+
3839
/** Any slicing of the URL, considered as a sanitizer for safe URL flow. */
3940
private class StringSlicingEdge extends SanitizerEdge {
4041
StringSlicingEdge() { this = any(DataFlow::SliceNode sn) }

0 commit comments

Comments
 (0)