We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6959d80 commit 6453153Copy full SHA for 6453153
csharp/ql/src/semmle/code/csharp/security/dataflow/ZipSlip.qll
@@ -4,7 +4,6 @@
4
import csharp
5
6
module ZipSlip {
7
-
8
/**
9
* A data flow source for unsafe zip extraction.
10
*/
@@ -97,9 +96,9 @@ module ZipSlip {
97
96
}
98
99
100
- * An argument to GetFileName.
+ * An argument to `GetFileName`.
101
*
102
- * This is considered a sanitizer because it extracts the just the file name, not the full path.
+ * This is considered a sanitizer because it extracts just the file name, not the full path.
103
104
class GetFileNameSanitizer extends Sanitizer {
105
GetFileNameSanitizer() {
0 commit comments