Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix links in statements.json #6

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions secjson/statements.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
{
"base":"fips",
"cve":"CVE-2007-6755",
"text":"Only OpenSSL FIPS module shipped Dual EC DRBG, and it <a href=\"https://marc.info/?l=openssl-announce&amp;m=1387471198223\">was not affected</a>."
"text":"Only OpenSSL FIPS module shipped Dual EC DRBG, and it [was not affected](https://marc.info/?l=openssl-announce&m=138747119822324)."
},
{
"base":"none",
"cve":"CVE-2002-20001",
"text":"<a href=\"https://github.com/openssl/openssl/issues/17374\">We do not consider this to be a vulnerability in OpenSSL<a>."
"text":"[We do not consider this to be a vulnerability in OpenSSL](https://github.com/openssl/openssl/issues/17374)."
}

]
Expand Down
Loading