-
Notifications
You must be signed in to change notification settings - Fork 60
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
Towards better inference: bits → nibbles #3808
base: main
Are you sure you want to change the base?
Conversation
…coordination into set-default-risk-in-model
…coordination into set-default-risk-in-model
…uler from recreating already deleted oois trhough affirmations
…cheduler_from_reacreating_already_deleted_oois_through_affirmations' into feature/nibbles
This reverts commit 1b4aed6.
Co-authored-by: Donny Peeters <[email protected]>
The following Nibbles were tested and possibly contain bugs:
The following nibbles have not been tested yet, but are picked up in between other PRs. The following nibbles were tested and seem to work. Please double check the short reproduction steps if this was the intended way.
|
Interesting about the pending findings, ill pick it up! The others ill test myself to confirm. |
I spent some time debugging the pending finding types and here's my conclusion on what's happening. Let's consider the missing-spf finding since it's the most straightforward.
So far so good!
Now, the finding type is set back to pending risk (because of the caching) and the boefje will not run anymore because it had run already. Now... this problem will fix itself every day but that's not sustainable. I will play around with this. |
The following Nibbles were tested and possibly contain bugs:
The following nibbles have not been tested yet, but are picked up in between other PRs.
|
Is this really related to caching the bits/nibbles? |
No this is another problem, there is a nibble (bit before) that's called Since this nibble now runs in cache, when the FindingType is created, it is really the first time we see it (in cache :) ). So it gives Pending. |
So FindingType is not set to None by either a boefje or nibble, this is already going well, problem is that status is set to pending. |
|
Changes
Bits → Nibbles
Issue link
N/A
Demo
T.B.D.
QA notes
Test all ported bits/new nibbles from front-end:
Code Checklist
.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.