-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[PAVST] Align privacy checks with spec #41378
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
[PAVST] Align privacy checks with spec #41378
Conversation
|
PR #41378: Size comparison from e2f86ee to 490bb25 Full report (5 builds for cc32xx, realtek, stm32)
|
|
PR #41378: Size comparison from e2f86ee to 5263b84 Full report (3 builds for cc32xx, stm32)
|
|
PR #41378: Size comparison from e2f86ee to 3c76260 Full report (31 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, esp32, nrfconnect, psoc6, qpg, realtek, stm32, telink)
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #41378 +/- ##
=======================================
Coverage 50.95% 50.95%
=======================================
Files 1378 1378
Lines 100642 100660 +18
Branches 13026 13028 +2
=======================================
+ Hits 51282 51292 +10
- Misses 49360 49368 +8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
PR #41378: Size comparison from e2f86ee to 73f23e9 Full report (37 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
|
|
PR #41378: Size comparison from e2f86ee to 9480cef Full report (37 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
|
|
PR #41378: Size comparison from 876fcf5 to db1e8ea Full report (37 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
|
|
Darwin is backlogged and we are nearing build cutoff. Merging without waiting for darwin framework tests as this PR is unlikely to affect the darwin framework anyway. REPL tests would have caught issues if those apply. |
Summary
PushAV doesn't apply privacy to an allocate
On a manual trigger privacy applied is stream usage dependent, add that logic.
On a transport change to Active, any privacy present will prevent
Fixes #41397
Related issues
Testing
PAVST 2.3, 2.6, and 2.7 via the Python Runner
Readability checklist
The checklist below will help the reviewer finish PR review in time and keep the
code readable:
descriptive
“When in Rome…”
rule (coding style)
See: Pull Request Guidelines