-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(fedora): support fedora and EPEL #129
Open
MaineK00n
wants to merge
20
commits into
aquasecurity:main
Choose a base branch
from
MaineK00n:support-fedora
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How should we handle Security-related errata that do not have a CVE-ID, such as the following? <update from="[email protected]" status="stable" type="security" version="2.0">
<id>FEDORA-2022-201509474f</id>
<title>zstd-1.5.1-6.fc35</title>
<issued date="2022-01-14 01:25:48"/>
<updated date="2022-01-11 19:55:01"/>
<rights>Copyright (C) 2021 Red Hat, Inc. and others.</rights>
<release>Fedora 35</release>
<severity>Low</severity>
<summary>zstd-1.5.1-6.fc35 security update</summary>
<description>Re-enable CET protections (#2039353)</description>
<references/>
<pkglist>
<collection short="F35">
<name>Fedora 35</name>
<package name="zstd" version="1.5.1" release="6.fc35" epoch="0" arch="src" src="https://download.fedoraproject.org/pub/fedora/linux/updates/35/SRPMS/z/zstd-1.5.1-6.fc35.src.rpm">
<filename>zstd-1.5.1-6.fc35.src.rpm</filename>
</package>
// ...
</collection>
</pkglist>
</update> In the dnf command, the display is not in units of CVE-IDs, but in units of Errata IDs, as shown below. [root@56d1cf2f1043 /]# dnf updateinfo --security --info
Last metadata expiration check: 0:01:04 ago on Thu Jan 20 02:15:56 2022.
===============================================================================
zstd-1.5.1-6.fc35
===============================================================================
Update ID: FEDORA-2022-201509474f
Type: security
Updated: 2022-01-14 01:25:48
Description: Re-enable CET protections (#2039353)
Severity: Low |
MaineK00n
force-pushed
the
support-fedora
branch
2 times, most recently
from
January 21, 2022 12:13
3042e26
to
8146632
Compare
11 tasks
MaineK00n
force-pushed
the
support-fedora
branch
from
January 24, 2022 14:02
8d8542c
to
d47ec60
Compare
MaineK00n
force-pushed
the
support-fedora
branch
from
March 3, 2022 02:51
fa48713
to
225dcec
Compare
MaineK00n
changed the title
feat(fedora): support fedora
feat(fedora): support fedora and EPEL
Mar 6, 2022
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Extract Security-related Errata from Fedora updateInfo (https://dl.fedoraproject.org/pub/).