Skip to content

Commit 725b0b5

Browse files
authored
Merge branch 'theskumar:main' into main
2 parents dbacb7e + bf20c80 commit 725b0b5

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

.github/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+
| Version | Supported |
6+
| --------- | ------------------ |
7+
| latest | :white_check_mark: |
8+
| 0.x | :x: |
9+
10+
## Reporting a Vulnerability
11+
12+
If you believe you have identified a security issue with Python-dotenv, please email
13+
[email protected]. A maintainer will contact you acknowledging the report
14+
and how to continue.
15+
16+
Be sure to include as much detail as necessary in your report. As with reporting normal
17+
issues, a minimal reproducible example will help the maintainers address the issue faster.
18+
If you are able, you may also include a fix for the issue generated with `git
19+
format-patch`.

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Keep GitHub Actions up to date with GitHub's Dependabot...
2+
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
3+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
4+
version: 2
5+
updates:
6+
- package-ecosystem: github-actions
7+
directory: /
8+
groups:
9+
github-actions:
10+
patterns:
11+
- "*" # Group all Actions updates into a single larger pull request
12+
schedule:
13+
interval: weekly

0 commit comments

Comments
 (0)