Commit graph

1,259 commits

Author SHA1 Message Date
Mick Grove
dbdc5c0c82 added AGENTS.md 2026-03-04 22:45:41 -08:00
Mick Grove
fcac8cf1b7 rules updated 2026-03-03 16:47:59 -08:00
Mick Grove
46853b1bf9 rules updated 2026-03-02 22:09:28 -08:00
Mick Grove
2bbd42b6ae rules updated 2026-03-02 21:52:27 -08:00
Mick Grove
f9e82c0d43 rules updated 2026-03-02 20:12:16 -08:00
Mick Grove
9b6dbf106b rules updated 2026-03-02 19:52:05 -08:00
Mick Grove
ba9a037925 rules updated 2026-03-01 18:08:00 -08:00
Mick Grove
e3bd776406 Fix redis URI matching and sqlite row budget 2026-02-28 14:25:05 -08:00
Mick Grove
d30f6af63b Fix view port hints and sqlite budget checks 2026-02-28 13:31:02 -07:00
Mick Grove
80b86b59cd Fix excluded blob tracking and pyc long bounds 2026-02-28 13:06:34 -07:00
Mick Grove
0605848ed5 Fix extraction fallback handling 2026-02-28 12:42:08 -07:00
Mick Grove
4f2738b957 changes in response to PR review 2026-02-28 12:16:08 -07:00
Mick Grove
83bd59904d Jira scanning: added kingfisher scan jira --include-comments and --include-changelog to scan per-issue comments and changelog entries, with paginated Jira comment fetching and ADF text normalization preserved for issue/comment content. 2026-02-28 11:19:01 -07:00
Mick Grove
3220ed3a80 Merge branch 'codex/pr-244-mergeable' into development
* codex/pr-244-mergeable:
  Add Jira comment and changelog scanning
2026-02-28 11:14:19 -07:00
Mick Grove
719b91301d Add Jira comment and changelog scanning 2026-02-28 11:13:00 -07:00
Mick Grove
6f77ff89a7 Merge remote-tracking branch 'origin/main' into development
* origin/main:
  Optimize Jira ADF text extraction
  Make ADF extraction iterative
  Fix mutable text in ADF extractor
  Optimize ADF join separator
  Refine ADF flattening and tests
  Add ADF extraction test coverage
  Fix ADF text flattening
  Fix Jira ADF description not being scanned on Jira Cloud
  fix: around 20 `set-output` command warnings
  chore: changes from formatting on save
2026-02-28 10:34:40 -07:00
Mick Grove
73e983b388
Merge pull request #243 from Sorevitnod/fix/jira-adf-description-parsing
Fix Jira scan returning 0 bytes due to Atlassian Document Format (ADF) descriptions
2026-02-28 10:32:52 -07:00
Mick Grove
e24964343a Optimize Jira ADF text extraction 2026-02-28 10:24:14 -07:00
Mick Grove
e3c4d41695 Make ADF extraction iterative 2026-02-28 09:51:33 -07:00
Mick Grove
b11a69610f Fix mutable text in ADF extractor 2026-02-27 21:33:20 -07:00
Mick Grove
5d9a83ca72 Optimize ADF join separator 2026-02-27 21:31:31 -07:00
Mick Grove
7340ae5051 Refine ADF flattening and tests 2026-02-27 21:23:19 -07:00
Mick Grove
fafe891996 Add ADF extraction test coverage 2026-02-26 23:42:32 -07:00
Mick Grove
d28bbafcf6 Fix ADF text flattening 2026-02-26 23:25:50 -07:00
Mick Grove
0ae4e8445c Updated kingfisher scan to accept Git repository URLs as positional targets (for example kingfisher scan github.com/org/repo or kingfisher scan https://gitlab.com/group/project.git) without requiring --git-url. 2026-02-26 23:14:18 -07:00
Mick Grove
a76b8eb544 unkey and redis 2026-02-25 22:38:33 -07:00
Mick Grove
887cb9af8b unkey and redis 2026-02-25 22:38:06 -07:00
Mick Grove
a5582d0544 added redis rule, modified from Titus project, and updated NOTICE file 2026-02-24 12:56:50 -07:00
Mick Grove
71638cce47 added redis rule, modified from Titus project, and updated NOTICE file 2026-02-24 12:44:24 -07:00
Mick Grove
92f43d2e29 added --turbo mode 2026-02-24 12:25:12 -07:00
Mick Grove
4905ace028 performance improvements 2026-02-23 23:14:39 -07:00
Mick Grove
aa29ee0e99 added '--fast' mode which sets maximum scan speed. Omits git commit context and will not base64 decode 2026-02-23 22:34:23 -07:00
Mick Grove
fa640e2c38 Python bytecode (.pyc) scanning: extracts string constants from compiled Python 2026-02-23 20:06:43 -07:00
Mick Grove
1f4ccb8144 Automatically extracts and scans SQLite database contents for secrets stored in table rows 2026-02-22 23:35:18 -07:00
Mick Grove
7845cfa727 being discovered, overlapping I/O with pattern matching.
- Performance: skip blobs smaller than 20 bytes during enumeration (too small to contain any secret).
- Performance: preserve pack-ascending blob order in the metadata path for better I/O locality when Rayon splits work.
2026-02-22 22:59:42 -07:00
Sorevitnod
f680f31e54 Fix Jira ADF description not being scanned on Jira Cloud
Jira Cloud API v3 returns issue descriptions and comment bodies in
Atlassian Document Format (ADF) — a nested JSON tree — rather than as
plain strings. Previously, the raw ADF object was serialized to disk
and the scanner found 0 bytes of meaningful content, producing no
findings even when secrets were present.

This commit adds `extract_adf_text()` which recursively walks the ADF
`content` tree and collects all leaf `"type":"text"` node values into a
single plain string. `download_issues_to_dir()` now replaces any ADF
`description` or comment `body` fields with their extracted plain text
before writing the issue JSON to disk.

Fixes #242

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-21 19:08:46 +00:00
Mick Grove
c1717a69d7
Merge pull request #240 from mongodb/development v1.84.0
v1.84.0
2026-02-19 22:15:49 -08:00
Mick Grove
8ae2ba1a1e fixed tests 2026-02-19 22:15:14 -08:00
Mick Grove
02538a6ac4 added more access-maps 2026-02-19 20:51:12 -08:00
Mick Grove
05002fe4d6 added more access-maps 2026-02-19 20:39:07 -08:00
Mick Grove
f38df8a953 added more access-maps 2026-02-19 19:36:43 -08:00
Mick Grove
a9c5d8524f added more access-maps 2026-02-19 18:19:20 -08:00
Mick Grove
17bb433227 improved GCP access mapping support 2026-02-19 14:58:10 -08:00
Mick Grove
3b1085baa6 added buildkit and harness to access-map 2026-02-17 22:58:29 -08:00
Mick Grove
32d40c0b53 added pipedrive and amplitude 2026-02-17 16:42:44 -08:00
Mick Grove
ea0f6ba834
Merge pull request #238 from hamirmahal/fix/around-20-warnings-in-release-workflow
fix: around 20 warnings in release workflow
2026-02-17 08:27:26 -08:00
Hamir
1e06504477
fix: around 20 set-output command warnings 2026-02-16 15:15:04 -08:00
Hamir
2afb747872
chore: changes from formatting on save 2026-02-16 15:14:35 -08:00
Mick Grove
d2f8f51c5d
Merge pull request #236 from mongodb/development v1.83.0
1.83.0
2026-02-16 09:44:18 -08:00
Mick Grove
51d782a917 Fixes in response to PR review 2026-02-16 09:43:16 -08:00