Open TylerDurden2019 opened 7 months ago
Thanks for opening an issue @TylerDurden2019 - we'll research your suggestion and see what's possible. Off the top of my head, I'm not sure if any of the formats we support require support for those HTTP verbs, but we'll review.
Using a vulnerablity scanner to scan a system running Nexus version 3.67.1-01 or lower will pick up two issues.
1) HTTP TRACE Method Enabled
2) HTTP OPTIONS Method Enabled
I appended the following to the file nexus-3.67.1-01\etc\jetty\nexus-web.xml before the
</web-app>
tag at the end of the file.</web-app>
This will disable the TRACE and OPTIONS methods. Can this be added to the next build?