Skip to content

Commit 8001ae9

Browse files
atorralbajcogs33
andauthored
Update java/ql/lib/semmle/code/java/security/ZipSlipQuery.qll
Co-authored-by: Jami <[email protected]>
1 parent 1601846 commit 8001ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/security/ZipSlipQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ private class FileCreationSink extends DataFlow::Node {
5050
/**
5151
* Holds if `sink` is a path creation node that doesn't imply a read/write filesystem operation.
5252
* This is to avoid creating new spurious alerts, since `PathCreation` sinks weren't
53-
* previosuly part of this query.
53+
* previously part of this query.
5454
*/
5555
private predicate isPathCreation(DataFlow::Node sink) {
5656
exists(PathCreation pc |

0 commit comments

Comments
 (0)