Skip to content

It is time to have a security policy #177

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

Merged
merged 1 commit into from
Sep 6, 2024
Merged
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
31 changes: 31 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Security policy
===============

**Do not report security vulnerabilities through public GitHub issues.**
Instead, you can report security vulnerabilities using [our security page].

Please include as much of the following information as possible:

* Type of issue (e.g. buffer overflow, privilege escalation, etc.)
* The location of the affected source code (tag/branch/commit or direct URL)
* Any special configuration required to reproduce the issue
* If applicable, which platforms are affected
* Step-by-step instructions to reproduce the issue
* Impact of the issue, including how an attacker might exploit the issue

## Preferred Languages

We prefer to receive reports in English. If necessary, we also understand Dutch and Frisian.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Fryslân boppe


## Disclosure Policy

We adhere to the principle of [coordinated vulnerability disclosure].

Security Advisories
===================
Security advisories will be published on our [github advisories page] and
possibly through other channels.

[our security page]: https://github.com/memory-safety/zlib-rs/security
[coordinated vulnerability disclosure]: https://vuls.cert.org/confluence/display/CVD/Executive+Summary
[github advisories page]: https://github.com/memory-safety/zlib-rs/security/advisories
Loading