-
Notifications
You must be signed in to change notification settings - Fork 13
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
close #542 nancy rewritten to work with the new sdk #710
base: main
Are you sure you want to change the base?
Conversation
Can you please split the vendors in another commit? |
fea8ed9
to
4380198
Compare
4380198
to
71e412a
Compare
// NancyOut represents the output of a nancy run that we care about. | ||
NancyOut struct { | ||
Vulnerable []NancyAdvisory `json:"vulnerable"` | ||
Audited []interface{} |
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.
Why are these so weakly typed?
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.
they are unused at the moment, changed to any and added a comment
just a tiny nit and a rebase and it's good to 🚢 |
71e412a
to
b4b5637
Compare
b4b5637
to
2741bc3
Compare
No description provided.