Skip to content

Commit fe294ae

Browse files
Merge pull request #100 from cosai-oasis/release/1.4.0
Prepare v1.4.0 release
2 parents 32d7cee + 65b9ff1 commit fe294ae

7 files changed

Lines changed: 76 additions & 71 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"name": "codeguard-security",
1414
"source": "./",
1515
"description": "Comprehensive security rules for AI coding agents",
16-
"version": "1.3.1",
16+
"version": "1.4.0",
1717
"repository": "https://github.com/cosai-oasis/project-codeguard.git",
1818
"tags": [
1919
"security",

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codeguard-security",
33
"description": "Security code review skill based on Project CodeGuard's comprehensive security rules. Helps AI coding agents write secure code and prevent common vulnerabilities.",
4-
"version": "1.3.1",
4+
"version": "1.4.0",
55
"skills": [
66
"./skills/",
77
"./sources/skills/"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "project-codeguard"
3-
version = "1.3.1"
3+
version = "1.4.0"
44
description = "AI Coding Rules for Security and Best Practices"
55
requires-python = ">=3.11"
66
dependencies = [

skills/codeguard/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: codeguard
33
description: A CodeGuard security skill that helps AI coding agents write secure code and prevent common vulnerabilities. Use this skill when writing, reviewing, or modifying code to ensure secure-by-default practices are followed.
4-
codeguard-version: "1.3.1"
4+
codeguard-version: "1.4.0"
55
framework: "Project CodeGuard"
66
purpose: "Embed secure-by-default practices into AI coding workflows"
77
---

src/codeguard-mcp/pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,19 @@ classifiers = [
1616
]
1717
dependencies = [
1818
"fastmcp>=2.0.0",
19-
"pydantic-settings>=2.0",
19+
"pydantic-settings>=2.14.2",
2020
"pyyaml>=6.0",
2121
]
2222

2323
[tool.uv]
2424
# CVE floors for transitive deps (remove once upstream raises its floor).
2525
constraint-dependencies = [
2626
"authlib>=1.6.12", # via fastmcp
27+
"cryptography>=48.0.1", # via authlib and pyjwt
2728
"idna>=3.15", # via httpx
29+
"pyjwt>=2.13.0", # via mcp
30+
"python-multipart>=0.0.31", # via mcp
31+
"starlette>=1.3.1", # via mcp and sse-starlette
2832
]
2933

3034
[dependency-groups]

src/codeguard-mcp/uv.lock

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

uv.lock

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

0 commit comments

Comments
 (0)