Skip to content

Commit 5d295a4

Browse files
authored
Merge pull request #1992 from GoogleContainerTools/loosebazooka-patch-1
Update SECURITY.md
2 parents 25fcf48 + 410de76 commit 5d295a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SECURITY.md

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

33
## Supported Versions
44

5-
Distroless currently tracks debian 12 ([bookworm](https://packages.debian.org/bookworm)) packages.
5+
Distroless currently tracks debian 12 ([bookworm](https://packages.debian.org/bookworm/allpackages)) and debian 13 ([trixie](https://packages.debian.org/trixie/allpackages)) packages.
66

77
Debian package versions used for the current build are found in https://github.com/GoogleContainerTools/distroless/blob/main/private/repos/deb. It can be parsed and printed into simple json data by invoking `./knife deb-versions` at the root of this project.
88

@@ -11,6 +11,6 @@ Debian package versions used for the current build are found in https://github.c
1111
If a distroless image you are using contains a CVE or other vulnerability:
1212
1. ensure you are using a [currently supported image](https://github.com/GoogleContainerTools/distroless#what-images-are-available)
1313
1. find the appropriate debian security-tracker notice: `https://security-tracker.debian.org/tracker/CVE-XXXX-YYYYY`, for [example](https://security-tracker.debian.org/tracker/CVE-2022-21476).
14-
1. check if a fix is available for the appropriate debian version in the main/security channels (ex `bookworm`, `bookworm (security)`).
14+
1. check if a fix is available for the appropriate debian version in the main/security channels (ex `trixie`, `trixie (security)`).
1515
1. if a fix is not yet available, do not file a bug, track it in your internal tracker until one becomes available.
1616
1. if a fix is available *and* it has been more than 48 hours, please let the team know by creating an issue and pointing to the CVE or vulnerability disclosure.

0 commit comments

Comments
 (0)