-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 changed file
with
14 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# QLBase Security | ||
|
||
> [!WARNING] | ||
> QLBase is a work in progress and QLBase had never been pentested against its possible security vulnerabilities. | ||
Here is an outline of security considerations for QLBase. It aims to raise awareness of potential vulnerabilities and provide best practices for secure development and deployment. Understanding potential threats helps focus security efforts. Consider threats like: | ||
|
||
- **Unintended data access**: Unauthorized access to sensitive user data or application logic. | ||
- **Code injection**: Injection of malicious code through input forms or API calls. | ||
- **Denial-of-service attacks**: Overwhelming the system with requests to disrupt service. | ||
- **Man-in-the-middle attacks**: Interception and manipulation of communication between users and QLBase. | ||
- **Supply chain attacks**: Compromised dependencies or libraries. | ||
|
||
See also, [Issue Reporting](https://github.com/nthnn/QLBase?tab=readme-ov-file#-issue-reporting) |