Skip to content

Create SECURITY.md #1037

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -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 | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |
Comment on lines +5 to +13

Choose a reason for hiding this comment

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

high

This 'Supported Versions' section currently contains placeholder data. Could you please update this table with the actual versions of the 'Android Architecture Samples' project that are actively supported with security updates? If this project follows a different support model (e.g., only the latest version on the main branch is supported), please clarify that here.


## 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.
Comment on lines +17 to +21

Choose a reason for hiding this comment

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

high

The 'Reporting a Vulnerability' section is also a template. To make this actionable, could you please provide specific instructions on how users should report security vulnerabilities for this project? This typically includes:

  • Preferred contact methods (e.g., a dedicated email address, private bug tracker, or instructions for creating a confidential issue on GitHub if supported).
  • Information on what details to include in the report.
  • Expected response timelines or SLAs, if any.
  • What to expect regarding the disclosure process.