-
Notifications
You must be signed in to change notification settings - Fork 21
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
Allow searching by CPE and provide CPE information #1149
Conversation
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 is a big update - some of it concerned with much better code layout and I appreciate you taking the time/effort to clean up my crappy code ;) ... otherwise everything makes sense LGTM ... I would rather get this in so I can test at scale to make sure (before we do a new release).
fbcc8dc
to
7634f28
Compare
Also, get rid of the central analysis graph instance.
7afe830
to
7f36cdf
Compare
This main motivation was to have multiple purls/cpes available. I guess this also fixed other issues.
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.
makes the code clearer, better perforrming and glad to see CPE surfaced up ... oh and thx for fixing global graph ... I still do not know what my rationale was but glad to see it back in the service LGTM
@@ -1,3 +1,4 @@ | |||
use trustify_module_analysis::service::AnalysisService; |
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've had other reasons for wanting to move analysis beneath fundamental, fwiw
Closes #1137