git: 33545e2ed887 - main - security/vuxml: Correct the step-cli vuln
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Dec 2025 15:22:24 UTC
The branch main has been updated by dvl:
URL: https://cgit.FreeBSD.org/ports/commit/?id=33545e2ed8876e09c02c439d97f0a4eebf2ca4dc
commit 33545e2ed8876e09c02c439d97f0a4eebf2ca4dc
Author: Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2025-12-18 15:20:57 +0000
Commit: Dan Langille <dvl@FreeBSD.org>
CommitDate: 2025-12-18 15:20:57 +0000
security/vuxml: Correct the step-cli vuln
It's not the client, it's only the server: step-certificates
---
security/vuxml/vuln/2025.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml
index 4ab5a4d15b86..8b88ed7f17bc 100644
--- a/security/vuxml/vuln/2025.xml
+++ b/security/vuxml/vuln/2025.xml
@@ -1,8 +1,8 @@
<vuln vid="eca46635-db51-11f0-9b8d-40a6b7c3b3b8">
- <topic>step-clie -- Authorization Bypass in ACME and SCEP Provisioners</topic>
+ <topic>step-certificates -- Authorization Bypass in ACME and SCEP Provisioners</topic>
<affects>
<package>
-<name>step-cli</name>
+<name>step-certificates</name>
<range><lt>0.29.0</lt></range>
</package>
</affects>