mirror of
https://github.com/xroche/httrack.git
synced 2026-07-17 14:19:48 +03:00
Compare commits
1 Commits
proxy-conn
...
codeql-ign
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d69b0b1426 |
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
@@ -46,6 +46,12 @@ jobs:
|
|||||||
# fopen's umask-controlled 0666 is intended for mirror/cache/log
|
# fopen's umask-controlled 0666 is intended for mirror/cache/log
|
||||||
# output; the one credential file (cookies.txt) is kept 0600 on Unix.
|
# output; the one credential file (cookies.txt) is kept 0600 on Unix.
|
||||||
config: |
|
config: |
|
||||||
|
paths-ignore:
|
||||||
|
# Demo callback samples, not part of libhttrack.
|
||||||
|
- libtest
|
||||||
|
# ProxyTrack: a separate legacy binary with no auth surface; its
|
||||||
|
# recv/cache-parse code trips taint queries by design.
|
||||||
|
- src/proxy
|
||||||
query-filters:
|
query-filters:
|
||||||
- exclude:
|
- exclude:
|
||||||
id: cpp/world-writable-file-creation
|
id: cpp/world-writable-file-creation
|
||||||
|
|||||||
Reference in New Issue
Block a user