circle-ir-ai 2.37.15 → 2.37.16
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.
- package/CHANGELOG.md +14 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [2.37.16] - 2026-07-09
|
|
9
|
+
|
|
10
|
+
### Changed — bump `circle-ir` `3.159.0 → 3.160.0`
|
|
11
|
+
|
|
12
|
+
Core engine bump. Validated with the full static benchmark suite
|
|
13
|
+
(cwe-java LLM benchmark held): OWASP 100% (1415/1415), Juliet 100%
|
|
14
|
+
(243/243), and all eight real-app suites (NodeGoat/JuiceShop/DVJA/
|
|
15
|
+
DVPWA/WebGoat/PyGoat/DVNA/vuln-goapp) stable at documented values.
|
|
16
|
+
BenchmarkPython +4.4pp (62.7%), Go synthetic +4.2pp (68.4%). Engine
|
|
17
|
+
unit suite 1360 pass / 3 skipped. Rust-synthetic and HTML-synthetic
|
|
18
|
+
FPR drift vs the 3.21-era documented scorecard noted for follow-up
|
|
19
|
+
(not attributable to 3.159→3.160 — no intermediate benchmark
|
|
20
|
+
baseline).
|
|
21
|
+
|
|
8
22
|
## [2.37.15] - 2026-07-09
|
|
9
23
|
|
|
10
24
|
### Changed — bump `circle-ir` `3.158.0 → 3.159.0`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "circle-ir-ai",
|
|
3
|
-
"version": "2.37.
|
|
3
|
+
"version": "2.37.16",
|
|
4
4
|
"description": "LLM-enhanced SAST analysis built on circle-ir",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"@ax-llm/ax": "^20.0.0",
|
|
98
98
|
"@cognium/project-profile-detect": "^1.1.0",
|
|
99
99
|
"@mastra/core": "^1.18.0",
|
|
100
|
-
"circle-ir": "3.
|
|
100
|
+
"circle-ir": "3.160.0",
|
|
101
101
|
"minimatch": "^10.2.5",
|
|
102
102
|
"p-queue": "^9.1.0"
|
|
103
103
|
},
|