-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
chore(deps): bump github.com/aquasecurity/trivy from 0.50.1 to 0.51.1 #1912
Merged
MaineK00n
merged 1 commit into
master
from
dependabot/go_modules/master/github.com/aquasecurity/trivy-0.51.1
May 15, 2024
Merged
chore(deps): bump github.com/aquasecurity/trivy from 0.50.1 to 0.51.1 #1912
MaineK00n
merged 1 commit into
master
from
dependabot/go_modules/master/github.com/aquasecurity/trivy-0.51.1
May 15, 2024
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
dependabot
bot
added
dependencies
Pull requests that update a dependency file
go
Pull requests that update Go code
labels
May 6, 2024
dependabot
bot
force-pushed
the
dependabot/go_modules/master/github.com/aquasecurity/trivy-0.51.1
branch
from
May 7, 2024 17:31
0d7dacf
to
8a13039
Compare
dependabot
bot
force-pushed
the
dependabot/go_modules/master/github.com/aquasecurity/trivy-0.51.1
branch
from
May 7, 2024 22:13
8a13039
to
67e790f
Compare
MaineK00n
force-pushed
the
dependabot/go_modules/master/github.com/aquasecurity/trivy-0.51.1
branch
from
May 10, 2024 03:33
67e790f
to
5ff6e01
Compare
Detecting Vulnerabilities in Standard Packages for Go Binaries[servers.pseudo]
type = "pseudo"
lockfiles = ["integration/data/lockfile/gobinary"] before$ vuls scan
...
Scan Summary
================
pseudo pseudo 0 installed, 0 updatable 1 libs
To view the detail, vuls tui is useful.
To send a report, run vuls report -h.
$ cat results/2024-05-10T14-41-34+0900/pseudo.json | jq .libraries[0].Libs[]
{
"Name": "golang.org/x/text",
"Version": "v0.3.2",
"PURL": "pkg:golang/golang.org/x/text@v0.3.2",
"FilePath": "",
"Digest": ""
}
$ vuls report
...
===============
Total: 3 (Critical:0 High:3 Medium:0 Low:0 ?:0)
3/3 Fixed, 0 poc, 0 exploits, cisa: 0, uscert: 0, jpcert: 0 alerts
0 installed, 1 libs
+----------------+------+--------+-----+-----------+---------+-------------------+
| CVE-ID | CVSS | ATTACK | POC | ALERT | FIXED | PACKAGES |
+----------------+------+--------+-----+-----------+---------+-------------------+
| CVE-2020-14040 | 8.9 | AV:N | | | fixed | golang.org/x/text |
+----------------+------+--------+-----+-----------+---------+-------------------+
| CVE-2021-38561 | 8.9 | AV:N | | | fixed | golang.org/x/text |
+----------------+------+--------+-----+-----------+---------+-------------------+
| CVE-2022-32149 | 8.9 | AV:N | | | fixed | golang.org/x/text |
+----------------+------+--------+-----+-----------+---------+-------------------+ after$ vuls scan
...
Scan Summary
================
pseudo pseudo 0 installed, 0 updatable 3 libs
To view the detail, vuls tui is useful.
To send a report, run vuls report -h.
$ cat results/2024-05-10T14-41-39+0900/pseudo.json | jq .libraries[0].Libs[]
{
"Name": "example",
"Version": "",
"PURL": "pkg:golang/example",
"FilePath": "",
"Digest": ""
}
{
"Name": "golang.org/x/text",
"Version": "v0.3.2",
"PURL": "pkg:golang/golang.org/x/text@v0.3.2",
"FilePath": "",
"Digest": ""
}
{
"Name": "stdlib",
"Version": "1.17",
"PURL": "pkg:golang/stdlib@1.17",
"FilePath": "",
"Digest": ""
}
$ vuls report
...
pseudo (pseudo)
===============
Total: 63 (Critical:3 High:41 Medium:18 Low:1 ?:0)
63/63 Fixed, 8 poc, 0 exploits, cisa: 0, uscert: 0, jpcert: 0 alerts
0 installed, 3 libs
+----------------+------+--------+-----+-----------+---------+-------------------+
| CVE-ID | CVSS | ATTACK | POC | ALERT | FIXED | PACKAGES |
+----------------+------+--------+-----+-----------+---------+-------------------+
| CVE-2022-23806 | 10.0 | AV:N | | | fixed | stdlib |
+----------------+------+--------+-----+-----------+---------+-------------------+
| CVE-2023-24538 | 10.0 | AV:N | | | fixed | stdlib |
+----------------+------+--------+-----+-----------+---------+-------------------+
| CVE-2023-24540 | 10.0 | AV:N | | | fixed | stdlib |
+----------------+------+--------+-----+-----------+---------+-------------------+
| CVE-2020-14040 | 8.9 | AV:N | | | fixed | golang.org/x/text |
+----------------+------+--------+-----+-----------+---------+-------------------+
| CVE-2021-38561 | 8.9 | AV:N | | | fixed | golang.org/x/text |
+----------------+------+--------+-----+-----------+---------+-------------------+
| CVE-2021-39293 | 8.9 | AV:N | | | fixed | stdlib |
+----------------+------+--------+-----+-----------+---------+-------------------+
... Conan v2.x Lockfile Support[servers.pseudo]
type = "pseudo"
lockfiles = ["integration/data/lockfile/conan-v2/conan.lock"] before$ vuls scan
...
Scan Summary
================
pseudo pseudo 0 installed, 0 updatable
To view the detail, vuls tui is useful.
To send a report, run vuls report -h. after$ vuls scan
...
Scan Summary
================
pseudo pseudo 0 installed, 0 updatable 2 libs
To view the detail, vuls tui is useful.
To send a report, run vuls report -h. |
MaineK00n
force-pushed
the
dependabot/go_modules/master/github.com/aquasecurity/trivy-0.51.1
branch
from
May 10, 2024 06:24
5ff6e01
to
91d1a79
Compare
shino
approved these changes
May 15, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect!
Bumps [github.com/aquasecurity/trivy](https://github.com/aquasecurity/trivy) from 0.50.1 to 0.51.1. - [Release notes](https://github.com/aquasecurity/trivy/releases) - [Changelog](https://github.com/aquasecurity/trivy/blob/main/goreleaser.yml) - [Commits](aquasecurity/trivy@v0.50.1...v0.51.1) --- updated-dependencies: - dependency-name: github.com/aquasecurity/trivy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
MaineK00n
force-pushed
the
dependabot/go_modules/master/github.com/aquasecurity/trivy-0.51.1
branch
from
May 15, 2024 13:22
91d1a79
to
480387a
Compare
MaineK00n
deleted the
dependabot/go_modules/master/github.com/aquasecurity/trivy-0.51.1
branch
May 15, 2024 13:37
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Bumps github.com/aquasecurity/trivy from 0.50.1 to 0.51.1.
Release notes
Sourced from github.com/aquasecurity/trivy's releases.
... (truncated)
Commits
8016b82
fix(fs): handle default skip dirs properly (#6628)7a25dad
fix(misconf): load cached tf modules (#6607)9c794c0
fix(misconf): do not use semver for parsing tf module versions (#6614)14c1024
refactor: move setting scanners when using compliance reports to flag parsing...998f750
feat: introduce package UIDs for improved vulnerability mapping (#6583)770b141
perf(misconf): Improve cause performance (#6586)3ccb1a0
docs: trivy-k8s new experiance remove un-used section (#6608)58cfd1b
chore(deps): bump github.com/docker/docker from 26.0.1+incompatible to 26.0.2...715963d
docs: remove mention of GitLab Gold because it doesn't exist anymore (#6609)37da98d
feat(misconf): Use updated terminology for misconfiguration checks (#6476)Most Recent Ignore Conditions Applied to This Pull Request
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)