pentesting 0.4.6 → 0.4.7
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/dist/{auto-update-PEUBVHDU.js → auto-update-ZAEJ7MAS.js} +2 -2
- package/dist/{chunk-A6WGOYNR.js → chunk-27L3V5CJ.js} +1 -1
- package/dist/{chunk-AAUCU7XP.js → chunk-O7Q2R7LZ.js} +1 -1
- package/dist/index.js +3 -3
- package/dist/{update-KP7LGRJG.js → update-4K4QFHQU.js} +2 -2
- package/package.json +1 -1
|
@@ -8,8 +8,8 @@ import {
|
|
|
8
8
|
readVersionCache,
|
|
9
9
|
semverTuple,
|
|
10
10
|
writeVersionCache
|
|
11
|
-
} from "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
} from "./chunk-27L3V5CJ.js";
|
|
12
|
+
import "./chunk-O7Q2R7LZ.js";
|
|
13
13
|
import "./chunk-3RG5ZIWI.js";
|
|
14
14
|
export {
|
|
15
15
|
checkForUpdate,
|
|
@@ -132,7 +132,7 @@ var SENSITIVE_TOOLS = [
|
|
|
132
132
|
|
|
133
133
|
// src/config/constants.ts
|
|
134
134
|
var APP_NAME = "pentesting";
|
|
135
|
-
var APP_VERSION = "0.4.
|
|
135
|
+
var APP_VERSION = "0.4.7";
|
|
136
136
|
var APP_DESCRIPTION = "Autonomous Penetration Testing AI Agent";
|
|
137
137
|
var LLM_API_KEY = process.env.PENTEST_API_KEY || process.env.ANTHROPIC_API_KEY || "";
|
|
138
138
|
var LLM_BASE_URL = process.env.PENTEST_BASE_URL || void 0;
|
package/dist/index.js
CHANGED
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
PHASE_STATUS,
|
|
16
16
|
THOUGHT_TYPE,
|
|
17
17
|
TOOL_NAME
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-O7Q2R7LZ.js";
|
|
19
19
|
import {
|
|
20
20
|
__require
|
|
21
21
|
} from "./chunk-3RG5ZIWI.js";
|
|
@@ -4931,7 +4931,7 @@ var App = ({ autoApprove = false, target }) => {
|
|
|
4931
4931
|
setCheckpointCount(contextManagerRef.current?.getCheckpoints().length || 0);
|
|
4932
4932
|
}
|
|
4933
4933
|
});
|
|
4934
|
-
import("./auto-update-
|
|
4934
|
+
import("./auto-update-ZAEJ7MAS.js").then(({ checkForUpdateAsync, formatUpdateNotification }) => {
|
|
4935
4935
|
checkForUpdateAsync().then((result) => {
|
|
4936
4936
|
if (result.hasUpdate) {
|
|
4937
4937
|
const notification = formatUpdateNotification(result);
|
|
@@ -5406,7 +5406,7 @@ pentesting v${APP_VERSION}`
|
|
|
5406
5406
|
return;
|
|
5407
5407
|
case "update":
|
|
5408
5408
|
try {
|
|
5409
|
-
const { checkForUpdate, formatUpdateNotification, doUpdate } = await import("./update-
|
|
5409
|
+
const { checkForUpdate, formatUpdateNotification, doUpdate } = await import("./update-4K4QFHQU.js");
|
|
5410
5410
|
const result = checkForUpdate(true);
|
|
5411
5411
|
if (result.hasUpdate) {
|
|
5412
5412
|
const notification = formatUpdateNotification(result);
|
|
@@ -8,8 +8,8 @@ import {
|
|
|
8
8
|
readVersionCache,
|
|
9
9
|
semverTuple,
|
|
10
10
|
writeVersionCache
|
|
11
|
-
} from "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
} from "./chunk-27L3V5CJ.js";
|
|
12
|
+
import "./chunk-O7Q2R7LZ.js";
|
|
13
13
|
import "./chunk-3RG5ZIWI.js";
|
|
14
14
|
export {
|
|
15
15
|
checkForUpdate,
|