farai 0.3.0 → 0.3.2
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/cli/index.js +2117 -575
- package/dist/cli/index.js.map +51 -43
- package/docker/kali/Dockerfile +3 -3
- package/package.json +2 -2
package/docker/kali/Dockerfile
CHANGED
|
@@ -31,9 +31,6 @@ ARG INTERACTSH_VERSION=1.3.1
|
|
|
31
31
|
ARG TYPESCRIPT_VERSION=5.9.3
|
|
32
32
|
ARG TYPESCRIPT_LANGUAGE_SERVER_VERSION=4.3.4
|
|
33
33
|
ARG PYRIGHT_VERSION=1.1.408
|
|
34
|
-
ARG KALI_CONTRACT=curated-security-runtime-2026-09
|
|
35
|
-
|
|
36
|
-
LABEL org.farai.kali.contract="${KALI_CONTRACT}"
|
|
37
34
|
|
|
38
35
|
COPY farai-tool-manifest.json /usr/local/share/farai/farai-tool-manifest.json
|
|
39
36
|
|
|
@@ -132,3 +129,6 @@ ENV NODE_EXTRA_CA_CERTS=/usr/local/share/farai/farai-mitmproxy-ca.pem \
|
|
|
132
129
|
GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt
|
|
133
130
|
|
|
134
131
|
WORKDIR /workspace
|
|
132
|
+
|
|
133
|
+
ARG KALI_CONTRACT=curated-security-runtime-2026-09
|
|
134
|
+
LABEL org.farai.kali.contract="${KALI_CONTRACT}"
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "farai",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
|
-
"description": "
|
|
6
|
+
"description": "AI Harness for Security Assessments",
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
8
|
"packageManager": "bun@1.3.14",
|
|
9
9
|
"homepage": "https://github.com/pajarori/farai#readme",
|