QID 570009
QID 570009: Ambiguous Paths
Paths are considered ambiguous if we get an identical path when we replace the curly braces and the string in it with a constant. Analysis of your swagger file resulted in detection of ambiguity.
For example: The following paths are considered identical and invalid:
/pets/{petId}
/pets/{name}
The following may lead to ambiguous resolution:
/{entity}/me
/books/{id}
N/A
Solution
Avoid ambiguous paths by ensuring the uniqueness of all the end points.
Vendor References
CVEs related to QID 570009
Software Advisories
| Advisory ID | Software | Component | Link |
|---|