server-up-ndot 1.3.5 → 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 +2 -2
- package/readme.md +9 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "server-up-ndot",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.8",
|
|
4
4
|
"description": "server toolkit",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"repository": {
|
|
14
14
|
"type": "git",
|
|
15
15
|
"url": "https://github.com/ppccpcpcpc-byte/server-up-ndot.git"
|
|
16
|
-
|
|
16
|
+
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"axios": "*",
|
|
19
19
|
"chalk": "*",
|
package/readme.md
CHANGED
|
@@ -74,6 +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
|
+
|
|
80
|
+
### 1.3.7
|
|
81
|
+
- There was a problem with the environment :( rollbacked.
|
|
82
|
+
|
|
77
83
|
### 1.3.5
|
|
78
84
|
- sicu report updated
|
|
79
85
|
|
|
@@ -182,9 +188,11 @@ The focus is on high-impact issues that may lead to **Remote Code Execution (RCE
|
|
|
182
188
|
|
|
183
189
|
**Vulnerability Types**
|
|
184
190
|
- Server-Side Request Forgery (SSRF)
|
|
191
|
+
- CVE-2025-62718
|
|
185
192
|
- Denial of Service (DoS)
|
|
193
|
+
- Memory Exhaustion
|
|
194
|
+
- CVE-2025-58754
|
|
186
195
|
- Prototype Pollution
|
|
187
|
-
- Memory Exhaustion
|
|
188
196
|
- Supply Chain Attack (Backdoor / RAT)
|
|
189
197
|
|
|
190
198
|
**Description**
|