Skip to content

Commit 2216e2f

Browse files
committed
Merge branch 'kiko/vex-statements-openssl/OTP-19802' into maint
OTP-19802 * kiko/vex-statements-openssl/OTP-19802: add openssl openvex statements
2 parents 5622305 + 9600cd1 commit 2216e2f

File tree

2 files changed

+121
-2
lines changed

2 files changed

+121
-2
lines changed

make/openvex.table

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,24 @@
557557
],
558558
"not_affected": "vulnerable_code_not_present"
559559
}
560+
},
561+
{
562+
"pkg:github/openssl/openssl@636dfadc70ce26f2473870570bfd9ec352806b1d": "CVE-2025-9230",
563+
"status": {
564+
"not_affected": "vulnerable_code_not_present"
565+
}
566+
},
567+
{
568+
"pkg:github/openssl/openssl@636dfadc70ce26f2473870570bfd9ec352806b1d": "CVE-2025-9231",
569+
"status": {
570+
"not_affected": "vulnerable_code_not_present"
571+
}
572+
},
573+
{
574+
"pkg:github/openssl/openssl@636dfadc70ce26f2473870570bfd9ec352806b1d": "CVE-2025-9232",
575+
"status": {
576+
"not_affected": "vulnerable_code_not_present"
577+
}
560578
}
561579
]
562580
}

vex/otp-28.openvex.json

Lines changed: 103 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"@id": "https://openvex.dev/docs/public/otp/vex-otp-28",
44
"author": "vexctl",
55
"timestamp": "2025-08-21T10:55:45.714759+02:00",
6-
"last_updated": "2025-09-18T09:59:20.278041735+02:00",
7-
"version": 25,
6+
"last_updated": "2025-10-03T10:20:24.208677628+02:00",
7+
"version": 30,
88
"statements": [
99
{
1010
"vulnerability": {
@@ -473,6 +473,107 @@
473473
],
474474
"status": "not_affected",
475475
"justification": "vulnerable_code_not_present"
476+
},
477+
{
478+
"vulnerability": {
479+
"name": "CVE-2025-9232"
480+
},
481+
"timestamp": "2025-10-03T10:20:24.13493901+02:00",
482+
"products": [
483+
{
484+
"@id": "pkg:github/openssl/openssl@636dfadc70ce26f2473870570bfd9ec352806b1d"
485+
}
486+
],
487+
"status": "not_affected",
488+
"justification": "vulnerable_code_not_present"
489+
},
490+
{
491+
"vulnerability": {
492+
"name": "CVE-2025-9231"
493+
},
494+
"timestamp": "2025-10-03T10:20:24.15652644+02:00",
495+
"products": [
496+
{
497+
"@id": "pkg:github/openssl/openssl@636dfadc70ce26f2473870570bfd9ec352806b1d"
498+
}
499+
],
500+
"status": "not_affected",
501+
"justification": "vulnerable_code_not_present"
502+
},
503+
{
504+
"vulnerability": {
505+
"name": "CVE-2025-9230"
506+
},
507+
"timestamp": "2025-10-03T10:20:24.175534094+02:00",
508+
"products": [
509+
{
510+
"@id": "pkg:github/openssl/openssl@636dfadc70ce26f2473870570bfd9ec352806b1d"
511+
}
512+
],
513+
"status": "not_affected",
514+
"justification": "vulnerable_code_not_present"
515+
},
516+
{
517+
"vulnerability": {
518+
"name": "CVE-2016-2183"
519+
},
520+
"timestamp": "2025-10-03T10:20:24.191435568+02:00",
521+
"products": [
522+
{
523+
"@id": "pkg:github/erlang/[email protected]"
524+
},
525+
{
526+
"@id": "pkg:github/erlang/[email protected]"
527+
},
528+
{
529+
"@id": "pkg:github/erlang/[email protected]"
530+
},
531+
{
532+
"@id": "pkg:github/erlang/[email protected]"
533+
},
534+
{
535+
"@id": "pkg:github/erlang/[email protected]"
536+
},
537+
{
538+
"@id": "pkg:otp/[email protected]"
539+
},
540+
{
541+
"@id": "pkg:github/erlang/[email protected]"
542+
},
543+
{
544+
"@id": "pkg:otp/[email protected]"
545+
},
546+
{
547+
"@id": "pkg:otp/[email protected]"
548+
},
549+
{
550+
"@id": "pkg:otp/[email protected]"
551+
},
552+
{
553+
"@id": "pkg:otp/[email protected]"
554+
},
555+
{
556+
"@id": "pkg:otp/[email protected]"
557+
},
558+
{
559+
"@id": "pkg:otp/[email protected]"
560+
}
561+
],
562+
"status": "not_affected",
563+
"justification": "vulnerable_code_not_present"
564+
},
565+
{
566+
"vulnerability": {
567+
"name": "CVE-2016-2183"
568+
},
569+
"timestamp": "2025-10-03T10:20:24.208678161+02:00",
570+
"products": [
571+
{
572+
"@id": "pkg:github/openssl/openssl@636dfadc70ce26f2473870570bfd9ec352806b1d"
573+
}
574+
],
575+
"status": "not_affected",
576+
"justification": "vulnerable_code_not_present"
476577
}
477578
]
478579
}

0 commit comments

Comments
 (0)