mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
251 B
251 B
lgtm,codescanning
- A new query
go/unsafe-unzip-symlinkhas been added. The query checks for extracting symbolic links from an archive without usingfilepath.EvalSymlinks. This could lead to a file being written outside the destination directory.