-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
136 changed files
with
3,771 additions
and
1,499 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
MAIN_VITE_STEAMGRIDDB_API_KEY=YOUR_API_KEY | ||
MAIN_VITE_API_URL=API_URL | ||
MAIN_VITE_SENTRY_DSN=YOUR_SENTRY_DSN | ||
SENTRY_AUTH_TOKEN= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ node_modules | |
dist | ||
out | ||
.gitignore | ||
migration.stub |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
.vscode | ||
node_modules | ||
hydra-download-manager/ | ||
aria2/ | ||
fastlist.exe | ||
__pycache__ | ||
dist | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
# Security Policy | ||
|
||
## Purpose of the Policy | ||
|
||
The purpose of this Security Policy is to ensure the security of our project and maintain the trust of the community. | ||
|
||
## Who is Affected by the Policy | ||
|
||
This policy applies to all members of our project community, including developers, testers, repository administrators, and users. | ||
|
||
## Supported Versions | ||
|
||
Use this section to tell people about which versions of your project are | ||
currently being supported with security updates. | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 2.0.x | :white_check_mark: | | ||
| < 1.2.0 | :x: | | ||
|
||
## Development Recommendations | ||
|
||
### Best Practices | ||
|
||
- Follow secure coding principles. | ||
- Use well-established libraries and frameworks. | ||
- Regularly update dependencies. | ||
- Conduct thorough testing, including security-related tests. | ||
|
||
### Unrecommended Practices | ||
|
||
- Do not use known vulnerabilities that have not been patched. | ||
- Do not publish sensitive information such as API keys or passwords. | ||
- Do not vote for changes that degrade the security of the project. | ||
|
||
### User-Generated Content | ||
|
||
- Ensure that user-generated content does not contain hidden threats. | ||
- Be cautious when handling user data. | ||
|
||
### Community Interaction | ||
|
||
- Treat each other with respect and politeness. | ||
- Do not spread spam or spam bots. | ||
- Follow community guidelines. | ||
|
||
### Vulnerability Discovery and Reporting | ||
|
||
- If you discover a vulnerability, report it as an issue on GitHub. | ||
- Your report should contain detailed information about the vulnerability, including steps to resolve it. | ||
|
||
### Reporting Method | ||
|
||
To report a vulnerability, create a new issue on GitHub and use branch isolation to provide details about the vulnerability. | ||
|
||
### Details to Provide | ||
|
||
Please provide the following information about the vulnerability: | ||
|
||
- Description of the vulnerability | ||
- Steps to resolve the vulnerability | ||
- Versions on which the vulnerability was found | ||
- Code examples illustrating the vulnerability (if it is safe to do so) | ||
|
||
### Expected Behavior | ||
|
||
- If we accept the reported vulnerability, we will release a patch and update the security information on GitHub. | ||
- If we reject the reported vulnerability, we will provide an explanation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"language_name": "اَلْعَرَبِيَّةُ", | ||
"home": { | ||
"featured": "مميّز", | ||
"trending": "شائع", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"language_name": "беларуская мова", | ||
"home": { | ||
"featured": "Рэкамэндаванае", | ||
"trending": "Актуальнае", | ||
|
Oops, something went wrong.