-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add unmaintained advisory for syslog crate #1672
Closed
Closed
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
```toml | ||
[advisory] | ||
id = "RUSTSEC-0000-0000" | ||
package = "syslog" | ||
date = "2023-04-01" | ||
url = "https://github.com/Geal/rust-syslog/pull/64" | ||
informational = "unmaintained" | ||
|
||
[versions] | ||
patched = [] | ||
``` | ||
|
||
# The syslog crate is no longer maintained by it's current owner. | ||
# | ||
# The PR referenced above has had no response for a year a three months. | ||
# I tried to contact the owner through Github and the email associated with their Github account. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please can we use formatting / fill the necessary detail accordingly per this example:
https://github.com/rustsec/advisory-db/blob/main/crates/buf_redux/RUSTSEC-2023-0028.md
Other than that don't see why this advisory should get merged as of now - it should also be actionable.
Our unmaintained advisories are reserved for completely unreachable maintainers and I don't see the necessary explicit communication that would support / merit flagging an advisory.
The maintainer seems very active and I don't see that maintainer would not merge security fixes if any.
@Geal just wondering if it would be worthwhile to nudge people to use other implementations ? Personally I don't see big reason to flag warning but just in case you would feel a gentle note would be warranted from your maintainer PoV that this crate may be deprecated possibly and you would be happy for people to not use the crate ?
Re; alternatives there seems another syslog implementation by name of
syslog-rs
but I'm not going to paint any alternatives at this stage since the maintainer hasn't had the word out.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well that was a rude way to get my attention 😁
That crate is not unmaintained, it's just that as a very thin wrapper over syslog, it does not warrant a lot of releases (it's mostly 1 per year by now), unless there are serious issues or vulnerabilities, and that PR was neither.
@bheylin I'll get to it, chill a bit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pinkforest I thought that a year plus response time on a PR would warrant a crate as unmaintained.
But fair enough, you use a stricter definition of unmaintained.
@Geal apologies for my rudeness. I understand that syslog doesn't warrant a lot of releases.
But it's a shame that I can't use the crate on FreeBSD.
Thanks for your time all