Threat model chapter 5#13098
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #13098 +/- ##
=======================================
Coverage 98.97% 98.97%
=======================================
Files 131 131
Lines 48635 48635
Branches 2525 2525
=======================================
Hits 48135 48135
Misses 376 376
Partials 124 124
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
Merging this PR will not alter performance
Comparing Footnotes
|
|
@aiolibsbot review |
PR Review — Threat model chapter 5Well-researched threat-model addition (§5.5 Compression codecs); merge-ready with two doc-accuracy nits. Strengths:
Needs attention (both non-blocking suggestions):
🟢 Suggestions
1. Stale constant name: `DEFAULT_MAX_DECOMPRESS_SIZE` was renamed to `DEFAULT_CHUNK_SIZE`
|
| 1. Is the cancellation hazard on `ZLibCompressor.compress()` (threat 5.3) | ||
| adequately covered by the existing connection-write-lock pattern at | ||
| every call site, or is there an unaudited path? |
There was a problem hiding this comment.
@aiolibsbot Can you answer this by performing the audit?
No description provided.