chore(release): bump llm-security to v6.6.0

This commit is contained in:
Kjell Tore Guttormsen 2026-04-18 11:04:42 +02:00
commit 80c3e2d39a
7 changed files with 43 additions and 13 deletions

View file

@ -49,7 +49,7 @@ import { scan as scanTaint } from './taint-tracer.mjs';
import { scan as scanMemoryPoisoning } from './memory-poisoning-scanner.mjs';
import { scan as scanSupplyChain } from './supply-chain-recheck.mjs';
const VERSION = '6.5.0';
const VERSION = '6.6.0';
const SCANNER = 'IDE';
// ---------------------------------------------------------------------------