Feature/intercom token detection#5
Merged
Merged
Conversation
- Add GitHubReporter tests for severity mapping - Add SARIFReporter tests for multiple rules - Add CSVReporter tests for multiple findings - Add Scanner tests for empty dir, findings, and ignored files - Add config exit_code tests
- Add ConsoleReporter tests for no findings and with findings - Add JSONReporter tests for multiple findings - Add getSeverityIcon and countBySeverity tests
- Add EnvDetector tests for .env and env file patterns - Add ConfigDetector tests for config file detection - Add config tests for custom_rule_files and exit_code
- Check package name in addition to function name - Add additional secrets detector tests
- Add tests for Slack, Discord, Telegram, Azure, PAT, Figma, Notion, Linear tokens - Add tests for AWS key, DB URL, webhook detection - Add tests for multiple secrets and edge cases
- Test parallel scanning with multiple files - Test error handling during parallel scan
- Test IsBinaryFile with binary and text content - Test GetFileExtension with various extensions
- Test ShouldIgnore with allowlist precedence - Test path pattern matching with glob patterns
- Test IsSeverityEnabled with all threshold levels - Cover low, medium, high, critical, and unknown thresholds
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Describe the changes in this PR.
Which detectors does it affect?
Testing done
Checklist
Screenshots (if applicable)
Add screenshots to help explain your changes.