You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing a GET on the maven-resource, maven first checks maven-central for the jar before checking our own repository. The risk is that someone can place a malicious artifact with the same ID and maven will accept it and the pipeline will use it thereby installing not our own jar but someone else's. Is it possible to disable the maven-central or disable maven-central by default when an own repository is specified?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
When doing a GET on the maven-resource, maven first checks maven-central for the jar before checking our own repository. The risk is that someone can place a malicious artifact with the same ID and maven will accept it and the pipeline will use it thereby installing not our own jar but someone else's. Is it possible to disable the maven-central or disable maven-central by default when an own repository is specified?
The text was updated successfully, but these errors were encountered: