Skip to content

Commit cc94a38

Browse files
committed
chore: merge main into fix/heap-overflow-monorepo-scans
Resolved conflict in CHANGELOG.md by keeping both changes: - Changed: Updated Coana CLI to v14.12.148 - Fixed: Heap overflow prevention in large monorepo scans
2 parents ee2fb52 + 4d83d79 commit cc94a38

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88

9+
### Changed
10+
- Updated Coana CLI to v14.12.148.
11+
912
### Fixed
1013
- Prevent heap overflow in large monorepo scans by using streaming-based filtering to avoid accumulating all file paths in memory before filtering.
1114

packages/cli/external-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Coana CLI for static analysis and reachability detection",
44
"type": "npm",
55
"package": "@coana-tech/cli",
6-
"version": "14.12.139"
6+
"version": "14.12.148"
77
},
88
"@cyclonedx/cdxgen": {
99
"description": "CycloneDX SBOM generator for software bill of materials",

0 commit comments

Comments
 (0)