server-up-ndot 1.3.7 → 1.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/readme.md +6 -4
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -74,12 +74,12 @@ npx server-up-ndot create myserver
|
|
|
74
74
|
|
|
75
75
|
## 1.3.x
|
|
76
76
|
|
|
77
|
+
### 1.3.8
|
|
78
|
+
- add a cve code(e,g:cve-xxxx-xxxxx)
|
|
79
|
+
|
|
77
80
|
### 1.3.7
|
|
78
81
|
- There was a problem with the environment :( rollbacked.
|
|
79
82
|
|
|
80
|
-
### 1.3.6
|
|
81
|
-
~ use a CI ~
|
|
82
|
-
|
|
83
83
|
### 1.3.5
|
|
84
84
|
- sicu report updated
|
|
85
85
|
|
|
@@ -188,9 +188,11 @@ The focus is on high-impact issues that may lead to **Remote Code Execution (RCE
|
|
|
188
188
|
|
|
189
189
|
**Vulnerability Types**
|
|
190
190
|
- Server-Side Request Forgery (SSRF)
|
|
191
|
+
- CVE-2025-62718
|
|
191
192
|
- Denial of Service (DoS)
|
|
193
|
+
- Memory Exhaustion
|
|
194
|
+
- CVE-2025-58754
|
|
192
195
|
- Prototype Pollution
|
|
193
|
-
- Memory Exhaustion
|
|
194
196
|
- Supply Chain Attack (Backdoor / RAT)
|
|
195
197
|
|
|
196
198
|
**Description**
|