-
Notifications
You must be signed in to change notification settings - Fork 183
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
update vulnerability api #1147
Merged
Merged
update vulnerability api #1147
Conversation
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
pxp928
force-pushed
the
vuln-gql-change
branch
2 times, most recently
from
August 14, 2023 15:12
95c3994
to
0c26a20
Compare
6 tasks
lumjjb
reviewed
Aug 15, 2023
lumjjb
approved these changes
Aug 15, 2023
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.
LGTM, besides minor comment on novuln, rest reviewed in #1141
jeffmendoza
approved these changes
Aug 15, 2023
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.
Awesome, just some minor questions.
mihaimaruseac
approved these changes
Aug 16, 2023
* update server side graphQL Signed-off-by: pxp928 <[email protected]> * fix spacing Signed-off-by: pxp928 <[email protected]> * remove novuln node Signed-off-by: pxp928 <[email protected]> * regen based on new api Signed-off-by: pxp928 <[email protected]> * delete cve,ghsa,osv Signed-off-by: pxp928 <[email protected]> * update client side api Signed-off-by: pxp928 <[email protected]> * fix assembler and backend interface Signed-off-by: pxp928 <[email protected]> * change vulnerabilityMetadata to scanMetadata for certifyVuln Signed-off-by: pxp928 <[email protected]> * add vulnerability to inmem Signed-off-by: pxp928 <[email protected]> * update vuln and equal vuln for inmem Signed-off-by: pxp928 <[email protected]> * update certifyVuln and add in missing unit tests Signed-off-by: pxp928 <[email protected]> * update test Signed-off-by: pxp928 <[email protected]> * comment out neo4j Signed-off-by: pxp928 <[email protected]> * udpate ingest and unknown cli Signed-off-by: pxp928 <[email protected]> * update vuln cli and remove old arango Signed-off-by: pxp928 <[email protected]> * udpate arango for vulnerability Signed-off-by: pxp928 <[email protected]> * update vuln parser and tests Signed-off-by: pxp928 <[email protected]> * update vex parser Signed-off-by: pxp928 <[email protected]> * fix lint Signed-off-by: pxp928 <[email protected]> * update examples Signed-off-by: pxp928 <[email protected]> * fix noVuln case Signed-off-by: pxp928 <[email protected]> * fix vuln cli Signed-off-by: pxp928 <[email protected]> * fix preloads for vulnerabilites Signed-off-by: pxp928 <[email protected]> * enforce lowercase in resolver and address other comments Signed-off-by: pxp928 <[email protected]> --------- Signed-off-by: pxp928 <[email protected]>
Signed-off-by: pxp928 <[email protected]>
Signed-off-by: pxp928 <[email protected]>
Signed-off-by: pxp928 <[email protected]>
Signed-off-by: pxp928 <[email protected]>
pxp928
force-pushed
the
vuln-gql-change
branch
from
August 16, 2023 16:57
8b5c143
to
0b4ae33
Compare
This was referenced Aug 17, 2023
This was referenced Oct 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description of the PR
fixes issue #1097
PR Checklist
-s
flag togit commit
.make generate
has been runcollectsub
protobuf has been changed,make proto
has been run