Security | Threat Detection | Cyberattacks | DevSecOps | Compliance

How to augment DevSecOps with AI?

Join us for a roundtable on GenAI's dual role in cybersecurity. Experts from GitGuardian, Snyk, Docker, and Protiviti, with Redmonk, discuss threat mitigation versus internal tool adoption, securing coding assistants, leveraging LLMs in supply chain security, and more. Gain valuable insights on harnessing GenAI to enhance your DevSecOps practices.

ML-powered feature FP Remover cuts 50% of False Positives

GitGuardian is pushing its secrets detection engine precision to new heights. We enhanced our detection capabilities with Machine Learning to cut the number of false positives by half. Security and engineering teams will spend significantly less time reviewing and dismissing false alerts.

Finding and fixing exposed hardcoded secrets in your GitHub project with Snyk

Snyk is an excellent tool for spotting project vulnerabilities, including hardcoded secrets. In this blog, we'll show how you can use Snyk to locate hardcoded secrets and credentials and then refactor our code to use Doppler to store those secrets instead. We'll use the open source Snyk goof project as a reference Node.js boilerplate application, so feel free to follow along with us.

Seal Security Demo - GitHub Integration

Watch a overview of Seal Security's integration with Github and learn how Seal Security empowers organizations to adopt a "secure by default" approach to open source software. Our unique technology decouples the security patching process from regular updates, enabling organizations to automate the remediation of vulnerabilities in both application code and images seamlessly within their SDLC. For more information contact us a info@sealsecurity.io or request a demo at seal.security/book-a-demo.

Streamlining CLI Authentication: Implementing OAuth Login in Python

When building an application that requires user authentication, implementing a secure login flow is critical. In this article, we'll walk through how we created a robust OAuth login flow for ggshield, our Python-based command line tool, to streamline the onboarding process for our users.