-
Notifications
You must be signed in to change notification settings - Fork 9
feat: add Slack formatter for Socket Facts reachability analysis #144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Add new markdown utility for Socket Facts data formatting - Add `socketsecurity/core/helper/socket_facts_loader.py` to load Socket Facts JSON - Add `socketsecurity/plugins/formatters/slack.py` for Slack-specific formatting - Update Slack plugin to support reachability analysis notifications with smart block limiting - Add markdown dependency for enhanced formatting capabilities - Update README documentation - Update socketdev dependency to 3.0.25 - Bump version to 2.2.59
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
🚀 Preview package published! Install with: pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple socketsecurity==2.2.60.dev1Docker image: |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Add Slack formatter for Socket Facts reachability analysis with smart prioritization and block limiting. This feature enables the Slack plugin to send formatted notifications about vulnerability reachability analysis, helping teams quickly identify which vulnerabilities are actually exploitable in their code.
Why?
Socket's reachability analysis determines whether vulnerabilities in dependencies are actually reachable from application code. This is critical information that helps teams prioritize remediation efforts - a reachable critical vulnerability requires immediate attention, while an unreachable one can be deprioritized.
This feature brings that intelligence into Slack notifications with:
Benefits:
Public Changelog