Skip to content

Commit cfe7087

Browse files
authored
Update python, rust, dependencies and version bumping all plugins (IBM#83)
* Update uv.lock versions of dependencies Signed-off-by: Brian Hussey <brian.hussey@ie.ibm.com> * Update all rust and python dependencies, bump patch version of plugins Signed-off-by: Brian Hussey <brian.hussey@ie.ibm.com> --------- Signed-off-by: Brian Hussey <brian.hussey@ie.ibm.com>
1 parent 7c5bdea commit cfe7087

20 files changed

Lines changed: 1324 additions & 1324 deletions

File tree

Cargo.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/framework_bridge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cpex_framework_bridge"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
authors = ["ContextForge Contributors"]
66
license = "Apache-2.0"

plugins/rust/python-package/encoded_exfil_detection/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "encoded_exfil_detection"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

plugins/rust/python-package/encoded_exfil_detection/cpex_encoded_exfil_detection/plugin-manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description: "Detect suspicious encoded payload exfiltration patterns in prompts, tool outputs, and resources"
22
author: "ContextForge Contributors"
3-
version: "0.3.0"
3+
version: "0.3.1"
44
kind: "cpex_encoded_exfil_detection.encoded_exfil_detection.EncodedExfilDetectorPlugin"
55
available_hooks:
66
- "prompt_pre_fetch"

0 commit comments

Comments
 (0)