..
cli
- Improved error message when self-update cannot find the current binary
2025-09-04 21:51:24 -07:00
parser
preparing for v1.12
2025-06-24 17:17:16 -07:00
reporter
Optimized memory usage via string interning and extensive data sharing
2025-09-03 09:52:49 -07:00
rules
Dropped the “prevalidated” flag from rule definitions and validation logic so every finding now flows through the standard active/inactive/unknown pipeline, simplifying rule configuration and preventing special‑case bypasses
2025-08-13 08:22:53 -07:00
scanner
- Improved error message when self-update cannot find the current binary
2025-09-04 21:51:24 -07:00
validation
Optimized memory usage via string interning and extensive data sharing
2025-09-02 19:54:44 -07:00
baseline.rs
- Added '--repo-artifacts' flag to scan repository issues, gists/snippets, and wikis when cloning via '--git-url'
2025-08-20 20:41:19 -07:00
binary.rs
preparing for v1.12
2025-06-24 17:17:16 -07:00
blob.rs
- Improved error message when self-update cannot find the current binary
2025-09-04 21:51:24 -07:00
bstring_escape.rs
preparing for v1.12
2025-06-24 17:17:16 -07:00
bstring_table.rs
preparing for v1.12
2025-06-24 17:17:16 -07:00
confluence.rs
fixed failing tests
2025-08-17 17:41:34 -07:00
content_type.rs
Optimized memory usage via string interning and extensive data sharing
2025-09-02 19:54:44 -07:00
decompress.rs
Optimized memory usage via string interning and extensive data sharing
2025-09-02 19:54:44 -07:00
defaults.rs
preparing for v1.12
2025-06-24 17:17:16 -07:00
entropy.rs
preparing for v1.12
2025-06-24 17:17:16 -07:00
finding_data.rs
preparing for v1.12
2025-06-24 17:17:16 -07:00
findings_store.rs
Optimized memory usage via string interning and extensive data sharing
2025-09-02 19:54:44 -07:00
git_binary.rs
- Added '--repo-artifacts' flag to scan repository issues, gists/snippets, and wikis when cloning via '--git-url'
2025-08-21 15:39:04 -07:00
git_commit_metadata.rs
removed serde_utils and added Authress rule
2025-08-16 07:33:36 -07:00
git_metadata_graph.rs
code cleanup'
2025-08-15 09:07:25 -07:00
git_repo_enumerator.rs
removed serde_utils and added Authress rule
2025-08-16 07:33:36 -07:00
git_url.rs
preparing for v1.12
2025-06-24 17:17:16 -07:00
github.rs
- Added '--repo-artifacts' flag to scan repository issues, gists/snippets, and wikis when cloning via '--git-url'
2025-08-20 20:41:11 -07:00
gitlab.rs
- Added '--repo-artifacts' flag to scan repository issues, gists/snippets, and wikis when cloning via '--git-url'
2025-08-20 20:41:11 -07:00
guesser.rs
Improved language detection
2025-08-15 16:08:46 -07:00
jira.rs
- New rules: Telegram bot token, OpenWeatherMap, Apify
2025-08-01 16:56:04 -07:00
lib.rs
fixed failing tests
2025-08-17 17:41:34 -07:00
liquid_filters.rs
- New rules: Telegram bot token, OpenWeatherMap, Apify
2025-08-01 16:56:04 -07:00
location.rs
- Improved error message when self-update cannot find the current binary
2025-09-04 21:51:24 -07:00
main.rs
Fix changes in response to code review
2025-08-30 20:07:31 -07:00
matcher.rs
- Improved error message when self-update cannot find the current binary
2025-09-04 21:51:24 -07:00
origin.rs
removed serde_utils and added Authress rule
2025-08-16 07:33:36 -07:00
parser.rs
updated README
2025-07-17 15:11:35 -07:00
reporter.rs
Optimized memory usage via string interning and extensive data sharing
2025-09-02 19:54:44 -07:00
rule_loader.rs
fixed failing tests
2025-08-17 17:41:34 -07:00
rule_profiling.rs
preparing for v1.12
2025-06-24 17:17:16 -07:00
rules.rs
refactored rule loading
2025-08-15 13:13:33 -07:00
rules_database.rs
preparing for v1.12
2025-06-24 17:17:16 -07:00
s3.rs
refactored output reporting and formatting logic
2025-08-04 08:58:06 -07:00
safe_list.rs
Added '--skip-regex' and '--skip-word' flags to ignore secrets matching custom patterns or skipwords
2025-08-19 19:18:25 -07:00
scanner_pool.rs
preparing for v1.12
2025-06-24 17:17:16 -07:00
slack.rs
- New rules: Telegram bot token, OpenWeatherMap, Apify
2025-08-01 16:56:04 -07:00
snippet.rs
preparing for v1.12
2025-06-24 17:17:16 -07:00
update.rs
Improved error message when self-update cannot find the current binary
2025-09-02 13:59:01 -07:00
util.rs
updated test
2025-06-28 09:20:44 -07:00
validation.rs
Optimized memory usage via string interning and extensive data sharing
2025-09-02 19:54:44 -07:00
validation.rs.orig
Decode Base64 blobs and scan their contents for secrets while skipping short strings for performance
2025-08-30 16:44:55 -07:00