Skip to content

Commit 9a9f0eb

Browse files
committed
Add missing SECURITY.md
1 parent d41c006 commit 9a9f0eb

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

SECURITY.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Security Policy
2+
3+
Last Updated: 2022-09-20
4+
5+
## Supported Versions
6+
7+
Current status of open branches, with new releases, can be found from [Jackson Releases](https://github.com/FasterXML/jackson/wiki/Jackson-Releases)
8+
wiki page
9+
10+
## Reporting a Vulnerability
11+
12+
The recommended mechanism for reporting possible security vulnerabilities follows
13+
so-called "Coordinated Disclosure Plan" (see [definition of DCP](https://vuls.cert.org/confluence/display/Wiki/Coordinated+Vulnerability+Disclosure+Guidance)
14+
for general idea). The first step is to file a [Tidelift security contact](https://tidelift.com/security):
15+
Tidelift will route all reports via their system to maintainers of relevant package(s), and start the
16+
process that will evaluate concern and issue possible fixes, send update notices and so on.
17+
Note that you do not need to be a Tidelift subscriber to file a security contact.
18+
19+
Alternatively you may also report possible vulnerabilities to `info` at fasterxml dot com
20+
mailing address. Note that filing an issue to go with report is fine, but if you do that please
21+
DO NOT include details of security problem in the issue but only in email contact.
22+
This is important to give us time to provide a patch, if necessary, for the problem.
23+
24+
## Verifying Artifact signatures
25+
26+
(for more in-depth explanation, see [Apache Release Signing](https://infra.apache.org/release-signing#keys-policy) document)
27+
28+
To verify that any given Jackson artifact has been signed with a valid key, have a look at `KEYS` file of the main Jackson repo:
29+
30+
https://github.com/FasterXML/jackson/blob/master/KEYS
31+
32+
which lists all known valid keys in use.

0 commit comments

Comments
 (0)