Skip to content

Commit 599860b

Browse files
Merge pull request #1 from DefinetlyNotAI/nightly
2 parents 561992e + b96a010 commit 599860b

File tree

16 files changed

+1287
-383
lines changed

16 files changed

+1287
-383
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,4 @@ dmypy.json
152152

153153
# Cython debug symbols
154154
cython_debug/
155-
/esp32/
156-
esp32
157-
esp32/
158-
esp32/*
155+
esp32/

.idea/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/.name

Lines changed: 0 additions & 1 deletion
This file was deleted.

.idea/ESP32_FlashMate.iml

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 174 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PLANS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# To-Do List
2+
3+
> [!TIP]
4+
> Here is a key for the table above:
5+
> - ❌ ➡️ Might be done, Not sure yet
6+
> - ✅ ➡️ Will be done, 100% sure
7+
8+
| Task | Expected Version | Might or Will be done? |
9+
|--------------------------|------------------|------------------------|
10+
| Port to Linux | v1.2.0 ||
11+
| Add esp8266 capabilities | v2.0.0 ||

SECURITY.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
This section outlines the versions of our project that are currently supported with security updates.
6+
7+
| Version | Supported | Release Date |
8+
|---------|-----------|--------------|
9+
| 1.0.x || Apr 7, 2025 |
10+
11+
12+
### Key:
13+
14+
| Key | Desc |
15+
|-----|-----------------------------------------------------|
16+
|| Supported for all security updates |
17+
| ⚠️ | Supported, but will leave support next major update |
18+
| ✖️ | Only for major security issues (CVSS 8.0+) |
19+
|| No longer supported for any security updates |
20+
21+
## Reporting a Vulnerability
22+
23+
If you believe you have found a security vulnerability in our project, we encourage you to report it to us. Your report
24+
will help us improve the security of our project and ensure the trust of our users.
25+
26+
### How to Report a Vulnerability
27+
28+
1. **Identify the Vulnerability**: Clearly describe the vulnerability, including how it can be exploited and any
29+
potential impact.
30+
2. **Provide Detailed Information**: Include as much detail as possible, such as the version of the project affected,
31+
steps to reproduce the vulnerability, and any relevant code snippets or screenshots.
32+
3. **Contact Us**: Send your report to my [email](mailto:[email protected]). Please include "Security Vulnerability
33+
Report" in the subject line.
34+
35+
### What to Expect
36+
37+
- **Acknowledgment**: Upon receiving your report, we will acknowledge receipt within 2�5 business days.
38+
- **Investigation**: Our security team will investigate the vulnerability and determine its validity.
39+
- **Update**: If the vulnerability is accepted, we will work on a fix and provide an update on the timeline for a
40+
security update.
41+
- **Communication**: We will communicate with you regarding the status of the vulnerability and any necessary actions.
42+
43+
### Vulnerability Acceptance Criteria
44+
45+
- The vulnerability must be reproducible.
46+
- The vulnerability must be exploitable.
47+
- The vulnerability must not be a false positive.
48+
49+
### Vulnerability Decline Criteria
50+
51+
- The vulnerability is outside the scope of our project.
52+
53+
Thank you for helping us maintain the security of our project. Your contribution is invaluable in keeping our users
54+
safe.
55+
56+
---

0 commit comments

Comments
 (0)