diff options
| -rw-r--r-- | gnu/packages/rust-apps.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index fd78ca533d8..61b54766d79 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -3871,6 +3871,8 @@ consecutive lines and since program start.") (description "@code{sd} is an intuitive find & replace CLI with JavaScript/Python-style regular expressions, a string-literal mode, and smart, common-sense defaults.") + ;; CVE rejected by the project. + (properties `((lint-hidden-cve . ("CVE-2025-65807")))) (license license:expat))) (define-public skim |
