mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-04-19 14:24:45 +08:00
8 lines
308 B
YAML
8 lines
308 B
YAML
|
|
global:
|
||
|
|
# Exclude G704 (SSRF via taint analysis) - this is an API gateway platform
|
||
|
|
# that by design proxies requests to configurable upstream services.
|
||
|
|
# All upstream URLs are sourced from admin-configured settings or known
|
||
|
|
# third-party API endpoints, not from end-user input.
|
||
|
|
exclude:
|
||
|
|
- G704
|