QID 570035

QID 570035: Unused Definitions

OpenAPI 2 allows for definitions to be defined and reused. Any object can reference using $ref to save duplication. Based on analysis of swagger file there are definitions that are not referenced.

Presence of definitions that are not referenced results in a warning. Unused definitions could be present due to them being left over from previous revisions. Unused definitions could result in information leakage in addition to creating a clutter in API definitions.

Solution
Review your swagger definition and remove unused schema definitions. If you have definitions make sure they referenced in other objects. For example:

paths: /users/{id}: get: produces: - application/json responses: 200: schema: $ref: '#/definitions/users' ... definitions: users: properties:

Vendor References

CVEs related to QID 570035

Software Advisories
Advisory ID Software Component Link

© CVE.report 2026

Use of this information constitutes acceptance for use in an AS IS condition. There are NO warranties, implied or otherwise, with regard to this information or its use. Any use of this information is at the user's risk. It is the responsibility of user to evaluate the accuracy, completeness or usefulness of any information, opinion, advice or other content. EACH USER WILL BE SOLELY RESPONSIBLE FOR ANY consequences of his or her direct or indirect use of this web site. ALL WARRANTIES OF ANY KIND ARE EXPRESSLY DISCLAIMED. This site will NOT BE LIABLE FOR ANY DIRECT, INDIRECT or any other kind of loss.

CVE, CWE, and OVAL are registred trademarks of The MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. This site includes MITRE data granted under the following license.

Free CVE JSON API cve.report/api

CVE.report and Source URL Uptime Status status.cve.report