Skip to content

Commit 3240773

Browse files
committed
chore(release): v2.4.0
1 parent 6983ade commit 3240773

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

ai/rules/security/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,15 @@ This index provides an overview of the contents in this directory.
1010

1111
JWT security review - flag insecure patterns
1212

13+
### Timing Safe Compare Vulnerabilities
14+
15+
**File:** `timing-safe-compare-vulnerabilities.mdc`
16+
17+
Vulnerability reports for timing-safe compare functions. Referenced by timing-safe-compare.mdc.
18+
1319
### Constraint: Timing Safe Compare
1420

1521
**File:** `timing-safe-compare.mdc`
1622

17-
Security rule for timing-safe secret comparison. Use SHA3 hashing instead of timing-safe compare functions.
23+
Security rule for timing-safe secret comparison. Use SHA3-256 hashing instead of timing-safe compare functions.
1824

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aidd",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "The standard framework for AI Driven Development.",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)