Skip to content

Create SECURITY.md for security policy and reporting#11828

Open
franciscoarturorivera371-cyber wants to merge 1 commit into
testcontainers:mainfrom
franciscoarturorivera371-cyber:patch-1
Open

Create SECURITY.md for security policy and reporting#11828
franciscoarturorivera371-cyber wants to merge 1 commit into
testcontainers:mainfrom
franciscoarturorivera371-cyber:patch-1

Conversation

@franciscoarturorivera371-cyber
Copy link
Copy Markdown

Added a security policy document outlining supported versions and vulnerability reporting.

Added a security policy document outlining supported versions and vulnerability reporting.
@franciscoarturorivera371-cyber franciscoarturorivera371-cyber requested a review from a team as a code owner June 3, 2026 22:25
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Submit the change.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b0997b0946

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread SECURITY.md
Comment on lines +10 to +13
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Replace placeholder supported versions

This table appears to be the GitHub template data rather than Testcontainers' release policy: the repo's current testcontainers.version is 2.0.5 in gradle.properties, while there are no 4.x/5.x Testcontainers Java releases in this tree. Because GitHub surfaces SECURITY.md to users looking for supported releases, this would incorrectly tell users on the current 2.x line that it is unsupported and point them at nonexistent supported 5.1.x/4.0.x lines.

Useful? React with 👍 / 👎.

Comment thread SECURITY.md
@franciscoarturorivera371-cyber
Copy link
Copy Markdown
Author

From b0997b0 Mon Sep 17 00:00:00 2001
From: Francisco Arturo Rivera franciscoarturorivera371@gmail.com
Date: Wed, 3 Jun 2026 15:25:03 -0700
Subject: [PATCH] Create SECURITY.md for security policy and reporting

Added a security policy document outlining supported versions and vulnerability reporting.

SECURITY.md | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 SECURITY.md

diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 00000000000..034e8480320
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,21 @@
+# Security Policy
+
+## Supported Versions
+
+Use this section to tell people about which versions of your project are
+currently being supported with security updates.
+
+| Version | Supported |
+| ------- | ------------------ |
+| 5.1.x | ✅ |
+| 5.0.x | ❌ |
+| 4.0.x | ✅ |
+| < 4.0 | ❌ |
+
+## Reporting a Vulnerability
+
+Use this section to tell people how to report a vulnerability.
+
+Tell them where to go, how often they can expect to get an update on a
+reported vulnerability, what to expect if the vulnerability is accepted or
+declined, etc.

@franciscoarturorivera371-cyber
Copy link
Copy Markdown
Author

diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 00000000000..034e8480320
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,21 @@
+# Security Policy
+
+## Supported Versions
+
+Use this section to tell people about which versions of your project are
+currently being supported with security updates.
+
+| Version | Supported |
+| ------- | ------------------ |
+| 5.1.x | ✅ |
+| 5.0.x | ❌ |
+| 4.0.x | ✅ |
+| < 4.0 | ❌ |
+
+## Reporting a Vulnerability
+
+Use this section to tell people how to report a vulnerability.
+
+Tell them where to go, how often they can expect to get an update on a
+reported vulnerability, what to expect if the vulnerability is accepted or
+declined, etc.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant