-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assigned RUSTSEC-2022-0056 to clipboard (#1425)
Co-authored-by: pinkforest <[email protected]>
- Loading branch information
1 parent
c8981d8
commit c83c210
Showing
2 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
This file causes merge conflicts if two ID assignment jobs run concurrently. | ||
This prevents duplicate ID assignment due to a race between those jobs. | ||
b9eea85278a8da62d8e07da76c96561b40c9697a6c101f991756ab1502c56a2e - | ||
d41972b4bad0bdc0c390493295dc286e9202606244c0a38d83c51169b93a46bf - |
58 changes: 29 additions & 29 deletions
58
crates/clipboard/RUSTSEC-0000-0000.md → crates/clipboard/RUSTSEC-2022-0056.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
```toml | ||
[advisory] | ||
id = "RUSTSEC-0000-0000" | ||
package = "clipboard" | ||
date = "2022-06-25" | ||
informational = "unmaintained" | ||
url = "https://github.com/aweinstock314/rust-clipboard/issues/91" | ||
references = ["https://github.com/aweinstock314/rust-clipboard/issues/90"] | ||
|
||
[versions] | ||
patched = [] | ||
``` | ||
|
||
# clipboard is Unmaintained | ||
|
||
Last release was almost 4 years ago and the repository with outstanding issues and pull requests seems to be abandoned by the maintainer. | ||
|
||
In addition the sole maintainer account may be abandoned that may represent account takeover risk. | ||
|
||
Current outstanding issues include vulnerable dependencies that all together may mean that security issues may not be addressed now or in the future. | ||
|
||
## Possible Alternative(s) | ||
|
||
The below list has not been vetted in any way and may or may not contain alternatives; | ||
|
||
- [`arboard`](https://crates.io/crates/arboard) | ||
- [`clipboard-win`](https://crates.io/crates/clipboard-win) (Windows only) | ||
- [`copy-pasta`](https://crates.io/crates/copypasta) | ||
- [`x11-clipboard`](https://crates.io/crates/x11-clipboard) (Linux/BSD only) | ||
```toml | ||
[advisory] | ||
id = "RUSTSEC-2022-0056" | ||
package = "clipboard" | ||
date = "2022-06-25" | ||
informational = "unmaintained" | ||
url = "https://github.com/aweinstock314/rust-clipboard/issues/91" | ||
references = ["https://github.com/aweinstock314/rust-clipboard/issues/90"] | ||
|
||
[versions] | ||
patched = [] | ||
``` | ||
|
||
# clipboard is Unmaintained | ||
|
||
Last release was almost 4 years ago and the repository with outstanding issues and pull requests seems to be abandoned by the maintainer. | ||
|
||
In addition the sole maintainer account may be abandoned that may represent account takeover risk. | ||
|
||
Current outstanding issues include vulnerable dependencies that all together may mean that security issues may not be addressed now or in the future. | ||
|
||
## Possible Alternative(s) | ||
|
||
The below list has not been vetted in any way and may or may not contain alternatives; | ||
|
||
- [`arboard`](https://crates.io/crates/arboard) | ||
- [`clipboard-win`](https://crates.io/crates/clipboard-win) (Windows only) | ||
- [`copy-pasta`](https://crates.io/crates/copypasta) | ||
- [`x11-clipboard`](https://crates.io/crates/x11-clipboard) (Linux/BSD only) |