Skip to content

Commit

Permalink
QLBase Security
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Dec 21, 2023
1 parent 7338a53 commit 63c887e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions SECURITY.md
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)

0 comments on commit 63c887e

Please sign in to comment.