CHW-4512 VulnerabilitiesPathInvalid

vulnerabilities path must match {repository}/vulnerabilities; check the URL

Default message: vulnerabilities path must match {repository}/vulnerabilities; check the URL
HTTP status: 400 (client)

Problem. /repository/{name}/vulnerabilities returned 400. Cause. The path could not be parsed into the expected {repository}/vulnerabilities shape (extra segments, wrong suffix). Fix. Use the documented URL shape. HTTP 400.