Skip to content

Commit 6322994

Browse files
authored
Merge pull request #20 from cosai-oasis/release/v1.3.0
2 parents 501d7e2 + 81675f8 commit 6322994

5 files changed

Lines changed: 6 additions & 6 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.2.0",
16+
"version": "1.3.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.2.0",
4+
"version": "1.3.0",
55
"author": {
66
"name": "Project CodeGuard",
77
"url": "https://project-codeguard.org"

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.2.0"
3+
version = "1.3.0"
44
description = "AI Coding Rules for Security and Best Practices"
55
requires-python = ">=3.11"
66
dependencies = [

skills/software-security/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: software-security
33
description: A software security skill that integrates with Project CodeGuard to help 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.2.0"
4+
codeguard-version: "1.3.0"
55
framework: "Project CodeGuard"
66
purpose: "Embed secure-by-default practices into AI coding workflows"
77
---
@@ -85,4 +85,4 @@ After writing code:
8585
- Verify no hardcoded credentials or secrets
8686
- Validate that all the rules have been successfully followed when applicable.
8787
- Explain which security rules were applied
88-
- Highlight security features implemented
88+
- Highlight security features implemented

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)