Skip to content

docs: clarify security issue classification - #937

Merged
HTHou merged 1 commit into
developfrom
codex/refine-security-model
Sep 4, 2026
Merged

docs: clarify security issue classification#937
HTHou merged 1 commit into
developfrom
codex/refine-security-model

Conversation

@HTHou

@HTHou HTHou commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Summary

  • classify untrusted-file findings according to exploitability and demonstrated security-boundary impact
  • clarify that crashes, assertion failures, out-of-memory conditions, and sanitizer findings without such impact are normally robustness issues
  • retain case-by-case security treatment for disproportionate resource amplification across an actual untrusted boundary
  • narrow the examples of security-relevant memory findings to exploitable corruption or out-of-bounds access that exposes unrelated process data

This follow-up refines the security model added in #936 and more clearly reflects the distinction used by comparable Apache data-format projects.

Testing

  • git diff --check
  • documentation-only change; no code tests required

@ColinLeeo ColinLeeo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@HTHou
HTHou merged commit 4ea5ed5 into develop Sep 4, 2026
38 checks passed
@HTHou
HTHou deleted the codex/refine-security-model branch September 4, 2026 03:54
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.67%. Comparing base (b6ed43c) to head (2a5af68).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #937   +/-   ##
========================================
  Coverage    61.67%   61.67%           
========================================
  Files          747      747           
  Lines        51883    51883           
  Branches      8437     8437           
========================================
  Hits         32000    32000           
  Misses       18255    18255           
  Partials      1628     1628           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants