snyk 1.1301.0 → 1.1301.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.
@@ -52,6 +52,10 @@ Generate or test an SBOM document in ecosystems supported by Snyk.
52
52
 
53
53
  Generates an AIBOM for a local software project that is written in Python, to understand what AI models, datasets, tools, and so on are used in that project.
54
54
 
55
+ ### [`snyk redteam`](redteam.md)
56
+
57
+ Runs a red teaming scan against AI targets and reports vulnerabilities.
58
+
55
59
  ### [`snyk log4shell`](log4shell.md)
56
60
 
57
61
  Find Log4Shell vulnerability.
@@ -1,6 +1,6 @@
1
1
  # Redteam
2
2
 
3
- **Note**: Redteam is an experimental feature and is subject to breaking changes without notice. The feature is also referenced as AI Red Teaming.  
3
+ **Note**: Redteam is an experimental feature and is subject to breaking changes without notice. The feature is also referenced as AI Red Teaming.
4
4
 
5
5
  Redteam is potentially disruptive. Before running this command, ensure you:
6
6
 
@@ -15,6 +15,7 @@ Redteam is potentially disruptive. Before running this command, ensure you:
15
15
  - Requires Snyk CLI v1.1300.1 (or later).
16
16
  - Create your YAML [configuration file](redteam.md#configuration-file).
17
17
  - If your Snyk CLI isn’t authenticated yet, authenticate by running the `snyk auth` command ([see docs](auth.md)).
18
+ - A role with Edit Organization permission, granted using a custom rule or by an Organization or Group administrator.
18
19
 
19
20
  ## Usage
20
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snyk",
3
- "version": "1.1301.0",
3
+ "version": "1.1301.2",
4
4
  "description": "snyk library and cli utility",
5
5
  "mcpName": "io.snyk/mcp",
6
6
  "files": [
@@ -1,9 +1,9 @@
1
- d6cb2405ab0e35ee4a546b6d8c65ed998dd370b3f6752b7579a6f55d7755727d snyk-alpine-arm64
2
- 7aba377c9538592e54d1a3c1ebbdf4f754dd22782a3e7bb2c294967331a0b306 snyk-alpine
3
- be0fd3e6fde91e8507fab40df9193c968c82be5c990d8f60f5559000ed4322a8 snyk-fix.tgz
4
- d8e4e54880b9dc78f86c65c09dec953440850a6d9c38b7ba4ff7d7cd883d08c8 snyk-linux-arm64
5
- f870a616bc3c5bea19b23da0552f3cd7d96a8182c49c544023846091783449e9 snyk-linux
6
- f361460745f4178e166997360ec12f54f5fb25a8dfca62df93daf0ddfcb736dd snyk-macos-arm64
7
- b8e62daca533e55a88e9f28cbf9a83aba4cd0d91853490622f33a165d967cb88 snyk-macos
8
- c5bdf891746c093e03cf1da62005f50a85dcad013bbc8e0b2fadf89ad6e34cb0 snyk-protect.tgz
9
- 57bac31ef65147f64429b3a5300b1c9d375037edb8490a49c9384cb672a84409 snyk-win.exe
1
+ 5ca1cd106d6442deda9d769edd76006dc5e4231b71c959f021da85d08b294f22 snyk-alpine-arm64
2
+ 92cea5c6c3a49a6968ac65a277751bd2a627ee36ae4ca690860c0e5bb3af2416 snyk-alpine
3
+ 7a99ed846ca8d2a009a86452b36424ee963d71e53037b0f20b585de21135b1d0 snyk-fix.tgz
4
+ 84237cf016e7dff183a0d7a56f8e63370a90f7a3875ae9be9eede6f869f6a776 snyk-linux-arm64
5
+ 1b6a0cb853020c6ed57bb1d5fc5b4c08dd748b823068db300f3b399eed7c614e snyk-linux
6
+ ad66042d662b7f06ae0e422f07321496ea536c5085e479012a1c77b631b7113d snyk-macos-arm64
7
+ 91fbc68362d6c922a17ed71ea4feed32c0cb2606b196eaf910d90068c382d7b6 snyk-macos
8
+ 286e25297cb4eab471f8381e6bf85c2f5d173b466a2383fddc3adb26469a6161 snyk-protect.tgz
9
+ 3fd617c1c71af4e43d3d33a28b5e977c0261801bf4659f7443ff12b4247c469f snyk-win.exe
@@ -1 +1 @@
1
- 1.1301.0
1
+ 1.1301.2
@@ -1,9 +1,9 @@
1
- d6cb2405ab0e35ee4a546b6d8c65ed998dd370b3f6752b7579a6f55d7755727d snyk-alpine-arm64
2
- 7aba377c9538592e54d1a3c1ebbdf4f754dd22782a3e7bb2c294967331a0b306 snyk-alpine
3
- be0fd3e6fde91e8507fab40df9193c968c82be5c990d8f60f5559000ed4322a8 snyk-fix.tgz
4
- d8e4e54880b9dc78f86c65c09dec953440850a6d9c38b7ba4ff7d7cd883d08c8 snyk-linux-arm64
5
- f870a616bc3c5bea19b23da0552f3cd7d96a8182c49c544023846091783449e9 snyk-linux
6
- f361460745f4178e166997360ec12f54f5fb25a8dfca62df93daf0ddfcb736dd snyk-macos-arm64
7
- b8e62daca533e55a88e9f28cbf9a83aba4cd0d91853490622f33a165d967cb88 snyk-macos
8
- c5bdf891746c093e03cf1da62005f50a85dcad013bbc8e0b2fadf89ad6e34cb0 snyk-protect.tgz
9
- 57bac31ef65147f64429b3a5300b1c9d375037edb8490a49c9384cb672a84409 snyk-win.exe
1
+ 5ca1cd106d6442deda9d769edd76006dc5e4231b71c959f021da85d08b294f22 snyk-alpine-arm64
2
+ 92cea5c6c3a49a6968ac65a277751bd2a627ee36ae4ca690860c0e5bb3af2416 snyk-alpine
3
+ 7a99ed846ca8d2a009a86452b36424ee963d71e53037b0f20b585de21135b1d0 snyk-fix.tgz
4
+ 84237cf016e7dff183a0d7a56f8e63370a90f7a3875ae9be9eede6f869f6a776 snyk-linux-arm64
5
+ 1b6a0cb853020c6ed57bb1d5fc5b4c08dd748b823068db300f3b399eed7c614e snyk-linux
6
+ ad66042d662b7f06ae0e422f07321496ea536c5085e479012a1c77b631b7113d snyk-macos-arm64
7
+ 91fbc68362d6c922a17ed71ea4feed32c0cb2606b196eaf910d90068c382d7b6 snyk-macos
8
+ 286e25297cb4eab471f8381e6bf85c2f5d173b466a2383fddc3adb26469a6161 snyk-protect.tgz
9
+ 3fd617c1c71af4e43d3d33a28b5e977c0261801bf4659f7443ff12b4247c469f snyk-win.exe
@@ -1 +1 @@
1
- 1.1301.0
1
+ 1.1301.2