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
{
"fullDescription": {
"text": "The software does not validate, or incorrectly validates, a certificate."
},
"guid": "09e885ea-951b-3143-801a-241b3aa9e6c9",
"helpUri": "https://cwe.mitre.org/data/definitions/295.html",
"id": "295",
"shortDescription": {
"text": "Improper Certificate Validation"
}
},
Output data:
"cwe": {
"caption": "The software does not validate, or incorrectly validates, a certificate.",
"srcUrl": "https://cwe.mitre.org/data/definitions/295.html",
},
Whereas it should look like (also generated by the code)
{
"fullDescription": {
"text": "The software contains hard-coded credentials, such as a password or cryptographic key, which it uses for its own inbound authentication, outbound communication to external components, or encryption of internal data."
},
"guid": "93d834a1-2cc5-38db-837f-66dfc7d711cc",
"helpUri": "https://cwe.mitre.org/data/definitions/798.html",
"id": "798",
"shortDescription": {
"text": "Use of Hard-coded Credentials"
}
},
"cwe": {
"caption": "The software contains hard-coded credentials, such as a password or cryptographic key, which it uses for its own inbound authentication, outbound communication to external components, or encryption of internal data.",
"srcUrl": "https://cwe.mitre.org/data/definitions/798.html",
"uid": "798"
},
The text was updated successfully, but these errors were encountered:
Input data:
Output data:
Whereas it should look like (also generated by the code)
The text was updated successfully, but these errors were encountered: