-
Notifications
You must be signed in to change notification settings - Fork 26
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
Update CP/CPS to exactly match RFC 3647, Section 6 #216
Merged
Conversation
This file contains 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
96813e4
to
5a62952
Compare
5a62952
to
e9dd0a0
Compare
mcpherrinm
reviewed
May 7, 2024
pgporada
reviewed
May 7, 2024
pgporada
reviewed
May 7, 2024
185ecfc
to
9529c11
Compare
Sample output from the latest patch, with some mangling applied to the CP-CPS: ❯ go run . ../../CP-CPS.md
heading "### 3.1.3 Anonymity or pseudonymity of subscribers" found out-of-order on line 199
heading "### 4.4.2 Publication of the certificate by the CA" not found
empty section found at line 71
empty section found at line 272
exit status 1 |
9529c11
to
f2e694b
Compare
b02236f
to
1589e67
Compare
pgporada
approved these changes
May 7, 2024
andygabby
approved these changes
May 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Change the phrasing and capitalization of a few CP/CPS section headings to exactly match those suggested by RFC 3647, Section 6. These section titles will be mandatory as of 2024-09-15, per CA/BF Ballot SC-074.
Also add a new linting tool which enforces some of the requirements imposed by Ballot SC-074. And fix the old "Test Tools" job, which was broken because it only ran for PRs targeting "master".