| .. |
|
cli.rs
|
Restored --version cli argument. Added a test for it
|
2025-07-01 10:31:09 -07:00 |
|
cli_failure.rs
|
added tests for --branch and --since-commit feature
|
2025-10-23 17:27:40 -07:00 |
|
cli_subcommands.rs
|
Fixed bug in test when run on Windows
|
2025-10-23 21:28:37 -07:00 |
|
fingerprint_dedup.rs
|
pattern_requirements for rules — Post-regex character-class gating to cut false positives without lookarounds. Authors can now require minimum counts of digits, uppercase, lowercase, and special characters, with an optional custom special-char set.
|
2025-11-04 13:55:31 -05:00 |
|
int_allowlist.rs
|
- Fixed local filesystem scans to keep open_path_as_is enabled when opening Git repositories and only disable it for diff-based scans.
|
2025-10-25 17:12:51 -07:00 |
|
int_base64.rs
|
Fixed tree-sitter scanning bug where passing --no-base64 caused errors to be printed when the file type couldn’t be determined
|
2025-10-08 08:59:25 -07:00 |
|
int_bitbucket.rs
|
- Fixed local filesystem scans to keep open_path_as_is enabled when opening Git repositories and only disable it for diff-based scans.
|
2025-10-25 17:12:51 -07:00 |
|
int_dedup.rs
|
- Fixed local filesystem scans to keep open_path_as_is enabled when opening Git repositories and only disable it for diff-based scans.
|
2025-10-25 17:12:51 -07:00 |
|
int_github.rs
|
- Fixed local filesystem scans to keep open_path_as_is enabled when opening Git repositories and only disable it for diff-based scans.
|
2025-10-25 17:12:51 -07:00 |
|
int_gitlab.rs
|
- Fixed local filesystem scans to keep open_path_as_is enabled when opening Git repositories and only disable it for diff-based scans.
|
2025-10-25 17:12:51 -07:00 |
|
int_quiet.rs
|
Added support for scanning Confluence pages
|
2025-08-10 21:51:31 -07:00 |
|
int_redact.rs
|
- Fixed local filesystem scans to keep open_path_as_is enabled when opening Git repositories and only disable it for diff-based scans.
|
2025-10-25 17:12:51 -07:00 |
|
int_rules_no_validated_findings.rs
|
fix windows x64 builds
|
2025-08-31 17:26:30 -07:00 |
|
int_s3.rs
|
refactored output reporting and formatting logic
|
2025-08-04 08:58:06 -07:00 |
|
int_slack.rs
|
- Fixed local filesystem scans to keep open_path_as_is enabled when opening Git repositories and only disable it for diff-based scans.
|
2025-10-25 17:12:51 -07:00 |
|
int_validation_cache.rs
|
- Fixed local filesystem scans to keep open_path_as_is enabled when opening Git repositories and only disable it for diff-based scans.
|
2025-10-25 17:12:51 -07:00 |
|
int_vulnerable_files.rs
|
- Fixed local filesystem scans to keep open_path_as_is enabled when opening Git repositories and only disable it for diff-based scans.
|
2025-10-25 17:12:51 -07:00 |
|
smoke_archive.rs
|
|
|
|
smoke_baseline.rs
|
Automatically set --no-dedup whenever --manage-baseline is supplied so baseline management retains every occurrence of a finding
|
2025-11-04 14:06:35 -05:00 |
|
smoke_branch.rs
|
updated smoke_branch tests
|
2025-10-26 00:13:40 -07:00 |
|
smoke_check_rules.rs
|
|
|
|
smoke_docker.rs
|
fixed failing tests
|
2025-08-17 17:41:34 -07:00 |
|
smoke_exclude.rs
|
fixed failing tests
|
2025-08-17 17:41:51 -07:00 |
|
smoke_fs.rs
|
|
|
|
smoke_git.rs
|
|
|
|
smoke_github_homebrew.rs
|
Added PR review suggestions
|
2025-07-09 16:00:54 -07:00 |
|
smoke_update.rs
|
change that hoists the redirect-free reqwest::Client into a single, lazily-initialized static so every call to validate_jwt re-uses the same handle (and therefore the same connection-pool, DNS cache, TLS session cache, etc)
|
2025-07-14 17:22:37 -07:00 |