CWE
CWE ID type
This API endpoint returns metadata on specified CWE IDs.
get/cwe/{id(s)}
Path parameters
id(s)string required
comma separated
Response
success
Example response
[
{
"ID": "79",
"type": "base_weakness"
},
{
"id": "1000",
"type": "view"
}
]Changes
Changed in 2 of the 5 revisions of this API.11
- ●
added the new
class_weaknessenum value to theitems/Typeresponse property for the response status200response-property-enum-value-added
- ●
- ○
removed the
class_weaknessenum value from theitems/Typeresponse property for the response status200response-property-enum-value-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○