File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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`.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments