Skip to content

Commit 8c4b6b7

Browse files
authored
RUSTSEC-2019-0031: spin is maintained (#424)
We added `yanked = true` to the advisory, however it doesn't seem to be having the intended effect (the query for unmaintained crates is probably failing to exclude the yanked advisories) This is another workaround which makes the `unaffected` requirement match all versions. Hopefully this means that `spin` will stop being reported as unmaintained.
1 parent bd86384 commit 8c4b6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/spin/RUSTSEC-2019-0031.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ yanked = true
99

1010
[versions]
1111
patched = []
12-
unaffected = ["> 0.5.2"]
12+
unaffected = [">= 0"] # workaround for `yanked = true` not removing the advisory
1313
```
1414

1515
# spin is no longer actively maintained

0 commit comments

Comments
 (0)