We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1601846 commit 8001ae9Copy full SHA for 8001ae9
java/ql/lib/semmle/code/java/security/ZipSlipQuery.qll
@@ -50,7 +50,7 @@ private class FileCreationSink extends DataFlow::Node {
50
/**
51
* Holds if `sink` is a path creation node that doesn't imply a read/write filesystem operation.
52
* This is to avoid creating new spurious alerts, since `PathCreation` sinks weren't
53
- * previosuly part of this query.
+ * previously part of this query.
54
*/
55
private predicate isPathCreation(DataFlow::Node sink) {
56
exists(PathCreation pc |
0 commit comments