Skip to content
Snippets Groups Projects
Unverified Commit da571a7f authored by James Liu's avatar James Liu Committed by GitLab
Browse files

Merge branch 'jliu/ignore-go-git-vulns' into 'master'

chore: Ignore two go-git vulnerabilities

See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/7554



Merged-by: default avatarJames Liu <jliu@gitlab.com>
Approved-by: default avatarEmily Chui <echui@gitlab.com>
parents 910eed4c 979cf37c
Branches qmnguyen0711/bundle-raft-proto
Tags
No related merge requests found
......@@ -16,7 +16,14 @@ var (
// vulnerability is deemed non-critical, an exception can be added to the ignore list below. Please create a
// **confidential** issue using the "Ignored Vulnerability" template on gitlab-org/gitaly before adding a new
// entry here.
defaultIgnoreList = ignoreList{}
defaultIgnoreList = ignoreList{
"GO-2025-3368": {
GitLabIssueURL: "https://gitlab.com/gitlab-org/gitaly/-/issues/6575",
},
"GO-2025-3367": {
GitLabIssueURL: "https://gitlab.com/gitlab-org/gitaly/-/issues/6575",
},
}
outputPrologue = `
⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment