November 2023 Summaries
4 posts from Arnica
Filter
Month:
Year:
Post Summaries
Back to Blog
Prioritizing third-party package (SCA) vulnerabilities requires tools and processes that enable accurate severity and exploitability assessments, considering the context surrounding each vulnerability. Common Vulnerability Scoring System (CVSS), Known Exploited Vulnerabilities (KEV) catalog, and Exploit Prediction Scoring System (EPSS) are useful tools for prioritizing vulnerabilities but lack critical contextual information about how different dependencies will affect a specific product or business. To effectively prioritize third-party package vulnerabilities, it is essential to understand the business importance of projects and assets, as well as the unique organizational context surrounding each threat.
Nov 28, 2023
1,410 words in the original blog post.
The debate in Application Security revolves around whether scanning should occur within CI/CD pipelines or via IDE plugins on a developer's local environment. While both methods have their benefits, such as consistent guardrails and immediate feedback for the former, and low privileges setup and partial code coverage for the latter, they also come with drawbacks like limited code coverage and alert fatigue. Arnica introduces Pipelineless Security, a solution that leverages direct integrations into source code management tools to scan every event from 'git push' onwards. This approach provides 100% coverage of the development ecosystem, blameless developer feedback, and makes fixes easy without taking developers out of their workflow.
Nov 27, 2023
1,881 words in the original blog post.
Modern software supply chain security requires precise visibility into threats, efficient risk management, and seamless integration with developer workflows. Risk scanning should be free, fast, and integrated into chat tools and IDEs to ensure early detection and resolution of vulnerabilities. While traditional single-pane-of-glass scanning tools provide visibility, they often lack remediation capabilities. A unified solution that supports a full range of scan types and offers automated risk prioritization, contextual guidance, and one-click fixes is essential for efficient threat management. Integrating these tools with ChatOps and GitOps can streamline the process by alerting developers in their daily workflows and enabling rapid threat response workflows. Arnica provides free visibility into risks and supports both manual and automated mitigations to ensure ongoing security while lowering the burden on developers.
Nov 20, 2023
1,283 words in the original blog post.
Static Application Security Testing (SAST) is a crucial component of an Application Security program, analyzing source code to detect syntax errors, bugs, and vulnerabilities. SAST tools should be easy to deploy, integrate with your project, support the languages and frameworks you use, provide real-time scans, and deliver actionable information for developers to prioritize and fix issues. Customizable solutions like Semgrep allow for better adaptation across different projects and teams. Automated, frequent, and comprehensive SAST scans ensure maximum protection throughout the entire Software Development Lifecycle (SDLC).
Nov 13, 2023
1,668 words in the original blog post.