Security Researcher Detected: You might have ended up here because your site vulnerability scanner found something interesting. Hi! I'm a security engineer and I'm having a good time interacting with the people and bots that are interested in information security.
You will hopefully find this site is well-secured and I'm not interested in being hacked. I'm interested in learning about how people try to hack me, though.
What is this endpoint?
pom.xml
Maven Project Configuration
What an attacker could do
Discloses Maven coordinates and versions of Java libraries (e.g. Log4j, Jackson, Spring), enabling identification of dependencies with known CVEs such as Log4Shell or deserialization flaws.
How to defend it
Never deploy pom.xml into the public web root; package only compiled artifacts and deny direct access to .xml build descriptors at the server level.
Connect with the Security Engineer
Learn More
Want to dive deeper into this topic? Check out the official documentation.
Read Official Documentation