QID 570007
QID 570007: HTTP Methods in API EndPoint Path
API end points service one of the following methods - GET, POST, DELETE,PUT. Based on our analysis of the swagger file, one of the methods are part of the path. Verbs used to make the requests should not be included in the path since the information will be leaked when the the request is processed.
Having the method as part of path can lead to information leakage on the type of http request the end point is servicing
Solution
Remove the method from the path to avoid information leakage
Vendor References
CVEs related to QID 570007
Software Advisories
| Advisory ID | Software | Component | Link |
|---|