OSS Index Sonatype Guide migration #8335
Replies: 5 comments 14 replies
-
|
I had checked before and thought that dependency-check had the ability to override the url. Maybe I missed that, and if so, we can submit a pull request. However the plan for the interim is just to preserve the existing url until such time as everyone is sufficiently moved to the new url. Some tools like Dependency Track 4, didn't have a way to override it either (being fixed in 4.14) |
Beta Was this translation helpful? Give feedback.
-
|
Hi @mr-andres-carvajal 👋 And for anyone who may read this. After a quick search it seems the CLI permits to change the url with the Also all applications must switch to the new default. This is going to be worked on in #8336 |
Beta Was this translation helpful? Give feedback.
-
|
To plan for the migration, here is a status of identified actions already done and what I propose to perform:
|
Beta Was this translation helpful? Give feedback.
-
|
Just to confirm that at THIS PRECISE MOMENT (while Sonatype Guide folks are moving their systems from the legacy platform to new platform, to be finalised by April 28, 2026 as they say), the API key generated with the OLD platform (OSS Index API) combined with the NEW location for Sonatype Guide API seems to work well with the plugin v12.2.0: |
Beta Was this translation helpful? Give feedback.
-
|
HYPOTHESIS: Breaking change on Apr 29 2026: ossindex.sonatype.org now returns 402 without sending 401 challenge first, breaking Maven plugin authentication Following the OSS Index → Sonatype Guide cutover, Environment
Timeline
Same plugin version, same credentials, same Jenkins agent, same command — only the server-side behavior changed. Root cause analysis The debug log confirms credentials are read correctly by the plugin: Notice there is no Verification: the same legacy token works correctly with curl (which sends Basic Auth preemptively with The Guide PAT also works via curl with Bearer Auth: Proposed fix
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello team!
I've recently received an update about OSS Index moving to Sonatype Guide. (https://www.sonatype.com/products/sonatype-guide/oss-index-users?utm_source=sendgrid&utm_medium=email&utm_campaign=ossi-general)
Looks like the OSS Index APIs will migrate to "compatibility" APIs in Sonatype Guide. I can't see any concrete details but it looks like more info will be published on March 31st 2026.
When looking at the gradle plugin and CLI (which are the two tools we use) docs, there doesn't seem to be a way to configure the base URL for OSS Index on the gradle plugin.
Will there need to be a change on dependency-check to allow that or is there a hidden (or undocumented) param?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions