You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This is the dependabot configuration file that automates dependency updates
2
2
# Updates section configures how dependabot should handle dependency updates:
3
-
# - Monitors GitHub Actions workflow dependencies in the root directory
3
+
# - Monitors pip dependencies in the planventure-api directory
4
4
# - Checks for updates weekly
5
5
#
6
-
# Learn more at https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#configuration-options-for-the-dependabotyml-file
GitHub takes the security of our software products and services seriously, including all of the open source code repositories managed through our GitHub organizations, such as [GitHub](https://github.com/GitHub).
6
+
7
+
Even though [open source repositories are outside of the scope of our bug bounty program](https://bounty.github.com/index.html#scope) and therefore not eligible for bounty rewards, we will ensure that your finding gets passed along to the appropriate maintainers for remediation.
8
+
9
+
## Reporting Security Issues
10
+
11
+
If you believe you have found a security vulnerability in any GitHub-owned repository, please report it to us through coordinated disclosure.
12
+
13
+
**Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.**
14
+
15
+
Instead, please send an email to opensource-security[@]github.com.
16
+
17
+
Please include as much of the information listed below as you can to help us better understand and resolve the issue:
18
+
19
+
* The type of issue (e.g., buffer overflow, SQL injection, or cross-site scripting)
20
+
* Full paths of source file(s) related to the manifestation of the issue
21
+
* The location of the affected source code (tag/branch/commit or direct URL)
22
+
* Any special configuration required to reproduce the issue
23
+
* Step-by-step instructions to reproduce the issue
24
+
* Proof-of-concept or exploit code (if possible)
25
+
* Impact of the issue, including how an attacker might exploit the issue
26
+
27
+
This information will help us triage your report more quickly.
28
+
29
+
## Policy
30
+
31
+
See [GitHub's Safe Harbor Policy](https://docs.github.com/en/site-policy/security-policies/github-bug-bounty-program-legal-safe-harbor#1-safe-harbor-terms)
Copy file name to clipboardExpand all lines: SUPPORT.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,14 @@
1
1
2
-
# TODO: The maintainer of this repo has not updated this file
3
-
4
2
# Support
5
3
6
4
## How to file issues and get help
7
5
8
6
This project uses GitHub issues to track bugs and feature requests. Please search the existing issues before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new issue.
9
7
10
-
For help or questions about using this project, please **TODO:** REPO MAINTAINER TO INSERT INSTRUCTIONS ON HOW TO ENGAGE REPO OWNERS OR COMMUNITY FOR HELP. COULD BE A SLACK OR DISCORD OR OTHER CHANNEL FOR HELP. WHERE WILL YOU HELP PEOPLE?
8
+
For help or questions about using this project, please open a new issue. The maintainers and community will try to help you as best as they can.
11
9
12
-
**TODO: REPO MAINTAINERS** Please include one of the following statements file:
10
+
**PLANVENTURE** is not actively developed but is maintained by GitHub staff **AND THE COMMUNITY**. We will do our best to respond to support and community questions in a timely manner.
13
11
14
-
-**THIS PROJECT NAME** is under active development and maintained by GitHub staff **AND THE COMMUNITY**. We will do our best to respond to support, feature requests, and community questions in a timely manner.
15
-
-**THIS PROJECT NAME** is not actively developed but is maintained by GitHub staff **AND THE COMMUNITY**. We will do our best to respond to support and community questions in a timely manner.
16
-
-**THIS PROJECT NAME** is no longer supported or maintained by GitHub staff. We will not respond to support or community questions.
17
-
-**THIS PROJECT NAME** is archived and deprecated. As an unsupported project, feel free to fork.
0 commit comments