-
-
Couldn't load subscription status.
- Fork 33.6k
doc: add req for sec wg review in some cases #21896
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,6 +20,7 @@ | |
| - [Breaking Changes to Internal Elements](#breaking-changes-to-internal-elements) | ||
| - [When Breaking Changes Actually Break Things](#when-breaking-changes-actually-break-things) | ||
| - [Reverting commits](#reverting-commits) | ||
| - [Additions to the Cryptography and Security APIs](#additions-to-the-cryptography-and-security-apis) | ||
| - [Introducing New Modules](#introducing-new-modules) | ||
| - [Deprecations](#deprecations) | ||
| - [Involving the TSC](#involving-the-tsc) | ||
|
|
@@ -378,6 +379,16 @@ multiple commits. Commit metadata and the reason for the revert should be | |
| appended. Commit message rules about line length and subsystem can be ignored. | ||
| A Pull Request should be raised and approved like any other change. | ||
|
|
||
| ### Additions to the Cryptography and Security APIs | ||
|
|
||
| Semver-minor commits that add or change cryptograpy/security APIs should be | ||
|
||
| treated with extra care. Due to the potential impact, it is important that | ||
| these APIs be constructed to reduce the potential for incorrect | ||
| usage. | ||
|
|
||
| These commits must have an approval from at least one member from the | ||
| [security working group](https://github.com/nodejs/security-wg). | ||
|
||
|
|
||
| ### Introducing New Modules | ||
|
|
||
| Semver-minor commits that introduce new core modules should be treated with | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cryptograpy -> cryptography