Open YeagerAI-Bulat opened 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 18.61%. Comparing base (
af6baf7
) to head (29387a5
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Fixes #587
What
no-new-privileges=true
, preventing any privilege escalation in the container.sim_deleteAllValidators
andsim_clearDbTables
in productionWhy
Testing Done
no-new-privileges
security flag is set and functioning as intended to prevent privilege escalation.Decisions Made
no-new-privileges
security setting to align with security standards in containerized applications.Checks
Reviewing Tips
no-new-privileges=true
is applied correctly in container configuration.User-Facing Release Notes
no-new-privileges=true
.