Getting blocked by people.apache.org when fetching pom files - Resulting in extremely slow scanning #8000
SemProvoost
started this conversation in
Bugs
Replies: 1 comment 7 replies
-
Please share a small pom.xml to reproduce it. We need to figure out why it accesses people.apache.org first. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
When Trivy tries to fetch pom files from people.apache.org, the domain throttles/blocks you, which results in constant timeouts and extremely slow scans.
These people.apache.org are always just 404 or not relevant.
Desired Behavior
Skip the people.apache.org urls instead of trying to fetch.
Example that fixes it:
Actual Behavior
Tries fetching from an unreliable source which makes scans very slow (without any benefits)
Reproduction Steps
Target
Git Repository
Scanner
Vulnerability
Output Format
None
Mode
Standalone
Debug Output
Operating System
verified on macOS & Linux
Version
Checklist
trivy clean --all
Beta Was this translation helpful? Give feedback.
All reactions