-
Notifications
You must be signed in to change notification settings - Fork 58
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
Persist impact, recommendation and source fields in FindingType objects in XTDB #1126
Conversation
ad99f59
to
910ac8f
Compare
910ac8f
to
7b9b0f5
Compare
What else needs to be done before the data that's now in |
Basically, stop accessing it in Rocky. This is being worked on in #1118 |
There are also a few descriptions of models in the seed. I think it would be best to move those descriptions to the models itself. |
* main: Add bit to set default values for FindingType risk levels in Octopoes (#1075) Fix thread termination in Mula (#1003) test(boefjes): snyk (#1116) Add endpoints in Octopoes for bulk operations in the object list page (#1067) Remove tasks and items on mutation delete (#1090) Persist impact, recommendation and source fields in FindingType objects in XTDB (#1126) Handle an empty plugin.consumes field for the plugin detail page (#1104) Add script to automatically backport PR to release branch (#1097) Fix typos in 'no organizations found' message (#1123) Finding Types Boefjes (#1056) add findingtype files (#1117) Remove containers after `docker-compose run` (#1112) Bump cryptography from 39.0.1 to 41.0.0 in /boefjes/boefjes/plugins/kat_ssl_certificates (#1099) Bump cryptography from 40.0.2 to 41.0.1 (#1108) Bump cryptography from 40.0.2 to 41.0.0 in /bytes (#1100) Fix failing test-debian-install in CI (#1111) Remove unused boefje fields when creating a BoefjeTask object to send to the scheduler (#1103) add 'ideas' as a category in project guidelines (#1105)
Changes
Add
impact
,recommendation
andsource
fields to kat_finding_types.jsonAdd
impact
,recommendation
andsource
fields to FindingType modelYield
impact
,recommendation
andsource
from KATFindingType normalizerYield
source
from CVEFindingType normalizerYield
source
from SnykFindingType normalizerIssue link
Closes N/A
Proof
Code Checklist
Communication
.env
changes files if required and changed the.env-dist
accordingly.Checklist for code reviewers:
Copy-paste the checklist from the docs/source/templates folder into your comment.
Checklist for QA:
Copy-paste the checklist from the docs/source/templates folder into your comment.