GitNexus/gitnexus/test
HuangWenjie 8ad962f460 fix(codeql): address security and quality alerts
- arity-metadata.ts, interpret.ts: replace single-pass template strip
  regex (/<[^>]*>/g) with a while-loop to fully handle nested templates
  like Map<List<int>> — resolves 'Incomplete multi-character sanitization'
- cpp.test.ts: remove unused vitest 'it' import since the file defines
  its own 'it' via createResolverParityIt — resolves 'Assignment to constant'
- include-extractor.test.ts: use fs.mkdtempSync() instead of predictable
  os.tmpdir()+Date.now() paths — resolves 'Insecure temporary file'
- interpret.ts: remove redundant 'name !== undefined' check (already
  guaranteed by early return) — resolves 'Comparison between inconvertible types'
2026-05-12 15:42:48 +08:00
..
fixtures feat: migrate C to scope-based resolution (RFC #909 Ring 3) (#1481) 2026-05-11 09:02:00 +01:00
helpers fix(windows): 32767-char tree-sitter crash + VECTOR extension SIGSEGV (#1433) 2026-05-10 16:00:36 +01:00
integration fix(codeql): address security and quality alerts 2026-05-12 15:42:48 +08:00
unit fix(codeql): address security and quality alerts 2026-05-12 15:42:48 +08:00
utils ci: add macOS to cross-platform test matrix (#208) 2026-03-07 10:38:32 +00:00