mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Adjust ZipSlip query description according to review suggestions.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/**
|
||||
* @name Arbitrary file access during archive extraction ("Zip Slip")
|
||||
* @description Accessing filesystem paths built from the name of an archive entry without
|
||||
* @description Extracting files from a malicious ZIP file, or similar type of archive, without
|
||||
* validating that the destination file path is within the destination directory
|
||||
* can allow an attacker to access unexpected resources.
|
||||
* can allow an attacker to unexpectedly gain access to resources.
|
||||
* @kind path-problem
|
||||
* @id py/zipslip
|
||||
* @problem.severity error
|
||||
|
||||
Reference in New Issue
Block a user