mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Homebrew git false negative vulnerability (#22002)
This commit is contained in:
parent
bfeeba10cd
commit
419433fb44
2 changed files with 11 additions and 0 deletions
1
changes/21779-git-false-negative
Normal file
1
changes/21779-git-false-negative
Normal file
|
|
@ -0,0 +1 @@
|
|||
- fixed a false negative vulnerability for git
|
||||
|
|
@ -407,5 +407,15 @@
|
|||
"vendor": ["linux"],
|
||||
"part": "o"
|
||||
}
|
||||
},
|
||||
{
|
||||
"software": {
|
||||
"name": ["git"],
|
||||
"source": ["homebrew_packages"]
|
||||
},
|
||||
"filter": {
|
||||
"product": ["git"],
|
||||
"vendor": ["git"]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue