Skip to content

Commit 6453153

Browse files
committed
C#: ZipSlip - Address review comments in module.
1 parent 6959d80 commit 6453153

File tree

1 file changed

+2
-3
lines changed
  • csharp/ql/src/semmle/code/csharp/security/dataflow

1 file changed

+2
-3
lines changed

csharp/ql/src/semmle/code/csharp/security/dataflow/ZipSlip.qll

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import csharp
55

66
module ZipSlip {
7-
87
/**
98
* A data flow source for unsafe zip extraction.
109
*/
@@ -97,9 +96,9 @@ module ZipSlip {
9796
}
9897

9998
/**
100-
* An argument to GetFileName.
99+
* An argument to `GetFileName`.
101100
*
102-
* This is considered a sanitizer because it extracts the just the file name, not the full path.
101+
* This is considered a sanitizer because it extracts just the file name, not the full path.
103102
*/
104103
class GetFileNameSanitizer extends Sanitizer {
105104
GetFileNameSanitizer() {

0 commit comments

Comments
 (0)