Skip to content

Commit e9eec60

Browse files
committed
Merge remote-tracking branch 'origin/master' into alpha-3
2 parents 3ce8bc4 + f364173 commit e9eec60

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.github/dependabot.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "weekly"
12+

SECURITY.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Security Policy
2+
3+
We encourage most covnersations to start as a [Discussion](./discussions) or an [Issue](./issues) if you think you've correctly identified a bug. If you have a feature request, then we encourage you start a discussion before we turn that into an Issue to be actioned.
4+
5+
## Supported Versions
6+
7+
Use this section to tell people about which versions of your project are
8+
currently being supported with security updates.
9+
10+
| Version | Supported |
11+
| ------- | ------------------ |
12+
| 1.x.x | :white_check_mark: |
13+
14+
## Reporting a Vulnerability
15+
16+
If you have identified a legitimate security issue then **do not report that as a public issue**
17+
18+
To responsibly report a security issue, please navigate to the "Security" tab for the repo, and click "Report a vulnerability".

0 commit comments

Comments
 (0)