QID 570025
QID 570025: Tags are not Defined on the EndPoint
Swagger specification suggests that tags be defined on all end points as an array. One or more tags can be defined on each end point. This is not a mandatory requirement. The purpose of tags is provide convenience to group and process the end points. Based on the analysis done on the swagger file it has been determined that there is no tag defined or tags are not defined correctly. The array should be a string array.
Not defining tags is more of an inconvenience when you want to process end points. For example, if you have a tag you can search for all end points related to a tag.
paths: /account/{id}/Savings: post: tags: - SavingsAccount description: "this is an operation related to savings account" responses:
CVEs related to QID 570025
| Advisory ID | Software | Component | Link |
|---|