-
Notifications
You must be signed in to change notification settings - Fork 0
fix(security): harden audit pseudonymization and refresh Netty evidence #270
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
Merged
Merged
Changes from all commits
Commits
Show all changes
144 commits
Select commit
Hold shift + click to select a range
5261356
security: rebuild audit pseudonymization on current main
seonghobae 28966e6
test(security): require strong policy override keys
seonghobae 2e9c4a2
fix(security): reject weak policy override keys
seonghobae ac70dd7
docs(security): document policy override key strength
seonghobae 27106a5
fix: trigger CI due to strix timeout
seonghobae b3ad882
chore: remove stray CI trigger script
seonghobae 0e7770b
test: cover disabled policy signing startup path
seonghobae a86ab46
docs: consolidate unreleased changelog entries
seonghobae eb34323
build: enforce zero missed production lines and branches
seonghobae 164aecf
ci: verify exact PR head with coverage gates
seonghobae 294b30b
ci: fuzz the exact pull request head
seonghobae febb3fd
docs: record exact-head and coverage gates
seonghobae 9cf1ff8
test: add shared security provider fixture
seonghobae 3214bc0
test: cover null policy secret normalization
seonghobae 62dac96
test: cover tenant delete fail-closed branches
seonghobae 0416068
test: cover validation security edge cases
seonghobae 6b61330
test: cover conversion filename boundary
seonghobae 70f3399
test: cover artifact deletion failure
seonghobae d73571b
test: cover repository delete edge cases
seonghobae 36254ee
test: cover exception log sanitization
seonghobae a1533de
test: cover download filename and digest edges
seonghobae 31c4b4d
fix: redact rejected parameter values
seonghobae c0c0c45
docs: record rejected-value redaction
seonghobae a308f0f
test: cover every override header separator
seonghobae 39dc005
refactor: trust normalized policy secret contract
seonghobae 6e311ed
refactor: remove unreachable blank filename branch
seonghobae 8ca8958
fix(ci): isolate exact-head evidence finalization runs
seonghobae 61ab219
fix(ci): use repository-native evidence verifier
seonghobae 2831bb9
docs(evidence): ingest verified Netty 4.1.136 evidence
github-actions[bot] fa1659a
fix(security): restore reviewed Netty 4.1.136 remediation
seonghobae 6d9a3d7
test(evidence): verify complete Netty SBOM graph coherence
seonghobae 20513e3
docs(security): record deterministic Netty SBOM provenance
seonghobae 67cd42c
docs(evidence): correct CycloneDX generation contract
seonghobae 06452c3
docs(changelog): record deterministic Netty buyer evidence
seonghobae 1907593
test(security): require auditable policy overrides
seonghobae 0189136
fix(security): fail closed without override audit key
seonghobae c57af8b
docs(security): require auditable override startup
seonghobae 5073573
docs(changelog): record auditable override gate
seonghobae ff10462
test(security): require standalone override auditability
seonghobae f08d789
refactor(security): expose reusable override key validation
seonghobae 9c33db4
fix(security): enforce override auditability in standalone service
seonghobae 10bfb26
test(fuzz): use separated override audit keys
seonghobae 162166a
test(web): use separated override audit keys
seonghobae 967fe25
test(service): use separated override audit keys
seonghobae 92ce1c6
test(audit): reject unauditable policy signing
seonghobae 422c465
docs(security): cover standalone override validation
seonghobae cacd637
docs(changelog): record standalone override guard
seonghobae 08b14b7
test(build): require warning-free public Javadocs
seonghobae f86581f
build(docs): gate warning-free public Javadocs
seonghobae c0d2c7b
docs(api): explain tenant context claims
seonghobae 21bbc79
docs(api): explain conversion status payload
seonghobae 648e71b
docs(api): explain admin job list payload
seonghobae f454056
docs(api): explain conversion acceptance payload
seonghobae 8d3d180
docs(api): explain viewer bootstrap payload
seonghobae f96d7d4
docs(api): explain error response envelope
seonghobae 4b1f65d
docs(api): complete public Javadocs
seonghobae e08e0e0
docs(api): finish warning-free Javadoc surface
seonghobae ecbc0a9
docs(changelog): record executable Javadoc gate
seonghobae fcc77fd
docs(agents): make verify and Javadocs authoritative
seonghobae 58c9cff
docs(acceptance): make verify evidence authoritative
seonghobae bf7083d
docs(governance): use current sibling repository names
seonghobae 91091dd
perf(io): remove filesystem TOCTOU prechecks
seonghobae dca468e
test(ci): require non-skipped Maven report acceptance
seonghobae 231ce19
feat(ci): fail on skipped or empty Maven reports
seonghobae 1e3d6f6
fix(ci): reject skipped or empty Maven test reports
seonghobae 040909f
docs(ci): require zero-skipped Maven report evidence
seonghobae 6ee5c40
docs(changelog): record zero-skipped CI gate
seonghobae b34b931
test(ci): require bounded entity-free XML reports
seonghobae eeee286
fix(ci): bound and sanitize Maven XML evidence
seonghobae fa25f04
docs(ci): define bounded XML report parsing
seonghobae 9a83d0f
docs(changelog): record safe Maven report parsing
seonghobae 7b6f60a
fix(ci): eliminate report size-check race
seonghobae 98870b0
test(ci): reject encoded XML declaration bypasses
seonghobae 72b30b6
fix(ci): enforce UTF-8 Maven report evidence
seonghobae 08b31c1
docs(ci): require UTF-8 Maven XML evidence
seonghobae 95b046a
docs(changelog): record encoded XML rejection
seonghobae a93127b
test(ci): reject failing Maven report evidence
seonghobae 5d1040e
fix(ci): reject failing Maven report evidence
seonghobae fff6161
docs(ci): reject contradictory Maven outcomes
seonghobae 3c9bea3
docs(changelog): record report outcome checks
seonghobae d089e6b
test(ci): assert singular Maven outcome diagnostics
seonghobae e3104fc
test: require complete Maven report counts
seonghobae 260d98f
fix: reject incomplete Maven report counts
seonghobae 6e7e864
docs: record fail-closed report attributes
seonghobae 2656321
docs: define complete Maven report evidence
seonghobae 67b50dc
test(security): reproduce cross-tenant download IDOR
seonghobae 3d3893a
fix(security): enforce tenant ownership on direct downloads
seonghobae 5039007
test(security): authenticate direct download behavior tests
seonghobae 308209e
docs(security): record tenant-scoped download contract
seonghobae 12aba23
docs(security): define direct download tenant boundary
seonghobae 622e62d
test(security): require dedicated artifact read permission
seonghobae 26232b8
feat(security): add dedicated artifact read permission
seonghobae dba23ff
fix(security): enforce artifact-specific download scope
seonghobae c1eb255
docs(security): record artifact-specific download scope
seonghobae 1e34497
docs(security): separate job metadata from artifact bytes
seonghobae 2ff43fc
test(security): authenticate direct download fixtures with artifact s…
seonghobae a6df06c
test(ci): require full verification on stacked pull requests
seonghobae c1239e2
fix(ci): verify stacked pull requests without weakening gates
seonghobae ed38632
test(ci): support standard script discovery
seonghobae bfc0521
test(ci): bind stack evidence to individual jobs
seonghobae b5efda8
test(ci): bind Maven report gate to exact-head job
seonghobae 0dfe6a8
test(security): require signed direct artifact delivery
seonghobae 4fd86ad
fix(security): share artifact range parsing
seonghobae 5d45f2a
refactor(security): share canonical artifact range parser
seonghobae dce6fe7
refactor(security): make range parser stateless
seonghobae 757424b
refactor(security): expose shared range rejection state
seonghobae f8be303
fix(security): require signed direct artifact delivery
seonghobae eb81bb4
test(security): cover rejected direct artifact range
seonghobae 73182b5
refactor(security): reuse shared artifact range rejection
seonghobae 32a9603
docs(test): ground acceptance evidence policy in research
seonghobae 96b15c1
test(security): issue signed tokens for direct download regressions
seonghobae 7080798
test(ci): require explicit synthetic merge checkout
seonghobae 7bf2aff
fix(ci): pin synthetic merge checkout revision
seonghobae a032c25
docs(security): align direct download with signed artifact delivery
seonghobae 1ad9476
test(security): reject suffix range for empty artifact
seonghobae 1774bd0
fix(security): reject ranges on empty artifacts
seonghobae 6fadd47
test(security): reject signed range positions
seonghobae bbf5d24
fix(security): enforce ASCII range digits
seonghobae 2fd367c
test(security): enforce RFC range unit and digit spacing
seonghobae d2e3623
fix(http): enforce RFC byte range grammar
seonghobae 8f260b4
test(http): cover malformed byte range boundaries
seonghobae c3cb177
docs(security): specify direct download failure statuses
seonghobae 9f36690
test(http): reject every flagged range outcome
seonghobae d926c61
fix(http): reject any invalid range outcome
seonghobae aee4070
docs(ci): bind acceptance evidence to exact jobs
seonghobae 9d9365d
test(conversion): require fail-closed unqualified formats
seonghobae 66cdaca
perf(download): reuse verified artifact checksum
seonghobae 27d34e8
fix(conversion): fail closed without qualified adapter
seonghobae 9c2366e
test(download): remove obsolete checksum reflection
seonghobae 0ef5378
test(conversion): keep placeholder out of production scan
seonghobae 0c9f333
fix(conversion): isolate placeholder generator from production scan
seonghobae 4270222
docs(conversion): state fail-closed fidelity boundary
seonghobae 0244a90
fix(docs): document fail-closed generator constructor
seonghobae af30b62
refactor(security): centralize artifact response headers
seonghobae 43e2925
refactor(security): reuse canonical artifact response contract
seonghobae c3d83e8
refactor(security): share artifact response semantics
seonghobae eb3b59f
test(security): reject exception-controlled conversion status
seonghobae 0f796c0
fix(security): redact conversion failure status details
seonghobae 93e7daf
Merge branch 'main' into fix/pii-logging-16240128950440010639
opencode-agent[bot] 0f9db39
test: align worker failure assertions with privacy contract
seonghobae 65879bb
test: reject raw artifact-delete failure diagnostics
seonghobae 50472d1
fix: make artifact-delete failure logging privacy-safe
seonghobae c591098
test: reject raw unexpected-error diagnostics
seonghobae 63cdc36
fix: make unexpected-error logging privacy-safe
seonghobae File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.