Browse Source

Add SECURITY.md

pull/2555/head
Sami Vaarala 1 year ago
parent
commit
3ef059fbb2
  1. 2
      CONTRIBUTING.md
  2. 5
      README.md
  3. 14
      SECURITY.md

2
CONTRIBUTING.md

@ -91,6 +91,8 @@ To make a code contribution to Duktape
To report bugs or request features
----------------------------------
See [SECURITY.md](https://github.com/svaarala/duktape/blob/master/SECURITY.md) for reporting security vulnerabilities.
Use GitHub issues to report bugs or request features:
* Please include a compilation or execution log to help diagnosis.

5
README.md

@ -207,10 +207,7 @@ not backwards compatible. See
Reporting bugs
--------------
See [CONTRIBUTING.md](https://github.com/svaarala/duktape/blob/master/CONTRIBUTING.md).
Security critical GitHub issues (for example anything leading to a segfault)
are tagged `security`.
See [CONTRIBUTING.md](https://github.com/svaarala/duktape/blob/master/CONTRIBUTING.md) and [SECURITY.md](https://github.com/svaarala/duktape/blob/master/SECURITY.md).
Contributing
------------

14
SECURITY.md

@ -0,0 +1,14 @@
# Security policy
## Supported versions
Fixes for security vulnerabilities are made to master and latest
major release, and on a case-by-case for other maintained versions.
## Reporting a vulnerability
Please report (suspected) security vulnerabilities to
**[sami.vaarala@ik.fi](mailto:sami.vaarala@iki.fi)**.
Security critical GitHub issues (for example anything leading to a segfault)
can be tagged `security`.
Loading…
Cancel
Save