Skip to content

Commit

Permalink
Create SECURITY.md (#528)
Browse files Browse the repository at this point in the history
Closes #527 

As per the linked issue, this PR adds a security policy to the
repository.

The policy currently requests that vulnerabilities be reported to
GitHub's [private vulnerability
reporting](https://docs.github.com/en/code-security/security-advisories/repository-security-advisories/configuring-private-vulnerability-reporting-for-a-repository)
feature.

This feature should be enabled in order for it to start working:
1. Open the repo's settings
2. Click on [Code security &
analysis](https://github.com/Kaggle/kaggle-api/settings/security_analysis)
3. Click "Enable" for "Private vulnerability reporting (Beta)"

Let me know if there are any changes you'd like to make to the security
policy to be more precise.

Signed-off-by: Joyce <[email protected]>
  • Loading branch information
joycebrum authored Apr 23, 2024
1 parent 3b669d7 commit 3558b61
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Security Policy

## Supported Versions

Security updates are applied only to the latest release.

## Reporting a Vulnerability

If you have discovered a security vulnerability in this project, please report it privately. **Do not disclose it as a public issue.** This gives us time to work with you to fix the issue before public exposure, reducing the chance that the exploit will be used before a patch is released.

Please disclose it at [security advisory](https://github.com/Kaggle/kaggle-api/security/advisories/new).

The vulnerabilities will be addressed as soon as possible, with a maximum of 90 days before a public exposure.

0 comments on commit 3558b61

Please sign in to comment.