These repos block artifacts with known vulnerabilities. If the artifact is not blocked, it redirects to Maven Central. If it is blocked, it returns a 403 Forbidden. What your software (mvn, IntelliJ, etc) does when it receives a 403 is not controllable by this site.
You might want to clear your Maven cache before using this, as artifacts might already be downloaded that would have been blocked.
rm -rf ~/.m2/repository/
This repo is used for testing.
<repositories>
<repository>
<id>central</id>
<url>https://maven.lizardcat.com/testing</url>
</repository>
</repositories>
| Group | Artifact | From | To |
|---|---|---|---|
| org.apache.logging.log4j | log4j-core | 0.0.0 | 2.17.1 |
| org.springframework | spring-webmvc | 0.0.0 | 5.3.18 |
| test | test | 1.14.2 | 2.2.1 |
If you are aware of other artifacts that should be blocked, please contact me.