Skip to content

Commit 88ec937

Browse files
authored
Merge pull request #2390 from MikeMcC399/update-security-information
docs: expand SECURITY guidance for dealing with CVEs
2 parents 160b2ff + bc49213 commit 88ec937

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

SECURITY.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22

33
## Reporting a Vulnerability
44

5-
Security issues relating to Node.js project should follow the process documented on <https://nodejs.org/en/security/>.
5+
This repo builds releases of Node.js unchanged into Docker images. Node.js itself bundles certain packages as described in the [distribution](https://github.com/nodejs/node/blob/main/doc/contributing/distribution.md) document. This includes also the npm package manager.
66

7-
CVEs for the base image packages should be reported to those repositories. Nothing to address those CVEs is in the hands of this repos.
7+
Common Vulnerabilities and Exposures (CVE) reports that relate to Node.js or its packaged dependencies cannot be addressed in this repo. Security issues relating to the Node.js project should follow the process documented on <https://nodejs.org/en/security/> where it is also advised that vulnerabilities in third-party packages should be reported to their respective owners.
8+
9+
CVEs for the base operating system image packages should be reported to those repositories. Nothing to address those CVEs is in the hands of this repo.
810

911
- [Alpine](https://github.com/alpinelinux/docker-alpine)
1012
- [Debian (bullseye, bookworm, trixie)](https://github.com/debuerreotype/docker-debian-artifacts)
1113

1214
When base images are patched, the images are rebuilt and rolled out to the Docker hub without intervention by this repo. This process is explained in <https://github.com/docker-library/faq/#why-does-my-security-scanner-show-that-an-image-has-cves>.
15+
16+
When vulnerabilities are resolved in a Node.js release, they are routinely released in a corresponding new Node.js Docker image. The schedule is determined by the Node.js releases not by the Node.js Docker repo.
17+
18+
Please do not open issues in this repo for vulnerabilities in the above components. If they cannot be actioned here, the issue will be closed.

0 commit comments

Comments
 (0)