Skip to content

deprecate process.umask() with no arguments#32499

Merged
cjihrig merged 2 commits intonodejs:masterfrom
cjihrig:umask-doc-depr
Apr 1, 2020
Merged

deprecate process.umask() with no arguments#32499
cjihrig merged 2 commits intonodejs:masterfrom
cjihrig:umask-doc-depr

Conversation

@cjihrig
Copy link
Contributor

@cjihrig cjihrig commented Mar 26, 2020

This commit introduces a documentation deprecation for calling process.umask() with no arguments.

Fixes: #32321

(I have a runtime deprecation PR ready to go as well, in case we want to skip straight to that step, as this is a potential security issue.)

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. deprecations Issues and PRs related to deprecations. doc Issues and PRs related to the documentations. notable-change PRs with changes that should be highlighted in changelogs. process Issues and PRs related to the process subsystem. semver-major PRs that contain breaking changes and should be released in the next major version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

worker: file creation races with process.umask()

8 participants