-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not connect to Central search (403: Forbidden) when analyzing a .jar file #7232
Comments
I would try again today. We have seen rare issues with the availability of Central. |
Hi @jeremylong, |
While Maven Search is still down, I question myself if it would be an idea to change ODC from requesting Why changing the URL:
My logs from successful job:
|
I can guarantee that |
Using |
@jeremylong thanks for the sharing. is there any alternative that we can use since the legacy link is not stable? |
@jeremylong want to follow up with you, is there any vulnerabilities that u found that contains the FP/FN on java dependencies? I saw from maven website that seems like they are planning to retire the legacy search.maven.org. Thanks for the help |
@jeremylong: Thanks a lot for you analysis! So, let's get back to the actual problem. Does someone have another idea how to fix this error and make ODC work?
|
Hello Dear DependencyCheck team,
I face an issue while executing ODC and analyse a
.jar
file. The connection to the Maven Central (https://search.maven.org/solrsearch/select does suddenly not work anymore.The issue is similar to #6994, but it's a different http error. So, I believe that's not a technical issue on maven.org side.
Could it be that Central blocks ODC , because it made too many requests? Have you faced such issue before too and have an idea how I could fix it? => see FAQ here.
In comparison to the ODC CLI execution, I never run into such issue by executing ODC over Maven (
mvn ${MVN_CLI_OPTS} -s ${MVN_SETTINGS} dependency-check:check [...]
) in the same project. 🤔I also couldn't find any rate limits for Central (as we have for NVD e.g.)
Environment (where the issue happens):
11.1.1
--disableCentralCache
, see execution command in 1st line of Error-Log belowtarget/
folder that will be analyzed by ODCError-Log:
Thank you so much for your help!
Best Regards!
The text was updated successfully, but these errors were encountered: