Skip to content

Feature/intercom token detection#5

Merged
StephenJarso merged 9 commits into
mainfrom
feature/intercom-token-detection
Jun 16, 2026
Merged

Feature/intercom token detection#5
StephenJarso merged 9 commits into
mainfrom
feature/intercom-token-detection

Conversation

@StephenJarso

Copy link
Copy Markdown
Owner

What does this PR do?

Describe the changes in this PR.

Which detectors does it affect?

  • Secrets
  • Environment
  • Auth
  • Config
  • New detector: _______

Testing done

  • Unit tests added
  • Manually tested with a real codebase
  • All existing tests pass

Checklist

  • Code follows the style guide
  • Self-review completed
  • Documentation updated (if applicable)
  • CHANGELOG.md updated under [Unreleased]

Screenshots (if applicable)

Add screenshots to help explain your changes.

- 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
@StephenJarso StephenJarso merged commit 0fc9775 into main Jun 16, 2026
2 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant