-
Notifications
You must be signed in to change notification settings - Fork 370
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
v1.8.0 Changelog #1050
v1.8.0 Changelog #1050
Conversation
|
||
### Features: | ||
|
||
- [Feature #35](https://github.com/google/osv-scanner/issues/35) |
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.
This issue hasn't been closed - should it be?
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.
I will close it once the new version is released.
CHANGELOG.md
Outdated
- [Feature #944](https://github.com/google/osv-scanner/pull/944) | ||
The `osv-scanner.toml` configuration file can now filter specific packages with new `[[PackageOverrides]]` sections: | ||
```toml | ||
[[PackageOverrides]] | ||
name = "lib" | ||
version = "1.0.0" | ||
ecosystem = "Go" | ||
ignore = true | ||
# effectiveUntil = 2022-11-09 # Optional exception expiry date | ||
reason = "abc" | ||
license.override = ["MIT"] | ||
``` |
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.
We should add this to our docs.
FYI, the release did not get marked as latest release. relates to Homebrew/homebrew-core#175174 |
Prepare for release