Skip to content

Commit

Permalink
Merge branch 'main' into feature/btree
Browse files Browse the repository at this point in the history
  • Loading branch information
Richajaishwal0 authored Nov 5, 2024
2 parents 419c8ff + 958c678 commit 141f8de
Show file tree
Hide file tree
Showing 64 changed files with 2,079 additions and 512 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: item.number,
labels: ['gssoc-ext', 'hacktoberfest-accepted']
labels: ['gssoc-ext']
});
const addLabel = async (label) => {
await github.rest.issues.addLabels({
Expand All @@ -36,4 +36,4 @@ jobs:
issue_number: item.number,
labels: [label]
});
};
};
10 changes: 10 additions & 0 deletions .idea/PySnippets.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

209 changes: 209 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion DIRECTORY.md
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
/home/runner/work/_temp/73bfcb8e-23e5-4fc5-8845-af650a09110d.sh: line 1: scripts/build_directory_md.py: No such file or directory
47 changes: 47 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Security Policy

## Reporting a Vulnerability

We take the security of our project seriously. If you discover a security vulnerability, please follow these steps:

1. **DO NOT** create a public GitHub issue for the vulnerability.
2. Send a report to our team through our Discord server: https://discord.
3. Provide as much information as possible about the vulnerability:
- Type of issue
- Full paths of source file(s) related to the issue
- Location of the affected source code
- Any special configuration required to reproduce the issue
- Step-by-step instructions to reproduce the issue
- Proof-of-concept or exploit code (if possible)
- Impact of the issue

## Response Timeline

- We will acknowledge receipt of your vulnerability report within 48 hours.
- We will provide a more detailed response within 7 days.
- We will work on fixing the vulnerability and will keep you informed of our progress.
- Once the vulnerability is fixed, we will publicly disclose the security issue.

## Supported Versions

We will address security vulnerabilities in the following versions:

| Version | Supported |
| ------- | ------------------ |
| latest | :white_check_mark: |

## Best Practices

- Please give us reasonable time to address the issue before making any public disclosure.
- Act in good faith towards our users' privacy and data.
- Do not access or modify other users' data without explicit permission.

## Recognition

We appreciate the security research community's efforts in helping keep our project safe. Responsible disclosure of vulnerabilities helps us ensure the security and privacy of our users.

## Contact

For any security-related concerns, please contact us through:
- Discord: https://discord.
Thank you for helping keep our community safe!
Loading

0 comments on commit 141f8de

Please sign in to comment.