-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
doc: exclude compile-time flag features from security policy #61109
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
nodejs-github-bot
merged 1 commit into
nodejs:main
from
mcollina:doc/security-compile-time-flags
Dec 20, 2025
Merged
doc: exclude compile-time flag features from security policy #61109
nodejs-github-bot
merged 1 commit into
nodejs:main
from
mcollina:doc/security-compile-time-flags
Dec 20, 2025
+20
−0
Conversation
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
Collaborator
|
Review requested:
|
Member
Author
|
@nodejs/tsc |
aduh95
approved these changes
Dec 18, 2025
Contributor
aduh95
left a comment
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.
Would it be worth it to explicitely state whether e.g. --without-sqlite qualifies?
Add a new section to the security model clarifying that experimental features behind compile-time flags are not covered by the vulnerability reporting policy. These features are intended for development only and are not enabled in official releases.
6c0fc80 to
7267b0c
Compare
UlisesGascon
approved these changes
Dec 18, 2025
RafaelGSS
approved these changes
Dec 18, 2025
bjohansebas
approved these changes
Dec 18, 2025
lpinca
approved these changes
Dec 19, 2025
marco-ippolito
approved these changes
Dec 19, 2025
Member
Author
Can you send a patch? |
Collaborator
|
Landed in 0a54180 |
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.
Add a new section to the security model clarifying that experimental features behind compile-time flags are not covered by the vulnerability reporting policy. These features are intended for development only and are not enabled in official releases.