Skip to content

Commit 15d03fe

Browse files
committed
adding SECURITY.md file
1 parent 724c8dd commit 15d03fe

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Adding new module called `Telemetry::Logger::ExceptionHandler`
55
* Adding methods for `exception` and magic for detecting `ElasticAPM` and `OpenTelemetry`
66
* Adding `Upload Sarif output` step to `rubocop` GitHub action
7+
* Adding `SECURITY.md` file
78

89
## v0.1.1
910
* Fixing issue with color option using the wrong method name

SECURITY.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
Use this section to tell people about which versions of your project are
6+
currently being supported with security updates.
7+
8+
| Version | Supported |
9+
| ------- | ------------------ |
10+
| 0.x.x | :white_check_mark: |
11+
12+
13+
## Reporting a Vulnerability
14+
15+
Use this section to tell people how to report a vulnerability.
16+
17+
Tell them where to go, how often they can expect to get an update on a
18+
reported vulnerability, what to expect if the vulnerability is accepted or
19+
declined, etc.

0 commit comments

Comments
 (0)