-
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
Raw upload with Scan OOIS #3169
Conversation
related to #3050 |
# Conflicts: # octopoes/octopoes/models/types.py # rocky/rocky/bytes_client.py
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.
Nice work; just a few tiny remarks. Also, please do add some context to the PR next time.
Heheh, sorry, finished the PR right at the end of the day and didn't have time for context yet. Tomorrow first thing promise ❤️ |
Co-authored-by: ammar92 <[email protected]>
No worries! I noticed thanks to Jan that this was related to Burpsuite normalizer |
options = [(o.primary_key, o.get_ooi_type()) for o in objects] | ||
|
||
return options |
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 could yield these options one at a time, to avoid building up two giant lists in memory when loading many objects.
Co-authored-by: Jan Klopper <[email protected]>
Co-authored-by: Jan Klopper <[email protected]>
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.
Looks good to me
* feature/mula/refactor-queue: Fix poetry Updates according to code review Basic audit trails via logging (#3317) Raw upload with Scan OOIS (#3169) Fix Garbage collection and disappearing ports issue (#3214) Formatting Formatting Fix formatting Updated `Django` and `opentelemetry` packages (#3324) Restructure scheduler development scripts (#3293) Change report flow to POST requests (#3174)
Changes
This PR has three main changes:
Closes: #3251
Demo
Please add some proof in the form of screenshots or screen recordings to show (off) new functionality, if there are interesting new features for end-users.
QA notes
Please test both the raw upload with different valid times, and the garbage collection of Scan OOIs.
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.