-
Notifications
You must be signed in to change notification settings - Fork 0
docs: converge #691 vulnerability-reporting reader authority #692
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
6 commits
Select commit
Hold shift + click to select a range
4a779f4
test: require #691 documentation authority
seonghobae 7778c2b
docs: record #691 vulnerability audit authority
seonghobae 1464e1c
docs: converge #691 vulnerability audit authority
seonghobae 9753ec7
docs: remove unrelated #650 changelog drift
seonghobae 8abf5b8
test: separate #689 observation from #691 merge identity
seonghobae b5470e5
style: preserve documentation test newline
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
37 changes: 37 additions & 0 deletions
37
test/documentation-private-vulnerability-locked-reader-current.test.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| import { readFileSync } from "node:fs"; | ||
| import { describe, expect, it } from "vitest"; | ||
|
|
||
| const changelog = readFileSync("CHANGELOG.md", "utf8"); | ||
| const baseline = readFileSync("docs/product-technical-gap-baseline.md", "utf8"); | ||
|
|
||
| describe("#691 private-vulnerability-reporting locked-reader documentation authority", () => { | ||
| it("keeps the protected source lineage and fail-closed audit contract current", () => { | ||
| expect(changelog).toContain( | ||
| "#691 normalizes reader acquisition on the read-only private-vulnerability-reporting audit", | ||
| ); | ||
| expect(changelog).toContain( | ||
| "`65e0d3dd3c4060ba0057ba13cf6c9ea23b03373d`", | ||
| ); | ||
| expect(baseline).toContain( | ||
| "Dated protected observation for this repair는 `main@620b29fae9a5dad5d463aff83dd6adb6b67f9305`이다.", | ||
| ); | ||
| expect(baseline).toContain( | ||
| "Protected #691 / merged PR #691 exact `65e0d3dd3c4060ba0057ba13cf6c9ea23b03373d` is retained at protected main `b199ad1f0bed0ecd545e46e327e0bed6fff9224e`", | ||
| ); | ||
| expect(baseline).toContain( | ||
| "GitHub private vulnerability reporting response body could not be read.", | ||
| ); | ||
| expect(baseline).toContain( | ||
| "16 KiB response ceiling, JSON media-type gate, fatal UTF-8, duplicate-key and JSON admission", | ||
| ); | ||
| }); | ||
|
|
||
| it("does not promote audit source integration into foreign setting or release authority", () => { | ||
| expect(baseline).toContain( | ||
| "#691 source integration is not immutable release, production deployment, live private-vulnerability-reporting enablement or notification staffing, recovery rehearsal, or deployed p95/heap evidence", | ||
| ); | ||
| expect(baseline).toContain( | ||
| "#691 retains GitHub private-vulnerability-reporting setting, security, outbound, credential, release/deployment, and foreign-domain authority with their existing owners", | ||
| ); | ||
| }); | ||
| }); |
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.