circle-ir-ai 4.10.0 → 4.10.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,25 @@ 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
+ ## [4.10.1] - 2026-09-02
9
+
10
+ ### Changed — circle-ir 4.9.9 → 4.9.10
11
+
12
+ Dependency bump only; no circle-ir-ai source change. circle-ir 4.9.10 carries:
13
+
14
+ - fix(taint): credit `http_param` / `http_query` → `xxe` in the finding reach map
15
+ (circle-ir #282 / #300) — XXE findings sourced from HTTP parameters are no
16
+ longer dropped by the reach map.
17
+ - fix(rust): `format!` is no longer a `format_string` sink (circle-ir #294 part 1)
18
+ — removes a Rust FP class.
19
+ - C# (#275 series): modern ecosystem sinks + generic-call extraction fix, Flurl
20
+ receiver-carried SSRF + `IFormFile.FileName` source, header-write CRLF sinks +
21
+ `BsonJavaScript` NoSQL sink, local-redirect guards credited as `open_redirect`
22
+ sanitizers, duplicate SSRF registrations dropped.
23
+
24
+ Verified: build + typecheck clean, 2014 tests pass (3 skipped), single `circle-ir`
25
+ copy in `node_modules`.
26
+
8
27
  ## [4.10.0] - 2026-08-28
9
28
 
10
29
  ### Fixed — cognium-ai#337: durable degraded signal on a connection-class LLM outage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "circle-ir-ai",
3
- "version": "4.10.0",
3
+ "version": "4.10.1",
4
4
  "description": "LLM-enhanced SAST analysis built on circle-ir",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -100,7 +100,7 @@
100
100
  "@ax-llm/ax": "^20.0.0",
101
101
  "@cognium/project-profile-detect": "^1.1.0",
102
102
  "@mastra/core": "^1.18.0",
103
- "circle-ir": "4.9.9",
103
+ "circle-ir": "4.9.10",
104
104
  "minimatch": "^10.2.5",
105
105
  "p-queue": "^9.1.0"
106
106
  },