You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2026. It is now read-only.
In DefectDojo, there are several inconsistencies between Django model required fields and the required fields in OpenAPI schema provided.
Also, there are validators that enforce rules that are not met by the application.
These, not only prevent pushing data that is valid via UI/parsers but also completely breaks pulling data created by those (UI/parsers) as model parsing validations fail.
This is an open issue to track some of them and address them as possible.
Later, it can be used to try to address it in an issue (or PR) to DefectDojo.
In DefectDojo, there are several inconsistencies between Django model required fields and the required fields in OpenAPI schema provided.
Also, there are validators that enforce rules that are not met by the application.
These, not only prevent pushing data that is valid via UI/parsers but also completely breaks pulling data created by those (UI/parsers) as model parsing validations fail.
This is an open issue to track some of them and address them as possible.
Later, it can be used to try to address it in an issue (or PR) to DefectDojo.