-
Notifications
You must be signed in to change notification settings - Fork 18
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 Advisory.Ecosystem to support GHC's advisory #213
Add Advisory.Ecosystem to support GHC's advisory #213
Conversation
I am not sure what to do with the advisory schema. Presently, this assumes the GHC component will be set as the |
7fd81cc
to
1a78489
Compare
07a8fb6
to
aef7bcb
Compare
247ca97
to
9087fcb
Compare
Thank you for the review @frasertweedale , I've updated the PR accordingly. |
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.
@TristanCacqueray thank you for the quick turnaround. I have just a couple more small suggestions.
This change updates the affected schema to support GHC ecosystem with the "ghc-component" key. This change also implements a new OOB attribute to validate that the advisory path matchs at least one affected.
866ce4f
to
2a09d02
Compare
@TristanCacqueray I rebased this PR on latest
If you are happy with these changes, then I think it's good to merge. |
@frasertweedale looks good to me, thanks! |
This change adds a new OOB to pass the Ecosystem value from the advisory path.
Fixes #212