-
Notifications
You must be signed in to change notification settings - Fork 57
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
PE Vulnerability Pull #2507
PE Vulnerability Pull #2507
Conversation
Update vuln sync to accept all vuln fields, to allow future sources to input correctly
Lint the backend code
remove unused models from test file
fix conditional statement that was actually an assignment
…into EM-pe-vuln-pull
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'm a bit out of the scan functionality, but from a code perspective this LGTM.
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.
Works great
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 are going to have to up our logging game.
console.log("test") is a bit useless
Once in the LZ environment the only way we will know what is happening in the app is via the logs
🗣 Description
closes #2417 and adds the ability to connect to the Posture and exposure API to be able to pull in vulnerability data from the various sources collected
💭 Motivation and context
Adding the ability to get data from posture and expose database
🧪 Testing
Test the database and ensure that the data was added properly in the following tables.
Domains (new domains found)
Services (Every vulnerability must have a service related to it)
Vulnerabilities
✅ Pre-approval checklist
in code comments.
to reflect the changes in this PR.