2022-01-01 20:11:46 +08:00
|
|
|
# Security Policies and Procedures
|
2021-07-16 19:08:40 +08:00
|
|
|
|
|
|
|
We take security seriously, and encourage everyone to use the last version of
|
2022-01-01 20:11:46 +08:00
|
|
|
radare2 from git if possible. We do not backport security fixes to old
|
|
|
|
releases.
|
2021-07-16 19:08:40 +08:00
|
|
|
|
2022-01-01 20:11:46 +08:00
|
|
|
Security bugs are considered top priority and a fix is required within 24 hours
|
|
|
|
of disclosure.
|
2021-07-16 19:08:40 +08:00
|
|
|
|
2022-01-01 20:11:46 +08:00
|
|
|
## Reporting a vulnerability
|
2021-07-16 19:08:40 +08:00
|
|
|
|
|
|
|
If you discover a security issue in radare2 (or any related project under the
|
2022-01-01 20:11:46 +08:00
|
|
|
radareorg umbrella), please submit a public issue in the [GitHub issue
|
|
|
|
section](https://github.com/radareorg/radare2/issues) repository for that
|
|
|
|
project.
|
2021-07-16 19:08:40 +08:00
|
|
|
|
2022-01-01 20:11:46 +08:00
|
|
|
If possible, we would appreciate a pull request with your suggested fix
|
|
|
|
instead of leaving it to a reproducer. This is typically faster than reporting
|
|
|
|
the error and explaining it for someone who can fix it.
|
2021-07-16 19:08:40 +08:00
|
|
|
|
2022-01-01 20:11:46 +08:00
|
|
|
See [Error diagnosis](DEVELOPERS.md#Error_diagnosis) for details.
|
2021-07-16 19:08:40 +08:00
|
|
|
|
2022-01-01 20:11:46 +08:00
|
|
|
## Disclosure policy
|
2021-07-16 19:08:40 +08:00
|
|
|
|
2022-01-01 20:11:46 +08:00
|
|
|
We don't believe in secrecy when security matters. Keeping the bugs for
|
2021-07-16 19:08:40 +08:00
|
|
|
yourself or for a limited amount of people results in a false sense of
|
|
|
|
security for the community.
|
|
|
|
|
|
|
|
We encourage full disclosure of any and all security bugs in radare2's codebase.
|
|
|
|
|
2022-01-01 20:11:46 +08:00
|
|
|
Please see the "Reporting a vulnerability" section above for information on how
|
|
|
|
to report a bug. If you do not have or can not create a GitHub account, you may
|
|
|
|
email the bug details to `pancake@nopcode.org` and we will create the issue and
|
|
|
|
fix on your behalf.
|
2021-07-16 19:08:40 +08:00
|
|
|
|
2022-01-01 20:11:46 +08:00
|
|
|
## Privacy
|
2021-07-16 19:08:40 +08:00
|
|
|
|
|
|
|
While we are able to publicly acknowledge you for your contribution to radare2
|
|
|
|
for helping us keep our software secure for users, if you so choose we will
|
|
|
|
keep your contribution anonymous.
|
|
|
|
|
|
|
|
To cover those situations we recommend you to create a GitHub, Telegram or IRC
|
|
|
|
accounts and report it in the public channel, DMs to the author are also fine.
|
|
|
|
|
2022-01-01 20:11:46 +08:00
|
|
|
## Bounties
|
2021-07-16 19:08:40 +08:00
|
|
|
|
2022-01-01 20:11:46 +08:00
|
|
|
There is currently no bug bounty program for r2.
|