-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SECURITY.md: Add in a security policy
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Security Policy | ||
|
||
## No Warranty | ||
|
||
Per the terms of the BSD-2-Clause license, libcoap is offered "as is" and | ||
without any guarantee or warranty pertaining to its operation. While every | ||
reasonable effort is made by its maintainers to ensure the product remains | ||
free of security vulnerabilities, users are ultimately responsible for | ||
conducting their own evaluations of each software release. | ||
|
||
## Reporting a Suspected Vulnerability | ||
|
||
If you believe you've uncovered a security vulnerability and wish to report | ||
it confidentially, you may do so via email. Please note that any reported | ||
vulnerabilities **MUST** meet all the following conditions: | ||
|
||
* Affects the most recent stable release of libcoap, or a current beta release | ||
* Is reproducible following a prescribed set of instructions | ||
|
||
Please note that we **DO NOT** accept reports generated by automated tooling | ||
which merely suggest that a file or file(s) _may_ be vulnerable under certain | ||
conditions, as these are most often innocuous. | ||
|
||
If you believe that you've found a vulnerability which meets all of these | ||
conditions, please email a brief description of the suspected bug and | ||
instructions for reproduction to **libcoap-security@tzi.org**. Please do NOT | ||
create a public GitHub issue. | ||
|
||
### Bug Bounties | ||
|
||
As libcoap is provided as free open source software, we do not offer any monetary | ||
compensation for vulnerability or bug reports, however your contributions are greatly | ||
appreciated. |