Skip to content

Commit bc3ccb6

Browse files
committed
Security Advisories notice
1 parent 6b32510 commit bc3ccb6

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 for React** source code, 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
@@ -12,4 +12,7 @@
1212
- Please help us process your issue efficiently and in detail by using one of our
1313
[issue templates](https://github.com/float-toolkit/react/issues/new/choose).
1414

15+
**IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE
16+
[SECURITY ADVISORIES](https://github.com/float-toolkit/core/security/advisories/new) TO FILE A PRIVATE REPORT.
17+
1518
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: affects-core-package
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: targets-core-package
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/react/blob/master/.github/CONTRIBUTING.md)

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/react/HEAD/media/ftreact.svg" width="100" />
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/react/security/advisories/new).

0 commit comments

Comments
 (0)