mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
fix(fuser): Set correct patched version
The patched version was incorrectly set to 1.2.0 where the patch actually landed in 0.16.0
This commit is contained in:
committed by
Dirkjan Ochtman
parent
a71d22ed88
commit
139e148474
@@ -14,7 +14,7 @@ license = "CC0-1.0"
|
||||
"fuser::Session::new" = [">= 0.5.0"]
|
||||
|
||||
[versions]
|
||||
patched = [">= 1.2.0"]
|
||||
patched = [">= 0.16.0"]
|
||||
```
|
||||
|
||||
# Uninitalized memory read & leak caused by fuser crate
|
||||
|
||||
Reference in New Issue
Block a user