Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 864037 - app-text/fblog: 'cargo audit' reports one or more bundled CRATES as vulnerable
Summary: app-text/fblog: 'cargo audit' reports one or more bundled CRATES as vulnerable
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Security
Classification: Unclassified
Component: Vulnerabilities (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Security
URL:
Whiteboard: ~3 [noglsa]
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-06 15:30 UTC by Agostino Sarubbo
Modified: 2024-07-16 06:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-08-06 15:30:19 UTC
Dear maintainer(s),
'cargo audit' reports one or more bundled CRATES as vulnerable.
To reproduce please install dev-util/cargo-audit and run:
cargo audit --file Cargo.lock
where Cargo.lock is generated during the build of this package.

For simplicity, I'm attaching here the content of 'cargo audit' here:

      Loaded 433 security advisories (from /tmp/advisory-db)
    Scanning Cargo.lock for vulnerabilities (29 crate dependencies)
Crate:     regex
Version:   1.3.1
Title:     Regexes with large repetitions on empty sub-expressions take a very long time to parse
Date:      2022-03-08
ID:        RUSTSEC-2022-0013
URL:       https://rustsec.org/advisories/RUSTSEC-2022-0013
Solution:  Upgrade to >=1.5.5
Dependency tree:
regex 1.3.1

Crate:     thread_local
Version:   0.3.6
Title:     Data race in `Iter` and `IterMut`
Date:      2022-01-23
ID:        RUSTSEC-2022-0006
URL:       https://rustsec.org/advisories/RUSTSEC-2022-0006
Solution:  Upgrade to >=1.1.4
Dependency tree:
thread_local 0.3.6

error: 2 vulnerabilities found!
Comment 1 Larry the Git Cow gentoo-dev 2024-06-07 12:31:24 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca0744b9b54a4cc0c07f61f1e993221b8fc50cc6

commit ca0744b9b54a4cc0c07f61f1e993221b8fc50cc6
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2024-06-07 12:28:06 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2024-06-07 12:28:06 +0000

    app-text/fblog: Bump to 4.10.0, drop old 1.4.1, EAPI 8
    
    Closes: https://bugs.gentoo.org/864037
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 app-text/fblog/Manifest            | 145 +++++++++++++++++++++++++++-------
 app-text/fblog/fblog-1.4.1.ebuild  |  55 -------------
 app-text/fblog/fblog-4.10.0.ebuild | 156 +++++++++++++++++++++++++++++++++++++
 3 files changed, 273 insertions(+), 83 deletions(-)