diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-03-22 13:39:55 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-03-22 16:18:43 +0200 |
| commit | fe2a423d43a8e114c12c04fb112030afc64e79fb (patch) | |
| tree | acdba7039dfa1cdde1e41394a7813fa8f94c122e /gnu/packages/rust-apps.scm | |
| parent | 274271f30e13ee6c2058220cb2e9d44d09beec26 (diff) | |
gnu: sd: Hide rejected CVE report.
* gnu/packages/rust-apps.scm (sd)[properties]: Add lint-hidden-cve
field.
Change-Id: Ibb3b304de5938d081ab9eef9171c57daa358deed
Diffstat (limited to 'gnu/packages/rust-apps.scm')
| -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 |
