Skip to content

Commit 8a4303d

Browse files
committed
Security Advisories notice
1 parent 8628953 commit 8a4303d

File tree

6 files changed

+30
-0
lines changed

6 files changed

+30
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
<h1 align="center">Contribution guidelines</h1>
66

7+
**IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE
8+
[SECURITY ADVISORIES](https://github.com/float-toolkit/core/security/advisories/new) TO FILE A PRIVATE REPORT.
9+
710
If you wish to contribute to the **Float Toolkit** codebase, feel free to fork the repository and submit a pull request.
811

912
## Steps

.github/ISSUE_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@
1111
- Please help us process your issue efficiently and in detail by using one of our
1212
[issue templates](https://github.com/float-toolkit/core/issues/new/choose).
1313

14+
**IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE
15+
[SECURITY ADVISORIES](https://github.com/float-toolkit/core/security/advisories/new) TO FILE A PRIVATE REPORT.
16+
1417
Thank you for contributing to the **Float Toolkit** codebase!

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ body:
1515
1616
<h1 align="center">Bug Report</h1>
1717
18+
**IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE [SECURITY ADVISORIES](https://github.com/float-toolkit/core/security/advisories/new) TO FILE A PRIVATE REPORT.
19+
1820
- type: dropdown
1921
id: affected-packages
2022
attributes:

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ body:
1515
1616
<h1 align="center">Feature Request</h1>
1717
18+
**IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE [SECURITY ADVISORIES](https://github.com/float-toolkit/core/security/advisories/new) TO FILE A PRIVATE REPORT.
19+
1820
- type: dropdown
1921
id: targeted-packages
2022
attributes:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
<h1 align="center">New Pull Request</h1>
66

7+
**IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE
8+
[SECURITY ADVISORIES](https://github.com/float-toolkit/core/security/advisories/new) TO FILE A PRIVATE REPORT.
9+
710
## First things first...
811

912
- Make sure to read the [contribution guidelines](https://github.com/float-toolkit/core/blob/master/.github/CONTRIBUTING.md) before

SECURITY.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<div align="center" style="margin-bottom: 0.5rem">
2+
<img src="https://raw.githubusercontent.com/float-toolkit/core/HEAD/media/ftlogo.svg" width="50" />
3+
</div>
4+
5+
<h1 align="center">Security policy</h1>
6+
7+
## Supported versions
8+
9+
| Version | Supported |
10+
| ------- | --------- |
11+
| 2.0.x | ✔️ |
12+
| < 2.0 | ✖️ |
13+
14+
## Report a vulnerability
15+
16+
Please report any security vulnerabilities privately through
17+
[Security Advisories](https://github.com/float-toolkit/core/security/advisories/new).

0 commit comments

Comments
 (0)