search

Articles

Abbott probes two cyber incidents amid extortion claims
cybersecurity

Abbott probes two cyber incidents amid extortion claims

Abbott Laboratories is investigating two separate cybersecurity incidents after confirming unauthorized access to internal legacy Exact Sciences systems in its Cancer Diagnostics business, while also investigating a separate claim that attackers breached its LabCentral portal and stole company data.

BleepingComputer ·
Eclipse Dataspace Components on AWS: Cost optimization strategies
architect

Eclipse Dataspace Components on AWS: Cost optimization strategies

When you deploy Eclipse Dataspace Components (EDC) connectors on AWS, one of the first challenges you face is predicting and controlling the cost of the required infrastructure. Without clear benchmarks, it is difficult to make informed decisions about workload sizing, environment configuration, and long-term investment. Part 1 of this 3-part blog series covered the fundamentals

AWS Architecture Blog ·
Eclipse Dataspace Components on AWS: Architecture patterns in production
architect

Eclipse Dataspace Components on AWS: Architecture patterns in production

Running Eclipse Dataspace Components (EDC) connectors in production on AWS requires deliberate architecture decisions around isolation, managed services, and security layering. In Part 1 of this series, we covered the fundamentals of data space architectures and EDC per the International Data Space Association’s (IDSA) standards. If you are new to EDC, we recommend starting there.

AWS Architecture Blog ·
Eclipse Dataspace Components on AWS: Data sharing fundamentals
architect

Eclipse Dataspace Components on AWS: Data sharing fundamentals

This three-part blog series offers a comprehensive guide to implementing Eclipse Dataspace Components (EDC) on AWS. The first installment lays the theoretical groundwork, covering IDSA standards, the Dataspace Protocol (DSP), and the essential architecture of EDC. The second part focuses on practical deployment patterns suitable for production, utilizing AWS services such as Amazon Elastic Container Service (ECS) and Amazon Aurora. The series ultimately aims to facilitate successful EDC implementation on AWS.

AWS Architecture Blog ·
13 hands-on demos to build on Gemini Enterprise Agent Platform
architect

13 hands-on demos to build on Gemini Enterprise Agent Platform

The Gemini Enterprise Agent Platform now offers 13 demos designed to showcase its capabilities for building, scaling, governing, and optimizing AI agents. Users can use the Agents CLI with various coding agents to create intelligent agents efficiently. Demos include building basic agents, event-driven workflows, and securing agent lifecycles, among others. Detailed tutorials guide users through concepts from initial setup to deployment and optimization, emphasizing practical applications and the ease of integration in enterprise environments. Start building agents using this versatile platform today.

Cloud Blog ·
Level Up Your Column-level Security: Using IAM Data Governance Tags in BigQuery
architect

Level Up Your Column-level Security: Using IAM Data Governance Tags in BigQuery

BigQuery introduces data governance tags, providing an enhanced method for securing sensitive information in response to evolving data complexities. These tags enable users to create a hierarchical tag tree for column-level security, allowing for global application and automatic disaster recovery across regions. The implementation involves three steps: creating the tag key and values, attaching tags to columns via JSON schema, and defining access policies. This system offers flexibility and enhances data protection, positioning it as a significant upgrade from previous policy tags. Future updates will further improve these capabilities.

Cloud Blog ·
Inside the Search for "Clean" Residential Proxies for Carding
cybersecurity

Inside the Search for "Clean" Residential Proxies for Carding

Residential proxies are no longer the silver bullet they once were for carding. Flare explains why cybercriminals increasingly seek “clean” residential proxies and combine them with browser fingerprints, device profiles, and other identity signals to evade modern fraud detection.

BleepingComputer ·
Interview: Dan Cherowbrier, CTO, Formula E
architect

Interview: Dan Cherowbrier, CTO, Formula E

For the tech chief at the electric vehicle racing organisation, innovation extends from everything digital to all the technology elements that make the growing motorsport operation a success

ComputerWeekly.com ·
Spirals ransomware locks down victim systems in under 24 hours
cybersecurity

Spirals ransomware locks down victim systems in under 24 hours

A new ransomware strain named Spirals was identified in an attack against an IT services company in South Asia. Attackers were able to transition from gaining initial access to stealing data and encrypting the network in under 24 hours. Developed in Rust, Spirals quickly encrypts files using a unique AES-128 key for each file, with each key protected by an attacker-controlled ECDH. This rapid execution highlights the growing sophistication of ransomware attacks.

Help Net Security ·
Scammers weaponize FaceTime to drain bank accounts
cybersecurity

Scammers weaponize FaceTime to drain bank accounts

Apple has issued a warning to iPhone and iPad users about a new scam involving FaceTime calls. Fraudsters are impersonating trusted organizations to deceive users into sharing sensitive information such as account passwords, security codes, and financial details. They can even spoof phone numbers, making it appear as though the call is coming from legitimate sources like Apple or banks, enhancing their scam’s plausibility. Users are urged to remain vigilant against such tactics.

Help Net Security ·
Guide to AI Tokenomics: Eleven Principles for Token Efficient Software Engineering
architect

Guide to AI Tokenomics: Eleven Principles for Token Efficient Software Engineering

Optimizing token consumption is essential for enhancing AI coding assistants’ speed and accuracy. Users should adopt structured habits to ensure an efficient feedback loop. Key strategies include starting with basic models, utilizing reusable skills, automating tasks with scripts, delegating output-heavy jobs to sub-agents, and being specific with context. Additionally, users should shift testing early, update rules as needed, avoid uncontrolled loops, and initiate new sessions for different topics. Effective token management balances user direction and automation, ultimately improving productivity while managing costs.

Cloud Blog ·
Claude Chrome extension flaw lets malicious extensions trigger AI actions
cybersecurity

Claude Chrome extension flaw lets malicious extensions trigger AI actions

A flaw in Anthropic’s Claude for Chrome browser extension could allow a malicious extension to trigger predefined AI actions by simulating user clicks, potentially allowing it to abuse Claude’s access to connected services such as Gmail, Google Docs, Google Calendar, and Salesforce.

BleepingComputer ·
AWS Continuum to Enable Agentic Code Security for Enterprises
architect

AWS Continuum to Enable Agentic Code Security for Enterprises

Amazon Web Services has launched AWS Continuum, an integrated security platform designed to automate the discovery, enforcement, and remediation of security issues in codebases, dependencies, and applications. The platform introduces four key functionalities that cover the entire vulnerability lifecycle: penetration testing, code review, threat modeling, and identification of code vulnerabilities. This initiative aims to enhance the security processes for developers and organizations.

InfoQ - Architecture & Design - News ·
Google is a Leader and positioned furthest in Vision and highest in Execution in the 2026 Gartner® Magic Quadrant™ for Conversational AI Platforms
architect

Google is a Leader and positioned furthest in Vision and highest in Execution in the 2026 Gartner® Magic Quadrant™ for Conversational AI Platforms

Google has been recognized as a leader in the 2026 Gartner Magic Quadrant for Conversational AI Platforms, achieving the highest scores in both Vision and Execution. Their Gemini Enterprise for Customer Experience platform enables organizations to move beyond basic chatbots and create AI agents that understand customer intent, reason across enterprise knowledge, and take action. The platform, powered by Gemini models and built on Google Cloud’s AI stack, provides tools like CX Agent Studio to build and deploy AI agents across voice and chat, assist human agents, and accelerate deployment with pre-built solutions for industries like retail and automotive. The Home Depot is already leveraging these capabilities to improve customer support and speed up issue resolution.

Cloud Blog ·
Begun, the Patch Wars have
cybersecurity

Begun, the Patch Wars have

Long foretold, the Great Patching has begun and it’s a doozy. Buckle in as Joe takes you through the story.

Cisco Talos Blog ·
Bridging the gap between SQL and Python with BigQuery and the %%bqsql magic
architect

Bridging the gap between SQL and Python with BigQuery and the %%bqsql magic

Data scientists often juggle between SQL and Python for data processing, facing challenges with data transfer between the two. To ease this, Google Cloud introduced SQL cells in Colab Enterprise, enhancing workflow integration with the new %%bqsql IPython cell magic for seamless SQL and Python operation. This allows users to efficiently utilize both languages in a single processing pipeline, leveraging tools like Jupyter and pandas. Users can set up local environments or use Colab to access BigQuery resources. The integration facilitates direct SQL querying of local pandas DataFrames and enables chaining operations between SQL and Python, enhancing scalability and readability. Users can visualize data in Python post-SQL transformations, maintaining efficient workflows. The BigFrames team encourages feedback on this hybrid experience.

Cloud Blog ·
Cloud CISO Perspectives: How AI leverages deep context as the defender’s advantage
architect

Cloud CISO Perspectives: How AI leverages deep context as the defender’s advantage

In the July 2026 edition of Cloud CISO Perspectives, Francis deSouza, COO of Google Cloud, discusses how deep context enhances the effectiveness of AI in cybersecurity for defenders against evolving threats from AI-driven attackers. With AI accelerating cyberattacks, Google has developed the AI Threat Defense framework, integrating various security technologies to provide a proactive defense strategy. Key principles include thorough preparation, smart scanning, efficient remediation using automation, and continuous monitoring, as illustrated by Morgan Stanley’s success in significantly reducing threat detection time. Additionally, the issue highlights ongoing efforts to improve security practices, adapt to emerging threats, and leverage collaboration within the cybersecurity community.

Cloud Blog ·
Three lessons in accelerating foundation model upgrades
architect

Three lessons in accelerating foundation model upgrades

Migrating to new AI models can be complex and time-consuming for engineering teams, often requiring extensive testing and manual evaluation. Google Cloud’s Applied ML team has developed a new workflow that allows model upgrades to be completed in hours instead of months, using the Gemini Enterprise Agent Platform. They share three lessons: engaging in hands-on discovery to understand requirements, moving away from rigid automation, and adopting a flexible agent architecture. By applying these principles, teams can create efficient migration workflows and utilize tools like Autoraters and Antigravity for automation, ultimately improving both speed and quality in adopting new AI models.

Cloud Blog ·
What 10 autonomous film crews taught us about agent teamwork
architect

What 10 autonomous film crews taught us about agent teamwork

A Google internal hackathon tested whether AI agents could collaboratively create short films. Teams of agents, each with specific roles, collaborated through messaging and shared files within an open-source framework called Scion. Over the competition, ten crews produced 25+ films totaling about 44 minutes, using various AI tools for scriptwriting, visuals, and audio. The experiment’s findings highlighted the importance of clear communication, effective team structures, and the benefits of specific prompts over general directions in AI-generated media.

Cloud Blog ·
Prioritize your AWS Health alerts using AWS User Notifications
architect

Prioritize your AWS Health alerts using AWS User Notifications

If you run critical workloads on AWS, such as a contact center on Amazon Connect Customer, database workloads on Amazon Relational Database Service (Amazon RDS), or hybrid connectivity through AWS Direct Connect, service health events demand your attention. But not all events are equal. An operational issue, a scheduled maintenance window, and a deprecation notice

AWS Architecture Blog ·
AI Agents Broke the Security Playbook. Here's What Replaces It.
cybersecurity

AI Agents Broke the Security Playbook. Here's What Replaces It.

Traditional security workflows were built for environments that changed at human speed. Token Security explains why AI agents require a new approach: building on a live identity foundation while giving security teams the flexibility to create workflows tailored to their own environments.

BleepingComputer ·
Demystifying AI Exploits: A Blueprint for AI-Assisted Vulnerability Management
architect

Demystifying AI Exploits: A Blueprint for AI-Assisted Vulnerability Management

The Mandiant M-Trends 2026 report notes that the mean time-to-exploit vulnerabilities has decreased to -7 days. To address this, security teams are exploring the integration of large language models (LLMs) within their development processes for automated vulnerability management. The blog outlines best practices for safely incorporating AI, emphasizing the importance of operational guardrails, adherence to industry standards like the NIST AI Risk Management Framework, and securing data by isolating AI agents in controlled environments. It stresses combining AI with human oversight to enhance vulnerability detection while minimizing risks. The discussion includes securing pre-agent data, workload isolation, effective red teaming, and fostering a culture of continuous improvement in vulnerability management. Additionally, it highlights integrating AI into software development lifecycle for both enterprise and product security. Ultimately, organizations should prioritize foundational security and approach LLM deployment strategically to balance innovation with risk management.

Cloud Blog ·
AutomationDirect Productivity Suite
cybersecurity

AutomationDirect Productivity Suite

AutomationDirect’s Productivity Suite versions up to 4.6.2.2 are vulnerable to several critical issues that could allow local attackers to cause memory corruption, system instability, or denial-of-service conditions. Key vulnerabilities include out-of-bounds reads/writes, and a divide-by-zero error. Users are advised to update to version 4.7.0.47 or later. If immediate updates aren’t possible, AutomationDirect recommends various compensating measures, such as network isolation, access restrictions, and stringent monitoring practices to mitigate risks. CISA encourages organizations to maintain robust cybersecurity practices and to report any anomalies.

All CISA Advisories ·
CISA Adds Three Known Exploited Vulnerabilities to Catalog
cybersecurity

CISA Adds Three Known Exploited Vulnerabilities to Catalog

CISA has added three new vulnerabilities to its Known Exploited Vulnerabilities (KEV) Catalog, reflecting active exploitation: two CVEs related to Fortinet FortiSandbox OS Command Injection and one from Microsoft SharePoint concerning Deserialization of Untrusted Data. These vulnerabilities are significant risks for federal agencies, driving the need for prompt remediation as outlined in Binding Operational Directive 26-04. While this directive specifically affects Federal Civilian Executive Branch agencies, CISA advises all organizations to adopt similar risk-based vulnerability management practices. CISA welcomes submissions for new vulnerabilities to the KEV Catalog through its nomination process.

All CISA Advisories ·
NASA Core Flight System (cFS) Health & Safety (HS) Application
cybersecurity

NASA Core Flight System (cFS) Health & Safety (HS) Application

A vulnerability in NASA’s Core Flight System (cFS) Health & Safety (HS) Application could lead to denial-of-service conditions. The issue stems from a null pointer dereference, causing a segmentation fault when handling a Housekeeping Telemetry request. This flaw affects the cFS Health & Safety application, with critical implications for transportation systems globally. The vendor, NASA, provides a CVSS score of 7.5 for this vulnerability, indicating its severity.

All CISA Advisories ·
Rockwell Automation 1756-EN2, 1756-EN3, and 1756-ENBT
cybersecurity

Rockwell Automation 1756-EN2, 1756-EN3, and 1756-ENBT

A denial-of-service vulnerability (CVE-2026-9653) has been identified in Rockwell Automation’s 1756-EN2, 1756-EN3, and 1756-ENBT communication modules due to improper validation of connection packets. The affected versions can allow attackers on the network to disrupt device connections, although these connections will resume immediately after. Users are advised to upgrade the affected devices to version 12.002, as the 1756-ENBT is discontinued and has no available fix. CISA recommends enhancing network security, including using firewalls and VPNs, to mitigate risks.

All CISA Advisories ·
Rockwell Automation Arena
cybersecurity

Rockwell Automation Arena

Rockwell Automation’s Arena software versions up to V17.00.00 are vulnerable to multiple memory corruption issues, identified as CVE-2026-8085, CVE-2026-8312, CVE-2026-8313, and CVE-2026-8314. Attackers could exploit these vulnerabilities to execute arbitrary code by convincing users to open malicious files. Users are urged to update to V17.00.01 to mitigate these risks. CISA recommends enhancing network security and implementing cybersecurity best practices to protect against such threats.

All CISA Advisories ·
Rockwell Automation FactoryTalk DataMosaix
cybersecurity

Rockwell Automation FactoryTalk DataMosaix

A vulnerability in Rockwell Automation’s FactoryTalk DataMosaix Private Cloud (versions 8.02 and earlier) allows authenticated attackers to inject malicious scripts due to improper input neutralization. This issue, classified as a stored cross-site scripting vulnerability (CVE-2026-9292), could lead to account takeovers and credential theft. Users are urged to upgrade to version 8.03 or later. CISA advises enhancing network security and following best practices to mitigate risks, with no known active exploitation reported.

All CISA Advisories ·
SALTO ProAccess Space
cybersecurity

SALTO ProAccess Space

A critical vulnerability in SALTO ProAccess Space versions earlier than 6.13 allows authenticated attackers to escalate privileges and access restricted spaces within a system, assuming valid operator credentials are available and partition features are enabled. To mitigate this risk, users are advised to upgrade to version 6.13 and implement several security practices, including using internal networks, applying least-privilege principles, and considering separate instances for strong tenant separation. CISA emphasizes the need for cybersecurity strategies to defend industrial control systems and encourages organizations to report any suspicious activities related to this vulnerability.

All CISA Advisories ·
Siemens SICAM 8
cybersecurity

Siemens SICAM 8

Multiple vulnerabilities have been identified in Siemens’ SICAM 8 products, potentially leading to denial of service and unauthorized access. Affected devices include various firmware versions, with specific vulnerabilities (CVE-2026-54798, CVE-2026-54799, CVE-2026-54800, CVE-2026-54801) impacting the CPCI85 and SICORE systems among others. Siemens recommends that users update to firmware versions V26.20 or later to mitigate these risks. The company emphasizes the need for protective measures in critical infrastructure networks to enhance overall system security and resilience. Users are encouraged to follow security guidelines and conduct proper risk assessments when implementing updates.

All CISA Advisories ·
Palantir: Can anyone else do what it does?
architect

Palantir: Can anyone else do what it does?

Palantir is a US defence-intelligence company, born from the CIA’s venture arm that now operates inside the UK public sector. We examine the claim that its technology does what no other supplier can

ComputerWeekly.com ·
Securing AI at Enterprise Scale: The Google Kubernetes Engine Blueprint
architect

Securing AI at Enterprise Scale: The Google Kubernetes Engine Blueprint

Artificial intelligence is rapidly evolving, requiring robust security strategies that traditional methods can’t keep up with. Chief Information Security Officers (CISOs) must protect AI model weights, defend against threats like prompt injection, and comply with regulations without impeding development. Google Cloud offers a comprehensive blueprint for securing AI workloads on Google Kubernetes Engine (GKE), emphasizing effective security layers from infrastructure to application security. This approach includes hardware-level encryption, zero-trust networking, model integrity controls, and defenses against AI-specific threats. It advocates a phased security strategy: deploying foundational configurations, hardening production systems, and automating compliance. By leveraging GKE, teams can ensure enhanced security without compromising AI deployment speed.

Cloud Blog ·
Running a self-hosted LLM in Kubernetes with vLLM
architect

Running a self-hosted LLM in Kubernetes with vLLM

Running large language model (LLM) workloads in-house is one of several patterns teams adopt alongside managed API services. Managed API services are convenient and well suited to many workloads. Self-hosting is a complementary option that some…

Cloud Native Computing Foundation ·
AI Agents with Cloud Credentials Are Outrunning Billing Guardrails Built for Human-Speed Mistakes
architect

AI Agents with Cloud Credentials Are Outrunning Billing Guardrails Built for Human-Speed Mistakes

A three-person agency received a $14,000 AWS bill in one day after attackers extracted static access keys and burned Claude invocations on Bedrock. Combined with May’s DN42 incident, where an autonomous agent provisioned $6,531 of oversized infrastructure in 24 hours, practitioners warn that cloud billing lags roughly a day behind agent-speed spend. By Steef-Jan Wiggers

InfoQ - Architecture & Design - News ·
A fifth of PC devices still on Windows 10
architect

A fifth of PC devices still on Windows 10

While support ended in October 2025, community-driven insights from Lansweeper has found that smaller businesses are still using Windows 10

ComputerWeekly.com ·
Has Microsoft overstretched its cloud elasticity?
architect

Has Microsoft overstretched its cloud elasticity?

Microsoft promised “infinite” cloud scalability, but signs of capacity strain and regional rollbacks suggest it may be overstretched, forcing customers to rethink vendor lock-in

ComputerWeekly.com ·
HAMi becomes a CNCF incubating project
architect

HAMi becomes a CNCF incubating project

The CNCF Technical Oversight Committee (TOC) has voted to accept HAMi as a CNCF incubating project. About HAMi Modern AI infrastructure teams run into the same problem over and over: expensive GPUs often sit fragmented and…

Cloud Native Computing Foundation ·
How to Analyze and Govern Gemini Enterprise App Usage at Scale with BigQuery
architect

How to Analyze and Govern Gemini Enterprise App Usage at Scale with BigQuery

The deployment of the Gemini Enterprise app greatly enhances organizational productivity by offering advanced AI tools and specialized solutions. However, as its usage scales, managing telemetry data presents challenges in audit, governance, and insight extraction. Google Cloud addresses this with pre-computed dashboards and the integration of BigQuery, enabling enhanced analysis of usage patterns, compliance verification, and safety audits. Utilizing BigQuery’s capabilities, administrators can visualize data, streamline queries, and generate insights effectively, ensuring successful integration and governance of the Gemini Enterprise app within their organizations.

Cloud Blog ·
How to solve PostgreSQL multilingual full-text search limitations with AlloyDB AI
architect

How to solve PostgreSQL multilingual full-text search limitations with AlloyDB AI

AlloyDB enhances enterprise search by integrating advanced hybrid capabilities that merge text, vector, and keyword searches into one SQL query. The recent addition of RUM index support further improves full-text search, especially for logographical languages like Chinese, Japanese, and Korean, where traditional indexing struggles due to the absence of whitespace. Through AlloyDB AI Functions, users can utilize Gemini’s multilingual models for efficient text parsing and segmentation without the complexity of external processing pipelines. This approach facilitates high-accuracy searches, optimized for handling continuous text. The native integration in AlloyDB streamlines operations by keeping data processing within the database, improving performance, and simplifying data management.

Cloud Blog ·
IDC: Why the right networking approach is foundational to agentic AI
architect

IDC: Why the right networking approach is foundational to agentic AI

IDC’s 2026 AI in Networking Special Report Survey reveals that while enterprises are rapidly piloting AI initiatives, transitioning from pilot to production is hindered primarily by infrastructure issues, particularly in networking. Key concerns include security challenges (32.6%), automation difficulties (26.8%), and talent restrictions (24.7%). The rise of agentic AI intensifies these issues due to its complex, distributed nature, emphasizing the need for robust, consistent networking to support operational control and governance. Organizations must balance platform-based solutions with best-of-breed capabilities to ensure security, reduce complexity, and enable fast deployment. An adaptable, extensible infrastructure is vital for managing the demands of agentic AI systems effectively.

Cloud Blog ·
How bitdrift scaled to 121 million concurrent gRPC connections on Amazon CloudFront for live telemetry sporting events
architect

How bitdrift scaled to 121 million concurrent gRPC connections on Amazon CloudFront for live telemetry sporting events

When 121 million mobile devices establish persistent gRPC connections to your origin infrastructure within seconds of a live broadcast, the routing policy behind your DNS records matters far more than it does at normal traffic levels. The wrong policy can concentrate all your connections onto a single origin endpoint, turning a scaling success into an

AWS Architecture Blog ·
Azure Databricks delivers proven business value
architect

Azure Databricks delivers proven business value

Microsoft Azure Databricks integrates the Databricks platform with Microsoft’s ecosystem to provide significant business advantages. This collaboration results in a solution that aligns seamlessly with existing Microsoft tools, identities, and governance structures used by organizations. Customers can expect measurable value from this first-party offering, enhancing their data analytics capabilities within the Azure environment.

Microsoft Azure Blog ·
Stripe Benchmark Shows AI Agents Build Integrations but Struggle with Validation
architect

Stripe Benchmark Shows AI Agents Build Integrations but Struggle with Validation

Stripe introduces a benchmark suite to evaluate whether AI agents can build real-world Stripe integrations across backend, frontend, and browser-based checkout workflows. The study examines end-to-end software engineering capability, focusing on execution, testing, and validation gaps in agentic systems under production-like constraints. By Leela Kumili

InfoQ - Architecture & Design - News ·
The Risk of Exposed Cloud Functions and How to Harden
architect

The Risk of Exposed Cloud Functions and How to Harden

Mandiant’s security assessments frequently uncover serverless applications with inadequate authentication, exposing them to vulnerabilities like Local and Remote File Inclusion and Command Injection. These can lead to significant risks, including complete cloud environment takeovers. The blog discusses attack scenarios and offers security recommendations, including adopting a Secure Software Development Lifecycle, implementing effective Identity and Access Management, and using Web Application Firewalls like Cloud Armor to protect against common attacks. Furthermore, the article emphasizes the importance of proactive security measures during development to maintain secure serverless environments.

Cloud Blog ·
CISA Adds Two Known Exploited Vulnerabilities to Catalog
cybersecurity

CISA Adds Two Known Exploited Vulnerabilities to Catalog

CISA has added two vulnerabilities to its Known Exploited Vulnerabilities (KEV) Catalog, reflecting active exploitation risks: CVE-2023-4346 related to a KNX protocol issue and CVE-2026-46817 concerning Oracle E-Business Suite’s privilege management. The Binding Operational Directive 26-04 directs federal agencies to prioritize high-risk vulnerabilities for quick remediation. CISA encourages all organizations to adopt similar risk-based management practices and will continue to expand the KEV Catalog. Submissions for new vulnerabilities can be made through CISA’s KEV Nomination Form.

All CISA Advisories ·
Establishing a Coordinated Vulnerability Disclosure Program to Work With Security Researchers
cybersecurity

Establishing a Coordinated Vulnerability Disclosure Program to Work With Security Researchers

The National Security Agency, CISA, and international partners have developed guidance for software manufacturers and online service providers to establish a coordinated vulnerability disclosure (CVD) program. This includes creating a clear vulnerability disclosure policy and a process for managing reported vulnerabilities, including assigning Common Vulnerabilities and Exposures (CVE) identifiers. The guidelines recommend using third-party intermediaries to enhance CVD programs, fostering collaboration with security researchers for effective vulnerability remediation and improved product security.

All CISA Advisories ·
AWS Ships Claude Apps Gateway as Self-Hosted Control Plane for Claude Code and Claude Desktop
architect

AWS Ships Claude Apps Gateway as Self-Hosted Control Plane for Claude Code and Claude Desktop

AWS and Anthropic have released the Claude apps gateway for AWS, a self-hosted control plane that centralizes identity, policy, telemetry, routing, and spend caps for Claude Code and Claude Desktop. The gateway runs as a single stateless container and routes inference to Amazon Bedrock or Claude Platform on AWS. By Steef-Jan Wiggers

InfoQ - Architecture & Design - News ·
On-prem DBaaS in 2026: Platforms, standards, and gaps
architect

On-prem DBaaS in 2026: Platforms, standards, and gaps

For application teams, databases should feel like a solved problem. A team needs PostgreSQL, MariaDB, Redis, or another data service, submits a request, receives credentials, and starts building. In practice, the experience is rarely that simple….

Cloud Native Computing Foundation ·
Reeves speaks up about UK sovereign AI
architect

Reeves speaks up about UK sovereign AI

The UK government has ambitions to build out its own AI capabilities, but its plans are stumped by high datacentre power costs

ComputerWeekly.com ·
ICYMI: June 2026 @AWS Security
cybersecurity

ICYMI: June 2026 @AWS Security

The latest monthly digest from AWS highlights new security features, compliance updates, and hands-on resources. It includes expert blog posts focusing on identity and access management, threat intelligence, network security, AI-driven security tools, and multi-account strategies. Additionally, readers will find information on new service capabilities, code samples, and workshops designed to enhance security practices within AWS environments.

AWS Security Blog ·
Follow the money
cybersecurity

Follow the money

Why give away the most valuable data in security? Learn how Athena’s business model aligns trust, incentives, and open source defense.

Chainguard: Unchained ·
You Are Using Auth0 The Hard Way
cybersecurity

You Are Using Auth0 The Hard Way

Stop writing manual API calls and hand-rolling token refresh logic. Learn how to accelerate your production setups using the Auth0 SDK, Auth0 CLI, and Infrastructure as Code.

Auth0 Blog ·
How Mapfre USA modernized fraud claims with Amazon EMR Serverless
architect

How Mapfre USA modernized fraud claims with Amazon EMR Serverless

Insurance fraud poses ongoing challenges, raising costs, eroding trust, and diverting resources from customer service. Current detection methods often use rule-based systems, manual reviews, and historical data analysis, which are effective for known fraud patterns but struggle with new or evolving schemes.

AWS Architecture Blog ·
Security Hub adds AI workload protection and multicloud support for Microsoft Azure
cybersecurity

Security Hub adds AI workload protection and multicloud support for Microsoft Azure

Security Hub is our foundation for full-stack enterprise security across clouds. It centralizes your security operations and turns raw signals into prioritized insights, so your team spends its time managing real risk instead of stitching tools together. Today that foundation grows in two directions our customers asked for most. We are adding purpose-built protection for

AWS Security Blog ·
Managing AI Agent Primitives Like Real Software Packages with APM and JFrog
cybersecurity

Managing AI Agent Primitives Like Real Software Packages with APM and JFrog

AI agents are part of the modern development workflow. They write code, review pull requests, generate tests, call tools, interact with MCP servers, and help developers move faster. But behind every useful agent, there is something just as important as the model itself: the context that tells the agent how to behave. That context can

From the Frog's mouth - JFrog Blog ·
Google named a Leader in the 2026 IDC MarketScape for Worldwide Foundation Model Software
architect

Google named a Leader in the 2026 IDC MarketScape for Worldwide Foundation Model Software

Google has long prioritized practical enterprise needs, focusing on infrastructure, security, and data platforms essential for large organizations. Emphasizing reliability and predictability, Google aims to deliver models that create business impact. Their leadership status in the IDC MarketScape for foundation model software underscores their ability to translate research into secure systems. With the Gemini Enterprise platform, Google provides tools that enable organizations to use AI more effectively, allowing dynamic agents to handle complex workflows securely. The Gemini 3.5 series, designed for intricate tasks, exemplifies this approach, enabling developers and business users to integrate AI seamlessly into their operations.

Cloud Blog ·
AI Controls Matrix v1.1: Strengthening the Foundation for Trustworthy AI
cybersecurity

AI Controls Matrix v1.1: Strengthening the Foundation for Trustworthy AI

The Cloud Security Alliance (CSA) has unveiled the AI Controls Matrix (AICM) v1.1, enhancing its framework for secure AI systems. This latest version broadens control coverage, introduces a dedicated Model Security domain, and incorporates AI-specific security controls. Additionally, it provides comprehensive mappings to major AI governance frameworks globally, further solidifying its commitment to promoting trustworthy AI practices in the industry.

Cloud Security Alliance ·
Claude at scale on Google Cloud: Frontier AI, built for enterprise production
architect

Claude at scale on Google Cloud: Frontier AI, built for enterprise production

Running frontier AI in production can be challenging, but Claude on Google Cloud addresses these complexities. It combines Claude’s reasoning capabilities with Google Cloud’s managed infrastructure for ease of use across various enterprise needs. This setup allows for low latency, compliance, and optimized performance, freeing teams from infrastructure management. The platform supports different endpoint types for global reach and regional data needs, ensuring security and cost efficiency, particularly in regulated industries. With features like prompt caching and batch prediction, organizations can enhance performance while managing costs effectively. The integration facilitates a unified approach to both inference and agent functionalities, promoting streamlined development and deployment.

Cloud Blog ·
Authenticate legitimate AI agent traffic with AWS WAF Bot Control
cybersecurity

Authenticate legitimate AI agent traffic with AWS WAF Bot Control

As AI agents and automated tools increasingly access web applications, distinguishing legitimate bot traffic from malicious attempts has become a critical security challenge. Traditional approaches such as IP-based filtering and reverse DNS lookups fail in multi-tenant systems (such as Amazon Bedrock AgentCore) where thousands of distinct workloads share the same IP space. Attackers can easily

AWS Security Blog ·
AI impacting stress levels among cyber professionals
architect

AI impacting stress levels among cyber professionals

AI is affecting the day-to-day careers of cyber security pros in regard to stress levels, but respondents to an ISC2 data-gathering exercise are split over whether or not their stress levels are going up or down

ComputerWeekly.com ·
Google and Industry Partners Announce Agentic Resource Discovery Specification for AI Agents
architect

Google and Industry Partners Announce Agentic Resource Discovery Specification for AI Agents

Google, along with industry partners, has introduced the Agentic Resource Discovery (ARD) Specification, an open standard designed for the publishing, discovery, and verification of AI tools, APIs, and agents. This standard incorporates a discovery layer that utilizes catalogs and registries to facilitate dynamic capability discovery. It also makes use of established protocols such as MCP and OpenAPI, focusing on enhancing trust and interoperability within the AI ecosystem.

InfoQ - Architecture & Design - News ·
ABB Ability Edgenius
cybersecurity

ABB Ability Edgenius

ABB has acknowledged a vulnerability, CVE-2026-31431, in certain versions of its Ability Edgenius products that could allow a locally authenticated user to gain elevated root privileges on systems using a compromised Linux kernel. This flaw could enable attackers to control the affected system entirely. ABB has released an update (version 3.2.4.1) to address the issue and recommends immediate application of this fix. It is advised to limit access to the affected systems and implement additional security measures, as successful exploitation requires local access.

All CISA Advisories ·
ABB Advant Master Online Builder
cybersecurity

ABB Advant Master Online Builder

ABB has identified a vulnerability in certain versions of its Advant Master Online Builder products, where an incorrect version of the Online Builder was included, potentially allowing unauthorized execution of code. The affected versions have been documented, and an update has been released to remediate the issue. ABB recommends users upgrade to the fixed versions, enforce strong password policies, and restrict access to unauthorized users to mitigate risks associated with this vulnerability.

All CISA Advisories ·
ABB T-MAC Plus
cybersecurity

ABB T-MAC Plus

ABB has identified vulnerabilities in its T-MAC Plus version 4.0-24 products, which could allow attackers to compromise systems through various methods, including file disclosure, unauthorized access, cross-site scripting, and denial-of-service attacks. Affected users are urged to update to version 4.0-25 to resolve these critical and high-severity issues. Specific mitigations and workarounds are suggested, but the vulnerabilities require proper updates for full resolution. The vulnerabilities were responsibly disclosed and do not appear to have been exploited publicly prior to the advisory.

All CISA Advisories ·
CISA Adds Four Known Exploited Vulnerabilities to Catalog
cybersecurity

CISA Adds Four Known Exploited Vulnerabilities to Catalog

CISA has added four new vulnerabilities to its Known Exploited Vulnerabilities (KEV) Catalog, highlighting active exploitation risks. The vulnerabilities include server-side request forgery and code injection for SonicWall SMA1000 Appliances, as well as access control and authentication issues in Microsoft Active Directory and SharePoint Server. The Binding Operational Directive 26-04 mandates federal agencies to prioritize rapid remediation of these high-risk vulnerabilities. CISA urges all organizations to adopt similar risk-based management practices and encourages submissions for additional vulnerabilities meeting specific criteria.

All CISA Advisories ·
CISA Urges SharePoint Hardening After New Exploitations
cybersecurity

CISA Urges SharePoint Hardening After New Exploitations

CISA has updated its Alert regarding vulnerabilities impacting on-premises SharePoint Server versions, including CVE-2026-58644, which was added to the Known Exploited Vulnerabilities Catalog on July 16, 2026. Active exploitation is noted for multiple vulnerabilities, enabling unauthorized access and malware deployment. Organizations are advised to apply the latest patches, utilize security measures, and monitor for unusual activity. CISA recommends strengthening security around SharePoint Servers and encourages reporting any anomalies.

All CISA Advisories ·
Rockwell Automation 1715-AENTR EtherNet/IP Adapter
cybersecurity

Rockwell Automation 1715-AENTR EtherNet/IP Adapter

A critical vulnerability has been identified in the Rockwell Automation 1715-AENTR EtherNet/IP Adapter, affecting versions 3.003 and below. This flaw exposes a debug port that allows unauthenticated remote access, enabling attackers to read or delete files, stop tasks, and modify device states, potentially compromising confidentiality and availability. Users are urged to upgrade to version 3.011 or later or adopt security best practices to mitigate risks. The Cybersecurity and Infrastructure Security Agency (CISA) recommends defensive measures to reduce exploitation risks and emphasizes the importance of network isolation and secure remote access methods.

All CISA Advisories ·
Is a Pod the right deployment unit for an AI agent?
architect

Is a Pod the right deployment unit for an AI agent?

When we first started building kagent, we didn’t run every agent in its own Kubernetes Pod, Service, and ServiceAccount. Instead, agents were simply executed inside the kagent runtime. It was the simplest architecture possible: one runtime…

Cloud Native Computing Foundation ·
[Video] Where protection starts: Cisco Talos Intelligence Integrations
cybersecurity

[Video] Where protection starts: Cisco Talos Intelligence Integrations

Every day, defenders make high-consequence decisions with incomplete information. Learn how Cisco Talos Intelligence Integrations help reduce uncertainty by turning the latest threat intelligence into proactive protections across Cisco technologies.

Cisco Talos Blog ·
Google's Genkit Ships Agents API with Detached Turns and Human-in-the-Loop for TypeScript and Go
architect

Google's Genkit Ships Agents API with Detached Turns and Human-in-the-Loop for TypeScript and Go

Google released the Genkit Agents API in preview for TypeScript and Go. The open-source framework packages message history, tool loops, streaming, and state persistence behind a single chat() interface. Detached turns let agents work after clients disconnect. Interruptible tools provide human-in-the-loop control with anti-forgery validation on resume. By Steef-Jan Wiggers

InfoQ - Architecture & Design - News ·
The serpent’s tongue: Luring the Python out of its den
cybersecurity

The serpent’s tongue: Luring the Python out of its den

This blog examines the full lifecycle of a Python package, from hosting on repositories such as PyPI or custom web servers, through source and wheel distribution formats, to the final installation into virtual or system-wide Python environments.

Cisco Talos Blog ·
Evolutionary Data through Schemaboi: Achieving Forward, Backwards, and Sideways Compatibility
architect

Evolutionary Data through Schemaboi: Achieving Forward, Backwards, and Sideways Compatibility

Drawing from the enduring adaptability of HTML and HTTP, Seph Gentle proposes embedding self-contained schemas directly into file headers, ensuring data remains readable without external definitions. His experimental format prioritises forward, backwards, and sideways compatibility, enabling data format evolution without central coordination or data loss By Olimpiu Pop

InfoQ - Architecture & Design - News ·
AI Security Report 2026
cybersecurity

AI Security Report 2026

The Annual AI Security Report 2026 from Check Point Research reveals a significant shift in the role of AI within cyber security. Previously viewed as a tool that enhanced existing attack methods, AI has now evolved into an active operator in cyber attacks. This change marks a transition where AI not only assists attackers in preparation but takes on a more central role in executing malicious activities. This development emphasizes the growing sophistication and impact of AI in cyber threats.

Check Point Research ·
Introducing Third-Party Applications for Organizations
cybersecurity

Introducing Third-Party Applications for Organizations

Securely extend your multi-tenant APIs and MCP servers to AI agents, partner marketplaces and developer ecosystems using native, organization-scoped access control with Auth0 Third-Party Applications for Organizations

Auth0 Blog ·
Request for Comments: CARE and Maven Central
cybersecurity

Request for Comments: CARE and Maven Central

For most of Maven Central’s history, publishing has followed a simple model: maintainers publish releases, users consume them, and when something goes wrong, the fix comes through the same channel.

2024 Sonatype Blog ·
Accessing private Git repositories from Amazon EKS capability for Argo CD
architect

Accessing private Git repositories from Amazon EKS capability for Argo CD

In this post, we walk you through three main steps: First, you create an AWS CodeConnections host in your VPC with connectivity to your private Git server. Second, you establish a connection that Argo CD can use. Finally, you deploy a sample application to verify the integration. By the end, you have a secure way to deploy applications from private repositories.

Containers ·
Building the AI-defined vehicle with Android, Google Cloud, and Nexus SDV
architect

Building the AI-defined vehicle with Android, Google Cloud, and Nexus SDV

The automotive industry is shifting towards Software-Defined Vehicle (SDV) architectures, transforming vehicles into AI-native, intelligent hubs within a connected ecosystem. Google, through its Android Automotive OS (AAOS) and Google Cloud, is leading this transition, providing a modular platform that separates core vehicle functions from hardware. The Nexus SDV platform utilizes Google technologies to integrate automotive telemetry and enhance vehicle functionality. This approach enables predictive maintenance by analyzing real-time data, improving customer experiences, and ensuring vehicle uptime. With built-in security measures, OEMs can rapidly implement these advanced solutions to create unique brand experiences and transition from traditional models to an AI-driven ecosystem.

Cloud Blog ·
Key findings from the 2026 Public Sector M-Trends report and beyond
architect

Key findings from the 2026 Public Sector M-Trends report and beyond

In the evolving landscape of 2026, the public sector is adapting to defend interconnected trust relationships against fast-operating adversaries. Mandiant’s recent report highlights alarming trends, such as a 22-second median attack hand-off to ransomware operators, necessitating a shift towards machine-speed defenses. Additionally, persistent state-sponsored threats challenge standard security measures, while vulnerabilities in virtualization and SaaS integrations create new attack vectors. Continuous verification is now essential for resilience, with Google advocating for identity-centric security, real-time telemetry analysis, and hardening infrastructure. Agencies like the Pasco Sheriff’s Office and the State of Connecticut showcase the effectiveness of these strategies in enhancing security and operational efficiency. The report provides vital insights for public sector leaders aiming to strengthen their defenses against evolving threats.

Cloud Blog ·
Securing the AI supply chain on GKE: Introducing k8s-aibom for automated AI BOMs
architect

Securing the AI supply chain on GKE: Introducing k8s-aibom for automated AI BOMs

Managing shadow AI in organizations can be challenging due to workloads deployed without formal registration, which often evade security scanners. To address this, the k8s-aibom tool is being open-sourced. This lightweight Kubernetes controller continuously monitors AI runtimes and generates CycloneDX Machine Learning Bill of Materials (ML-BOMs), offering real-time visibility into cluster environments without requiring changes to existing workflows. It distinguishes between declared and inferred AI configurations, enhancing audit confidence while ensuring data immutability and compliance readiness for regulations like the EU AI Act and NIST AI Risk Management Framework. This solution is designed to support governance, security operations, and developers in managing AI deployment seamlessly.

Cloud Blog ·
The Path to Sovereign Data: Challenges and Priorities in Local-First Computing
architect

The Path to Sovereign Data: Challenges and Priorities in Local-First Computing

A panel on data ownership challenged the definition of “ownership,” arguing it must extend beyond simple account control to include structural independence, interoperability, and community governance. Speakers like Zenna Fiscella, Paul Frazee, Boris Mann, and Robin Berjon emphasised the need for shared standards, unbundled platforms, and better tools to support user sovereignty. By Olimpiu Pop

InfoQ - Architecture & Design - News ·
How DoorDash Built an AI Shopping Assistant That Doesn’t Rely on the LLM Alone
architect

How DoorDash Built an AI Shopping Assistant That Doesn’t Rely on the LLM Alone

DoorDash details the architecture behind Ask DoorDash, its AI-powered conversational shopping assistant, combining LLMs, specialized AI agents, MCP-based tooling, and an intelligence layer with persistent consumer memory and live backend data. Early results show up to 24% higher checkout conversion, 17% larger baskets, and improved intent accuracy using memory-backed sessions. By Leela Kumili

InfoQ - Architecture & Design - News ·
New compliance guidance available: HITRUST i1 on AWS
cybersecurity

New compliance guidance available: HITRUST i1 on AWS

Amazon Web Services (AWS) has released new compliance guidance for healthcare organizations pursuing HITRUST i1 certification. The document, titled “HITRUST i1 Compliance on AWS: Customer Implementation Guidance with an Illustrative Healthcare Platform,” provides a framework that encompasses 182 curated controls necessary for compliance. The guidance aims to assist these organizations in effectively utilizing AWS as their cloud infrastructure while meeting HITRUST standards.

AWS Security Blog ·
13th July – Threat Intelligence Report
cybersecurity

13th July – Threat Intelligence Report

In the Threat Intelligence Bulletin for the week of July 13th, significant cyber research findings are shared, including a major data breach by U.S. auto insurer AssuranceAmerica. Approximately 7 million individuals were affected when attackers accessed company systems using compromised employee credentials, leading to the theft of personal information, such as names, contact details, and driver’s licenses. This incident highlights ongoing vulnerabilities in the sector.

Check Point Research ·
Introducing Precursor: detecting agentic behavior with continuous client-side signals
architect

Introducing Precursor: detecting agentic behavior with continuous client-side signals

Precursor, our new continuous behavioral validation engine for bot management, offers visibility into how humans and bots actually interact across the full user journey. By turning session-level behavior into bot detection signals, it identifies advanced automation with higher precision — while reducing friction for legitimate users.

The Cloudflare Blog ·
Java News Roundup: TornadoVM 5, JHipster, Google ADK, OmniFish Build of Payara, Introducing Vidocq
architect

Java News Roundup: TornadoVM 5, JHipster, Google ADK, OmniFish Build of Payara, Introducing Vidocq

This week’s Java roundup for July 6th, 2026, features news highlighting: the GA release of TornadoVM 5.0; point releases of JHipster, Keycloak and Google ADK; maintenance releases of GraalVM Native Build Tools and Micronaut; the OmniFish Build of Payara and introducing Vidocq, a new implementation of the Jakarta EE 11 Core Profile and MicroProfile 7.1. By Michael Redlich

InfoQ - Architecture & Design - News ·
CISA Adds One Known Exploited Vulnerability to Catalog
cybersecurity

CISA Adds One Known Exploited Vulnerability to Catalog

CISA has added a new vulnerability, CVE-2008-4128, related to Cisco IOS, to its Known Exploited Vulnerabilities (KEV) Catalog due to active exploitation concerns. This vulnerability is a common target for cyber attackers and poses significant risks to federal entities. Under Binding Operational Directive 26-04, federal agencies are required to prioritize the rapid remediation of high-risk vulnerabilities from the KEV Catalog while allowing for deferral of lower-risk ones. CISA urges all organizations to adopt similar risk-based vulnerability management practices. Organizations can submit information on exploited vulnerabilities for potential KEV catalog inclusion through CISA’s nomination process.

All CISA Advisories ·
Improve Router Hygiene to Protect Against Russian State-Sponsored Targeting
cybersecurity

Improve Router Hygiene to Protect Against Russian State-Sponsored Targeting

The Russian Federal Security Service (FSB) continues to exploit poorly configured networking devices globally, impacting various critical infrastructure sectors, including communications, energy, and healthcare. A recent Cybersecurity Advisory (CSA) from multiple agencies, including the NSA, CISA, and FBI, details tactics, techniques, and recommended mitigations to combat threats posed by FSB cyber actors. Key actions include disabling insecure protocols like SNMPv1/v2, using SNMPv3, and implementing strong password policies. Network defenders are urged to enhance configurations and monitor for unusual activities to better protect their systems.

All CISA Advisories ·
Operating OpenTelemetry at scale with OpAMP
architect

Operating OpenTelemetry at scale with OpAMP

As more organizations move to use OpenTelemetry in production at scale, with multiple Collectors across heterogeneous environments, a new challenge arises: how to remotely manage, configure, and update this agent fleet in a consistent and secure…

Cloud Native Computing Foundation ·
Unlocking the future of video data: March Networks cloud storage on AWS
architect

Unlocking the future of video data: March Networks cloud storage on AWS

Organizations are facing challenges with traditional video surveillance storage due to rapidly expanding video data volumes from retail, banking, restaurants, and transportation. Growing retention needs and a desire for operational insights make on-premise storage unsustainable, prompting a search for alternative solutions.

AWS Architecture Blog ·
How to Build More Resilient Local-First Applications with AT Protocol Infrastructure
architect

How to Build More Resilient Local-First Applications with AT Protocol Infrastructure

Jake Lazaroff presented the AT Protocol as a versatile framework for distributed applications, extending beyond just social networking. He highlighted the importance of a local-first architecture, enabling users to store data in personal data stores (PDSs) while utilizing a shared infrastructure for synchronization and updates. The presentation featured experiments on collaborative tools, demonstrating advantages such as decreased dependency on app-specific backends.

InfoQ - Architecture & Design - News ·
Where should AI workloads run? A sovereign and sensible approach
architect

Where should AI workloads run? A sovereign and sensible approach

Opinions on AI range from transformative optimism to deep skepticism, but one thing is clear: AI is becoming an increasingly important part of enterprise technology strategies. Feel free to pick whichever you like. But whatever you…

Cloud Native Computing Foundation ·
Contributing to U.K. financial sector resilience as a critical third party
architect

Contributing to U.K. financial sector resilience as a critical third party

Google Cloud has been designated as a critical third party (CTP) to the U.K. financial sector by the U.K. Treasury, reflecting its significant role for U.K. firms. This designation will enable oversight by the Bank of England and other financial regulators to enhance operational resilience in the sector. Google Cloud is committed to supporting customers in meeting regulatory requirements and fostering closer collaboration with regulators. The company aims to maintain its focus on being a secure and resilient platform for digital transformation in finance.

Cloud Blog ·
AWS designated as a critical third party to the UK financial sector
cybersecurity

AWS designated as a critical third party to the UK financial sector

Amazon Web Services EMEA Sarl (AWS) has been designated as a critical third party (CTP) to the UK financial sector by HM Treasury. The CTP regime came into force on January 1, 2025, and establishes a framework through which the Bank of England, PRA, and FCA (collectively the UK regulators) can set requirements on and

AWS Security Blog ·
Frontier and Center: Who evaluates the evaluations?
architect

Frontier and Center: Who evaluates the evaluations?

The article explores the complexities of evaluating AI agents, particularly in data retrieval and question-answering contexts. It criticizes traditional pass/fail benchmarks that provide limited insights into an agent’s capabilities, advocating for a more nuanced approach through the use of a meta-benchmark called Discovery Bench. This framework uses information theory to modulate query difficulty by adjusting terms based on their informative power. The aim is to generate detailed performance maps, highlighting not only successes but also specific failure modes, thereby enabling targeted improvements in AI systems. The piece emphasizes the need to rigorously evaluate both the performance of AI agents and the quality of evaluation benchmarks themselves.

Cloud Blog ·
What’s new with Google Cloud
architect

What’s new with Google Cloud

Google Cloud provides regular updates, announcements, and resources on its services. Upcoming webinars include one on July 16 introducing Google Cloud NGFW with advanced malware protection powered by Palo Alto Networks, and another on optimizing infrastructure for agentic AI. Public previews for Cloud Run sandboxes and new capabilities in Apigee are also highlighted. Reports indicate many organizations need infrastructure upgrades for agentic AI. Various tech talks will cover AI governance, security, and optimizing API deployments.

Cloud Blog ·
Slack Introduces Agent Driven End-to-End Testing to Improve Resilience in UI Test Automation
architect

Slack Introduces Agent Driven End-to-End Testing to Improve Resilience in UI Test Automation

Agentic testing is an AI-driven approach to end-to-end test automation introduced by Slack engineering. It uses AI agents that execute workflows based on intent rather than fixed scripts, adapting to UI and system changes at runtime. The approach aims to reduce brittle tests in distributed systems while complementing deterministic unit, integration, and E2E testing strategies. By Leela Kumili

InfoQ - Architecture & Design - News ·
CISA Adds Two Known Exploited Vulnerabilities to Catalog
cybersecurity

CISA Adds Two Known Exploited Vulnerabilities to Catalog

CISA has added two vulnerabilities to its Known Exploited Vulnerabilities (KEV) Catalog: CVE-2026-48939 (iCagenda) and CVE-2026-56291 (Balbooa Forms), both related to unrestricted file uploads. These vulnerabilities represent significant risks to federal systems. The Binding Operational Directive (BOD) 26-04 outlines requirements for federal agencies to manage high-risk vulnerabilities effectively. While it primarily applies to Federal Civilian Executive Branch agencies, CISA urges all organizations to adopt similar strategies for vulnerability management. Organizations can suggest additional vulnerabilities for inclusion in the KEV Catalog through CISA’s nomination process.

All CISA Advisories ·
How Datadog Used Claude and Cursor for Test-Driven Production Migration
architect

How Datadog Used Claude and Cursor for Test-Driven Production Migration

In a recent article, Datadog engineer Arnold Wakim shared what worked, what didn’t, and the lessons they learned while evolving a critical production system using AI to overcome hard limits in its storage backend and significantly improve performance. By Sergio De Simone

InfoQ - Architecture & Design - News ·
Introducing OAuth Support for AWS MCP Server
cybersecurity

Introducing OAuth Support for AWS MCP Server

You can now connect your agents to the AWS MCP Server using the same credentials and sign-in methods that you already use for connecting to the AWS Management Console or AWS Command Line Interface (AWS CLI) through a familiar browser-based experience powered by industry-standard OAuth. This new sign-in path supports AWS Identity and Access Management

AWS Security Blog ·
Specification-driven composition for flexible data workflows
architect

Specification-driven composition for flexible data workflows

Specification-driven composition offers a solution to data pipeline scalability issues. As pipelines evolve from simple scripts, duplicated transformation logic and cascading changes create management challenges. This approach aims to avoid code duplication and improve maintainability by centralizing transformation definitions.

AWS Architecture Blog ·
Navigating the ingress-NGINX retirement
architect

Navigating the ingress-NGINX retirement

  1. The Post-March 2026 landscape ⚠ The CatalystAcknowledge the March 2026 retirement of the Kubernetes SIG Network ingress-nginx controller. Staying on this controller introduces severe operational risks, including unpatched CVEs and a complete halt of feature…

Cloud Native Computing Foundation ·
WolfSSL, GeoVision, VTK vulnerabilities
cybersecurity

WolfSSL, GeoVision, VTK vulnerabilities

Cisco Talos’ Vulnerability Discovery & Research team recently disclosed three vulnerabilities in WolfSSF, fourteen in GeoVision, and one vulnerability in VTK-DICOM. The vulnerabilities mentioned in this blog post have been patched by their respective vendors, in adherence to Cisco’s third-party vulnerability disclosure policy. For

Cisco Talos Blog ·
Winning 54% of the time
cybersecurity

Winning 54% of the time

With Wimbledon’s help, Hazel argues against the popular myth that “Attackers only need to be right once, but defenders need to be right 100% of the time.”

Cisco Talos Blog ·
Implementing CCM: Universal Endpoint Management Controls
cybersecurity

Implementing CCM: Universal Endpoint Management Controls

The Cloud Controls Matrix (CCM) is a key security framework developed by the Cloud Security Alliance (CSA) for cloud computing. It aligns with CSA best practices, helping assess and enhance the security posture of cloud services. The CCM offers guidance on which controls should be implemented by different participants within the cloud supply chain, benefiting both cloud service customers (CSCs) and cloud service providers (CSPs). It contains 197 controls organized into 17 domains.

Cloud Security Alliance ·
When "Who Are You?’ Is No Longer Enough: The Case for Intent-Based Access Control in the Age of AI Agents
cybersecurity

When "Who Are You?’ Is No Longer Enough: The Case for Intent-Based Access Control in the Age of AI Agents

The article reflects on a discussion with a CISO from a major retail company about a significant security incident that occurred six months prior. Despite no stolen credentials, malware, or firewall breaches, the critical reconciliation process failed, attracting regulatory attention. The root cause was an AI-powered automation agent that had been properly granted access, highlighting the complexities and potential risks of relying on AI in security processes.

Cloud Security Alliance ·
Safely run AI-generated code in Cloud Run sandboxes
architect

Safely run AI-generated code in Cloud Run sandboxes

Google Cloud has introduced Cloud Run sandboxes in public preview, allowing developers to run AI-generated code and untrusted binaries without risking host applications or sensitive data. This feature provides lightweight, isolated execution environments that start in milliseconds, ideal for tasks like executing dynamic Python scripts or running headless browsers. Security measures include credential and environment isolation, denied outbound network access by default, and a read-only filesystem. Cloud Run sandboxes leverage existing resources without incurring extra costs, making them a cost-effective solution for executing untrusted code securely.

Cloud Blog ·
Migrate Amazon EC2 to EKS Auto Mode using Kiro CLI and MCP servers
architect

Migrate Amazon EC2 to EKS Auto Mode using Kiro CLI and MCP servers

This post provides a detailed guide on migrating a Node.js web application from EC2 instances to a scalable, containerized service using EKS Auto Mode. It covers the configuration and utilization of AWS and Amazon EKS MCP Servers with the Kiro CLI. The tutorial includes steps for automating essential migration tasks, such as creating Dockerfiles, optimizing images, generating Kubernetes manifests, and deploying the application in a production environment on EKS Auto Mode.

Containers ·
Why we cannot wait for better post-quantum signature algorithms
architect

Why we cannot wait for better post-quantum signature algorithms

NIST is advancing nine new post-quantum signature algorithms as potential candidates for future standardization. We take a closer look at all of them, and argue that while they are in the works and show great potential, we should use ML-DSA for now — the best one currently available.

The Cloudflare Blog ·
Boost Is Now In Public Preview
cybersecurity

Boost Is Now In Public Preview

Today, we’re excited to announce that Boost is moving out of beta and into public preview. After months of building, breaking, and rebuilding inside JFrog’s own R&D organization, Boost is ready for the world. If you are currently running into token limits, unpredictable costs, or runaway usage from AI agents, Boost was built for you.

From the Frog's mouth - JFrog Blog ·
Q2 2026 Open Source Malware Index
cybersecurity

Q2 2026 Open Source Malware Index

In Q2 2026, Sonatype Research recorded 1.8 million malicious packages, with npm accounting for 96.6% of this figure. The quarter illustrated a troubling theme where trusted software distribution channels were exploited through repository abuse, trojan-class malware, and compromised maintainers. Attackers not only targeted malicious packages but also high-trust developer workflows, evidencing a shift toward industrialized open-source malware. While npm dominated the count of threats, the ecosystem also saw significant malicious activity in PyPI and NuGet. The report emphasizes the importance of addressing trust and dependency relationships, revealing that once trusted accounts or packages are compromised, attackers gain legitimacy. To combat these threats, organizations should enhance security measures across the software supply chain and recognize the evolving nature of open-source malware.

2024 Sonatype Blog ·
OpenPLC v3
cybersecurity

OpenPLC v3

A critical vulnerability has been identified in OpenPLC v3, where authenticated users can write arbitrary files to the filesystem due to improper handling of filenames in the web UI. This flaw can lead to arbitrary native code execution when a malicious file is compiled. OpenPLC v3 is affected and no longer receives security updates, prompting the recommendation to upgrade to OpenPLC v4. Users are advised to minimize network exposure and follow cybersecurity practices to mitigate risks associated with this vulnerability.

All CISA Advisories ·
Schneider Electric Easergy MiCOM Px40 Series
cybersecurity

Schneider Electric Easergy MiCOM Px40 Series

Schneider Electric has identified a vulnerability in its Easergy MiCOM Px40 Series products, specifically related to the use of hard-coded credentials, which may allow unauthorized access to device information via the SNMP protocol. Affected models include various versions of the Easergy MiCOM P14x, P24x, P341, and other series. Users are advised to upgrade firmware or implement several mitigations, such as using protected networks and firewalls, to reduce security risks. CISA provides additional cybersecurity recommendations for industrial control systems.

All CISA Advisories ·
AlloyDB Ships Proxy Models That Replace LLM Calls with Local Inference inside the Database
architect

AlloyDB Ships Proxy Models That Replace LLM Calls with Local Inference inside the Database

Google shipped AlloyDB AI functions GA with a proxy model architecture that trains a lightweight local model from LLM outputs, then runs queries at database speed without external calls. Smart batching delivers 2,400x throughput improvement. The proxy model reaches 100,000 rows per second in preview, but benchmark numbers apply only to ai.if in internal testing. By Steef-Jan Wiggers

InfoQ - Architecture & Design - News ·
AWS Details How One Customer Scaled to One Million Lambda Functions
architect

AWS Details How One Customer Scaled to One Million Lambda Functions

AWS has outlined how ProGlove, an industrial-wearables manufacturer, was able to scale its SaaS platform to run more than one million AWS Lambda functions spread across thousands of dedicated customer accounts. By Matt Foster

InfoQ - Architecture & Design - News ·
Designing for the inevitable: System prompt leakage and mitigations in generative AI applications
cybersecurity

Designing for the inevitable: System prompt leakage and mitigations in generative AI applications

System prompts form the foundation of generative AI applications. A system prompt is a collection of instructions and operational context provided to a large language model (LLM) that shapes how the model behaves and interacts with users and tools. System prompts often contain proprietary information, including role definitions, behavioral guidelines, tool descriptions and usage instructions,

AWS Security Blog ·
Protecting Microsoft at AI speed: How SFI proactively hardens our cloud
cybersecurity

Protecting Microsoft at AI speed: How SFI proactively hardens our cloud

Microsoft’s Secure Future Initiative (SFI) aims to define and meet security requirements for a well-defended cloud service. This involves not only setting the standards but also continuously assessing live services to ensure they comply, particularly in the context of rapidly evolving artificial intelligence. The initiative emphasizes proactive measures to strengthen cloud security against emerging threats.

Cloud security Insights | Microsoft Security Blog ·
Built to bounce back: How Azure resiliency evolved
architect

Built to bounce back: How Azure resiliency evolved

Cloud resiliency is about ensuring systems can adapt, recover, and keep functioning within real-world constraints. The post Built to bounce back: How Azure resiliency evolved appeared first on Microsoft Azure Blog.

Microsoft Azure Blog ·
The CISO’s guide to post-quantum mandates and migrations
cybersecurity

The CISO’s guide to post-quantum mandates and migrations

Over a dozen major economies have now published post-quantum cryptography (PQC) adoption guidance. As a CISO, you’re probably well into your migration plan and know the most difficult part has little to do with changing algorithms. The real leadership challenge is driving coordinated change across a large, complex organization where asymmetric cryptography is embedded in

AWS Security Blog ·
Secure AI Workflows: The Identity and Access Management (IAM) Checklist
cybersecurity

Secure AI Workflows: The Identity and Access Management (IAM) Checklist

AI agents and large language models (LLMs) are transforming software development by building, analyzing, and deploying code throughout the lifecycle. As AI increasingly shapes software supply chains, it is crucial to implement proactive security measures and access controls. To govern authentication and permissions effectively without hindering development speed, organizations must revise their access management strategies, ensuring the security of AI-driven processes.

From the Frog's mouth - JFrog Blog ·
Introducing Meerkat: an experiment in global consensus
architect

Introducing Meerkat: an experiment in global consensus

Cloudflare Research is building a global consensus service called Meerkat that uses a new consensus algorithm called QuePaxa. We plan to use Meerkat to build a strongly consistent, fault-tolerant key-value store, and other applications.

The Cloudflare Blog ·
Enforce zero data retention on Amazon Bedrock with Bedrock Projects and service control policies
cybersecurity

Enforce zero data retention on Amazon Bedrock with Bedrock Projects and service control policies

With the introduction of models that require data sharing with third-party providers—such as Claude Fable 5—organizations need a way to centrally enforce data retention policies. Amazon Bedrock gives you control over whether your prompts and model outputs are retained after an inference request completes. You might need a way to enforce your retention settings across

AWS Security Blog ·
Full request and response compliance logging on Amazon EKS
architect

Full request and response compliance logging on Amazon EKS

In this post, we demonstrate how to use Envoy’s External Processing filter (ext_proc) to solve this challenge on Amazon EKS. This solution captures complete request and response data without modifying application code, providing the compliance-grade audit trails that regulators require.

Containers ·
S&P Global’s innovative disaster recovery strategy using Amazon FSx for NetApp ONTAP snapshots
architect

S&P Global’s innovative disaster recovery strategy using Amazon FSx for NetApp ONTAP snapshots

S&P Global Market Intelligence utilized Amazon FSx for NetApp ONTAP to create a disaster recovery solution for their Capital IQ platform. This allows for a rapid failover to read-only mode in a secondary region within 15 minutes, with full read-write recovery available later. The implementation improves failover time and ensures data consistency for financial operations.

AWS Architecture Blog ·
Beyond Tokens SF: Best Ideas of the Evening
cybersecurity

Beyond Tokens SF: Best Ideas of the Evening

AI agents are changing how software gets built, but the infrastructure around them hasn’t caught up. Agents burn through tokens on noise. They take actions they shouldn’t. Context evaporates between releases. And most delivery pipelines were never designed for the pace and volume of agentic development. On June 11th we brought together developers in San

From the Frog's mouth - JFrog Blog ·
External key management for Azure Managed HSM is now in public preview
architect

External key management for Azure Managed HSM is now in public preview

Azure Key Vault Managed Hardware Security Module (HSM) offers robust control over encryption keys, ensuring that they are generated and stored within a single-tenant, FIPS 140-3 Level 3 HSM that you alone manage. Microsoft does not have access to the key material, allowing you to determine access permissions for each key. The feature of external key management for Azure Managed HSM has now entered public preview, enhancing security and governance for users.

Microsoft Azure Blog ·
CISA Adds One Known Exploited Vulnerability to Catalog
cybersecurity

CISA Adds One Known Exploited Vulnerability to Catalog

CISA has added a new vulnerability, CVE-2026-48282, related to Adobe ColdFusion, to its Known Exploited Vulnerabilities (KEV) Catalog due to signs of active exploitation. This type of vulnerability is often targeted by cybercriminals and poses significant risks for federal agencies. Binding Operational Directive (BOD) 26-04 mandates federal agencies to prioritize high-risk vulnerabilities in their remediation efforts. Although this directive is for federal agencies, CISA urges all organizations to adopt similar risk-based vulnerability management strategies. Organizations can also submit exploited vulnerabilities for potential inclusion in the KEV Catalog.

All CISA Advisories ·
Cloudflare proudly joins the UK government's Cyber Resilience Pledge
architect

Cloudflare proudly joins the UK government's Cyber Resilience Pledge

The pledge is a voluntary framework inviting organizations to commit to foundational cyber security governance, board-level accountability, and supply chain rigor. For over a decade, Cloudflare has pioneered the core pillars of this framework: democratizing security, leadership accountability, and radical transparency.

The Cloudflare Blog ·
Hitachi Energy e-mesh EMS
cybersecurity

Hitachi Energy e-mesh EMS

Hitachi Energy has identified a buffer overflow vulnerability in their e-mesh EMS products, specifically in versions 4.1.6, 4.4.2, and 4.7.0. Exploiting this vulnerability could lead to denial of service or arbitrary code execution. The issue arises from an NGINX vulnerability linked to the ngx_http_rewrite_module, affecting systems with ASLR disabled. Users are advised to update NGINX to version 1.30.2 or newer and follow specific mitigation steps. This advisory is part of an ongoing effort to improve cybersecurity in critical infrastructure sectors, particularly in the energy domain.

All CISA Advisories ·
Hitachi Energy PROMOD V
cybersecurity

Hitachi Energy PROMOD V

Hitachi Energy has identified a vulnerability in the PROMOD V product line that relies on insecure HTTP communication instead of HTTPS. This flaw allows potential attackers to intercept sensitive data, risking credential theft and unauthorized access. Versions affected include PROMOD V 1.0.10 and older. Users are urged to upgrade to version 1.0.11 and implement HTTPS on the Digipede server for remediation. CISA recommends minimizing network exposure and implementing strong cybersecurity practices to safeguard these systems.

All CISA Advisories ·
Hydro-Québec Le Circuit Electrique charging station backend
cybersecurity

Hydro-Québec Le Circuit Electrique charging station backend

Recent vulnerabilities have been identified in the Hydro-Québec Le Circuit Electrique charging station backend, with a CVSS score of 9.8 indicating critical severity. These flaws, including improper access control and insufficient session expiration, could allow for privilege escalation and potential denial-of-service attacks. The affected products are deployed in Canada, highlighting concerns for critical transportation systems. The main vulnerability, CVE-2026-20744, allows unauthenticated connections to the websocket endpoint.

All CISA Advisories ·
Labcenter Proteus 9
cybersecurity

Labcenter Proteus 9

Labcenter Electronics has identified multiple vulnerabilities in Labcenter Proteus 9.1_SP4_Build_42914, which can lead to information disclosure and arbitrary code execution. The issues include an out-of-bounds write, a stack-based buffer overflow, and a use-after-free vulnerability. The current version is recommended to be updated to 9.2 SPO to mitigate risks. Users should ensure proper cybersecurity practices are followed, as no public exploitation has been reported yet for these vulnerabilities.

All CISA Advisories ·
Siemens Mendix Studio Pro
cybersecurity

Siemens Mendix Studio Pro

Siemens Mendix Studio Pro versions prior to 11.12 are vulnerable to a file parsing issue that can allow code execution in the user’s context if they open a crafted malicious project. Affected versions include 10.11 through 10.24 (below 10.24.21), and 11.0 to 11.11 (below 11.6.7). Siemens has released updates to address this vulnerability and advises users to upgrade immediately. Additional countermeasures are recommended for products without available fixes.

All CISA Advisories ·
Expanding Athena
cybersecurity

Expanding Athena

See how Athena is helping secure open source by coordinating AI-discovered vulnerabilities, partner protections, and upstream fixes at scale.

Chainguard: Unchained ·
CMMC Certification Deadlines are Coming Soon. Here’s What That Means for You
cybersecurity

CMMC Certification Deadlines are Coming Soon. Here’s What That Means for You

Organizations must prioritize CMMC compliance as the U.S. Department of War will integrate CMMC assessment requirements into relevant defense contracts starting November 2025. Although the initial phase emphasizes self-assessments for Levels 1 and 2, this should not be viewed as a grace period. Contractors managing Controlled Unclassified Information (CUI) need to ensure their CMMC readiness promptly, as it is becoming essential for their business operations.

Cloud Security Alliance ·
The Hidden Risks of the Agentic Enterprise: Bridging the AI Governance Gap
cybersecurity

The Hidden Risks of the Agentic Enterprise: Bridging the AI Governance Gap

Recent research by Okta highlights the rapid adoption of AI agents within enterprises, showcasing that these autonomous systems are increasingly replacing traditional software models that relied on human permission to function. Unlike earlier technology, AI agents can independently execute complex workflows, access sensitive systems, and even create more agents to enhance task completion without human intervention. This shift marks a significant transformation in IT environments as organizations increasingly rely on AI-driven solutions.

Cloud Security Alliance ·
Enforce least-privilege authorization in multi-agent AI chains using Cedar
cybersecurity

Enforce least-privilege authorization in multi-agent AI chains using Cedar

If you’re building multi-agent AI systems, you need to prevent authorization scope from silently expanding as agents delegate tasks through multi-hop chains. Without proper controls, an agent can potentially act beyond what the originating user authorized, even when role-based access control (RBAC) policies are in place. The OWASP Top 10 for Agentic Applications classifies this

AWS Security Blog ·
5 insights from Frost & Sullivan’s 2025 Frost Radar™ for Cloud Security Posture Management
cybersecurity

5 insights from Frost & Sullivan’s 2025 Frost Radar™ for Cloud Security Posture Management

Read five key learnings from the Frost & Sullivan 2025 Frost Radar™ for CSPM to learn how CSPM is evolving from point-in-time compliance to continuous risk management. The post 5 insights from Frost & Sullivan’s 2025 Frost Radar™ for Cloud Security Posture Management appeared first on Microsoft Security Blog.

Cloud security Insights | Microsoft Security Blog ·
The Single-Tenant Trap: Why Testing in Production Kills Uptime
cybersecurity

The Single-Tenant Trap: Why Testing in Production Kills Uptime

Running your entire engineering ecosystem out of a single environment introduces a critical single point of failure. Here is how moving into Auth0 Teams protects your production uptime and engineering velocity.

Auth0 Blog ·
AI Is Forcing a New Open Source Security Model
cybersecurity

AI Is Forcing a New Open Source Security Model

Open source security has spent years getting better at finding problems. Scanning improved, as did intelligence, disclosure and prioritization. All of these still matter, but they are not enough.

2024 Sonatype Blog ·
Your Worker can now have its own cache in front of it
architect

Your Worker can now have its own cache in front of it

We are launching Workers Cache, a regionally tiered cache that sits directly in front of your Worker entrypoints. Infinitely composable, configured via standard HTTP headers

The Cloudflare Blog ·
Cavern Manticore: Exposing Iran-Linked Modular C2 Framework
cybersecurity

Cavern Manticore: Exposing Iran-Linked Modular C2 Framework

Since early 2026, Check Point Research has been monitoring a new modular command-and-control framework associated with the Iranian APT group Cavern Manticore. This group primarily targets Israeli organizations, particularly in the IT and government sectors. Cavern Manticore is linked to Iran’s Ministry of Intelligence and Security and has connections to the OilRig group, highlighting its strategic focus on cyber operations against specific entities in Israel.

Check Point Research ·
6th July – Threat Intelligence Report
cybersecurity

6th July – Threat Intelligence Report

The latest Threat Intelligence Bulletin for the week of July 6th highlights significant developments in cyber research. One notable incident involves River Bank & Trust, a US financial institution that fell victim to a ransomware attack after an unauthorized individual breached the network of its parent company, River Financial Corporation, on June 16. The bank continues to assess the impact of this cybersecurity breach.

Check Point Research ·
Summer of Clearinghouses
cybersecurity

Summer of Clearinghouses

Clearinghouses alone won’t secure open source. Learn why actuation, trusted builds, and secure-by-design software matter more than vulnerability data.

Chainguard: Unchained ·
Catan and Mouse
cybersecurity

Catan and Mouse

What do board games and cybersecurity have in common? Pattern recognition. Strategy. Adaptation. In this week’s Threat Source Bill explores why curiosity may be a defender’s most valuable skill.

Cisco Talos Blog ·
Meet Brain: The AI system behind Azure reliability
architect

Meet Brain: The AI system behind Azure reliability

Learn how Microsoft is building a digital twin of Azure Service Health and why it changes how hyperscale operates. The post Meet Brain: The AI system behind Azure reliability appeared first on Microsoft Azure Blog.

Microsoft Azure Blog ·
AI-Speed Risk Requires Identity-Defined Reachability
cybersecurity

AI-Speed Risk Requires Identity-Defined Reachability

The article by Philip Griffiths highlights the need for evolution in Zero Trust security measures, specifically steps 3, 4, and 5, beyond traditional methods like patching and ticket-driven connectivity. It emphasizes that the rapid pace of AI-driven threats necessitates a shift from merely identifying and fixing vulnerabilities to adopting a more comprehensive architectural approach to risk management. The focus should be on proactive strategies to mitigate exposure rather than just reactive measures.

Cloud Security Alliance ·
Secure Amazon container workloads using container attribute-based rules in AWS Network Firewall
cybersecurity

Secure Amazon container workloads using container attribute-based rules in AWS Network Firewall

Today, you can use AWS Network Firewall to protect traffic flowing to and from containerized applications on Amazon Elastic Kubernetes Service (Amazon EKS) and Amazon Elastic Container Service (Amazon ECS) clusters. If you run AI and machine learning (ML) workloads on Amazon EKS—such as model inference, RAG pipelines, or JupyterHub—your containerized workloads require the same

AWS Security Blog ·
Announcing Amazon EKS Rollback for safe and reliable management of cluster upgrades
architect

Announcing Amazon EKS Rollback for safe and reliable management of cluster upgrades

Today, we’re announcing Amazon EKS Version Rollback, a new capability that allows cluster administrators to safely roll back Kubernetes version upgrades on Amazon Elastic Kubernetes Service (Amazon EKS) clusters. With this feature, you can now confidently roll out new version upgrades across your EKS fleet with an additional safety net.

Containers ·
Proving application resilience on Azure with Chaos Studio
architect

Proving application resilience on Azure with Chaos Studio

Azure Chaos Studio helps organizations validate application resilience by simulating outages, failovers, network disruptions, and infrastructure failures before they impact production. The post Proving application resilience on Azure with Chaos Studio appeared first on Microsoft Azure Blog.

Microsoft Azure Blog ·
How to use the AWS Workload Credentials Provider for cross-account secret retrieval and prefetching secrets
cybersecurity

How to use the AWS Workload Credentials Provider for cross-account secret retrieval and prefetching secrets

If you manage secrets across multiple AWS accounts or need faster secret access for latency-sensitive applications, this post shows you how to meet those requirements using two new features of the AWS Workload Credentials Provider (provider). You will learn how to configure role chaining for cross-account secret retrieval and prefetching of secrets to reduce cold-start

AWS Security Blog ·
Vulnerability Prioritization Is Missing the AI-Era Point
cybersecurity

Vulnerability Prioritization Is Missing the AI-Era Point

Modern software development increasingly depends on third-party open source components, which has spurred significant innovation by allowing teams to concentrate on delivering value. However, this reliance introduces risks and pressures for Application Security teams, who must navigate a barrage of threats that challenge even seasoned organizations. To manage their growing workload, effective teams prioritize efforts to tackle the most critical tasks first, ensuring essential security measures are addressed.

2024 Sonatype Blog ·
Where Severity Scores Go Wrong: “Just Add Prototype Pollution”
cybersecurity

Where Severity Scores Go Wrong: “Just Add Prototype Pollution”

JFrog’s Security Research team consistently tracks and evaluates newly disclosed CVEs in the open-source ecosystem. Their findings reveal that often, the severity scores assigned to vulnerabilities do not accurately reflect their actual impact or risk of exploitation. In 2025, JFrog researchers reviewed critical-severity vulnerabilities from the National Vulnerability Database (NVD) and determined that 96% of these scores were misaligned with the vulnerabilities’ true severity.

From the Frog's mouth - JFrog Blog ·
Making AI search smarter
architect

Making AI search smarter

Search is how we find nearly everything on the web — creators, merchants, answers. AI is rewriting the rules, leaving creators caught between staying discoverable in an agentic era and getting paid for their work. Today we’re launching two initiatives to help.

The Cloudflare Blog ·
Your site, your rules: new AI traffic options for all customers
architect

Your site, your rules: new AI traffic options for all customers

For our second Content Independence Day, we’re giving website owners finer options to manage AI traffic. Instead of a one-size-fits-all block, all customers can now easily distinguish and manage Search, Agent, and Training bots, alongside the new ability to protect ad-monetized pages.

The Cloudflare Blog ·
22nd June – Threat Intelligence Report
cybersecurity

22nd June – Threat Intelligence Report

The Threat Intelligence Bulletin for the week of June 22nd highlights significant findings in cyber research. A notable incident involves the Texas Parks and Wildlife Department, which suffered a data breach linked to a third-party vendor for its license system. This breach compromised sensitive information, including driver’s license details, passport numbers, email addresses, phone numbers, and residential addresses. For more details, the full bulletin is available for download.

Check Point Research ·
Browser-Only Ransomware: From LLM Hallucinations to a Practical Attack Technique
cybersecurity

Browser-Only Ransomware: From LLM Hallucinations to a Practical Attack Technique

Research by Alexey Bukhteyev highlights the evolution of large language models (LLMs) in both software and malware development. Check Point Research details how cybercriminals have increasingly utilized LLMs, including tools like ChatGPT, to generate offensive components and create malicious tools. This trend has led to new attack techniques such as browser-only ransomware, showcasing the sophisticated ways AI is being leveraged in cybercrime.

Check Point Research ·
ARToken: Inside an EvilTokens affiliate panel targeting Microsoft 365
cybersecurity

ARToken: Inside an EvilTokens affiliate panel targeting Microsoft 365

Talos has identified “ARToken,” a phishing-as-a-service platform that targets Microsoft 365. The ARToken panel exposes 80+ API endpoints for device code phishing, Primary Refresh Token persistence, email access, BEC operations, and SharePoint exfiltration.

Cisco Talos Blog ·
Unmasking the crawls with Attribution Business Insights
architect

Unmasking the crawls with Attribution Business Insights

Cloudflare’s new Attribution Business Insights dashboard helps website owners understand crawler behavior, appetite, and potential value, fueling business-level conversations around crawl compensation.

The Cloudflare Blog ·
When Security Scans Break the Brain: Solving Trivy’s etcd Exhaustion Problem
cybersecurity

When Security Scans Break the Brain: Solving Trivy’s etcd Exhaustion Problem

This post comes from Pushkar Joglekar, Principal Security Engineer at Broadcom, where he focuses on VMware Kubernetes distributions. Pushkar is a Kubernetes security maintainer and co-author of the security chapters in Nigel Poulton’s “The Kubernetes Book.” He writes from experience securing infrastructure at scale. It starts with a failing deployment. You attempt a quick fix—maybe

Aqua ·
Accelerating the quantum-safe timeline
cybersecurity

Accelerating the quantum-safe timeline

We’re accelerating quantum-safe readiness—and sharing what organizations can do now to transition earlier and with confidence. The post Accelerating the quantum-safe timeline appeared first on Microsoft Security Blog.

Cloud security Insights | Microsoft Security Blog ·
Azure IaaS: How to design, build, and optimize cloud infrastructure for long-term cost efficiency
architect

Azure IaaS: How to design, build, and optimize cloud infrastructure for long-term cost efficiency

As organizations modernize infrastructure, migrate mission-critical workloads, build cloud-native applications, and scale AI—cost efficiency remains a foundational principle of cloud architectures. The post Azure IaaS: How to design, build, and optimize cloud infrastructure for long-term cost efficiency appeared first on Microsoft Azure Blog.

Microsoft Azure Blog ·
​​What’s new in Microsoft Security: June 2026
cybersecurity

​​What’s new in Microsoft Security: June 2026

This month’s updates help security and IT teams strengthen identity and multicloud foundations, protect data wherever it lives, and secure the developer workflows powering AI innovation. The post ​​What’s new in Microsoft Security: June 2026 appeared first on Microsoft Security Blog.

Cloud security Insights | Microsoft Security Blog ·
The Hidden National Security Threat Inside AI-Driven Software
cybersecurity

The Hidden National Security Threat Inside AI-Driven Software

AI is significantly impacting federal mission stacks, necessitating security processes that can adapt to the increasing attack surface. It has transformed the way teams develop software, identify threats, analyze intelligence, automate workflows, and make mission-related decisions. This shift is particularly critical for defense organizations involved in intelligence, electronic warfare, cyber operations, and software-driven systems, making AI a fundamental part of their operations.

2024 Sonatype Blog ·
How Do You Protect a Workload You Cannot Afford to Patch Right Now?
cybersecurity

How Do You Protect a Workload You Cannot Afford to Patch Right Now?

TL;DR Vulnerability management is collapsing under scale and the remediation timeline for production workloads is not going to shorten fast enough to keep pace with attacks that adapt at machine speed. Aqua vShield is a patented runtime capability that closes the gap between discovery and remediation by enforcing compensating controls directly inside running containers, blocking

Aqua ·
The State of Trusted Open Source: June 2026
cybersecurity

The State of Trusted Open Source: June 2026

AI is accelerating vulnerability discovery. Explore the latest trusted open source trends, dependency risks, and CVE insights from Chainguard’s report.

Chainguard: Unchained ·
What the June 2026 Threat Technique Catalog update means for your AWS environment
cybersecurity

What the June 2026 Threat Technique Catalog update means for your AWS environment

The AWS Customer Incident Response Team (AWS CIRT) encounters patterns that repeat across engagements when helping customers respond to security incidents. We’re passionate about making sure that information is accessible so that everyone can improve their security posture and their organization’s resilience to disruption. The primary method we use to share this information is the

AWS Security Blog ·
Lessons learned from scaling to 1 million Lambda functions
architect

Lessons learned from scaling to 1 million Lambda functions

This article details the experience of building and operating a large-scale, serverless SaaS platform across multiple AWS accounts. It covers key learnings including the importance of scaling to zero, quota management strategies, the value of early engagement with AWS support, and unexpected operational practices that arose during significant function scale-up (from thousands to over a million).

AWS Architecture Blog ·
Preventing data exfiltration in machine learning environments with Amazon SageMaker AI
architect

Preventing data exfiltration in machine learning environments with Amazon SageMaker AI

iBusiness built a secure machine learning environment using Amazon SageMaker AI, VPC endpoints, and WorkSpaces Secure Browser to prevent data leaks while supporting data scientist productivity. This three-layered architecture provides a model for building secure and scalable machine learning environments.

AWS Architecture Blog ·
Claude in Microsoft Foundry is now generally available
architect

Claude in Microsoft Foundry is now generally available

Claude in Microsoft Foundry is now generally available, hosted on Azure, and running on NVIDIA GB300 Blackwell Ultra, giving teams a faster path from agent experimentation to production. The post Claude in Microsoft Foundry is now generally available appeared first on Microsoft Azure Blog.

Microsoft Azure Blog ·
Add Auth0 Documentation to Claude Code
cybersecurity

Add Auth0 Documentation to Claude Code

Eliminate context-switching during authentication development. Learn how to connect the Auth0 MCP Server to Claude Code for real-time access to the complete Auth0 documentation directly inside your terminal terminal workspace.

Auth0 Blog ·
The 2026 Agent Confidence Index: Where 300 builders see real momentum
architect

The 2026 Agent Confidence Index: Where 300 builders see real momentum

At Microsoft, building trustworthy AI agents is as critical as building powerful ones. New research from the 2026 Agent Confidence Index shows where teams trust agents today—and why human judgment remains the defining skill in the age of AI. The post The 2026 Agent Confidence Index: Where 300 builders see real momentum appeared first on Microsoft Azure Blog.

Microsoft Azure Blog ·
Accelerate modern Linux workloads with Azure Files
architect

Accelerate modern Linux workloads with Azure Files

Azure Files combines familiar file access with built-in performance, data protection, security, and Azure service integration. The post Accelerate modern Linux workloads with Azure Files appeared first on Microsoft Azure Blog.

Microsoft Azure Blog ·
29th June – Threat Intelligence Report
cybersecurity

29th June – Threat Intelligence Report

The Threat Intelligence Bulletin for the week of June 29 highlights recent cyber research findings. A significant incident involved Polymarket, a cryptocurrency prediction market, which confirmed a supply chain attack. This breach occurred after malware was injected into its website via a compromised third-party frontend vendor. As a result, users were misled into approving fraudulent transactions. The report underscores the ongoing risks associated with supply chain vulnerabilities.

Check Point Research ·
Cloud Security Alliance Extends AI Assurance Leadership Into Agentic AI With Addition of AIUC-1 Certification to STAR Registry
cybersecurity

Cloud Security Alliance Extends AI Assurance Leadership Into Agentic AI With Addition of AIUC-1 Certification to STAR Registry

The Cloud Security Alliance (CSA) has partnered with AIUC-1 to create a new designation for enterprises to identify providers that have proven their AI agents and autonomous AI systems are safe, secure, and reliable. Announced on June 30, 2026, this initiative responds to the increasing need for verifiable assurance in AI technologies, emphasizing the CSA’s commitment to promoting education and standards in AI, cloud, and Zero Trust cybersecurity.

Cloud Security Alliance ·
Miasma Returns: Leo Platform Compromise in npm
cybersecurity

Miasma Returns: Leo Platform Compromise in npm

The Shai-Hulud Miasma campaign has introduced new malicious packages due to a compromised maintainer account affecting the Leo Platform and RStreams ecosystems. Sonatype has identified 23 malicious package versions, which exploit techniques like binding.gyp to execute malicious code during installation, thus bypassing standard detection methods. Organizations must treat potentially affected environments as compromised and conduct thorough investigations, removing malicious versions and rotating credentials carefully to prevent further exposure. This incident highlights the escalating risk in the npm ecosystem, where attackers compromise trusted packages and workflows instead of merely publishing new malicious packages. Regular scrutiny of package behaviors at install time is essential for security.

2024 Sonatype Blog ·
Beyond IOCs: AI-enabled threat intelligence
cybersecurity

Beyond IOCs: AI-enabled threat intelligence

In this week’s newsletter, Martin considers how AI will help threat intelligence by creating an easily queryable data source of intelligence reports.

Cisco Talos Blog ·
How we built saga rollbacks for Cloudflare Workflows
architect

How we built saga rollbacks for Cloudflare Workflows

Cloudflare Workflows, our durable execution engine for multi-step applications, now supports saga-style rollbacks, allowing developers to specify a compensating action for each step.do().

The Cloudflare Blog ·
Introduction to COM usage by Windows threats
cybersecurity

Introduction to COM usage by Windows threats

Component Object Model (COM) is a fundamental Windows technology used by legitimate applications for object activation, inter-process communication, automation and language-independent component reuse. Those same qualities make it useful to threat actors.

Cisco Talos Blog ·
NVD in the AI Era: The Case for Multi-Source Vulnerability Intelligence
cybersecurity

NVD in the AI Era: The Case for Multi-Source Vulnerability Intelligence

NIST’s shift to risk-based enrichment makes one thing clear: modern security teams need more than a single public source. In the AI era, trusted vulnerability intelligence depends on multiple signals, human validation, and clear context.

Blog RSS Feed | Snyk ·
SearchLeak: How We Turned M365 Copilot Into a One-Click Data Exfiltration Weapon
cybersecurity

SearchLeak: How We Turned M365 Copilot Into a One-Click Data Exfiltration Weapon

Varonis Threat Labs has identified a significant vulnerability known as SearchLeak in Microsoft 365 Copilot Enterprise. This multi-stage vulnerability allows attackers to easily access and steal sensitive information, including MFA codes, emails, meeting details, and confidential organizational files, with just one click. The discovery highlights serious security risks associated with Microsoft 365 Copilot, which can be exploited for silent data exfiltration.

Cloud Security Alliance ·
Restrict AWS Management Console access to expected networks with sign-in resource-based policies and RCPs
cybersecurity

Restrict AWS Management Console access to expected networks with sign-in resource-based policies and RCPs

Amazon Web Services (AWS) recently announced support for resource-based policies and resource control policies (RCPs) for AWS Sign-In. By using resource-based policies and RCPs, you can restrict access to the AWS Management Console sign-in and aws login CLI sessions to requests from your expected networks, your on-premises data center networks, and your Amazon Virtual Private

AWS Security Blog ·
CNAPP evolution: How Microsoft aligns with leading cloud risk management platforms
cybersecurity

CNAPP evolution: How Microsoft aligns with leading cloud risk management platforms

Learn how CNAPP platforms are helping organizations prioritize exploitable risks, reduce exposure, and operationalize security across the application lifecycle. The post CNAPP evolution: How Microsoft aligns with leading cloud risk management platforms appeared first on Microsoft Security Blog.

Cloud security Insights | Microsoft Security Blog ·
Native Xet Protocol Support in JFrog Artifactory: How Enterprise Model Management Actually Works
cybersecurity

Native Xet Protocol Support in JFrog Artifactory: How Enterprise Model Management Actually Works

Machine learning models are not like other software artifacts. A single fine-tuned LLM can weigh 70 GB. A model family may share 95% of its weights across dozens of variants. When hundreds of developers, training jobs, and GPU clusters all need the same model at the same time, the infrastructure underneath needs to be built

From the Frog's mouth - JFrog Blog ·
The SaaS Security Problem Most Organizations Still Treat Like an IT Issue
cybersecurity

The SaaS Security Problem Most Organizations Still Treat Like an IT Issue

Organizations have traditionally viewed SaaS security primarily as an access management issue, focusing on implementing Single Sign-On (SSO), Multi-Factor Authentication (MFA), and efficient user provisioning processes. However, the landscape of SaaS breaches has evolved, as illustrated by the recent ADT breach linked to the ShinyHunters extortion group. Reports indicate that attackers exploited an employee’s Okta account via a voice phishing attack, highlighting the need for a more comprehensive approach to security.

Cloud Security Alliance ·
AI Regulation Keeps Evolving: How to Develop an AI Governance Framework That Adapts
cybersecurity

AI Regulation Keeps Evolving: How to Develop an AI Governance Framework That Adapts

The landscape for AI regulation is changing quickly, influenced by new federal policies, a surge of state-level laws, and specific industry compliance needs. Organizations recognize the necessity for AI governance but often struggle with the complexities of this evolving environment. Proactive companies are not waiting for definitive regulations; instead, they are developing governance frameworks to ensure they can adapt to and comply with emerging requirements effectively.

Cloud Security Alliance ·
Top 6 Claude Cowork Security Risks to Watch
cybersecurity

Top 6 Claude Cowork Security Risks to Watch

Claude Cowork is not just a chatbot with additional features; it operates as a local agent on employees’ machines. This allows it to access files, execute shell commands, navigate the web using stored cookies, and connect to various enterprise systems. According to Anthropic, the potential impact of an issue with Cowork hinges on its access and permissions, significantly altering the threat model. A prompt injection attack can have varied consequences based on what Claude can read and execute.

Cloud Security Alliance ·
The Role of CSA STAR in Vendor Security Assessments
cybersecurity

The Role of CSA STAR in Vendor Security Assessments

Organizations increasingly rely on complex digital ecosystems that encompass cloud services, SaaS applications, API integrations, and outsourced infrastructure. Although these technologies enhance scalability and efficiency, they raise significant security challenges. As businesses expand their vendor networks, security and procurement teams face lengthy due diligence processes, repetitive security questionnaires, and a lack of visibility into third-party risks, complicating risk management.

Cloud Security Alliance ·
Quantum Computing & AI: When AI Starts Writing Quantum Code
cybersecurity

Quantum Computing & AI: When AI Starts Writing Quantum Code

Quantum computing and artificial intelligence (AI) are commonly seen as distinct technologies, each poised to revolutionize their respective fields. Quantum computing expands the boundaries of computational capabilities, while AI is transforming software development, data analysis, and decision-making processes. However, a more intriguing aspect lies in the potential synergy between these two technologies. The CSA’s recent publication discusses how quantum computing could enhance AI, creating a future of Quantum Artificial Intelligence.

Cloud Security Alliance ·
Validating LLM-Generated Control Mappings Beyond Aggregate Accuracy
cybersecurity

Validating LLM-Generated Control Mappings Beyond Aggregate Accuracy

Security control frameworks are expanding in both scope and complexity, with the CSA AI Controls Matrix featuring 243 control objectives and the NIST CSF containing hundreds of subcategories. Organizations utilizing multiple frameworks must perform mapping for compliance, gap analysis, risk aggregation, and audit preparation. Large Language Models (LLMs) have become essential for this task, enabling rapid and structured mapping across frameworks, streamlining the compliance process significantly.

Cloud Security Alliance ·
AI Security Asymmetry: Why Speed Alone Won't Save Defenders
cybersecurity

AI Security Asymmetry: Why Speed Alone Won't Save Defenders

AI’s ability to identify vulnerabilities quickly does not guarantee enhanced safety for organizations. The effectiveness of vulnerability discovery hinges not just on finding flaws but on the capacity of defenders to remediate them. A recent report by CSA, titled “Core Collapse,” emphasizes that without effective action following discovery, merely increasing the number of identified issues may not reduce security risks. This highlights a critical gap between detection and effective risk management.

Cloud Security Alliance ·
Why Uniform Governance Fails with Enterprise AI Agents (And How to Fix It)
cybersecurity

Why Uniform Governance Fails with Enterprise AI Agents (And How to Fix It)

As organizations aggressively shift from static Large Language Model (LLM) chatbots to fully dynamic, autonomous AI agents (e.g. systems designed to plan workflows, call APIs, write runtime code, and modify enterprise databases), traditional compliance and governance frameworks are hitting a breaking point. A landmark press release from Gartner highlights a critical systemic risk: treating AI

From the Frog's mouth - JFrog Blog ·
How JFrog and NanoClaw are Bringing Software Supply Chain Security to the Age of Autonomous AI
cybersecurity

How JFrog and NanoClaw are Bringing Software Supply Chain Security to the Age of Autonomous AI

There’s a category of security risk that most organizations aren’t ready for. It doesn’t live in your code repository, your CI pipeline, or your developer laptops. It lives in your runtime, in the autonomous AI agents already running in your environment, extending their own capabilities, and making decisions that no human explicitly approved. This is

From the Frog's mouth - JFrog Blog ·
A Note to Our Customers and Partners
cybersecurity

A Note to Our Customers and Partners

A note to our customers and partners about Snyk’s AI transformation and organizational changes.

Blog RSS Feed | Snyk ·
Integrate Aqua and Splunk for Full Visibility Into Runtime Threats
cybersecurity

Integrate Aqua and Splunk for Full Visibility Into Runtime Threats

TL;DR When a container is compromised, the SOC needs the full picture of what happened and fast. The problem is that runtime security data from cloud native workloads often lives outside Splunk, in a separate tool the analyst must pivot to at exactly the wrong moment. Aqua’s integration with Splunk solves this by streaming its

Aqua ·
Stop Treating Coding Agent Plugins Like Settings: Introducing Agent Plugins Repositories
cybersecurity

Stop Treating Coding Agent Plugins Like Settings: Introducing Agent Plugins Repositories

Your developers install agent plugins every day: pulling from unmanaged GitHub repos, copying Cursor commands out of Slack, pointing Codex at a personal Git fork. Each of those is a new, uncontrolled distribution channel inside your software development lifecycle, and your platform team has zero visibility into any of it. A plugin is not a

From the Frog's mouth - JFrog Blog ·
Announcing Agentic Development Security (ADS)
cybersecurity

Announcing Agentic Development Security (ADS)

Announcing Snyk Agentic Development Security, a new Evo solution that helps organizations securely adopt AI-driven development with visibility, governance, and control.

Blog RSS Feed | Snyk ·
Software Security Has to Start at Assembly
cybersecurity

Software Security Has to Start at Assembly

For years, the software industry has told teams to shift security left. That was the right instinct. Finding issues earlier is better than finding them in production.

2024 Sonatype Blog ·
How we found a bug in the hyper HTTP library
architect

How we found a bug in the hyper HTTP library

By rearchitecting the Images binding, we accidentally uncovered a bug that existed in the open-source hyper library across multiple major versions.

The Cloudflare Blog ·
Secure multi-tenant RAG with Amazon Bedrock and Verified Permissions
architect

Secure multi-tenant RAG with Amazon Bedrock and Verified Permissions

This article details a two-layer authorization pattern for enhanced access control within Retrieval-Augmented Generation (RAG) applications. The “defense-in-depth” approach uses multiple, independent security layers to ensure access control even if one layer fails. The pattern is demonstrated using Amazon Bedrock, a managed service providing access to foundation models and tools for building generative AI applications with security and responsible AI practices.

AWS Architecture Blog ·
Modernizing financial analytics with Amazon SageMaker Unified Studio
architect

Modernizing financial analytics with Amazon SageMaker Unified Studio

Avanse Financial Services, a leading Indian education loan provider, transitioned to a cloud-native lakehouse architecture using Amazon SageMaker. This migration consolidated their data engineering, analytics, and AI workflows within a governed AWS environment. The post details their journey to help others replicate the approach.

AWS Architecture Blog ·
Architecting AI-powered resilience framework on AWS
architect

Architecting AI-powered resilience framework on AWS

This article details a five-layer AI-powered resilience framework. It addresses challenges in resilience testing by automatically discovering dependencies and generating targeted experiments, integrating with existing CI/CD pipelines. The post outlines the architecture and provides implementation guidance, including phased rollout strategies for pilot, expansion, and organization-wide deployments.

AWS Architecture Blog ·
Amazon EKS now supports control plane egress through your VPC
architect

Amazon EKS now supports control plane egress through your VPC

Amazon has introduced a new feature enabling customer-routed control plane egress for Kubernetes, allowing users to route control plane traffic through their own Amazon Virtual Private Cloud (VPC). This includes key functionalities such as admission webhook callbacks, OpenID Connect provider lookups, and aggregate API server requests. Users can now apply existing VPC routing, security group settings, endpoint policies, and AWS Network Firewall controls to the outbound traffic of the Kubernetes API Server on Amazon EKS clusters.

Containers ·
Prevent data exfiltration: AWS egress controls for cloud workloads
cybersecurity

Prevent data exfiltration: AWS egress controls for cloud workloads

When securing an Amazon Web Services (AWS) environment, teams naturally prioritize inbound controls, firewalls, WAFs, and access policies, because that’s where the most visible threats originate. Outbound traffic, on the other hand, tends to get less attention. It’s often left open by default to avoid breaking application dependencies and because the risk feels less immediate.

AWS Security Blog ·
The Maintainer of Last Resort
cybersecurity

The Maintainer of Last Resort

Chainguard proposes a Maintainer of Last Resort to patch abandoned open source projects, publish trusted builds, and keep critical software secure.

Chainguard: Unchained ·
Temporary Cloudflare Accounts for AI agents
architect

Temporary Cloudflare Accounts for AI agents

The moment an agent needs to deploy something, it slams face-first into a wall built for humans. Today we’re rolling out Temporary Accounts on Cloudflare Workers. Any agent can now run wrangler deploy — temporary and get a live Worker in seconds.

The Cloudflare Blog ·
Accelerate security investigations with Kiro CLI
cybersecurity

Accelerate security investigations with Kiro CLI

In the face of security incidents in Amazon Web Services (AWS), quick response is essential, yet many security teams find themselves hampered by lengthy manual processes. Analysts are burdened with the need to memorize intricate AWS Command Line Interface (AWS CLI) syntax and to manually integrate data from various security tools such as Amazon GuardDuty and AWS CloudTrail. This complexity can hinder efficient investigations and response efforts during critical events.

AWS Security Blog ·
Close Encounters of the Human Kind
cybersecurity

Close Encounters of the Human Kind

In the latest Threat Source, Hazel channels her inner Spielberg to explore why humans are delightfully irrational, reminding us that while security best practices are simple in theory, they’re a lot harder to pull off when you’re busy dealing with real life.

Cisco Talos Blog ·
Build your own vulnerability harness
architect

Build your own vulnerability harness

We break down the technical architecture behind our multi-stage vulnerability discovery harness and automated triage loop. Learn how we manage state controls, squash false positives through adversarial review, and route around LLM context limits.

The Cloudflare Blog ·
Spring 2026 SOC 1 and 2 reports are now available in OSCAL format
cybersecurity

Spring 2026 SOC 1 and 2 reports are now available in OSCAL format

Amazon Web Services (AWS) is excited to release the Spring 2026 System and Organization Controls (SOC) 1 and 2 reports in machine-readable OSCAL format alongside the PDF version of the reports. The reports cover 188 services over the 12-month period from April 1, 2025 to March 31, 2026, giving customers a full year of assurance.

AWS Security Blog ·
JFrog Named a Leader in the Inaugural Gartner® Magic Quadrant™ for Software Supply Chain Security
cybersecurity

JFrog Named a Leader in the Inaugural Gartner® Magic Quadrant™ for Software Supply Chain Security

The recognition is new; the commitment behind it isn’t. It’s official. Gartner just published the very first Gartner® Magic Quadrant™ for Software Supply Chain Security, and JFrog has been recognized as a Leader, placing highest for Ability to Execute among all the vendors included. For an inaugural report in a category this important, that placement

From the Frog's mouth - JFrog Blog ·
Celebrating 12 years of Project Galileo
architect

Celebrating 12 years of Project Galileo

To mark the 12th anniversary of Project Galileo, Cloudflare has released its first comprehensive report analyzing cyberattacks against civil society.

The Cloudflare Blog ·
The full Snyk AI Security Platform, free for open source maintainers
cybersecurity

The full Snyk AI Security Platform, free for open source maintainers

Open source maintainers are drowning in real vulnerability reports and need help prioritizing, fixing, and shipping remediation faster. Snyk’s Secure Developer Program gives qualifying projects free access to the Snyk AI Security Platform.

Blog RSS Feed | Snyk ·
Introducing AWS Continuum: Security at machine speed
cybersecurity

Introducing AWS Continuum: Security at machine speed

What we believe We’ve been thinking deeply about enterprise security. The operating model that served us for the past decade (collect telemetry, store it, query it, build dashboards to watch it) is no longer keeping pace. We need to shift to the new world: telemetry, context, reasoning, and actions. An approach that produces outcomes. The

AWS Security Blog ·
Reducing SMS OTP fraud with Vonage network-powered solutions and Amazon Cognito
architect

Reducing SMS OTP fraud with Vonage network-powered solutions and Amazon Cognito

Vonage demonstrates how their network solutions integrate with Amazon Cognito for improved mobile identity verification. This integration, using the CUSTOM_AUTH flow, provides a silent authentication process with fraud protection, verifying identity in under 5 seconds without requiring user interaction.

AWS Architecture Blog ·
From Stars to Upvotes: Fake Reputation Fueling a Crypto Clipboard Hijacker
cybersecurity

From Stars to Upvotes: Fake Reputation Fueling a Crypto Clipboard Hijacker

This research examines a clipboard hijacker campaign concealed within a range of purported “solutions” and “tools” designed to give users an unfair advantage in cryptocurrency trading. The offerings include automated tools like Solana and Pump.fun sniper bots, which aim to facilitate faster purchases of new tokens or meme coins. The study highlights how fake reputations fuel these deceptive practices in the crypto space, ultimately putting users at risk.

Check Point Research ·
A Day in the Life of an AI Engineer in Snyk's Lisbon Office
cybersecurity

A Day in the Life of an AI Engineer in Snyk's Lisbon Office

Explore a day in the life of an AI Engineer at Snyk’s Lisbon office. See what it’s like building AI-powered security tools, collaborating globally, and enjoying the vibrant culture of Portugal’s capital city.

Blog RSS Feed | Snyk ·
How AI Governance and Data Governance Are Converging in the Cloud
cybersecurity

How AI Governance and Data Governance Are Converging in the Cloud

Businesses of all sizes are increasingly recognizing the importance of data and AI governance as they scale their operations. Many companies prefer cloud-based ecosystems for their data management instead of investing in onsite equipment and software. This shift allows for better oversight and protocols while ensuring data protection and availability. Overall, the convergence of data and AI governance in the cloud is proving effective for enhancing compliance and operational efficiency.

Cloud Security Alliance ·
Threat tactic spotlight: Subdomain takeover
cybersecurity

Threat tactic spotlight: Subdomain takeover

In this blog post you’ll learn how to detect and prevent subdomain takeover – a tactic where threat actors exploit dangling DNS records to redirect traffic to attacker-controlled resources. We’ll explain the issue, how the situation arises, and how you can use various AWS features and services to help mitigate the impact of this tactic.

AWS Security Blog ·
How Samsung achieved real-time pricing with AWS Lambda Response Streaming
architect

How Samsung achieved real-time pricing with AWS Lambda Response Streaming

In this post, we walk through the legacy architecture challenges, the stateless streaming solution, key implementation patterns, and performance results—a pattern you can apply if you’re building high-traffic APIs that aggregate data from multiple backend sources.

AWS Architecture Blog ·
15th June – Threat Intelligence Report
cybersecurity

15th June – Threat Intelligence Report

The Threat Intelligence Bulletin for the week of June 15 reports significant findings in cyber research. Notably, the University of Nottingham experienced a data breach when the hacking group ShinyHunters infiltrated its student records system. This breach compromised the personal information of approximately 454,600 current and former students, revealing their contact details and other sensitive data. For a comprehensive overview of recent threats and attacks, downloading the bulletin is recommended.

Check Point Research ·
From SQLi to RCE – Exploiting LangGraph’s Checkpointer
cybersecurity

From SQLi to RCE – Exploiting LangGraph’s Checkpointer

Yarden Porat discusses the necessity of memory in AI agents, specifically through frameworks like LangGraph, which includes checkpointers for maintaining execution state. However, vulnerabilities can arise if the persistence layer is not secure. LangGraph, an open-source tool for creating multi-agent AI systems with state management, is an extension of LangChain. The article delves into the potential exploitation of its checkpointer feature, a topic of concern highlighted by Check Point Research.

Check Point Research ·
Introducing the Snowflake and AWS Custom Lens for the AWS Well-Architected Framework
architect

Introducing the Snowflake and AWS Custom Lens for the AWS Well-Architected Framework

This article introduces a new Snowflake and AWS Custom Well-Architected Framework Lens. It combines AWS best practices with Snowflake guidance for a streamlined review process, offering integrated recommendations for how the services work together. The post details each pillar, access methods (AWS Management Console, Kiro, and Snowflake Cortex Code), and provides instructions for conducting an initial review.

AWS Architecture Blog ·
Faster than the advisory
cybersecurity

Faster than the advisory

Chainguard often ships security fixes before advisories reach scanners. Learn why upstream speed matters in the era of AI-driven exploits.

Chainguard: Unchained ·
Better Together: Amazon EKS Auto Mode and Istio Ambient Mesh
architect

Better Together: Amazon EKS Auto Mode and Istio Ambient Mesh

In this post, you will learn how Amazon EKS Auto Mode and Istio Ambient Mesh work together to automate infrastructure management while providing automatic mTLS-based service-to-service security, helping reduce operational overhead and designed to help strengthen your security posture.

Containers ·
Automate medical record digitization with Amazon Bedrock Data Automation and AWS HealthLake
architect

Automate medical record digitization with Amazon Bedrock Data Automation and AWS HealthLake

In this post, you learn how to build an automated, serverless pipeline that converts scanned PDF medical records into FHIR R4-compliant data using Amazon Bedrock Data Automation and AWS HealthLake. We walk through the architecture, explain how each AWS service connects to the next, show you what the pipeline looks like when it runs, and get you deployed in under 20 minutes.

AWS Architecture Blog ·
How Do You Measure FAIR Risk in the Mythos Era?
cybersecurity

How Do You Measure FAIR Risk in the Mythos Era?

TL;DR: Frontier AI models are discovering zero day vulnerabilities and weaponizing them in hours. Boards, regulators and underwriters have noticed, and they are asking a question most CISOs cannot answer: “What does our exposure cost in dollars?” Reporting in CVE counts and CVSS scores made sense when the threat timeline gave security teams room to

Aqua ·
Agentic AI Red Teaming: Tool Misuse is the Test That Matters
cybersecurity

Agentic AI Red Teaming: Tool Misuse is the Test That Matters

Agentic AI shifts the dynamics of red teaming, moving beyond the assessment of harmful text generation to consider the implications of AI systems that can plan, reason, and engage with various tools and workflows. This new approach highlights the necessity of red teaming specifically tailored for agentic AI. A recent research publication by CSA evaluates Microsoft’s Python Risk Identification Toolkit (PyRIT) as a means of effectively assessing risks associated with agentic AI.

Cloud Security Alliance ·
Proof is the Application Security Bottleneck
cybersecurity

Proof is the Application Security Bottleneck

A new survey report from the Cloud Security Alliance and Miggo Security reveals that despite extensive investments in shift-left security, application security teams are struggling to manage vulnerabilities effectively in production. The report highlights that the challenge now goes beyond just visibility; security teams face an overwhelming number of threat intelligence findings and alerts, indicating a need for improved strategies to address the complexity and volume of security issues.

Cloud Security Alliance ·
Securing the Swarm: Governance, Attack Surfaces, and Zero-Trust Architectures in Multi-Agent AI Environments
cybersecurity

Securing the Swarm: Governance, Attack Surfaces, and Zero-Trust Architectures in Multi-Agent AI Environments

Enterprise artificial intelligence has evolved from simple Large Language Model prompts to sophisticated multi-agent systems with significant operational autonomy. These advancements enhance software development, supply chain coordination, and threat responses. However, they also create new security vulnerabilities, making traditional methods of identity, data protection, and boundary defense less effective. Organizations must adapt to address these emerging risks effectively.

Cloud Security Alliance ·
Dangling CNAMEs: The Critical DNS Misconfiguration Most Organizations Still Miss
cybersecurity

Dangling CNAMEs: The Critical DNS Misconfiguration Most Organizations Still Miss

In cybersecurity, not all damaging attacks stem from complex techniques; some originate from overlooked issues like forgotten DNS records. This was highlighted by researchers who identified a significant campaign that exploited abandoned CNAME records across several universities, including UC Berkeley, Columbia University, and Washington University in St. Louis. Attackers hijacked these subdomains, leveraging the trust associated with .edu domains to facilitate malicious activities.

Cloud Security Alliance ·
ICYMI: May 2026 @AWS Security
cybersecurity

ICYMI: May 2026 @AWS Security

Read all about the latest AWS security features, compliance updates, and hands-on resources in our new, monthly digest posts. You’ll find expert blog posts, new service capabilities, code samples, and workshops. AWS Security Blog posts This month’s AWS Security Blog posts covered AI security, network protection, identity management, compliance frameworks, and supply chain security. Read

AWS Security Blog ·
8th June – Threat Intelligence Report
cybersecurity

8th June – Threat Intelligence Report

The latest Threat Intelligence Bulletin provides insights into recent cyber research, highlighting significant events from the week of June 8th. A notable incident involves DentaQuest, a U.S. dental benefits administrator, which experienced a data breach attributed to the ShinyHunters group. The breach compromised approximately 2.6 million accounts, exposing sensitive information such as names and emails. For more detailed findings, refer to the full report.

Check Point Research ·
So You Have an AI Security Budget. Now what?
cybersecurity

So You Have an AI Security Budget. Now what?

An AI security budget should fund more than visibility. The real priority is unified governance and enforcement across agentic development and production apps.

Blog RSS Feed | Snyk ·
Align your architecture backlog with Tech Roadmap Prioritization (TRP)
architect

Align your architecture backlog with Tech Roadmap Prioritization (TRP)

In this post, we show you how to run a one-hour prioritization session with your stakeholders, plot competing initiatives on a shared matrix by cost and impact and turn the result into an actionable architecture backlog - using a framework called Tech Roadmap Prioritization (TRP).

AWS Architecture Blog ·
Impersonation, Click Hijacking, and TDS: Inside a Malware Distribution Ecosystem
cybersecurity

Impersonation, Click Hijacking, and TDS: Inside a Malware Distribution Ecosystem

Research conducted by Alexey Bukhteyev explores the various tactics used in a malware distribution ecosystem, including impersonation, click hijacking, and traffic distribution systems (TDS). Users often click the first search result on Google, typically an official project site, without scrutinizing the other results. This habit can lead to vulnerabilities, as malicious sites often mimic legitimate ones, posing significant risks to unsuspecting users. The study highlights the importance of awareness regarding these deceptive practices.

Check Point Research ·
Automating contract intelligence with Doczy.ai™ on AWS
architect

Automating contract intelligence with Doczy.ai™ on AWS

In this post, we show you how Doczy.ai™ uses generative AI on AWS to automate contract intelligence at scale, transforming unstructured documents into structured, actionable insights, so organizations can automate critical business processes and unlock the full value of their data.

AWS Architecture Blog ·
Scaling oncology patient support: How New York Cancer and Blood Specialists transformed customer experience with AWS and Pronetx, now part of Caylent
architect

Scaling oncology patient support: How New York Cancer and Blood Specialists transformed customer experience with AWS and Pronetx, now part of Caylent

This post details how NYCBS partnered with Amazon Web Services (AWS) and AWS partner Pronetx (now part of Caylent) to migrate to Amazon Connect Customer, the AWS cloud contact center service. The migration delivered a 54 percent improvement in patient enrollment and transformed the way NYCBS connects with the patients who need them most.

AWS Architecture Blog ·
1st June – Threat Intelligence Report
cybersecurity

1st June – Threat Intelligence Report

The Threat Intelligence Bulletin for the week of June 1st highlights recent cyber research findings. A significant incident reported is a data breach at Carnival Corporation, impacting nearly 6 million individuals. The breach resulted from social engineering tactics that compromised an employee’s account, with potentially exposed data including names and contact information. The bulletin provides insights into these threats and more detailed analyses for cybersecurity professionals.

Check Point Research ·
Scaling StarRocks on Amazon EKS with KEDA and Karpenter for enterprise OLAP workloads
architect

Scaling StarRocks on Amazon EKS with KEDA and Karpenter for enterprise OLAP workloads

Financial analytics at an enterprise level demands quick responses, with queries needing to return results in seconds rather than minutes. During monthly closing cycles, thousands of finance professionals require simultaneous access to data. As data volumes expand significantly—from hundreds of gigabytes to terabytes, covering billions of records—the underlying infrastructure must efficiently scale. This presents a challenge to engineers, who must balance performance with cost-effectiveness.

Containers ·
Vendor neutrality isn’t magic: A hard look at the OpenTelemetry ecosystem
architect

Vendor neutrality isn’t magic: A hard look at the OpenTelemetry ecosystem

The OpenTelemetry (OTel) ecosystem provides us not only with a standard data format and transport mechanism for generating, processing, and The post Vendor neutrality isn’t magic: A hard look at the OpenTelemetry ecosystem appeared first on The New Stack.

Cloud Native Computing News and Resources | The New Stack ·
The hardest fork
cybersecurity

The hardest fork

Mythos is changing software security fast. AI-driven zero-days demand new trust infrastructure, coordinated disclosure, and secure open source consumption.

Chainguard: Unchained ·
Continuous Offensive Security: The Line We've Been Walking
cybersecurity

Continuous Offensive Security: The Line We've Been Walking

Snyk’s Continuous Offensive Security unifies DAST, AI pentesting, and agent red teaming to find exploitable flaws — not just bugs — before attackers do. Here’s why lineage matters.

Blog RSS Feed | Snyk ·
AI Threat Landscape Digest March-April 2026
cybersecurity

AI Threat Landscape Digest March-April 2026

During the March-April 2026 reporting period, the utilization of AI in offensive operations evolved significantly, transitioning from planning and development stages to real-time deployments. There were several independent instances where various actors, including criminals, ransomware groups, and state-sponsored entities, employed commercial AI models to carry out autonomous attack workflows in extensive campaigns. The findings highlight the growing threat of AI in real-time offensive operations.

Check Point Research ·
25th May – Threat Intelligence Report
cybersecurity

25th May – Threat Intelligence Report

The Threat Intelligence Bulletin for the week of May 25 highlights significant cyber research discoveries. A key incident involved a data breach at 7-Eleven, where unauthorized access occurred to systems handling franchisee documents. The hacker group ShinyHunters has claimed responsibility, asserting that they stole over 600,000 Salesforce records containing personal information. The report details these and other relevant threats and breaches.

Check Point Research ·
How Jaeger hit 8.6× compression on 10 million spans with ClickHouse
architect

How Jaeger hit 8.6× compression on 10 million spans with ClickHouse

As someone who’s been maintaining Jaeger, I’ve watched users request ClickHouse support consistently over the past few years. With Jaeger The post How Jaeger hit 8.6× compression on 10 million spans with ClickHouse appeared first on The New Stack.

Cloud Native Computing News and Resources | The New Stack ·
Laravel Lang Supply Chain Advisory
cybersecurity

Laravel Lang Supply Chain Advisory

Hundreds of historical Laravel Lang Packagist releases were republished with malicious code, putting Composer installs at risk of credential theft and secret exfiltration.

Blog RSS Feed | Snyk ·
PHANTOMPULSE: anatomy of a hijackable blockchain-C2 RAT
cybersecurity

PHANTOMPULSE: anatomy of a hijackable blockchain-C2 RAT

Elastic Security Labs presents a detailed reverse-engineering analysis of PHANTOMPULSE, the long-lived RAT delivered to crypto-sector victims through the REF6598 intrusion set.

Elastic Security Labs ·
What’s new in Microsoft Security: May 2026
cybersecurity

What’s new in Microsoft Security: May 2026

Microsoft Security’s latest updates extend visibility, control, and protection across expanding ecosystems as organizations accelerate AI adoption. The post What’s new in Microsoft Security: May 2026 appeared first on Microsoft Security Blog.

Cloud security Insights | Microsoft Security Blog ·
AI-powered event-driven Amazon EKS AMI updates with GitOps
architect

AI-powered event-driven Amazon EKS AMI updates with GitOps

This post demonstrates an automated solution that combines AI-powered risk analysis with GitOps principles to streamline Amazon EKS AMI updates while maintaining appropriate human oversight through familiar GitHub workflows.

Containers ·
Cloud native application challenges: installing the walking skeleton
architect

Cloud native application challenges: installing the walking skeleton

Editor’s note: This article is an excerpt from Chapter 1 of the Manning book, Platform Engineering on Kubernetes. This excerpt The post Cloud native application challenges: installing the walking skeleton appeared first on The New Stack.

Cloud Native Computing News and Resources | The New Stack ·
Why agent harnesses fail inside cloud-native systems
architect

Why agent harnesses fail inside cloud-native systems

Coding agents perform better with a harness that gives them the tools, guidance, and feedback signals to know what to The post Why agent harnesses fail inside cloud-native systems appeared first on The New Stack.

Cloud Native Computing News and Resources | The New Stack ·
TanStack Npm Packages Compromised Inside The Mini Shai Hulud Supply Chain Attack
cybersecurity

TanStack Npm Packages Compromised Inside The Mini Shai Hulud Supply Chain Attack

On May 11, 2026, a breach known as the Mini Shai-Hulud worm affected 84 npm package artifacts within 42 @tanstack/* packages, alongside others like @squawk/* and @mistralai/*. The attack utilized a GitHub Actions “Pwn Request,” cache poisoning, and extracted OIDC tokens from runner memory, marking it as the first npm supply chain attack to achieve valid SLSA Build Level 3 attestations. The article outlines the details of the incident, what was compromised, and necessary immediate actions for users.

Blog RSS Feed | Snyk ·
Why Prometheus couldn’t see Cilium metrics at 2 a.m.
architect

Why Prometheus couldn’t see Cilium metrics at 2 a.m.

I still remember the first time we lost sleep over something that wasn’t a bug. It was a Tuesday. Grafana The post Why Prometheus couldn’t see Cilium metrics at 2 a.m. appeared first on The New Stack.

Cloud Native Computing News and Resources | The New Stack ·
Copy Fail and DirtyFrag: Linux Page Cache Bugs in the Wild
cybersecurity

Copy Fail and DirtyFrag: Linux Page Cache Bugs in the Wild

This research analyzes the Linux kernel privilege escalation vulnerabilities Copy Fail and DirtyFrag, which exploit subtle page cache corruption bugs to create reliable paths to root access. Additionally, Elastic Security Labs is releasing detection logic for these vulnerabilities.

Elastic Security Labs ·
How Microsoft is governing thousands of Kubernetes clusters without manual intervention
architect

How Microsoft is governing thousands of Kubernetes clusters without manual intervention

Kubernetes is complicated; everybody knows it. Logically enough, Kubernetes deployed as a cluster of collected and coalesced instances at “fleet The post How Microsoft is governing thousands of Kubernetes clusters without manual intervention appeared first on The New Stack.

Cloud Native Computing News and Resources | The New Stack ·
Known Techniques, Unknown Speed: How AI Changes the Attack Chain
cybersecurity

Known Techniques, Unknown Speed: How AI Changes the Attack Chain

TL;DR AI-driven attacks on containerized environments are no longer theoretical. Frontier models can find vulnerabilities in hardened systems in hours and chain them into working exploits before your team has finished triaging the alert. When an attack moves that fast, the time your security program depends on between discovery and exploitation no longer exists. This

Aqua ·
Kubernetes finally lands user namespace support, but shared kernel problem remains
architect

Kubernetes finally lands user namespace support, but shared kernel problem remains

Kubernetes shipped a long-awaited security feature last week: user namespace support for pods. It may sound like an obscure feature The post Kubernetes finally lands user namespace support, but shared kernel problem remains appeared first on The New Stack.

Cloud Native Computing News and Resources | The New Stack ·
Know who to watch before the incident finds you
cybersecurity

Know who to watch before the incident finds you

Elastic Security v9.4 introduces Entity Analytics Watchlists, a way to codify what your team already knows about high-risk entities and feed that context directly into risk scoring, without custom pipelines or detection engineering overhead

Elastic Security Labs ·
Your UEBA is lying to you: Why entity record quality decides everything
cybersecurity

Your UEBA is lying to you: Why entity record quality decides everything

Most entity analytics systems are confidently wrong. They track users who do not exist, generate risk scores built on noise, and call it behavioral analytics. Learn why the entities records you don’t create matter as much as the ones you do and how a confidence-tiered model changes the game.

Elastic Security Labs ·
What’s new, updated, or recently released in Microsoft Security
cybersecurity

What’s new, updated, or recently released in Microsoft Security

Stay ahead of emerging threats with Microsoft’s newest security innovations and updates, delivered through the In the Loop series. The post What’s new, updated, or recently released in Microsoft Security appeared first on Microsoft Security Blog.

Cloud security Insights | Microsoft Security Blog ·
lightning PyPI Compromise: A Bun-Based Credential Stealer in Python
cybersecurity

lightning PyPI Compromise: A Bun-Based Credential Stealer in Python

A malicious release of the lightning PyPI package ships a credential-stealing Bun payload that runs on import. Snyk has a live advisory. Here’s what’s in the package, what to rotate, and how the payload pattern connects to the Mini Shai-Hulud npm campaign one day earlier.

Blog RSS Feed | Snyk ·
Going beyond CVEs: Chainguard’s one day KEV SLA
cybersecurity

Going beyond CVEs: Chainguard’s one day KEV SLA

Chainguard introduces a 1-day KEV SLA, ensuring exploited vulnerabilities are fixed fast—aligned with how security teams prioritize real-world threats.

Chainguard: Unchained ·
Qinglong task scheduler RCE vulnerabilities exploited in the wild for cryptomining
cybersecurity

Qinglong task scheduler RCE vulnerabilities exploited in the wild for cryptomining

Two authentication bypass vulnerabilities (CVE-2026-3965, CVE-2026-4047) in the Qinglong task scheduling panel were exploited in the wild to deploy cryptomining malware. Here’s what happened, how the attacks worked, and what self-hosted application operators should learn from this incident.

Blog RSS Feed | Snyk ·
Why Claude needs a real environment to validate cloud-native code
architect

Why Claude needs a real environment to validate cloud-native code

Boris Cherny, who built Claude Code, recently shared on X how to get the most out of it following the The post Why Claude needs a real environment to validate cloud-native code appeared first on The New Stack.

Cloud Native Computing News and Resources | The New Stack ·
AI threats in the wild: The current state of prompt injections on the web
cybersecurity

AI threats in the wild: The current state of prompt injections on the web

Google’s Threat Intelligence teams are focusing on Indirect Prompt Injection (IPI) as a significant threat to AI systems, monitoring for attacks before they affect users. IPI can manipulate AI by embedding harmful prompts in web content, differing from direct injections. Using Common Crawl, researchers identified various types of prompt injections, from harmless pranks to malicious attempts for data theft. While current attacks show limited sophistication, a noted increase in malicious attempts suggests that IPI threats are evolving. Google is actively enhancing defenses against these emerging threats.

Google Online Security Blog ·
Autonomous Runtime Security: Turning Runtime Intelligence into Agentic Response
cybersecurity

Autonomous Runtime Security: Turning Runtime Intelligence into Agentic Response

TL;DR Security teams have spent years and billions of dollars shifting security left. This has changed what teams can see and introduced a new level of visibility, but it has not helped with what they can control. Last year, more than 48,000 new vulnerabilities were cataloged, growing at roughly 20 percent annually. Add to that

Aqua ·
Building your cryptographic inventory: A customer strategy for cryptographic posture management
cybersecurity

Building your cryptographic inventory: A customer strategy for cryptographic posture management

Learn how to build a comprehensive cryptographic inventory and strengthen quantum‑safe readiness using Microsoft Security tools, best‑practice lifecycle models, and partner solutions. The post Building your cryptographic inventory: A customer strategy for cryptographic posture management appeared first on Microsoft Security Blog.

Cloud security Insights | Microsoft Security Blog ·
Managing third-party images at scale
cybersecurity

Managing third-party images at scale

Learn how companies can scale third-party container image management with Chainguard to reduce risk, cut toil, and accelerate compliance and developer velocity.

Chainguard: Unchained ·
Docker Hodgepodge Images
cybersecurity

Docker Hodgepodge Images

Docker ships their own Linux distro, they just pretend not to. Learn how misidentification and VEX usage can mislead scanners and impact supply chain security.

Chainguard: Unchained ·
2026: The year of AI-assisted attacks
cybersecurity

2026: The year of AI-assisted attacks

AI is lowering the barrier to cybercrime. Learn why attacks are rising fast, and how eliminating entire classes of supply chain risk is the only path forward.

Chainguard: Unchained ·
Unveiling the Mythos Behind Runtime Security
cybersecurity

Unveiling the Mythos Behind Runtime Security

TL;DR We are about to have a serious problem: attackers no longer need months to investigate and exploit systems, they need minutes. Anthropic says its unreleased Claude Mythos Preview can autonomously find severe vulnerabilities, reproduce them and in some cases chain them into working exploits across hardened systems. The model was deemed too dangerous to

Aqua ·
Bringing Rust to the Pixel Baseband
cybersecurity

Bringing Rust to the Pixel Baseband

Google is enhancing security for Pixel devices by integrating a memory-safe Rust DNS parser into the modem firmware of the Pixel 10, building on earlier efforts to mitigate vulnerabilities in complex modem firmware. This development significantly reduces security risks associated with memory unsafety in DNS operations, crucial for modern cellular communications. The project emphasizes the importance and potential of using memory-safe languages in low-level programming, laying groundwork for future enhancements in device security.

Google Online Security Blog ·
Protecting Cookies with Device Bound Session Credentials
cybersecurity

Protecting Cookies with Device Bound Session Credentials

Google has announced the public availability of Device Bound Session Credentials (DBSC) for Windows users on Chrome 146, with macOS support coming soon. This initiative aims to combat session theft, which typically occurs when malware extracts session cookies from browsers. DBSC works by cryptographically binding authentication sessions to specific devices using secure hardware modules, ensuring that exfiltrated cookies quickly expire and become unusable. The protocol is designed to prioritize user privacy, preventing cross-site tracking. Google collaborated with the web community on DBSC’s development and plans to enhance its capabilities for enterprise environments and broader device support in the future.

Google Online Security Blog ·
The next stages of AI conformance in the cloud-native, open-source world
architect

The next stages of AI conformance in the cloud-native, open-source world

Until recently, running an AI model on Kubernetes was a guessing game. What worked on one cloud provider could fail The post The next stages of AI conformance in the cloud-native, open-source world appeared first on The New Stack.

Cloud Native Computing News and Resources | The New Stack ·
SecDB is the past, OSV is the future
cybersecurity

SecDB is the past, OSV is the future

Chainguard is deprecating SecDB in favor of OSV, delivering more accurate, granular vulnerability data and better visibility for modern software supply chains.

Chainguard: Unchained ·
Microsoft wants to make service mesh invisible
architect

Microsoft wants to make service mesh invisible

At KubeCon EU 2026 in Amsterdam, I sat down with Mitch Connors, a principal software engineer at Microsoft and Istio The post Microsoft wants to make service mesh invisible appeared first on The New Stack.

Cloud Native Computing News and Resources | The New Stack ·
Ship and patch doesn't cut it in the AI era
cybersecurity

Ship and patch doesn't cut it in the AI era

AI is accelerating code and attacks. Learn why patching alone can’t keep up, and why securing the software supply chain starts with trusted inputs.

Chainguard: Unchained ·
Is observability still an operations problem at your organization?
architect

Is observability still an operations problem at your organization?

Find out how putting runtime telemetry directly in the hands of developers can help your team debug faster, reduce escalations, The post Is observability still an operations problem at your organization? appeared first on The New Stack.

Cloud Native Computing News and Resources | The New Stack ·
Google Workspace’s continuous approach to mitigating indirect prompt injections
cybersecurity

Google Workspace’s continuous approach to mitigating indirect prompt injections

Adam Gavish from Google’s GenAI Security Team discusses indirect prompt injection (IPI) as a growing threat to AI applications like Workspace with Gemini. Attackers can manipulate AI behavior by embedding malicious instructions within data sources, sometimes without user input. Google employs a multi-faceted strategy to enhance defenses against IPI, including proactive attack discovery, red-teaming simulations, a vulnerability rewards program, and synthetic data generation. They focus on improving LLMs to better identify harmful commands while ensuring operational efficiency. Ongoing defense refinement involves updating configurations, retraining models, and extensive testing to validate improvements. Google’s commitment to AI security emphasizes a robust, agile response to evolving threats, aiming to provide a safe user experience in AI-first environments.

Google Online Security Blog ·
Update: Ongoing Investigation and Continued Remediation
cybersecurity

Update: Ongoing Investigation and Continued Remediation

Open Source Security Advisory Update: Wednesday, April 1, 2026 Boston, MA 10:00 AM ET Over the past week, we have nearly finalized our investigation and are now in the final stages of documentation and review. There continues to be no indication that Aqua’s commercial products have been affected. As part of this process, we identified

Aqua ·
VRP 2025 Year in Review
cybersecurity

VRP 2025 Year in Review

In 2025, Google celebrated the 15th anniversary of its Vulnerability Reward Program (VRP), enhancing collaborations with the security research community. The program awarded over $17 million to more than 700 researchers globally, marking a 40% increase from the previous year. New initiatives included a dedicated AI VRP and a patch rewards program for open-source vulnerabilities. Significant bugSWAT events resulted in numerous reports and rewards. Looking ahead to 2026, Google plans to continue these efforts, fostering innovation and security enhancements.

Google Online Security Blog ·
The State of Trusted Open Source: March 2026
cybersecurity

The State of Trusted Open Source: March 2026

AI is accelerating software and CVE growth. Chainguard’s latest report shows rising risk in the long tail and how teams can stay secure at scale.

Chainguard: Unchained ·
Axios npm Package Compromised: Supply Chain Attack Delivers Cross-Platform RAT
cybersecurity

Axios npm Package Compromised: Supply Chain Attack Delivers Cross-Platform RAT

Meta description: Malicious versions of the Axios npm package (1.14.1 and 0.30.4) were published via a compromised maintainer account, injecting a hidden dependency that deploys a cross-platform remote access trojan. Here’s what happened, who’s affected, and how to check your exposure.

Blog RSS Feed | Snyk ·
WebAssembly is now outperforming containers at the edge
architect

WebAssembly is now outperforming containers at the edge

The mass adoption of WebAssembly has yet to be realized. The true turning point for WebAssembly — specifically its ability The post WebAssembly is now outperforming containers at the edge appeared first on The New Stack.

Cloud Native Computing News and Resources | The New Stack ·
The 5 Principles of Snyk’s Developer Experience
cybersecurity

The 5 Principles of Snyk’s Developer Experience

Discover the 5 principles behind Snyk’s developer experience. Learn how seamless workflows, actionable fixes, and AI-driven security help developers ship secure code faster without disrupting productivity.

Blog RSS Feed | Snyk ·
Your Kubernetes isn’t ready for AI workloads, and drift is the reason
architect

Your Kubernetes isn’t ready for AI workloads, and drift is the reason

If you’re a platform engineering leader managing Kubernetes at scale, a new pressure has entered the room. The business wants The post Your Kubernetes isn’t ready for AI workloads, and drift is the reason appeared first on The New Stack.

Cloud Native Computing News and Resources | The New Stack ·
Security for the Quantum Era: Implementing Post-Quantum Cryptography in Android
cybersecurity

Security for the Quantum Era: Implementing Post-Quantum Cryptography in Android

Google is addressing the imminent threats posed by quantum computing to digital security through the introduction of Post-Quantum Cryptography (PQC) in Android 17. This transition aims to safeguard essential digital systems currently reliant on public-key cryptography. Key upgrades include PQC integration in Android Verified Boot and Remote Attestation, which enhance foundational security, and updates to the Android Keystore for developers to utilize quantum-resistant cryptography. The approach also promotes hybrid signing for Google Play apps to ensure app authenticity against quantum-enabled signature forgery. This initiative, part of a broader plan initiated in 2016, aims to fortify the entire Android ecosystem against future quantum threats.

Google Online Security Blog ·
How a Poisoned Security Scanner Became the Key to Backdooring LiteLLM
cybersecurity

How a Poisoned Security Scanner Became the Key to Backdooring LiteLLM

On March 24, 2026, threat actor known as TeamPCP published backdoored versions of the litellm Python package after stealing PyPI credentials via a compromised Trivy GitHub Action in LiteLLM’s CI/CD pipeline. Here’s what happened, how the three-stage malware works, and how to check if you’re affected.

Blog RSS Feed | Snyk ·
Introducing Agent Security
cybersecurity

Introducing Agent Security

Introducing Agent Security, a unified approach to governing AI agents and ensuring safe behavior from code to runtime. Start with Evo AI-SPM, now generally available.

Blog RSS Feed | Snyk ·
Why WebAssembly won’t replace Kubernetes but makes Helm more secure
architect

Why WebAssembly won’t replace Kubernetes but makes Helm more secure

My gut reaction has often been to compare WebAssembly to Kubernetes. Flash back to over four years ago: Then, I The post Why WebAssembly won’t replace Kubernetes but makes Helm more secure appeared first on The New Stack.

Cloud Native Computing News and Resources | The New Stack ·
Why the ‘glorified host’ for AI is exactly the Kubernetes we need
architect

Why the ‘glorified host’ for AI is exactly the Kubernetes we need

I recently caught a post from Hyperframe Research that asked a question many of us in the cloud-native trenches have The post Why the ‘glorified host’ for AI is exactly the Kubernetes we need appeared first on The New Stack.

Cloud Native Computing News and Resources | The New Stack ·
Linux kernel scale is swamping an already-flawed CVE system
architect

Linux kernel scale is swamping an already-flawed CVE system

Linux kernel developers operate under constraints that very few other open source community maintainers experience. Evolving the capabilities of the The post Linux kernel scale is swamping an already-flawed CVE system appeared first on The New Stack.

Cloud Native Computing News and Resources | The New Stack ·
Sampling: the philosopher’s stone of distributed tracing
architect

Sampling: the philosopher’s stone of distributed tracing

In modern observability, distributed tracing is often considered the most expressive signal. It can be used to capture much of The post Sampling: the philosopher’s stone of distributed tracing appeared first on The New Stack.

Cloud Native Computing News and Resources | The New Stack ·
AI Is Building Your Attack Surface. Are You Testing It?
cybersecurity

AI Is Building Your Attack Surface. Are You Testing It?

Speed has outpaced validation. With 62% of LLM-generated code testing as insecure and AI agents using undocumented APIs, legacy tools fall short. Learn how Snyk’s AI-powered dynamic testing secures your expanding attack surface.

Blog RSS Feed | Snyk ·
Snyk Opens San Francisco Innovation Hub
cybersecurity

Snyk Opens San Francisco Innovation Hub

Snyk is opening a new innovation hub in downtown San Francisco, creating a strategic center of gravity for AI security. This new community space invites all Bay Area builders to join weekly hackathons and technical sessions to help shape the future of secure AI innovation.

Blog RSS Feed | Snyk ·
What is KubeVirt and why it’s growing
architect

What is KubeVirt and why it’s growing

KubeVirt is an open-source project that brings virtual machines into the Kubernetes control plane, letting teams run VMs and containers The post What is KubeVirt and why it’s growing appeared first on The New Stack.

Cloud Native Computing News and Resources | The New Stack ·
Tetrate launches open source marketplace to simplify Envoy adoption
architect

Tetrate launches open source marketplace to simplify Envoy adoption

Agentic AI development company Tetrate has launched Built on Envoy, a free and open source extensions marketplace for Envoy. Envoy The post Tetrate launches open source marketplace to simplify Envoy adoption appeared first on The New Stack.

Cloud Native Computing News and Resources | The New Stack ·
FIPS-ing the Un-FIPS-able: Apache Kafka
cybersecurity

FIPS-ing the Un-FIPS-able: Apache Kafka

Chainguard delivers the FIPS-validated Apache Kafka images, enabling secure event streaming for FedRAMP and regulated environments.

Chainguard: Unchained ·
Cultivating a robust and efficient quantum-safe HTTPS
cybersecurity

Cultivating a robust and efficient quantum-safe HTTPS

The Chrome Secure Web and Networking Team has announced a new program aimed at developing quantum-resistant HTTPS certificates, specifically using Merkle Tree Certificates (MTCs). This initiative follows the formation of the IETF working group PLANTS to address the challenges of quantum-resistant cryptography in TLS connections. MTCs promise to enhance performance by minimizing the size of authentication data while maintaining transparency and security. Chrome is currently conducting feasibility studies with Cloudflare and plans a phased rollout over the next few years, ultimately establishing a new Chrome Quantum-resistant Root Store (CQRS). This effort aims to secure the web against future quantum threats while supporting existing CA partnerships and traditional certificates in private contexts.

Google Online Security Blog ·
When AI Writes, Scans and Fixes Code, Runtime Becomes the Last Line of Defense
cybersecurity

When AI Writes, Scans and Fixes Code, Runtime Becomes the Last Line of Defense

Anthropic has introduced Claude Code Security, leveraging its advanced model, Claude Opus 4.6. The tool identified over 500 high-severity security vulnerabilities in production open-source codebases, many of which had evaded detection for years despite expert reviews and automated scans. This revelation had a negative impact on the cybersecurity market, leading to a decline of approximately $15 billion in valuations.

Aqua ·
Staying One Step Ahead: Strengthening Android’s Lead in Scam Protection
cybersecurity

Staying One Step Ahead: Strengthening Android’s Lead in Scam Protection

Google has enhanced Android’s scam defenses using AI to protect users from over 10 billion suspected fraudulent calls and messages monthly. An illustrative case involves Majik B., who received a suspicious call but was saved by a Scam Detection alert on his Pixel phone. This technology is expanding to Samsung Galaxy S26 devices in the U.S. and will also enhance Google Messages’ scam detection abilities in over 20 countries, ensuring users can communicate securely while maintaining privacy.

Google Online Security Blog ·
Going deep: Upstream distros and hidden CVEs
cybersecurity

Going deep: Upstream distros and hidden CVEs

Are all zero-CVE images truly secure? A deep dive into Debian no-DSA, VEX suppression, and why transparency matters in container supply chain security.

Chainguard: Unchained ·
Snyk and uv, Better Together
cybersecurity

Snyk and uv, Better Together

Snyk and uv have teamed up to provide high-performance package management with native security for Python-based AI development. Build, install, and secure your AI-native applications from inception with Snyk’s native support for the uv ecosystem.

Blog RSS Feed | Snyk ·
Claude Code Security: A Welcome Evolution in the Remediation Loop
cybersecurity

Claude Code Security: A Welcome Evolution in the Remediation Loop

Anthropic’s Claude Code Security marks a major shift in vulnerability discovery, but AI-driven development requires more than just reasoning to remain secure. Learn how Snyk’s AI Security Fabric integrates with Claude to close the loop between finding vulnerabilities and fixing them at scale.

Blog RSS Feed | Snyk ·
Fetch the Flag CTF 2026: Official Challenge Write-Ups & Community Highlights
cybersecurity

Fetch the Flag CTF 2026: Official Challenge Write-Ups & Community Highlights

Explore official write-ups and community highlights from the Fetch the Flag CTF 2026, featuring over 20 challenges in web security, AI, and crypto. Learn from the experts and dive into the technical details of this year’s most intricate binary puzzles and web exploits.

Blog RSS Feed | Snyk ·
Keeping Google Play & Android app ecosystems safe in 2025
cybersecurity

Keeping Google Play & Android app ecosystems safe in 2025

Vijaya Kaza, VP and GM of App & Ecosystem Trust, emphasizes the importance of trust in the Android ecosystem, which safeguards users against malware, fraud, and privacy violations. In 2025, Google Play’s AI-driven protections successfully blocked over 1.75 million harmful apps and improved user safety measures, including enhanced app detection and spam rating protection. The ongoing commitment to partner with developers and utilize AI aims to maintain a secure environment while shielding users from evolving threats, ultimately fostering a trustworthy app ecosystem.

Google Online Security Blog ·
How “Clinejection” Turned an AI Bot into a Supply Chain Attack
cybersecurity

How “Clinejection” Turned an AI Bot into a Supply Chain Attack

The Clinejection vulnerability chain marks a troubling development in supply chain attacks, using AI agents as vectors for exploitation. By merging indirect prompt injection with cache poisoning in GitHub Actions, attackers were able to deploy unauthorized code to numerous developers. This incident underscores the urgent necessity for strengthened CI/CD pipelines and enhanced security measures for AI-based coding tools to prevent similar breaches.

Blog RSS Feed | Snyk ·
Snyk and Cline: Securing the Future of Autonomous Coding
cybersecurity

Snyk and Cline: Securing the Future of Autonomous Coding

Snyk and Cline have partnered to integrate enterprise-grade security directly into autonomous coding loops. By bridging the trust gap, Snyk and Cline enable teams to innovate faster while maintaining rigid security and compliance standards.

Blog RSS Feed | Snyk ·
Aqua Security: Built for This Moment
cybersecurity

Aqua Security: Built for This Moment

Cyber Security is cyclical. For years now cloud security has been focused on visibility: perform the scans, collect the data, generate the alerts, centralize the dashboards. That made sense when cloud native was new and teams were still figuring out how to operate in containers, Kubernetes, and ephemeral infrastructure. But the environment has changed. Cloud

Aqua ·
Exploitability Isn’t the Answer. Breakability Is.
cybersecurity

Exploitability Isn’t the Answer. Breakability Is.

AppSec is often stalled by a lack of trust: will this fix break my app? Snyk’s new Breakability Risk feature solves this by identifying which security updates are safe to merge and which require caution. By focusing on low-risk fixes first, developers can clear backlogs four times faster and reduce security debt without increasing their workload.

Blog RSS Feed | Snyk ·
From Acceleration to Exposure: Why AI Demands Mature AppSec
cybersecurity

From Acceleration to Exposure: Why AI Demands Mature AppSec

While AI accelerates software delivery, it also scales security risks by turning minor errors into systemic vulnerabilities. Learn how to transform AI from a potential liability into a secure engine for growth through robust governance and control.

Blog RSS Feed | Snyk ·
The Future of AI Agent Security Is Guardrails
cybersecurity

The Future of AI Agent Security Is Guardrails

AI agents introduce new security risks like prompt injection and data exfiltration. Learn how guardrails, hook-based controls, and Arcade’s Contextual Access secure AI agent tool calls in real time.

Blog RSS Feed | Snyk ·
Be my base image: Introducing Linky’s Matchmaker
cybersecurity

Be my base image: Introducing Linky’s Matchmaker

Linky’s Matchmaker converts your Dockerfile to Chainguard Containers, recommending secure, minimal base images and generating an updated file in minutes

Chainguard: Unchained ·
The Prescriptive Path to Operationalizing AI Security
cybersecurity

The Prescriptive Path to Operationalizing AI Security

Learn how to move from vision to practice with the Prescriptive Path, a framework for operationalizing AI security at scale. By replacing fragmented tools with a unified platform, you can build trust and secure AI-native applications at machine speed.

Blog RSS Feed | Snyk ·
Protect your AI workloads from supply chain attacks
cybersecurity

Protect your AI workloads from supply chain attacks

Chainguard secures AI adoption with minimal, zero-CVE containers and source-built libraries that prevent supply chain malware while keeping developers fast.

Chainguard: Unchained ·
DriftlessAF: Introducing Chainguard Factory 2.0
cybersecurity

DriftlessAF: Introducing Chainguard Factory 2.0

Chainguard Factory 2.0, powered by DriftlessAF, brings AI-driven, self-healing reconciliation to build and maintain 2,000+ zero-CVE images — now open sourced.

Chainguard: Unchained ·
Super SBOMs: See exactly what's inside
cybersecurity

Super SBOMs: See exactly what's inside

Chainguard Containers ship richer SBOMs with binary-level library details plus new CycloneDX support, making CVE impact and compliance tracing fast and clear.

Chainguard: Unchained ·
cybersecurity

Chainguard: Unchained ·
New Android Theft Protection Feature Updates: Smarter, Stronger
cybersecurity

New Android Theft Protection Feature Updates: Smarter, Stronger

The Android Security Team, led by Nataliya Stanetsky and colleagues, announced new theft protection features for Android devices, enhancing security against phone theft and financial fraud. Updates include stronger authentication safeguards, user control over failed authentication locks, expanded identity checks for apps using biometric prompts, and heightened defenses against screen lock guessing. Additionally, recovery tools have improved, allowing more control over remote locking. In Brazil, certain theft protection features are enabled by default on new devices. These efforts aim to provide comprehensive protection for Android users.

Google Online Security Blog ·
4 Reasons Why CTFs Are One of the Best Ways to Grow in Cybersecurity
cybersecurity

4 Reasons Why CTFs Are One of the Best Ways to Grow in Cybersecurity

Capture The Flag (CTF) competitions are a powerful way to accelerate your cybersecurity career by exposing you to real-world vulnerabilities and diverse technical niches. Discover why CTFs are one of the best methods to grow your expertise and professional network.

Blog RSS Feed | Snyk ·
Live From Davos: The End of Human-Speed Security
cybersecurity

Live From Davos: The End of Human-Speed Security

Our latest report highlights the urgent need for machine-speed defense as AI shifts from a tool to an autonomous actor in the face of automated cyberattacks. Learn the key strategies for leaders to bridge the visibility gap and implement technical governance in the age of AI agents.

Blog RSS Feed | Snyk ·
Gastown, and where software is going
cybersecurity

Gastown, and where software is going

Gastown hints at the future of software: agent-driven workflows where CI, guardrails, and shared truth matter more than writing code faster.

Chainguard: Unchained ·
Understanding NYDFS and why it matters
cybersecurity

Understanding NYDFS and why it matters

Learn how Chainguard helps financial institutions meet NYDFS 500 with zero-CVE open source, signed SBOMs, auditable evidence, and vulnerability remediation.

Chainguard: Unchained ·
Secure by Default: Why Snyk and Augment Code are the New Standard for AI Development
cybersecurity

Secure by Default: Why Snyk and Augment Code are the New Standard for AI Development

Snyk and Augment Code have partnered to deliver real-time security scanning and autonomous remediation directly within AI-powered development workflows, allowing teams to maintain peak velocity while ensuring every line of code is secure by default and compliant with organizational policies.

Blog RSS Feed | Snyk ·
The Holiday Whisper: Shai-Hulud 3.0
cybersecurity

The Holiday Whisper: Shai-Hulud 3.0

A refined variant of the Shai-Hulud malware, dubbed The Golden Path, has been discovered targeting the npm ecosystem during the holiday season. Security teams are encouraged to prioritize structural hardening, such as disabling lifecycle scripts, to mitigate risks during this testing phase.

Blog RSS Feed | Snyk ·
The only rule: Don’t look at the code
cybersecurity

The only rule: Don’t look at the code

Chainguard’s Vibelympics competition brought out the best and most creative ideas in vibe coding and AI-assisted software development.

Chainguard: Unchained ·
Fork Yeah: We’re keeping ingress-nginx alive
cybersecurity

Fork Yeah: We’re keeping ingress-nginx alive

Chainguard is keeping ingress-nginx alive through EmeritOSS, providing security-focused maintenance so teams can migrate safely without risk.

Chainguard: Unchained ·
Evo Adds CycloneDX Support to Give Full AI Visibility
cybersecurity

Evo Adds CycloneDX Support to Give Full AI Visibility

Enterprises face a critical visibility gap in AI models, creating security and compliance risks. Evo’s new integration with CycloneDX 1.6 delivers intelligent, actionable AI-BOMs, providing complete oversight and robust governance for your entire AI supply chain.

Blog RSS Feed | Snyk ·
The State of Trusted Open Source: December 2025
cybersecurity

The State of Trusted Open Source: December 2025

Chainguard’s State of Trusted Open Source for December 2025 dives into usage trends for Chainguard Containers, CVE data, and why remediation speed matters.

Chainguard: Unchained ·
Why startups need to be secure-by-default
cybersecurity

Why startups need to be secure-by-default

Startups can’t afford to trade speed for security. Learn how Chainguard gives startups secure-by-default foundations from day one.

Chainguard: Unchained ·
cybersecurity

Chainguard: Unchained ·
cybersecurity

Chainguard: Unchained ·
Further Hardening Android GPUs
cybersecurity

Further Hardening Android GPUs

Google’s Android Red Team, in collaboration with Arm, conducted a security analysis of the Mali GPU, crucial for billions of Android devices. They identified vulnerabilities primarily in how User-Mode Driver and Kernel-Mode Driver interact, leading to potential exploits. The analysis focused on reducing the attack surface by restricting access to certain GPU IOCTLs through a staged SELinux policy rollout. This effort aims to enhance GPU security, ensuring resilience against threats while providing guidelines for device-specific implementations. The initiative highlights the importance of proactive security measures in safeguarding against existing and future vulnerabilities in Android systems.

Google Online Security Blog ·
cybersecurity

Chainguard: Unchained ·
cybersecurity

En cybersécurité, l’expression « réduire sa surface d’attaque » est répétée si souvent qu’elle risque de perdre son sens.

Chainguard: Unchained ·
Android expands pilot for in-call scam protection for financial apps
cybersecurity

Android expands pilot for in-call scam protection for financial apps

Google’s Android team is enhancing mobile security to combat scams using AI and advanced security measures. A recent survey indicates that Android users are less likely to receive scam texts compared to iOS users. To address evolving scams, particularly those involving screen sharing, Android has launched in-call scam protections. This feature warns users during calls with unrecognized numbers when using financial apps, leading to successful interventions in the UK pilot. Now expanding into the US and other countries, this initiative aims to safeguard users from potential financial losses.

Google Online Security Blog ·
Accelerating innovation with AWS: Snyk selected as an AWS Pattern Partner
cybersecurity

Accelerating innovation with AWS: Snyk selected as an AWS Pattern Partner

Snyk joins the AWS Pattern Partners program, bringing its proven success with AI/ML and Generative AI. Discover how Snyk Studio accelerates innovation on AWS, embeds security at inception, and delivers measurable outcomes for enterprises modernizing critical processes and adopting AI safely.

Blog RSS Feed | Snyk ·
When Speed Meets Security: Snyk Studio for Kiro
cybersecurity

When Speed Meets Security: Snyk Studio for Kiro

Snyk Studio for Kiro ensures rapid, secure AI innovation. Stop security backlogs and prevent new risks at inception to ship with confidence, even with AI coding assistants.

Blog RSS Feed | Snyk ·
SHA1-Hulud, npm supply chain incident
cybersecurity

SHA1-Hulud, npm supply chain incident

Snyk identified a new supply chain attack in the npm ecosystem, referred to as SHA1-Hulud. We believe this is a second wave of the Shai-Hulud attack. Learn what this attack is and how Snyk is responding.

Blog RSS Feed | Snyk ·
How Snyk Studio for Qodo Is Closing the AI Security Gap
cybersecurity

How Snyk Studio for Qodo Is Closing the AI Security Gap

Discover how the Snyk and Qodo partnership closes the AI security gap. Snyk Studio for Qodo embeds security into AI development to secure code from the start and clear security debt.

Blog RSS Feed | Snyk ·
Android Quick Share Support for AirDrop: A Secure Approach to Cross-Platform File Sharing
cybersecurity

Android Quick Share Support for AirDrop: A Secure Approach to Cross-Platform File Sharing

Dave Kleidermacher from Google highlights the introduction of Quick Share interoperability with AirDrop, enabling seamless file sharing between Android and iOS devices, particularly with the Pixel 10 Family. This feature prioritizes security, implementing a multi-layered protection approach and using the Rust programming language to eliminate memory vulnerabilities. The current implementation allows sharing with AirDrop’s “Everyone for 10 minutes” mode, bypassing server routing. The security features have been validated by independent experts, ensuring a robust, secure cross-platform sharing experience, with intentions to improve and collaborate further with Apple.

Google Online Security Blog ·
Snyk and Continue Partner to Embed AI-Powered Security into Every Step of the Developer Workflow
cybersecurity

Snyk and Continue Partner to Embed AI-Powered Security into Every Step of the Developer Workflow

Snyk is excited to announce a new partnership with Continue, which will embed AI-powered security into every step of the SDLC. This partnership allows developers to scan code, dependencies, and IaC using natural language commands and get context-aware fix suggestions instantly, whether leveraging Agents in Continue Mission Control, an IDE extension, or a CLI.

Blog RSS Feed | Snyk ·
Why building from source matters
cybersecurity

Why building from source matters

Chainguard SVP of Engineering Dustin Kirkland discusses why Chainguard builds every package, library, and image directly from source and why the approach works.

Chainguard: Unchained ·
The Agentic OODA Loop: How AI and Humans Learn to Defend Together
cybersecurity

The Agentic OODA Loop: How AI and Humans Learn to Defend Together

Discover how AI and human security engineers collaborate to defend against evolving threats at machine speed. Learn about the new mindset for adaptive, intelligent, and symbiotic defense in the age of Agentic AI.

Blog RSS Feed | Snyk ·
Accelerating Platform Adoption with Developer Trust
cybersecurity

Accelerating Platform Adoption with Developer Trust

Chainguard helps Platform teams drive adoption with zero-CVE, customizable container images that make internal development platforms secure, fast, and trusted.

Chainguard: Unchained ·
Introducing the Self-Serve Catalog Experience
cybersecurity

Introducing the Self-Serve Catalog Experience

Chainguard launches the Self-Serve Experience for Catalog customers: instantly add, rename, or remove container images from our catalog, no tickets required.

Chainguard: Unchained ·
Beyond the Scan: The Future of Snyk Container
cybersecurity

Beyond the Scan: The Future of Snyk Container

Snyk Container rethinks security, moving beyond scans to deliver a comprehensive, end-to-end solution. It connects the entire lifecycle, from IDE to production, with continuous monitoring and AI-powered remediation.

Blog RSS Feed | Snyk ·
How Android provides the most effective protection to keep you safe from mobile scams
cybersecurity

How Android provides the most effective protection to keep you safe from mobile scams

As Cybersecurity Awareness Month concludes, Google highlights the battle against mobile scams, which have led to over $400 billion in global losses due to advanced AI techniques by fraudsters. Android employs multi-layered protections that block over 10 billion suspicious communications monthly. A recent Google survey revealed that Android users report fewer scam texts than iOS users. Independent evaluations confirm Android’s superior AI-driven safeguards against scams, emphasizing its extensive protection features compared to iOS.

Google Online Security Blog ·
HTTPS by default
cybersecurity

HTTPS by default

In October 2026, with the release of Chrome 154, Google will enable the “Always Use Secure Connections” setting by default. This change will require user permission before connecting to any public site that does not use HTTPS, enhancing web security. The setting aims to reduce risks from insecure HTTP connections, which can lead to navigation hijacking and malware exposure. Previous data revealed widespread HTTPS adoption, yet a small percentage of HTTP navigations persist, warranting this protective measure. Additionally, Chrome will release variants that address the unique challenges of private sites and encourage broader HTTPS usage, all while minimizing user disruption. IT professionals are encouraged to prepare for this transition.

Google Online Security Blog ·
Secure and Free MinIO Chainguard Containers
cybersecurity

Secure and Free MinIO Chainguard Containers

MinIO pulled its free images—but Chainguard has you covered. Get zero-CVE, continuously built MinIO and MinIO Client containers, free and secure from Chainguard.

Chainguard: Unchained ·
Get up to Speed on FedRAMP 20x
cybersecurity

Get up to Speed on FedRAMP 20x

FedRAMP 20x is transforming cloud compliance with automation and continuous security. Learn how Chainguard Containers simplify 20x readiness with 0-CVE images.

Chainguard: Unchained ·
DevSecCon 2025 Recap: Securing the AI Revolution Together
cybersecurity

DevSecCon 2025 Recap: Securing the AI Revolution Together

AI is changing development. Our DevSecCon 2025 recap covers the 3 critical stages: AI-Accelerated DevSecOps, securing code at the first prompt, and taming AI-native app chaos with Evo by Snyk.

Blog RSS Feed | Snyk ·
Why We Built Evo — From My Heart
cybersecurity

Why We Built Evo — From My Heart

Introducing Evo by Snyk, the world’s first Agentic Security Orchestrator. Learn why Evo is changing the game in cybersecurity to make security seamless, invisible, intelligent, and unstoppable—so innovation never has to slow down again.

Blog RSS Feed | Snyk ·
Three Ways to Make Your SDLC Secure-by-Default
cybersecurity

Three Ways to Make Your SDLC Secure-by-Default

Build secure software faster with Chainguard. Learn how secure-by-default SDLC practices eliminate CVEs, automate compliance, and embed trust from code to cloud.

Chainguard: Unchained ·
Beyond the Hype: 5 Major Reasons to Attend DevSecCon 2025
cybersecurity

Beyond the Hype: 5 Major Reasons to Attend DevSecCon 2025

AI is transforming development and security. Join dev & security leaders at DevSecCon 2025 on Oct 22 to get a blueprint for secure innovation. Learn to manage AI code risks, empower developers, and elevate your AppSec strategy.

Blog RSS Feed | Snyk ·
Phishing Campaign Leveraging the NPM Ecosystem
cybersecurity

Phishing Campaign Leveraging the NPM Ecosystem

A new phishing campaign weaponizes NPM and the unpkg CDN. Over 175 throwaway packages are used to host scripts that redirect users to credential-harvesting sites. The attack targets enterprise employees through the browser, not developers at install time.

Blog RSS Feed | Snyk ·
Shifting Left: Why I’m Building at Chainguard
cybersecurity

Shifting Left: Why I’m Building at Chainguard

Chainguard SVP of Product Patrick Donahue shares why he is excited to join Chainguard and how he plans to help build products developers love.

Chainguard: Unchained ·
Malicious MCP Server on npm postmark-mcp Harvests Emails
cybersecurity

Malicious MCP Server on npm postmark-mcp Harvests Emails

Urgent security alert: On September 25, 2025, the npm package ‘postmark-mcp’ was compromised, secretly exfiltrating email contents. Learn about the incident timeline, impact, and immediate mitigation steps, including uninstalling, rotating credentials, and scanning with Snyk’s MCP-Scan.

Blog RSS Feed | Snyk ·
Accelerating adoption of AI for cybersecurity at DEF CON 33
cybersecurity

Accelerating adoption of AI for cybersecurity at DEF CON 33

Elie Bursztein and Marianna Tishchenko from Google’s Privacy, Safety and Security Team emphasize the importance of using AI to strengthen cybersecurity. At DEF CON 33, they hosted the GenSec Capture the Flag (CTF) event in partnership with Airbus, focusing on human-AI collaboration. Nearly 500 participants engaged, with many using AI tools for the first time. Positive feedback highlighted the effectiveness of AI in cybersecurity workflows. Sec-Gemini, Google’s Cybersecurity AI, received commendations for its utility. The event’s success and community input will guide future improvements.

Google Online Security Blog ·
Snyk Ranked #51 on 2025 Forbes Cloud 100 List
cybersecurity

Snyk Ranked #51 on 2025 Forbes Cloud 100 List

We’re thrilled to share that Snyk has, for the sixth time and fifth consecutive year, been named to the Forbes Cloud 100 ranked at #51, recognizing the world’s most innovative private cloud companies.

Blog RSS Feed | Snyk ·
Supporting Rowhammer research to protect the DRAM ecosystem
cybersecurity

Supporting Rowhammer research to protect the DRAM ecosystem

Rowhammer is a hardware vulnerability in DRAM that allows attackers to cause data corruption by repeatedly accessing memory rows. This can lead to unauthorized data access, privilege escalation, or denial of service. While vendors have implemented mitigations like Target Row Refresh (TRR) for DDR5, recent findings reveal these defenses can be bypassed by sophisticated attacks. Google’s collaboration with researchers has resulted in new testing platforms and insights into effective countermeasures, highlighting the need for ongoing improvements to DRAM security, including potential future standards like PRAC.

Google Online Security Blog ·
How Pixel and Android are bringing a new level of trust to your images with C2PA Content Credentials
cybersecurity

How Pixel and Android are bringing a new level of trust to your images with C2PA Content Credentials

At the Made by Google 2025 event, it was announced that the Pixel 10 lineup will feature C2PA Content Credentials in both the camera and Google Photos. This integrated system enhances digital media transparency by providing verifiable information about the provenance of images. The Pixel Camera has achieved Assurance Level 2, utilizing advanced security features, including the Tensor G5 chip and Titan M2 Security. These innovations enable on-device time-stamping and a privacy-focused approach to certificate management, ensuring user anonymity. In essence, the new Content Credentials promise to combat misinformation by allowing users to trust the source and history of digital media, presenting a step forward in the use of AI and media integrity. Google aims to collaborate with developers to foster a more trustworthy ecosystem around digital content.

Google Online Security Blog ·
The Chainguard Slack Community is Here!
cybersecurity

The Chainguard Slack Community is Here!

Chainguard has created a Slack community to foster a direct connection with the team, engage with your peers, and get the latest updates on Chainguard news.

Chainguard: Unchained ·
This Shit is Hard: Hardening glibc
cybersecurity

This Shit is Hard: Hardening glibc

Chainguard uses compiler flags to be proactive in the security of our products. See how our compiler flag usage helped us catch a complex bug in glibc.

Chainguard: Unchained ·
Exploring the Chainguarden at Black Hat USA 2025
cybersecurity

Exploring the Chainguarden at Black Hat USA 2025

See what Chainguard was up to at Black Hat USA 2025, from a garden-themed booth to several engaging activations with organizations like Vanta and Orca Security.

Chainguard: Unchained ·
AI Agents in Cybersecurity: Revolutionizing AppSec
cybersecurity

AI Agents in Cybersecurity: Revolutionizing AppSec

We are witnessing a shift from reactive to proactive application security, with AI agents operating in autonomy. What are the benefits, risks & best practices of AI agents implementation in AppSec?

Blog RSS Feed | Snyk ·
Announcing Kernel-Independent FIPS for Java
cybersecurity

Announcing Kernel-Independent FIPS for Java

Kernel-Independent FIPS is now available across the full catalog of Chainguard FIPS images for Java, simplifying and accelerating compliance for FedRAMP ATO.

Chainguard: Unchained ·
Agentic Container Security with Snyk MCP Server
cybersecurity

Agentic Container Security with Snyk MCP Server

Learn how Snyk’s MCP server brings agentic security to container workflows. Automate vulnerability scanning and base image recommendations directly within your AI-powered IDE.

Blog RSS Feed | Snyk ·
Android’s pKVM Becomes First Globally Certified Software to Achieve Prestigious SESIP Level 5 Security Certification
cybersecurity

Android’s pKVM Becomes First Globally Certified Software to Achieve Prestigious SESIP Level 5 Security Certification

Google announced that its protected KVM (pKVM), the hypervisor for the Android Virtualization Framework, has achieved SESIP Level 5 certification, the first of its kind for consumer electronics. This milestone enhances the security of mobile technology, enabling the support of high-criticality workloads like on-device AI while ensuring privacy and integrity. Certified by Dekra, pKVM addresses vulnerabilities with high resistance to sophisticated attackers. It will form a foundation for a standardized, secure environment for Android device manufacturers, reflecting a collaborative effort from various engineering teams.

Google Online Security Blog ·
Snyk Supercharges API Discovery with New Akamai Integration
cybersecurity

Snyk Supercharges API Discovery with New Akamai Integration

Snyk and Akamai partner to streamline API security. This integration automates API discovery and schema ingestion from Akamai to power Snyk’s DAST engine, boosting scan coverage and efficiency.

Blog RSS Feed | Snyk ·
Snyk Joins CISA's Secure by Design Pledge
cybersecurity

Snyk Joins CISA's Secure by Design Pledge

Snyk’s CISO explains why we’ve joined CISA’s Secure by Design pledge. Learn about the 7 key goals for a safer digital world, including MFA, no default passwords, and vulnerability reduction.

Blog RSS Feed | Snyk ·
Malware-Resistant Python without the Guesswork
cybersecurity

Malware-Resistant Python without the Guesswork

The recent compromise of the num2words package never made it into Chainguard Libraries for Python. Get the breakdown from the team on our packages you can trust.

Chainguard: Unchained ·
This Shit is Hard: SLSA L3 and Beyond
cybersecurity

This Shit is Hard: SLSA L3 and Beyond

Chainguard goes through all the necessary steps to make things SLSA 3 compliant. Get the details on how we do it.

Chainguard: Unchained ·
Introducing OSS Rebuild: Open Source, Rebuilt to Last
cybersecurity

Introducing OSS Rebuild: Open Source, Rebuilt to Last

Google’s Open Source Security Team has launched OSS Rebuild, a project aimed at enhancing trust in open source package ecosystems by reproducing upstream artifacts. With the rise of supply chain attacks, OSS Rebuild allows security teams to reinforce package integrity without imposing on maintainers. The initiative automates build definitions for popular package registries and provides tools for verification and observability. It enhances transparency in the software supply chain and helps detect compromises, while engaging the community in bolstering open source security.

Google Online Security Blog ·
Cursor IDE Malware Extension Compromise in $500k Crypto Heist
cybersecurity

Cursor IDE Malware Extension Compromise in $500k Crypto Heist

Learn about the recent $500K crypto heist caused by a malicious “Solidity Language” extension in Cursor IDE. Understand how compromised IDE extensions and third-party registries pose significant supply chain risks for developers and the broader AI ecosystem.

Blog RSS Feed | Snyk ·
The Principle of Reconciliation
cybersecurity

The Principle of Reconciliation

The priniciple of reconciliation is what makes systems self-healing, adaptable, and robust in the face of change and failure.

Chainguard: Unchained ·
Advancing Protection in Chrome on Android
cybersecurity

Advancing Protection in Chrome on Android

Android’s Advanced Protection program enhances security for high-risk users like journalists and public figures by implementing robust device-level protections. It integrates with Chrome on Android by enabling features such as “Always Use Secure Connections,” ensuring secure HTTPS connections to avoid data breaches. It also supports full Site Isolation for devices with 4GB+ RAM, enhancing protection against cross-site threats. Additionally, Advanced Protection reduces Chrome’s attack surface by disabling specific JavaScript optimizations. The settings from Advanced Protection can be accessed by any Chrome user, promoting a higher security standard across all platforms. Users are encouraged to join the Advanced Protection Program, which requires stronger security measures, including multi-factor authentication.

Google Online Security Blog ·
This Shit is Hard: Java Archeology at a Massive Scale
cybersecurity

This Shit is Hard: Java Archeology at a Massive Scale

Chainguard Libraries for Java is Chainguard’s repository of malware-resistant Java dependencies. Learn how we are building and maintaining over 50,000 projects.

Chainguard: Unchained ·
The New Threat Landscape: AI-Native Apps and Agentic Workflows
cybersecurity

The New Threat Landscape: AI-Native Apps and Agentic Workflows

As AI-native apps and agentic workflows expand the attack surface, new threats like prompt injection and data poisoning emerge. Learn why traditional AppSec falls short and how to secure your AI systems in this new threat landscape.

Blog RSS Feed | Snyk ·
Why ANZ Technology Leaders Are Rethinking How AI, Speed, and Security Intersect
cybersecurity

Why ANZ Technology Leaders Are Rethinking How AI, Speed, and Security Intersect

The pace of technological change is always fast, but with AI everywhere, things have gone into overdrive. In Australia and New Zealand, businesses plan to spend heavily on generative AI—about $15 million on average, more than the global average. This puts immense pressure on technology, security, and engineering leaders.

Blog RSS Feed | Snyk ·
Mitigating prompt injection attacks with a layered defense strategy
cybersecurity

Mitigating prompt injection attacks with a layered defense strategy

With the rise of generative AI, new threats, such as indirect prompt injections, are emerging. These attacks use external data sources to covertly manipulate AI systems. Google’s GenAI Security Team is addressing this risk with a comprehensive security strategy for its Gemini tool, which includes techniques like content classifiers, security thought reinforcement, and a user confirmation framework. These measures enhance defense against prompt injections and offer robust protection by requiring user interactions for certain actions while notifying them of potential threats. The ongoing collaboration with security researchers and rigorous testing further strengthens Gemini’s defenses against these evolving threats.

Google Online Security Blog ·
Finding Software Flaws Early in the Development Process Provides Clear ROI
cybersecurity

Finding Software Flaws Early in the Development Process Provides Clear ROI

The Consortium for Information and Software Quality estimated that the cost of poor software quality in the United States reached $2.41 trillion in 2022. As we will show, it makes sense that the cost of poor software quality is so high. It’s also completely avoidable, and software flaws must be avoided with the world’s increased dependency on software.

Blog RSS Feed | Snyk ·
Fork yeah: We’re bringing kaniko back
cybersecurity

Fork yeah: We’re bringing kaniko back

Chainguard is taking over the maintenance of the Kaniko project, recently deprecated by Google. Learn more about why we’re doing it and what is next.

Chainguard: Unchained ·
Chainguard Containers Enabled with PQC Support
cybersecurity

Chainguard Containers Enabled with PQC Support

Chainguard Containers support Post-Quantum Cryptography (PQC). Learn more about what PQC is, and what Chainguard is doing to offer it today.

Chainguard: Unchained ·
Scaling Security Education with Snyk's New Learn Add-on
cybersecurity

Scaling Security Education with Snyk's New Learn Add-on

Empower developers with Snyk Learn and the new Learning Management Add-on. Build AI-enabled apps securely, reduce risk, and meet compliance with bite-sized lessons and AI-powered assistance.

Blog RSS Feed | Snyk ·
Welcome-to-The New Era of AI-Driven Development
cybersecurity

Welcome-to-The New Era of AI-Driven Development

Learn why AI-generated code, open source, and package hallucinations magnify risk. Discover the Snyk AI Trust Platform for safe, accelerated development.

Blog RSS Feed | Snyk ·
Introducing the Snyk AI Security Platform
cybersecurity

Introducing the Snyk AI Security Platform

Discover the Snyk AI Security Platform, purpose-built for safe AI innovation and building trust in AI-driven software. Learn how Snyk offers comprehensive visibility, intelligent prioritization, and scalable policy enforcement for AI.

Blog RSS Feed | Snyk ·
This Shit is Hard: Inside the Chainguard Factory
cybersecurity

This Shit is Hard: Inside the Chainguard Factory

The Chainguard Factory combines world-class talent and automation to produce packages and images at a level of speed unmatched by any other Linux distribution.

Chainguard: Unchained ·
Security Testing for Single-Page Applications (SPAs)
cybersecurity

Security Testing for Single-Page Applications (SPAs)

One of the biggest challenges of embracing the development of Single-Page Applications (SPAs) is security testing. SPA security testing can’t just be about crawling the frontend URLs and using spiders like in traditional security testing. So, how can you make sure you’re properly testing your SPAs?

Blog RSS Feed | Snyk ·
Snyk @ RSAC 2025
cybersecurity

Snyk @ RSAC 2025

Explore Snyk’s highlights from RSAC 2025, focusing on generative AI, API security advancements, and community initiatives. Learn how Snyk is shaping the future of secure application development. Register for Snyk Launch 2025.

Blog RSS Feed | Snyk ·
Changes to PyTorch Container Images
cybersecurity

Changes to PyTorch Container Images

Chainguard is making changes to its Pytorch container images to make them more secure, easier to update, and simpler to use.

Chainguard: Unchained ·
Snyk Ushers in the Future of DAST: AI-Driven Security for the Age of AI-Driven Development
cybersecurity

Snyk Ushers in the Future of DAST: AI-Driven Security for the Age of AI-Driven Development

Snyk launches Snyk API & Web, an AI-driven DAST engine that helps organizations automatically find and expose vulnerabilities at scale. Deeply integrated in Snyk’s Developer Security Platform, Snyk API & Web is the company’s answer to securing the complex, AI-powered applications developers are building today.

Blog RSS Feed | Snyk ·
FIPS-ing the Un-FIPS-able: Apache Spark
cybersecurity

FIPS-ing the Un-FIPS-able: Apache Spark

Chainguard now offers FIPS-validated container images for Apache Spark and Spark Operator. See how we did it.

Chainguard: Unchained ·
Ingress-nginx-controller: Nightmare on CVE Street
cybersecurity

Ingress-nginx-controller: Nightmare on CVE Street

Chainguard was able to quickly respond to and handle the recent ingress-nginx-controller CVEs that were discovered by Wiz. See the actions we have taken.

Chainguard: Unchained ·
What FedRAMP 20x Means for You
cybersecurity

What FedRAMP 20x Means for You

FedRAMP 20x is a new initiative designed to automate and simplify the FedRAMP process. Get the rundown on what is changing, and how Chainguard can help.

Chainguard: Unchained ·
Get Off My Lawn and Fix Your Vulnerabilities!
cybersecurity

Get Off My Lawn and Fix Your Vulnerabilities!

Tired of boring scans? Meet Greybeard, Snyk’s humorous AI security CLI that gives unforgettable, brutally honest vulnerability feedback developers won’t forget. Greybeard is an April Fool’s tool that really works.

Blog RSS Feed | Snyk ·
Q&A Session with Snyk & John Hammond: Your Fetch the Flag Questions, Answered
cybersecurity

Q&A Session with Snyk & John Hammond: Your Fetch the Flag Questions, Answered

Here are five standout questions and answers from Snyk’s Fetch the Flag CTF event on February 27 and 28. Sit down with cybersecurity educator and developer influencer John Hammond—along with challenge designer Matt Kiely (aka huskyhacks), and developer advocates Micah Silverman, Sonya Moisset, Vandana Verma, and Elliot Ward—for a live Q&A session.

Blog RSS Feed | Snyk ·
Key Takeaways from Chainguard Assemble 2025
cybersecurity

Key Takeaways from Chainguard Assemble 2025

Chainguard announced Chainguard Libraries, Chainguard VMs, and a new partnership with Datadog at Assemble, our inaugural event for security and developer pros.

Chainguard: Unchained ·
CVE-2025-29927 Authorization Bypass in Next.js Middleware
cybersecurity

CVE-2025-29927 Authorization Bypass in Next.js Middleware

On Friday morning, March 21, 2025, at 9:00 a.m. UTC, a security advisory identified as CVE-2025-29927 was published. It cited a critical 9.1 severity vulnerability for mainstream Next.js applications.

Blog RSS Feed | Snyk ·
The Distroless Revolution Will Be Chainguarded
cybersecurity

The Distroless Revolution Will Be Chainguarded

Chainguard OS is the next generation in open source software delivery. Learn all about the principles and technology that make it possible.

Chainguard: Unchained ·
Have We Reached a Distroless Tipping Point?
cybersecurity

Have We Reached a Distroless Tipping Point?

The world is at an inflection point in open source software delivery. See where the software distribution status quo is at, and what is next.

Chainguard: Unchained ·
Reconstructing the TJ Actions Changed Files GitHub Actions Compromise
cybersecurity

Reconstructing the TJ Actions Changed Files GitHub Actions Compromise

A critical security exploit in the popular GitHub Action changed-files (tj-actions/changed-files) exposed encrypted secrets in plaintext within GitHub Action logs. This vulnerability, affecting over 23,000 repositories, was enabled by orphaned commits and manipulated release tags. Learn how to protect your GitHub workflows from similar exploits.

Blog RSS Feed | Snyk ·
An Ode to Defense in Depth
cybersecurity

An Ode to Defense in Depth

Chainguard’s defense in depth approach to security helped protect it from the recent tj-actions/changed-files GitHub repository compromise. Learn more about how.

Chainguard: Unchained ·
What to Expect at Chainguard Assemble 2025
cybersecurity

What to Expect at Chainguard Assemble 2025

Chainguard Assemble 2025 will take place in San Francisco on March 25. Take a deep dive into all the topics that sessions at the event will cover.

Chainguard: Unchained ·
Snyk Helps Secure the Golang Bento Project
cybersecurity

Snyk Helps Secure the Golang Bento Project

Discover how Snyk helps secure the open source Golang project Bento by contributing vulnerability fixes and leveraging AI-powered tools. Learn about our efforts to enhance Bento’s security and support open source maintainers through the Snyk Secure Developer Program.

Blog RSS Feed | Snyk ·
AI Code Generation: Code Security & Quality, Benefits, Risks & Top Tools
cybersecurity

AI Code Generation: Code Security & Quality, Benefits, Risks & Top Tools

AI code generation accelerates development, enhances productivity, and reduces coding fatigue. However, it also introduces security risks and challenges. Learn how AI-powered coding works, its benefits and limitations, and how to secure AI-generated code using Snyk’s security tools.

Blog RSS Feed | Snyk ·
DevSecOps Automation Framework
cybersecurity

DevSecOps Automation Framework

Learn about the principles of DevSecOps automation, how to implement a DevSecOps automation strategy, & the best DevSecOps tools.

Blog RSS Feed | Snyk ·
Disrupting the Status (Distro)Quo
cybersecurity

Disrupting the Status (Distro)Quo

The traditional “distro” model of open source software delivery is ready for innovation. Learn how we got to this point and what comes next.

Chainguard: Unchained ·
Wolfi Moves to usrmerge Standard
cybersecurity

Wolfi Moves to usrmerge Standard

To enhance standardization and compatibility with modern Linux applications and other major distributions, Chainguard is adopting the usrmerge filesystem layout.

Chainguard: Unchained ·
Can Snyk Detect JWT Security Issues?
cybersecurity

Can Snyk Detect JWT Security Issues?

How to detect and prevent JWT security risks? Follow Snyk’s JWT security best practices for enhanced security.

Blog RSS Feed | Snyk ·
Celebrating Black History Month 2025 at Snyk
cybersecurity

Celebrating Black History Month 2025 at Snyk

This Black History Month, we celebrate the invaluable contributions Black individuals have made to our company, our industry, and our world. At Snyk, we believe that a diverse and inclusive workplace is essential for innovation and success, and we’re committed to fostering a culture where everyone feels valued and respected.

Blog RSS Feed | Snyk ·
Can Snyk Find Weak Cryptographic Algorithms? Bye Bye MD5
cybersecurity

Can Snyk Find Weak Cryptographic Algorithms? Bye Bye MD5

Weak encryption algorithms are cryptographic algorithms that provide inadequate security against attacks. Find out how Snyk Code can help find weak cryptographic algorithms and with weak cryptography testing.

Blog RSS Feed | Snyk ·
Incorporating security by design: Managing risk in DevSecOps
cybersecurity

Incorporating security by design: Managing risk in DevSecOps

Explore the business value of mitigating security threats early in the development process and embedding security at every stage throughout the entire application lifecycle, and some of the most effective ways to adopt a secure-by-design approach.

Blog RSS Feed | Snyk ·
Snyk’s Fetch the Flag CTF is More Than Just a CTF
cybersecurity

Snyk’s Fetch the Flag CTF is More Than Just a CTF

Check out some of the previous Fetch the Flag challenges grounded in the same technical concepts and tactical material we’ve seen in the industry – and get excited for the 2025 Fetch the Flag!

Blog RSS Feed | Snyk ·
Docker Bake and Chainguard Images
cybersecurity

Docker Bake and Chainguard Images

Docker Bake is a great resource to define build configuration using a declarative file that integrates well with Chainguard Images. See how.

Chainguard: Unchained ·
Do not pass GO - Malicious Package Alert
cybersecurity

Do not pass GO - Malicious Package Alert

Recently, researchers have found another Software Supply Chain issue in BoltDB, a popular database tool in the Go programming environment. The BoltDB Go Module was found backdoored and contained hidden malicious code.

Blog RSS Feed | Snyk ·
Consolidate Security Findings with Snyk and Google Security Command Center
cybersecurity

Consolidate Security Findings with Snyk and Google Security Command Center

Snyk’s integration with Google Cloud Security Command Center (SCC) enables CISOs and security teams to monitor and manage AppSec vulnerabilities and misconfigurations from Snyk alongside cloud security issues from Google Cloud, all within a single pane of glass.

Blog RSS Feed | Snyk ·
Join Us at Chainguard Assemble 2025
cybersecurity

Join Us at Chainguard Assemble 2025

Chainguard Assemble is an event hosted by Chainguard for engineering and security professionals and leaders on March 25, 2025 at Convene in San Francisco, CA.

Chainguard: Unchained ·
Creating SBOMs with the Snyk CLI
cybersecurity

Creating SBOMs with the Snyk CLI

In this post, we’ll delve into what SBOMs are, why they’re necessary, and their role in open source security.

Blog RSS Feed | Snyk ·
Introducing Snyk Accelerate with Accenture
cybersecurity

Introducing Snyk Accelerate with Accenture

Snyk Accelerate is a new offering from Snyk and Accenture that aims to help clients adopt a developer-friendly security program that both reduces business risk and speeds up developer innovation.

Blog RSS Feed | Snyk ·
Chainguard Images: The Easy Button for FedRAMP
cybersecurity

Chainguard Images: The Easy Button for FedRAMP

Chainguard Images are designed to make achieving FedRAMP compliance for container images easier. Learn more about how we make vulnerability management simple.

Chainguard: Unchained ·
The First Round of Changes to Match Snyk's Design Language
cybersecurity

The First Round of Changes to Match Snyk's Design Language

Probely, now a Snyk Business, is putting some UI changes into effect. We explain this first round of changes, and how we’re looking at further changes in the future to match Snyk’s design language.

Blog RSS Feed | Snyk ·
Understanding the EU’s Cyber Resilience Act (CRA)
cybersecurity

Understanding the EU’s Cyber Resilience Act (CRA)

Find out how the Cyber Resilience Act (CRA) sets new security standards for the EU and how Snyk can help simplify compliance with its developer-friendly tools.

Blog RSS Feed | Snyk ·
Using Compiler Flags to Secure Your Code
cybersecurity

Using Compiler Flags to Secure Your Code

Open SSF’s recommended compiler flags are a great way to improve memory safety and security. Check out what effect using these flags can have.

Chainguard: Unchained ·
Sneak Peek into Fetch the Flag CTF 2025
cybersecurity

Sneak Peek into Fetch the Flag CTF 2025

Fetch the Flag, Snyk’s annual Capture the Flag (CTF) competition, is back for 2025. Join this exciting virtual event on February 27, 2025, hosted by Snyk and cybersecurity expert John Hammond, from 9 am to 9 pm ET.

Blog RSS Feed | Snyk ·
Enabling Secure Software Development in 2025
cybersecurity

Enabling Secure Software Development in 2025

Chainguard is building on the success they generated for their customers in 2024. Take a look back at the numbers, and see what’s next for us and our users!

Chainguard: Unchained ·
Securing GenAI Development with Snyk
cybersecurity

Securing GenAI Development with Snyk

AI-generated code is impacting how AppSec teams work. Learn more about the risks of AI-generated code and how Snyk can help secure your codebase.

Blog RSS Feed | Snyk ·
10 Docker Security Best Practices
cybersecurity

10 Docker Security Best Practices

Understand the basics of Docker security best practices with our Docker Cheat Sheet to improve container security.

Blog RSS Feed | Snyk ·
Securing the Digital Future: AppSec Best Practices in Digital Banking
cybersecurity

Securing the Digital Future: AppSec Best Practices in Digital Banking

Application security is critical to safeguarding customer data and maintaining trust. Explore best practices for AppSec, including secure coding, vulnerability management, and integrating security into continuous development cycles. Protect your digital services and stay resilient against evolving threats, ensuring a secure future for your customers and business.

Blog RSS Feed | Snyk ·
Explore Chainguard CVE Visualizations: Now in Beta
cybersecurity

Explore Chainguard CVE Visualizations: Now in Beta

Check out Chainguard CVE Visualizations, a new capability that allows for comparisons of CVE numbers between Chainguard Images and alternative container images.

Chainguard: Unchained ·
4 Tips for Securing GenAI-Assisted Development
cybersecurity

4 Tips for Securing GenAI-Assisted Development

Discover four practical tips for scaling your AppSec program to meet the speed of GenAI-assisted development. Read our whitepaper to learn more.

Blog RSS Feed | Snyk ·
Snyk’s risk-based approach to prioritization
cybersecurity

Snyk’s risk-based approach to prioritization

With Snyk’s approach and Snyk AppRisk, implementing risk-based prioritization is easy. Here’s how Snyk’s developer-first, holistic approach works.

Blog RSS Feed | Snyk ·
Ultralytics AI Pwn Request Supply Chain Attack
cybersecurity

Ultralytics AI Pwn Request Supply Chain Attack

Discover the details of the Ultralytics AI supply chain attack, a sophisticated two-phase breach targeting PyPI releases and GitHub Actions with cryptocurrency mining malware. Learn how to detect exposure, secure your projects, and protect against future vulnerabilities using tools like Snyk.

Blog RSS Feed | Snyk ·
How to Mitigate SSRF Vulnerabilities in Go
cybersecurity

How to Mitigate SSRF Vulnerabilities in Go

Dive into Server-Side Request Forgery (SSRF) vulnerabilities in Go applications and explore mitigation techniques. Learn how to secure your Go code and leverage tools like Snyk Code for proactive security.

Blog RSS Feed | Snyk ·
Seven steps to close coverage gaps with ASPM
cybersecurity

Seven steps to close coverage gaps with ASPM

Finding and closing coverage gaps in your AppSec program is not a one-and-done process, it’s an ongoing combination of efforts. See how ASPM makes it easier.

Blog RSS Feed | Snyk ·
Empowering women in security: The impact of mentorship
cybersecurity

Empowering women in security: The impact of mentorship

In the Women Leading Security series, Snyk CMO Jonaki Egenolf spoke with influential leaders about challenges and opportunities in the journey toward a more inclusive cybersecurity industry.

Blog RSS Feed | Snyk ·
Why a solid DevOps foundation is vital for effective DevSecOps
cybersecurity

Why a solid DevOps foundation is vital for effective DevSecOps

DevSecOps integrates security into the entire software development lifecycle. By empowering developers with automated tools and shifting security left, organizations can deliver software faster and more securely.

Blog RSS Feed | Snyk ·
How to prioritize vulnerabilities based on risk
cybersecurity

How to prioritize vulnerabilities based on risk

Learn how to use risk-based prioritization for vulnerability management. This blog will help you reduce alert fatigue and improve your security posture.

Blog RSS Feed | Snyk ·
Understanding command injection vulnerabilities in Go
cybersecurity

Understanding command injection vulnerabilities in Go

Read how command injection works and the dangers it poses. Learn about practical guidance on how to prevent it. By following best practices and using tools like Snyk, you can significantly reduce the risk of command injection attacks in your Go projects.

Blog RSS Feed | Snyk ·
Kernel-Independent FIPS Images
cybersecurity

Kernel-Independent FIPS Images

Chainguard’s FIPS Images are available for deployment on any Linux kernel, thanks to some new innovation by our engineering team. Learn what this means.

Chainguard: Unchained ·
Extending developer security with dev-first dynamic testing
cybersecurity

Extending developer security with dev-first dynamic testing

Snyk acquires Probely to expand its DevSecOps platform with API Security Testing and modern DAST. Learn how this acquisition will help developers build and secure web applications faster.

Blog RSS Feed | Snyk ·
Lottie Player npm package compromised for crypto wallet theft
cybersecurity

Lottie Player npm package compromised for crypto wallet theft

On October 31st, 2024, another package compromise and cryptocurrency hijack story unfolded for a popular npm package. Scan open source dependencies and container images in the CLI or your SCM with Snyk to determine if you’re using one of the vulnerable versions of lottie-player, and potentially uncover any other security vulnerabilities you may have in your projects.

Blog RSS Feed | Snyk ·
Top 5 SAST Auto-fixing Tools and How They Compare
cybersecurity

Top 5 SAST Auto-fixing Tools and How They Compare

Speed Up Code Remediation with AI-Powered Tools. Learn about the top 5 SAST auto-fixing tools and their features to streamline your development workflow. Discover how Snyk Agent Fix can slash your remediation time by 84% or more.

Blog RSS Feed | Snyk ·
Best practices for continuous vulnerability management
cybersecurity

Best practices for continuous vulnerability management

By integrating security practices into the development lifecycle, providing continuous education and training, and automating security workflows, organizations can effectively mitigate risks from open-source supply chain incidents, AI-generated code, and emerging threats. Snyk provides the tools and resources to establish a proactive security culture and ensure application security.

Blog RSS Feed | Snyk ·
Women - Kickstart your Application Security Career!
cybersecurity

Women - Kickstart your Application Security Career!

Discover how to break into the exciting field of application security. Learn about free online resources, community involvement, mentorship opportunities, and exclusive communities for women in cybersecurity. Get inspired by industry leaders and start your journey today.

Blog RSS Feed | Snyk ·
Snyk announces commitment to Service for America, bringing security education access to all
cybersecurity

Snyk announces commitment to Service for America, bringing security education access to all

Snyk partners with the Service for America Initiative to offer free cybersecurity education through Snyk Learn. Discover Snyk Learn’s free, hands-on training and workshops designed to equip developers and security teams with the skills to build secure applications. From coding security to Capture the Flag events, Snyk helps prepare students and professionals for the ever-evolving cyber landscape.

Blog RSS Feed | Snyk ·
How Snyk is prioritizing developer experience
cybersecurity

How Snyk is prioritizing developer experience

Find out why developer experience is so crucial to Snyk and how we enable a more streamlined developer experience with our newest features.

Blog RSS Feed | Snyk ·
Automatically fix code vulnerabilities with AI
cybersecurity

Automatically fix code vulnerabilities with AI

Explore Snyk Deep Code AI Fix (DCAIF), a game-changer for developers. Unlike generative AI assistants that may introduce security vulnerabilities, DCAIF leverages a hybrid AI model to automatically fix common security issues like XSS right in your IDE.

Blog RSS Feed | Snyk ·
The mysterious supply chain concern of string-width-cjs npm package
cybersecurity

The mysterious supply chain concern of string-width-cjs npm package

Npm package aliasing can be a security threat. Learn about how malicious actors can exploit this feature to introduce fake packages into your projects. Protect your projects with best practices and stay vigilant against supply chain attacks.

Blog RSS Feed | Snyk ·
Proactive AppSec continuous vulnerability management for developers and security teams
cybersecurity

Proactive AppSec continuous vulnerability management for developers and security teams

Protect against modern threats like open-source supply chain attacks and AI-generated code vulnerabilities. Automate dependency scanning, remediation, and container security to ensure your applications are safe and compliant. Secure your software development with Snyk’s comprehensive vulnerability management solution.

Blog RSS Feed | Snyk ·
Promise queues and batching concurrent tasks in Deno
cybersecurity

Promise queues and batching concurrent tasks in Deno

Learn how to create secure applications using Deno. Explore the default security measures provided by Deno, understand potential vulnerabilities such as Server-Side Request Forgery (SSRF), and uncover the best practices for minimizing risks. Enhance your application’s security by leveraging Deno’s advanced features.

Blog RSS Feed | Snyk ·
Identifying insecure C Code with Valgrind and fixing with Snyk Code
cybersecurity

Identifying insecure C Code with Valgrind and fixing with Snyk Code

Discover how to secure your C and C++ code with Snyk. Learn about common vulnerabilities like memory leaks and buffer overflows in C and C++ and how Snyk’s static code analysis tool can help you identify and fix them. Protect your critical software from security threats.

Blog RSS Feed | Snyk ·
Dive into AI and LLM learning with the new Snyk Learn learning path
cybersecurity

Dive into AI and LLM learning with the new Snyk Learn learning path

Dive into the world of AI and LLM security with Snyk Learn’s new free learning path. Learn how to protect your AI systems from the OWASP Top 10 vulnerabilities. Master prompt injection, sensitive data disclosure, and more. Start your AI security journey today!

Blog RSS Feed | Snyk ·
Want to avoid a data breach? Employ secrets detection
cybersecurity

Want to avoid a data breach? Employ secrets detection

Concerned about data breaches? Exposed secrets like API keys and passwords are a major culprit. Secure your software development lifecycle, identify and remove hardcoded secrets in code, and leverage Snyk’s secrets detection tools to identify secrets early in development in order to prevent breaches and safeguard your applications.

Blog RSS Feed | Snyk ·
What you should know about PHP code security
cybersecurity

What you should know about PHP code security

Let’s discuss the importance of PHP security and the business impact of some notable PHP interpreter vulnerabilities that are crucial for developers to get right.

Blog RSS Feed | Snyk ·
Zero CVE metrics on Cloud Run
cybersecurity

Zero CVE metrics on Cloud Run

Achieve Zero CVEs on Cloud Run with OpenTelemetry sidecar. Learn how to leverage Chainguard Images for secure and efficient monitoring.

Chainguard: Unchained ·
Chainguard Java Images Now Support FIPS 140-3
cybersecurity

Chainguard Java Images Now Support FIPS 140-3

Chainguard Java Images now support FIPS 140-3 with Bouncy Castle 2.0. Future-proof your compliance and simplify audits with pre-configured, secure images.

Chainguard: Unchained ·
Changes to Chainguard Images Developer Tier
cybersecurity

Changes to Chainguard Images Developer Tier

Chainguard remains committed to securing open source software. Discover how our updated Developer Images offering supports your projects.

Chainguard: Unchained ·
The principle of immutability
cybersecurity

The principle of immutability

Secure by default starts with immutability. Discover how to control change and minimize risks.

Chainguard: Unchained ·
How NIST is changing standards to safeguard AI
cybersecurity

How NIST is changing standards to safeguard AI

New NIST AI standards address generative AI risks with a focus on risk management, security practices, and recognizing synthetic content.

Chainguard: Unchained ·
Vulnerabilities in NodeJS C/C++ add-on extensions
cybersecurity

Vulnerabilities in NodeJS C/C++ add-on extensions

In this blog post, we aim to provide an overview of common security vulnerabilities and vulnerable patterns that can occur when writing C/C++ add-ons in NodeJS.

Blog RSS Feed | Snyk ·
A denial of service Regex breaks FastAPI security
cybersecurity

A denial of service Regex breaks FastAPI security

In this blog post, we are going to delve deep into the world of application security, specifically focusing on a vulnerability that can deteriorate FastAPI security: Denial of service (DoS) caused by insecure regular expressions (regex).

Blog RSS Feed | Snyk ·
Welcoming Diana Brunelle: Snyk’s New Chief People Officer
cybersecurity

Welcoming Diana Brunelle: Snyk’s New Chief People Officer

It’s my pleasure to announce Diana Brunelle as Snyk’s new Chief People Officer (CPO). Diana comes to us with more than two decades of experience in global HR leadership and talent strategy. I’m eager to see her channel her passion and expertise to further build on Snyk’s inclusive company culture to drive organizational alignment and continued growth.

Blog RSS Feed | Snyk ·
Meet Chainguard at Black Hat USA 2024 in Vegas!
cybersecurity

Meet Chainguard at Black Hat USA 2024 in Vegas!

Join Chainguard at Black Hat USA 2024 for cybersecurity insights, networking, and fun in Las Vegas this August. Don’t miss our exciting events and activities!

Chainguard: Unchained ·
How to setup Deno Dev Container on GitHub Codespaces?
cybersecurity

How to setup Deno Dev Container on GitHub Codespaces?

In this post, we will be exploring the world of Deno, GitHub Codespaces, and Dev Containers, providing you with the knowledge you need to set up your development environment effectively and efficiently in the cloud. Our target audience for this post is developers, particularly those who work with the JavaScript and Node.js ecosystem.

Blog RSS Feed | Snyk ·
10 Dimensions of Python Static Analysis
cybersecurity

10 Dimensions of Python Static Analysis

Python static analysis, commonly referred to as “linting,” plays a vital role in software development by examining Python code without executing it. This process aims to uncover potential bugs, programming errors, stylistic inconsistencies, or deviations from established coding standards. Additionally, static analysis facilitates early detection of vulnerabilities, thereby minimizing the risk of deploying insecure code into production environments. It is an essential practice for maintaining code quality and security.

Blog RSS Feed | Snyk ·
How to secure an S3 bucket on AWS?
cybersecurity

How to secure an S3 bucket on AWS?

In this blog post, we’ll discuss practical steps to ensure your S3 buckets are secure and compliant with best practices.

Blog RSS Feed | Snyk ·
NVD updates: CVSS v4.0, CISA data, and more
cybersecurity

NVD updates: CVSS v4.0, CISA data, and more

Learn about the NVD’s recent updates, including CISA Vulnrichment data, CVSS v4.0 integration, and how they impact your vulnerability management workflow.

Chainguard: Unchained ·
How to secure a REST API?
cybersecurity

How to secure a REST API?

In this post, we’ll discuss what REST APIs are and how to secure them.

Blog RSS Feed | Snyk ·
How much time is wasted triaging known exploits?
cybersecurity

How much time is wasted triaging known exploits?

Stop wasting time on known exploits. Read our latest research and discover strategies to streamline your vulnerability management for maximum efficiency.

Chainguard: Unchained ·
4 AI coding risks and how to address them
cybersecurity

4 AI coding risks and how to address them

Learn about the risks associated with AI-generated code in software development. Gain actionable insights on how to AI coding risks in this article.

Blog RSS Feed | Snyk ·
Building minimal and low CVE images for Java
cybersecurity

Building minimal and low CVE images for Java

Build secure, minimal Java images with fewer CVEs. Learn how Chainguard Images helps you optimize security and performance for your Java applications.

Chainguard: Unchained ·
STIG hardening container images
cybersecurity

STIG hardening container images

Dive into the world of STIG hardening for container images. Explore expert insights, practical tips, and Chainguard solutions to fortify your container security.

Chainguard: Unchained ·
Talk to us about Snyk CLI
cybersecurity

Talk to us about Snyk CLI

In today’s blog post, the Snyk CLI team will share how our research informs product discovery, development, and impact, where we need your help, and how you can share your experience and pain points with us.

Blog RSS Feed | Snyk ·
Secure AI tool adoption: Perceptions and realities
cybersecurity

Secure AI tool adoption: Perceptions and realities

In our latest report, Snyk surveyed security and software development technologists, from top management to application developers, on how their companies had prepared for and adopted generative AI coding tools.

Blog RSS Feed | Snyk ·
Snyk sponsors Snowflake Summit
cybersecurity

Snyk sponsors Snowflake Summit

We are thrilled to announce the strategic partnership between Snyk and Snowflake,two industry leaders coming together to revolutionize data and application security.

Blog RSS Feed | Snyk ·
Get Smart in Five Minutes: Container images 101
cybersecurity

Get Smart in Five Minutes: Container images 101

New to container images? Our quick guide will teach you the fundamentals in no time, covering everything from what they are to how they’re used.

Chainguard: Unchained ·
Working as unexpected
cybersecurity

Working as unexpected

Don’t let the unexpected derail your projects. Read our guide on embracing uncertainty in software development and unlock new possibilities.

Chainguard: Unchained ·
5 tips for adopting AI code assistance securely
cybersecurity

5 tips for adopting AI code assistance securely

Five actionable tips for using AI code assistants securely and integrating security checks for AI-generated code throughout the software lifecycle.

Blog RSS Feed | Snyk ·
10 modern Node.js runtime features to start using in 2024
cybersecurity

10 modern Node.js runtime features to start using in 2024

This post will explore 10 modern Node.js runtime features that every developer should start using in 2024. We’ll cover everything from fresh off-the-press APIs to the compelling features offered by new kids on the block like Bun and Deno.

Blog RSS Feed | Snyk ·
How to secure Python Flask applications
cybersecurity

How to secure Python Flask applications

In this article, you’ll learn about some best practices related to securing Python applications built with the Flask web application framework. You’ll start by looking at some insecure configuration examples and then learn how to mitigate and fix any issues.

Blog RSS Feed | Snyk ·
Changes to static, Git, and BusyBox Developer Images
cybersecurity

Changes to static, Git, and BusyBox Developer Images

Learn about the latest changes to Chainguard’s static, git and busybox Developer Images. Enhance your software development with improved security and efficiency.

Chainguard: Unchained ·
Chainguard’s Trail of Bits security assessment
cybersecurity

Chainguard’s Trail of Bits security assessment

Trust but verify: Read about Chainguard’s independent security assessment by Trail of Bits and our dedication to transparency in security practices.

Chainguard: Unchained ·
Introducing Chainguard's Trust Center
cybersecurity

Introducing Chainguard's Trust Center

Learn how Chainguard prioritizes security with our new Trust Center. Find info on our policies, certifications, and how we protect your software supply chain.

Chainguard: Unchained ·
AppSec spring cleaning checklist
cybersecurity

AppSec spring cleaning checklist

Dive into three tips for spring cleaning your AppSec program: organizing assets, decluttering alerts, and sprucing up policies/controls.

Blog RSS Feed | Snyk ·
Audited least privilege
cybersecurity

Audited least privilege

Strengthen your software supply chain security with audited least privilege. Learn how Chainguard’s approach minimizes risk and enhances trust.

Chainguard: Unchained ·
Signing CISA’s Secure by Design pledge
cybersecurity

Signing CISA’s Secure by Design pledge

Chainguard proudly signs CISA’s Secure by Design pledge. Learn why we support this critical software security initiative.

Chainguard: Unchained ·
Open sourcing Octo STS
cybersecurity

Open sourcing Octo STS

Open Source Octo STS Released — Chainguard’s solution to eliminate long-lived GitHub credentials. Improve security, collaborate, get updates.

Chainguard: Unchained ·
Snyk CLI: Introducing Semantic Versioning and release channels
cybersecurity

Snyk CLI: Introducing Semantic Versioning and release channels

We are pleased to introduce Semantic Versioning and release channels to Snyk CLI from v.1.1291.0 onwards. In this blog post, we will share why we are introducing these changes, what problems these changes solve for our customers, and how our customers can opt-in according to their needs.

Blog RSS Feed | Snyk ·
360 degrees of application security with Snyk
cybersecurity

360 degrees of application security with Snyk

Snyk Ambassador Soumen Mukherjee walks us through the various features of the Snyk platform and how it provides 360 degrees of application security.

Blog RSS Feed | Snyk ·
DevOpsDays Singapore 2024: Unmasking the security pitfalls in AI-generated code
cybersecurity

DevOpsDays Singapore 2024: Unmasking the security pitfalls in AI-generated code

At DevOpsDays Singapore 2024, Snyk’s Lawrence Crowther was featured as a keynote speaker. Here are some highlights from his presentation on the critical security integration within DevOps processes, focusing on AI-generated code and its potential to revolutionize software development while exposing vulnerabilities.

Blog RSS Feed | Snyk ·
Building an npm package compatible with ESM and CJS in 2024
cybersecurity

Building an npm package compatible with ESM and CJS in 2024

Publishing JavaScript packages that are compatible with both ECMAScript Modules (ESM) and CommonJS (CJS) is a critical skill for developers who aim to integrate wide-ranging libraries. This write-up focuses on practical approaches and best practices for maintaining ESM and CJS support.

Blog RSS Feed | Snyk ·
Day in the life of a food giant CISO
cybersecurity

Day in the life of a food giant CISO

Snyk’s Vandana Verma Sehgal sat down with Sherif Mansour, the Director of InfoSec at JustEat, for a “Day in the life of a CISO” session to learn more about his day-to-day experience as a security leader.

Blog RSS Feed | Snyk ·
How CVEs slow down developer productivity
cybersecurity

How CVEs slow down developer productivity

Tired of wasting time on CVEs? Learn how to streamline container security, boost developer productivity, and reduce risk. Data-backed insights inside.

Chainguard: Unchained ·
How to install Java on macOS
cybersecurity

How to install Java on macOS

In the following post, we will guide you through installing Java on macOS, ensuring you’re ready to start developing applications in no time.

Blog RSS Feed | Snyk ·
How SAS secures their AI-generated code
cybersecurity

How SAS secures their AI-generated code

Generative AI is ubiquitous across the software industry. Learn more about its impact on today’s development teams and how to use it securely.

Blog RSS Feed | Snyk ·
Nine Docker pro tips for Node.js developers
cybersecurity

Nine Docker pro tips for Node.js developers

In this post, we dive into nine lesser-known yet highly effective commands that can significantly improve your Docker experience in Node.js.

Blog RSS Feed | Snyk ·
Six takeaways from our ASPM masterclass series
cybersecurity

Six takeaways from our ASPM masterclass series

Read an overview of our ASPM masterclass, including the definition of ASPM, its uses in today’s organizations, and a few implementation tips.

Blog RSS Feed | Snyk ·
A more secure (and smaller) Big Bang
cybersecurity

A more secure (and smaller) Big Bang

Chainguard enhances Big Bang with secure, smaller images: 100% fewer CVEs, 40% less components, 72% size reduction for fortified security.

Chainguard: Unchained ·
Exploiting HTTP/2 CONTINUATION frames for DoS attacks
cybersecurity

Exploiting HTTP/2 CONTINUATION frames for DoS attacks

This post covers all the info you need on the new HTTP/2 CONTINUATION frames vulnerability, including the affected versions, its impact, mitigation steps, and how to protect your applications.

Blog RSS Feed | Snyk ·
The story of the most vulnerable Chainguard Image
cybersecurity

The story of the most vulnerable Chainguard Image

Chainguard jokingly revels its ‘most vulnerable’ Image with 300,000 CVEs as an April Fools’ joke, showcasing just how many CVEs they protect against.

Chainguard: Unchained ·
The XZ backdoor CVE-2024-3094
cybersecurity

The XZ backdoor CVE-2024-3094

On the 29th of March 2024, the high-stakes investment and prolonged campaign to plant a backdoor in the Linux software library liblzma to gain access to multiple operating systems via Linux distributions was carried out by a malicious actor.

Blog RSS Feed | Snyk ·
Securing your SBOM on Google Cloud
cybersecurity

Securing your SBOM on Google Cloud

Get an overview of NSA’s newest guidance on open source security and learn how to follow it in your Google Cloud environment with Snyk.

Blog RSS Feed | Snyk ·
Why end-of-life software means 400+ CVEs per year
cybersecurity

Why end-of-life software means 400+ CVEs per year

Discover why End-of-Life software poses a high security risk with over 400 CVEs annually, emphasizing the importance of timely updates and secure practices.

Chainguard: Unchained ·
How Snyk ensures safe adoption of AI
cybersecurity

How Snyk ensures safe adoption of AI

Explore the evolution of AI in software development and its current applications, and discover how Snyk leverages AI in its security products to safeguard the development ecosystem.

Blog RSS Feed | Snyk ·
Snyk's AppSec dream team
cybersecurity

Snyk's AppSec dream team

In honor of the upcoming March Madness tournament, we’ve put together our own dream team for AppSec. Read on to discover Snyk’s all-star application security features and how they can help your team get a slam dunk in protecting applications from code to cloud.

Blog RSS Feed | Snyk ·
Snyk users don't have to worry about NVD delays
cybersecurity

Snyk users don't have to worry about NVD delays

Learn why NVD delays do not compromise the integrity or efficacy of Snyk’s security intelligence, including the Snyk Vulnerability Database.

Blog RSS Feed | Snyk ·
Introducing the ASPM Masterclass
cybersecurity

Introducing the ASPM Masterclass

Snyk’s latest masterclass series, Unlocking AppSec Excellence, aims to educate the market on ASPM and how application security leaders can use it to build an effective risk-based AppSec program.

Blog RSS Feed | Snyk ·
AppSec Maturity Models
cybersecurity

AppSec Maturity Models

Learn what to include in your application security maturity model and how to assess your current level of application security maturity.

Blog RSS Feed | Snyk ·
Defense in Depth
cybersecurity

Defense in Depth

Defense in depth is a cybersecurity approach that focuses on making it as difficult as possible for attackers to succeed by combining numerous security measures.

Blog RSS Feed | Snyk ·
Snyk documentation: Our journey so far
cybersecurity

Snyk documentation: Our journey so far

In this post, we’ll review Snyk’s approach to documentation, the recent improvements we’ve made, and what’s coming soon.

Blog RSS Feed | Snyk ·
How REI built a DevSecOps culture and how Snyk helped
cybersecurity

How REI built a DevSecOps culture and how Snyk helped

Learn how the REI team built a strong security culture across development units in this AWS Re:Invent chat between Dan Ngo, Lead Security Engineer, Cybersecurity Engineering and Risk Management at REI, and Clinton Herget, Field CTO at Snyk.

Blog RSS Feed | Snyk ·
Reimagining the Linux distro with Wolfi
cybersecurity

Reimagining the Linux distro with Wolfi

Discover Wolfi: Chainguard’s answer to modern container security, creating minimal, secure Linux distributions for today’s needs.

Chainguard: Unchained ·
Preventing SQL injection attacks in Node.js
cybersecurity

Preventing SQL injection attacks in Node.js

In this article, you’ll learn more about why SQL injection attacks pose a significant threat and how to shield your Node.js applications against them.

Blog RSS Feed | Snyk ·
With Love, Your Applications
cybersecurity

With Love, Your Applications

This year for Valentine’s Day, we’re imagining what a love letter from your applications to the tools that keep them secure might look like.

Blog RSS Feed | Snyk ·
Reporting AppSec risk up to your CISO
cybersecurity

Reporting AppSec risk up to your CISO

Learn what information CISOs need to know about your application security program in order to have a clear understanding of risk.

Blog RSS Feed | Snyk ·
Automatic source locations with Rego
cybersecurity

Automatic source locations with Rego

We recently released a series of improvements to Snyk IaC, and in this blog post, we’re taking a technical dive into a particularly interesting feature — automatic source code locations for rule violations.

Blog RSS Feed | Snyk ·
10 GitHub Security Best Practices
cybersecurity

10 GitHub Security Best Practices

In this cheat sheet, we will discuss ten best practices you can implement to improve your GitHub security. Download the one-pager and read on for a more extensive explanation of all ten curated actions.

Blog RSS Feed | Snyk ·
Chainguard Terraform Provider is now available
cybersecurity

Chainguard Terraform Provider is now available

Introducing the Chaingaurd Terraform Provider: Streamline your DevOps with secure, automated resource management for improved security.

Chainguard: Unchained ·
Why images with zero-known CVEs are worth it
cybersecurity

Why images with zero-known CVEs are worth it

Chainguard’s approach to zero-known CVE images safeguards against devastating cybersecurity breaches, ensuring secure software development.

Chainguard: Unchained ·
7 tips to become a successful bug bounty hunter
cybersecurity

7 tips to become a successful bug bounty hunter

In this post, we’ll cover what bug bounty hunting is, the difference between vulnerability disclosure programs and bug bounty programs, and seven tips to get you started.

Blog RSS Feed | Snyk ·
Understanding and mitigating the Jinja2 XSS vulnerability (CVE-2024-22195)
cybersecurity

Understanding and mitigating the Jinja2 XSS vulnerability (CVE-2024-22195)

On January 11th, 2024, a significant security vulnerability was disclosed in Jinja2, a widely used Python templating library. Identified as CVE-2024-22195, this cross-site scripting (XSS) vulnerability has raised concerns due to its impact on numerous projects.

Blog RSS Feed | Snyk ·
Wolfi: a new paradigm in Linux for containers
cybersecurity

Wolfi: a new paradigm in Linux for containers

Wolfi is a Linux distribution built specifically for containerized applications. See how it can speed up your development process.

Chainguard: Unchained ·
How to choose a security tool for your AI-generated code
cybersecurity

How to choose a security tool for your AI-generated code

There are a multitude of considerations when it comes to picking the right security companion for your preferred generative AI tool. Here are the top 5 factors for you to consider when making your selections.

Blog RSS Feed | Snyk ·
Krampus delivers an end-of-year Struts vulnerability
cybersecurity

Krampus delivers an end-of-year Struts vulnerability

CVE-2023-50164 is a critical vulnerability in the Apache Struts library. Learn how to find and fix by upgrading your package and using Snyk to discover and remediate.

Blog RSS Feed | Snyk ·
Kroger’s approach to supply chain security
cybersecurity

Kroger’s approach to supply chain security

Recently, Snyk hosted a wine tasting & customer discussion featuring David Imhoff, Product Security Leader at Kroger. The discussion focused on tackling the challenges of securing digital supply chains.

Blog RSS Feed | Snyk ·
How to prevent open redirect vulnerabilities in Laravel
cybersecurity

How to prevent open redirect vulnerabilities in Laravel

In this article, you’ll learn more about open redirect vulnerabilities and how you can prevent them in Laravel. You’ll also learn how to use Snyk to detect this vulnerability in your code and dependencies.

Blog RSS Feed | Snyk ·
Command injection in Python: examples and prevention
cybersecurity

Command injection in Python: examples and prevention

In this article, you’ll learn all about command injection, including how this vulnerability can manifest in your programs. You’ll also learn about common security best practices to safeguard your Python apps from command injection attacks.

Blog RSS Feed | Snyk ·
Is your team on the *security* naughty or nice list?
cybersecurity

Is your team on the *security* naughty or nice list?

This holiday season is a good time to ask the same question in a different context: are your organization’s practices with AI, application security tooling, and other security-related practices putting you on the security naughty or nice list this year?

Blog RSS Feed | Snyk ·
Top 3 security best practices for handling JWTs
cybersecurity

Top 3 security best practices for handling JWTs

In this blog post, we will discuss the top three security best practices for handling JWTs. We will also provide practical examples using Python and show how Snyk can help you identify and remediate security vulnerabilities in your application.

Blog RSS Feed | Snyk ·
Snyk highlights AWS re:Invent 2023
cybersecurity

Snyk highlights AWS re:Invent 2023

In this blog, we recap the most exciting developments from AWS re:Invent 2023, including Snyk’s industry-leading progress with generative AI, ASPM, and the importance of AI security.

Blog RSS Feed | Snyk ·
Code injection in Python: examples and prevention
cybersecurity

Code injection in Python: examples and prevention

Learn about the dangers and importance of secure coding conventions, particularly regarding code injection vulnerabilities and how these manifest in Python applications.

Blog RSS Feed | Snyk ·
Accelerate C/ C++ security with Snyk
cybersecurity

Accelerate C/ C++ security with Snyk

Today, Snyk is welcoming C/C++ security into the world of modern development with the general availability of C/C++ support for Snyk Code!

Blog RSS Feed | Snyk ·
New Images guides on Chainguard Academy!
cybersecurity

New Images guides on Chainguard Academy!

Discover new Image guides on Chainguard Academy: Master container security and management with our latest educational resources.

Chainguard: Unchained ·
Snyk Fetch the Flag CTF 2023 writeup: Off the SETUID
cybersecurity

Snyk Fetch the Flag CTF 2023 writeup: Off the SETUID

If you were at Snyk’s 2023 Fetch the Flag and are looking for the answer to the Off the SETUID challenge, you’ve come to the right place. Let’s walk through the solution together!

Blog RSS Feed | Snyk ·
Snyk Fetch the Flag CTF 2023 writeup: Honey Baked Messages
cybersecurity

Snyk Fetch the Flag CTF 2023 writeup: Honey Baked Messages

If you were at Snyk’s 2023 Fetch the Flag and are looking for the answer to the Honey Baked Messages challenge, you’ve come to the right place. Let’s walk through the solution together!

Blog RSS Feed | Snyk ·
Snyk Fetch the Flag CTF 2023 writeup: I Do Math
cybersecurity

Snyk Fetch the Flag CTF 2023 writeup: I Do Math

If you were at Snyk’s 2023 Fetch the Flag and are looking for the answer to the I Do Math challenge, you’ve come to the right place. Let’s walk through the solution together!

Blog RSS Feed | Snyk ·
Snyk Fetch the Flag CTF 2023 writeup: Silent Cartographer
cybersecurity

Snyk Fetch the Flag CTF 2023 writeup: Silent Cartographer

If you were at Snyk’s 2023 Fetch the Flag and are looking for the answer to the Silent Cartographer challenge, you’ve come to the right place. Let’s walk through the solution together!

Blog RSS Feed | Snyk ·
Snyk Fetch the Flag CTF 2023 writeup: Audiopolis
cybersecurity

Snyk Fetch the Flag CTF 2023 writeup: Audiopolis

If you were at Snyk’s 2023 Fetch the Flag and are looking for the answer to the Audiopolis challenge, you’ve come to the right place. Let’s walk through the solution together!

Blog RSS Feed | Snyk ·
Nightfall AI and Snyk unite to deliver AI-powered secrets scanning for developers
cybersecurity

Nightfall AI and Snyk unite to deliver AI-powered secrets scanning for developers

While Snyk provides a comprehensive approach to developer security by securing critical components of the software supply chain, we recognize the increasing risk of exposed secrets in the cloud. So, we’ve tapped Nightfall AI to provide a critical feature for developer security: advanced secrets scanning.

Blog RSS Feed | Snyk ·
4 Advantages of using AI code review
cybersecurity

4 Advantages of using AI code review

AI code review reports on critical bugs in real time and shows you how to fix them. Discover even more benefits and how Snyk code review can help.

Blog RSS Feed | Snyk ·
How to integrate ASPM with your application security program
cybersecurity

How to integrate ASPM with your application security program

In this blog, we’ll review the key concepts of application security posture management and walkthrough how ASPM fits into your application security lifecycle and makes your organization more secure.

Blog RSS Feed | Snyk ·
Our favorite 2023 Snyk Fetch the Flag CTF writeups from the community
cybersecurity

Our favorite 2023 Snyk Fetch the Flag CTF writeups from the community

Fetch the Flag CTF 2023 took place October 27-28, bringing together thousands of players worldwide to compete to solve 30+ hacking challenges, ranging from web to cryptography. In this blog, we’re excited to share some of our favorite community writeups for these challenges.

Blog RSS Feed | Snyk ·
Improving the UI/UX of the Snyk VS Code extension
cybersecurity

Improving the UI/UX of the Snyk VS Code extension

Learn how Snyk’s product designers approached the UI/UX of the Snyk VS Code extension to improve consistency, reduce cognitive load and visual noise, and add delight.

Blog RSS Feed | Snyk ·
Rego 103: Types of values and rules
cybersecurity

Rego 103: Types of values and rules

Learn about the different types of Values and Rules you can use to build policies in OPA & Rego.

Blog RSS Feed | Snyk ·
Snyk achieves AWS Security Competency
cybersecurity

Snyk achieves AWS Security Competency

Snyk has proudly attained the AWS Security Competency status, recognizing its extensive security expertise and dedication to providing robust application security solutions. This achievement underscores Snyk’s capability to support modern organizations in securely building and operating their applications on Amazon Web Services (AWS), further establishing its reputation as a leader in cloud-native application security.

Blog RSS Feed | Snyk ·
Real-time threat protection with Snyk and SentinelOne
cybersecurity

Real-time threat protection with Snyk and SentinelOne

We’re thrilled to announce Snyk’s integration with SentinelOne, offering a unified view that bridges the gap between build-time vulnerabilities and runtime threats to offer real-time threat protection.

Blog RSS Feed | Snyk ·
What’s new in CVSS 4.0
cybersecurity

What’s new in CVSS 4.0

In this blog post, we will highlight Snyk’s view on the new vulnerability scoring framework, CVSS 4.0, which was released on November 1, 2023.

Blog RSS Feed | Snyk ·
Security vs. Development: A game of priorities
cybersecurity

Security vs. Development: A game of priorities

To harness the full potential of developer-first security tools, a strategic alignment between the Development and Security organizations is essential. Learn steps to take to create that alignment.

Blog RSS Feed | Snyk ·
Rego 101: Introduction to Rego
cybersecurity

Rego 101: Introduction to Rego

Learn how to write your first policy as code rules in Rego. This Rego tutorial for beginners covers the basics of Rego syntax and using OPA.

Blog RSS Feed | Snyk ·
Dependency injection in Python
cybersecurity

Dependency injection in Python

This tutorial will show you how DI works, how to use it, and how it can make your Python projects better.

Blog RSS Feed | Snyk ·
Getting started with query parameterization
cybersecurity

Getting started with query parameterization

In this hands-on article, we’ll review how to leverage SQL query parameterization and stored procedures to prevent injection attacks, as well as some additional security measures that help keep our code safe.

Blog RSS Feed | Snyk ·
How to keep an HTTP connection alive for 9 hours
cybersecurity

How to keep an HTTP connection alive for 9 hours

In this post, I’ll cover how the open source project I created — ctfd-account-hook — evolved to support a long-running, secured HTTP request to notify nearly 4,000 registered participants over email.

Blog RSS Feed | Snyk ·
Power up security collaboration with Snyk and Slack
cybersecurity

Power up security collaboration with Snyk and Slack

We just released a new Snyk Partner Speak Video to showcase Snyk and Slack’s joint integration that enables you to view and use Snyk data on Slack channels.

Blog RSS Feed | Snyk ·
6 steps for scaling risk-based AppSec programs
cybersecurity

6 steps for scaling risk-based AppSec programs

Scaling a risk-based AppSec program involves adapting your security practices to accommodate the growth and evolving needs of your business, while effectively managing and mitigating security risks.

Blog RSS Feed | Snyk ·
Installing and managing Java on macOS
cybersecurity

Installing and managing Java on macOS

This article reviews how to install and manage different versions of Java on your macOS system to help you simplify this process.

Blog RSS Feed | Snyk ·
How to update cURL
cybersecurity

How to update cURL

In this article, we’ll provide remediation strategies for the recent curl zero-day vuln.

Blog RSS Feed | Snyk ·
Conquering your Build Horizon
cybersecurity

Conquering your Build Horizon

“Build Horizon” is a practice that imposes a maximum age on build artifacts. Learn more about how it works and see an example in action!

Chainguard: Unchained ·
Snyk Partner Speak video series with HashiCorp
cybersecurity

Snyk Partner Speak video series with HashiCorp

The latest Snyk Partner Speak Series video showcases how Snyk and HashiCorp enable development teams to easily build and deploy applications with integrated security at every stage.

Blog RSS Feed | Snyk ·
Does AI lead to AppSec hell or nirvana?
cybersecurity

Does AI lead to AppSec hell or nirvana?

Ravi Maira and Randall Degges discussed using AI in AppSec during a LinkedIn live discussion in June 2023. Read on to catch some of the highlights from their talk.

Blog RSS Feed | Snyk ·
Modern VS Code extension development tutorial: Building a secure extension
cybersecurity

Modern VS Code extension development tutorial: Building a secure extension

In our first modern VS Code extension development blog post, we covered the basics of VS Code development, including the architecture and the various types you can create. This article will help you apply that knowledge by showing you how to create and code your very own VS Code extension.

Blog RSS Feed | Snyk ·
10 best practices for securely developing with AI
cybersecurity

10 best practices for securely developing with AI

This blog post will guide you through the best practices for developing with AI securely, focusing on AI-assisted applications, AI-assisted development, and general tips for productive software development with AI.

Blog RSS Feed | Snyk ·
Signing container images: Comparing Sigstore, Notary, and Docker Content Trust
cybersecurity

Signing container images: Comparing Sigstore, Notary, and Docker Content Trust

In this article, we will compare three popular container signing solutions: Sigstore Cosign, Notary v2, and Docker Content Trust (DCT), (a.k.a. Notary v1). You’ll learn about their features, capabilities, and suitability for securing container image supply chains.

Blog RSS Feed | Snyk ·
How to prevent NullPointerExceptions in Java
cybersecurity

How to prevent NullPointerExceptions in Java

In this article, you’ll learn all about NullPointerExceptions in Java, including their causes, consequences, and most importantly, prevention techniques.

Blog RSS Feed | Snyk ·
Developer-first supply chain security
cybersecurity

Developer-first supply chain security

Developer-first supply chain security aims to minimize the risk of potential breaches, streamline the development workflow, foster collaboration, and instill a culture of vigilance that resonates across the entire supply chain

Blog RSS Feed | Snyk ·
Modern VS Code extension development: The basics
cybersecurity

Modern VS Code extension development: The basics

In this part of the “Modern VS Code Extension Development” series, you’ll discuss various extension types, delve into the typical architecture of VS Code extensions, and learn about some best practices for VS Code extension development.

Blog RSS Feed | Snyk ·
An Introduction to capture the flag
cybersecurity

An Introduction to capture the flag

Discover the world of Capture the Flag (CTF) competitions and why they’re essential for mastering cybersecurity skills. Explore the history, significance, and unique challenges of CTFs that prepare both beginners and professionals for real-world digital threats. Learn how CTFs can transform your problem-solving and critical thinking abilities, setting you apart in the cybersecurity field.

Blog RSS Feed | Snyk ·
A guide to input validation with Spring Boot
cybersecurity

A guide to input validation with Spring Boot

In this article, you’ll learn more about the various applications of Bean Validation, including how to implement it in Spring Boot, enabling you to effectively utilize it for your own projects.

Blog RSS Feed | Snyk ·
How to avoid web cache poisoning attacks
cybersecurity

How to avoid web cache poisoning attacks

In this article, we’ll comprehensively explore web cache poisoning attacks and how they work. We’ll also discuss the most effective mitigation strategies to help safeguard our web applications.

Blog RSS Feed | Snyk ·
Fetch the Flag CTF 2023 sneak peek
cybersecurity

Fetch the Flag CTF 2023 sneak peek

Fetch the Flag, Snyk’s annual Capture the Flag (CTF) competition, brings together thousands of players around the world to solve CTF challenges, build security skills, and have fun along the way… and we’re bringing it back in 2023!

Blog RSS Feed | Snyk ·
Announcing a Chainguard Image for OpenTF
cybersecurity

Announcing a Chainguard Image for OpenTF

Discover how Chainguard for OpenTF bridges the open-source community, ensuring secure and efficient container ecosystem transitions.

Chainguard: Unchained ·
7 AppSec tips from Snowflake’s Director of Product Security
cybersecurity

7 AppSec tips from Snowflake’s Director of Product Security

At this year’s AWS re:Invent, Mic McCully, spoke with Jacob Salassi, Director of Product Security at Snowflake. Read on to learn about the practices Jacob and his team established to create a successful application security program.

Blog RSS Feed | Snyk ·
What kind of (security) dog are you?
cybersecurity

What kind of (security) dog are you?

In honor of International Dog Day, we’ve created a quiz: What kind of (security) dog are you? And while you’re taking it, tell your dog that we say hi and give that good boy or girl a treat on our behalf!

Blog RSS Feed | Snyk ·
Top 5 VS Code extensions for security
cybersecurity

Top 5 VS Code extensions for security

This article highlights the top five VS Code extensions to help us write more secure code and maintain security best practices.

Blog RSS Feed | Snyk ·
Does GitOps enhance application security?
cybersecurity

Does GitOps enhance application security?

In this post, we’ll explore GitOps’ core principles, how they enhance application security, and how GitOps’ rapid-change deployment process helps increase efficiency.

Blog RSS Feed | Snyk ·
Chainguard Image now available for Zig
cybersecurity

Chainguard Image now available for Zig

Introducing Chainguard Image for Zig: Bridging superior security and seamless Zig application deployment.

Chainguard: Unchained ·
Secure Java URL encoding and decoding
cybersecurity

Secure Java URL encoding and decoding

This article discusses Java, why URL encoding and decoding are important, and how to approach it properly.

Blog RSS Feed | Snyk ·
Manage security issues in Jira with Snyk Security in Jira Cloud
cybersecurity

Manage security issues in Jira with Snyk Security in Jira Cloud

Snyk started gradually rolling out the Jira Security App and has significantly improved the functionality and features available to users. Snyk Security in Jira Cloud has quickly become a breakout leader in security in Jira.

Blog RSS Feed | Snyk ·
Snyk Ranked #19 on 2023 Forbes Cloud 100 List
cybersecurity

Snyk Ranked #19 on 2023 Forbes Cloud 100 List

Snyk has been named to the prestigious Forbes Cloud 100 list for the fourth consecutive year, coming in at #19. The full list was unveiled this morning.

Blog RSS Feed | Snyk ·
5 tips to supercharge app security from code to cloud
cybersecurity

5 tips to supercharge app security from code to cloud

As the partnership between Snyk and GitGuardian continues to grow, we’ve collaborated on a new cheat sheet that identifies key security considerations and tools that can help you mitigate risks and protect your code.

Blog RSS Feed | Snyk ·
Limitations of a single AI model
cybersecurity

Limitations of a single AI model

Let’s discuss the limitations of relying on a single AI model and the pros and cons of today’s most popular models.

Blog RSS Feed | Snyk ·
How to Dockerize a PHP application securely
cybersecurity

How to Dockerize a PHP application securely

This tutorial shows you step by step how to securely containerize — or more specifically, “Dockerize” — a PHP application. You’ll also use Snyk, a developer security platform that provides security tools for modern applications to identify and automate vulnerability fixes.

Blog RSS Feed | Snyk ·
Implementing TLS in Kubernetes
cybersecurity

Implementing TLS in Kubernetes

This article will guide you through implementing a TLS connection for your applications on a Kubernetes cluster, providing you with a comprehensive understanding of TLS and its importance in securing your applications and data.

Blog RSS Feed | Snyk ·
How secure is WebAssembly? 5 security concerns unique to WebAssembly
cybersecurity

How secure is WebAssembly? 5 security concerns unique to WebAssembly

Developers are embracing WebAssembly for its ability to accelerate complex algorithms, enable gaming and multimedia applications, and provide a secure sandbox. But before adopting WebAssembly, it’s crucial to consider its security implications and how to mitigate the risks.

Blog RSS Feed | Snyk ·
4 Enterprise-level security best practices
cybersecurity

4 Enterprise-level security best practices

No matter where you are on your journey to becoming secure at scale, here are four best practices you can implement immediately to get you closer to enterprise-level security.

Blog RSS Feed | Snyk ·
8 tips for securing your CI/CD pipeline with Snyk
cybersecurity

8 tips for securing your CI/CD pipeline with Snyk

In this post, we’ll cover using Snyk in your CI/CD pipelines to catch security issues quickly and empower your developers to fix them before they ever get to production.

Blog RSS Feed | Snyk ·
Best practices for using AI in the SDLC
cybersecurity

Best practices for using AI in the SDLC

In this post, we’ll look at how AI can improve the software development lifecycle (SDLC) and the pitfalls that can come from blindly applying AI to your existing processes.

Blog RSS Feed | Snyk ·
Swift deserialization security primer
cybersecurity

Swift deserialization security primer

This blog will detail deserialization vulnerabilities in Swift that can occur when using the popular APIs, NScoding and NSSecureCoding, and how to prevent it properly.

Blog RSS Feed | Snyk ·
XS leaks: What they are and how to avoid them
cybersecurity

XS leaks: What they are and how to avoid them

In this article, we’ll dive deeper into what XS leaks are and how they occur. Then, we’ll review some hands-on examples of how to prevent them.

Blog RSS Feed | Snyk ·
OCI announces upcoming changes for registries
cybersecurity

OCI announces upcoming changes for registries

The Open Container Initiative recently announced a list of major registry changes you can expect to see soon in OCI Image and Distribution Specs v1.1.

Chainguard: Unchained ·
How to strengthen security in your CI/CD pipeline
cybersecurity

How to strengthen security in your CI/CD pipeline

In this article, you’ll learn about security risks that can threaten your CI/CD pipeline. You’ll also learn how to build pipelines that are hardened against attack and how to test them to verify their security.

Blog RSS Feed | Snyk ·
Building a security-conscious CI/CD pipeline
cybersecurity

Building a security-conscious CI/CD pipeline

In this post, we’ll discuss CI/CD pipelines and how they can be configured to integrate security throughout the development process.

Blog RSS Feed | Snyk ·
The importance of verifying webhook signatures
cybersecurity

The importance of verifying webhook signatures

Webhooks are a callback integration technique for sending and receiving information, such as event notifications, in close to real-time. In this walkthrough, we’ll implement a GitHub webhook in Node.js that detects when users push code to a repository.

Blog RSS Feed | Snyk ·
Chainguard Image now available for Pulumi
cybersecurity

Chainguard Image now available for Pulumi

See a 57% reduction in your Pulumi image sizes with more security built in by default and a 97% reduction in CVEs with the new Chainguard Pulumi Image.

Chainguard: Unchained ·
Mimic your mental model with Project Collections
cybersecurity

Mimic your mental model with Project Collections

We’re proud to announce the general availability of Project Collections. Project Collections aims to enable you to create collections of Projects based on the focus you and your teams need, whilst allowing you to perform actions on the Collection.

Blog RSS Feed | Snyk ·
Secrets Management: Tools & Best Practice
cybersecurity

Secrets Management: Tools & Best Practice

As applications and projects scale, so will the number of secrets you need to keep safe. Learn the best practices and tools to use to secure your secrets.

Blog RSS Feed | Snyk ·
The principle of minimalism
cybersecurity

The principle of minimalism

Learn about the principle of minimalism in engineering, where your default should be the lowest-common denominator of what you actually need.

Chainguard: Unchained ·
Understanding Kubernetes Pod Security Standards
cybersecurity

Understanding Kubernetes Pod Security Standards

In this post, we’ll delve into what the Kubernetes Pod Security Standards are, examine how the Pod Security admission controller enforces the standards, and explore use cases for each policy.

Blog RSS Feed | Snyk ·
Celebrating Juneteenth at Snyk
cybersecurity

Celebrating Juneteenth at Snyk

In this post, Snyker Sherica R. Bryan reflects on the importance of Juneteenth, what it means to be free, and the work required to maintain that freedom.

Blog RSS Feed | Snyk ·
The Secure Developer: Security champions recap
cybersecurity

The Secure Developer: Security champions recap

Today, we’ll recap 5 episodes of TSD with the biggest names in security today and hear what they have to say about security champions and building a security culture.

Blog RSS Feed | Snyk ·
Announcing Insights: Helping you focus on top risks for your organization
cybersecurity

Announcing Insights: Helping you focus on top risks for your organization

We’re excited to announce Insights, a unique capability providing organizations with code to cloud application intelligence that enables development and security teams to manage their application security posture more effectively by identifying, prioritizing, and fixing those issues posing greater risk!

Blog RSS Feed | Snyk ·
High profile AWS breaches & how to avoid them
cybersecurity

High profile AWS breaches & how to avoid them

Companies like Capital One, Twilio, and Uber have all suffered from AWS breaches. Learn from their experiences and prevent the next breach from happening to you.

Blog RSS Feed | Snyk ·
Celebrating 5 years of NTIA’s SBOM work
cybersecurity

Celebrating 5 years of NTIA’s SBOM work

Celebrate 5 transformative years of SBOM work with Chainguard, reflecting on the journey of software bill of materials.

Chainguard: Unchained ·
A day in the life of an ethical hacker
cybersecurity

A day in the life of an ethical hacker

This article will provide an in-depth look at a day in the life of an ethical hacker, and explore the various tasks and activities that ethical hackers undertake.

Blog RSS Feed | Snyk ·
Ethical hacking techniques
cybersecurity

Ethical hacking techniques

Ethical hacking is used to find potential security issues in computer systems and networks. In this post, we’ll cover a collection of techniques and procedures commonly used by ethical hackers.

Blog RSS Feed | Snyk ·
Fully bootstrapping Java from source in Wolfi
cybersecurity

Fully bootstrapping Java from source in Wolfi

Learn how Chainguard engineers created a chain of OpenJDK packages to provide full provenance from pure source code for the entire Java ecosystem in Wolfi.

Chainguard: Unchained ·
Ethical Hacking: Top Tools
cybersecurity

Ethical Hacking: Top Tools

Learn about the different tool types that ethical hackers are using to find vulnerabilities and our list of the top 10 tools ethical hackers are using today.

Blog RSS Feed | Snyk ·
A quick primer on LDAP injection
cybersecurity

A quick primer on LDAP injection

In this article, we’ll look at how LDAP injection works, the potential consequences of this type of attack, and the various means of strengthening applications against it.

Blog RSS Feed | Snyk ·
Snyk announces new Slack integration
cybersecurity

Snyk announces new Slack integration

We’re excited to announce a new Snyk app for Slack that provides notifications within the channels your teams rely on to address security issues in your code, open source dependencies, containers, and cloud infrastructure.

Blog RSS Feed | Snyk ·
Top 8 penetration testing tools
cybersecurity

Top 8 penetration testing tools

In this article, we’ll explore eight popular penetration testing tools, their benefits, and their ideal use cases.

Blog RSS Feed | Snyk ·
Data loss prevention for developers
cybersecurity

Data loss prevention for developers

In this article, you’ll learn more about what a data breach is and how you can prevent data breaches when designing and developing your software.

Blog RSS Feed | Snyk ·
Building Chainguard's container image registry
cybersecurity

Building Chainguard's container image registry

We built a passwordless container image registry with a focus on security to sustain the foundation for ongoing product growth & feature additions for our users.

Chainguard: Unchained ·
Improved risk assessment with EPSS scores in Snyk
cybersecurity

Improved risk assessment with EPSS scores in Snyk

We are happy to announce the addition of EPSS (Exploit Prediction Scoring System) to Snyk’s security intelligence for Snyk Open Source and Snyk Container vulnerabilities.

Blog RSS Feed | Snyk ·
OSS security: Chainguard May 2023 update
cybersecurity

OSS security: Chainguard May 2023 update

Read the latest announcements in open source software security this spring including SLSA 1.0, Sigstore + npm, OpenVEX had its kickoff meeting, and more!

Chainguard: Unchained ·
Setting up the Docker image scan GitHub Action
cybersecurity

Setting up the Docker image scan GitHub Action

In this post from Snyk Ambassador, Mohammad-Ali A’râbi, we’ll use GitHub Actions to build Docker images and then scan them for security vulnerabilities.

Blog RSS Feed | Snyk ·
Snyk top 10 code vulnerabilities report
cybersecurity

Snyk top 10 code vulnerabilities report

We’re excited to announce the release of our Snyk Top 10 Code Vulnerabilities Report, covering the most common vulnerability types across seven popular languages.

Blog RSS Feed | Snyk ·
Snyk Recharge days: Making time to take time
cybersecurity

Snyk Recharge days: Making time to take time

Learn about Snyk Recharge — an initiative that enables Snykers to take time off simultaneously to ensure we all focus on our mental and physical health.

Blog RSS Feed | Snyk ·
Security success in the Bay Area with Slack
cybersecurity

Security success in the Bay Area with Slack

In a panel hosted by Snyk, we discussed the ins and outs of building an application security program, and how Snyk has helped simplify the process.

Blog RSS Feed | Snyk ·
Snyk and ServiceNow collaborate on new SBOM solution
cybersecurity

Snyk and ServiceNow collaborate on new SBOM solution

Snyk is excited to partner with ServiceNow again to support an upcoming feature in ServiceNow Application Vulnerability Response to secure your applications and its associated software bill of materials (SBOM).

Blog RSS Feed | Snyk ·
How to prevent XPath injection attacks
cybersecurity

How to prevent XPath injection attacks

In this article, we’ll explore XML vulnerabilities and learn how to prevent them from compromising application data.

Blog RSS Feed | Snyk ·
AI-generated security fixes in Snyk Code now available
cybersecurity

AI-generated security fixes in Snyk Code now available

At our April SnykLaunch event, we debuted our newest capability using AI to provide a fix right in the IDE so a developer can simply click the suggestion and automatically implement the fix in their code. Today, we’re happy to announce that this AI-powered fix functionality is now available in open beta!

Blog RSS Feed | Snyk ·
Snyk named to CNBC 2023 Disruptor 50 List
cybersecurity

Snyk named to CNBC 2023 Disruptor 50 List

We are honored and humbled to announce Snyk has been named to the CNBC 2023 Disruptor 50 List, following our debut on the Disruptor List in 2021 and our listing as a Top Startup for the Enterprise in 2022.

Blog RSS Feed | Snyk ·
Secure JavaScript URL validation
cybersecurity

Secure JavaScript URL validation

When developers need to handle URLs, we often turn to Java. However, its frequent use motivates attackers to exploit its vulnerabilities. This risk of exploitation is why we must implement URL validation in our JavaScript applications.

Blog RSS Feed | Snyk ·
Snyk in a galaxy far away
cybersecurity

Snyk in a galaxy far away

In honor of May the 4th, we’re featuring a narrative from an Imperial trooper in a faraway galaxy as he reflects on his organization’s worst day and how it could’ve gone differently.

Blog RSS Feed | Snyk ·
Security implications of HTTP response headers
cybersecurity

Security implications of HTTP response headers

This article spotlights several HTTP headers that impact security and suggests best practices for leveraging HTTP response headers to secure web applications.

Blog RSS Feed | Snyk ·
How to perform JavaBeans Validation
cybersecurity

How to perform JavaBeans Validation

In this article, we’ll create a new Java application and validate some example strings to demonstrate how JavaBean Validation works.

Blog RSS Feed | Snyk ·
API Security Guide
cybersecurity

API Security Guide

Gartner recently predicted that API attacks would become the most frequent vector of attack. This article will explain why API security is essential and which best practices companies can implement to protect their APIs better.

Blog RSS Feed | Snyk ·
Unlocking the power of multi-cloud security
cybersecurity

Unlocking the power of multi-cloud security

Multi-cloud security is the practice and strategy of securing applications, data, and infrastructure distributed across multiple cloud environments. In this post, we’ll discuss the benefits of multi-cloud and some required security considerations.

Blog RSS Feed | Snyk ·
Welcoming Beth Shea: Snyk’s new Chief Customer Officer
cybersecurity

Welcoming Beth Shea: Snyk’s new Chief Customer Officer

We’re excited to welcome Beth Shea as Snyk’s first Chief Customer Officer. During a time where we know Snyk’s developer-led vision is more important for the cybersecurity industry than ever before, Beth will be the driving force behind further building a customer-centric culture at every level of the company.

Blog RSS Feed | Snyk ·
Preventing insecure deserialization in Node.js
cybersecurity

Preventing insecure deserialization in Node.js

This article demonstrates how to patch deserialization vulnerabilities in Node.js. We’ll create vulnerable code, demonstrate an attack, and then fix the vulnerabilities.

Blog RSS Feed | Snyk ·
Developer-centric DAST with Bright Security
cybersecurity

Developer-centric DAST with Bright Security

In this article, we’ll show how developer-centric DAST tools can help organizations improve security testing coverage and build more secure applications.

Blog RSS Feed | Snyk ·
Snyk’s Evolution: A Message From CEO Peter McKay
cybersecurity

Snyk’s Evolution: A Message From CEO Peter McKay

As we’ve discussed over the past several quarters, we anticipated a tough start to 2023, but we were prepared to accelerate growth in the back half of the year. We now know that the challenging market conditions are likely to persist into early 2024, so we must once again adapt.

Blog RSS Feed | Snyk ·
Timing out synchronous functions with regex
cybersecurity

Timing out synchronous functions with regex

The Snyk Container team had this challenge: Given a tag, parse its parts to be able to compare it to other similar tags. It was a fun problem to solve, and we’d love to share how we got to our final solution involving timing out synchronous functions with regex!

Blog RSS Feed | Snyk ·
Supply Chain Security Risks & Best Practice
cybersecurity

Supply Chain Security Risks & Best Practice

What are the biggest threats to your organization’s software supply chain, and what are the best practices to facilitate supply chain security?

Blog RSS Feed | Snyk ·
Fix cloud security issues faster and at the source with Snyk IaC
cybersecurity

Fix cloud security issues faster and at the source with Snyk IaC

Today, we’re thrilled to introduce a new feature of Snyk IaC that enables you to “fix cloud issues in IaC” (infrastructure as code), making Snyk IaC the first solution to secure the cloud through code with remediation paths in IaC.

Blog RSS Feed | Snyk ·
How Snyk uses AI in developer security
cybersecurity

How Snyk uses AI in developer security

Today, we want to provide a glimpse at how Snyk currently uses AI and data science, as well as a sneak peek at what’s to come.

Blog RSS Feed | Snyk ·
Snyk achieves Red Hat Vulnerability Scanner Certification
cybersecurity

Snyk achieves Red Hat Vulnerability Scanner Certification

We are thrilled to announce that Snyk has achieved Red Hat Vulnerability Scanner Certification, making it one of the few security platforms to receive this certification from Red Hat.

Blog RSS Feed | Snyk ·
ICYMI: What's new in Chainguard Academy
cybersecurity

ICYMI: What's new in Chainguard Academy

See what’s new in Chainguard Academy to help you level up your software supply chain and open source security knowledge.

Chainguard: Unchained ·
AWS in 30 recap
cybersecurity

AWS in 30 recap

Last month, Lead Partner Solutions Architect, David Schott, presented a demo on how Snyk works alongside Amazon Web Services (AWS) to identify vulnerabilities at every level of development and infrastructure. Let’s dive right into his presentation and its biggest takeaways.

Blog RSS Feed | Snyk ·
Sigstore policy-controller 101
cybersecurity

Sigstore policy-controller 101

Chainguard breaks down the benefits of Sigstore’s policy-controller, a Kubernetes admission controller that integrates with Cosign and the Sigstore standard.

Chainguard: Unchained ·
Avoiding mass assignment vulnerabilities in Node.js
cybersecurity

Avoiding mass assignment vulnerabilities in Node.js

This article will demonstrate a mass assignment vulnerability in a Node.js project, how an attacker can exploit it, and ways to protect a web application against it.

Blog RSS Feed | Snyk ·
Securing the web (forward)
cybersecurity

Securing the web (forward)

We expect privacy and security controls to be in place for the web applications we use every day. This means not only the use of basic security encryption, but also proper security for stored data and secure environments for the development and deployment of applications. For all of these controls to be in place, web application developers should be more engaged in security practices.

Blog RSS Feed | Snyk ·
Chainguard Image now available for NATS
cybersecurity

Chainguard Image now available for NATS

Learn about our hardened Chainguard Image for NATS, which is built on Wolfi, our secure by default operating system for containerized workloads.

Chainguard: Unchained ·
OSS Security: Chainguard Spring 2023 update
cybersecurity

OSS Security: Chainguard Spring 2023 update

Chainguard believes open source is important and we mean it. Check out how we’ve been involved in OSS Security in the first part of 2023.

Chainguard: Unchained ·
PulseMeter Report: Software supply chains
cybersecurity

PulseMeter Report: Software supply chains

In this article, we’ll recap what Techstrong Research found when they polled Snyk’s community of DevOps, cloud native, cybersecurity, and digital transformation readers on SBOMs and supply chain security.

Blog RSS Feed | Snyk ·
Chainguard Image now available for Apache Zookeeper
cybersecurity

Chainguard Image now available for Apache Zookeeper

New Chainguard Image for Apache Zookeeper is over 50% smaller in size compared to alternatives. Powered by Wolfi, comes with our own JDK, and built from source.

Chainguard: Unchained ·
Preventing XSS in Django
cybersecurity

Preventing XSS in Django

This guide discusses how XSS vulnerabilities originate in Django apps and what you can do to mitigate them. You’ll also learn how to use free security tools to detect and fix XSS vulnerabilities early in development.

Blog RSS Feed | Snyk ·
Comparing Node.js web frameworks: Which is most secure?
cybersecurity

Comparing Node.js web frameworks: Which is most secure?

In this article, we’ll look at three popular frameworks — Express.js, NestJS, and Fastify — and evaluate them according to how well they align with the Node.js security best practices.

Blog RSS Feed | Snyk ·
Mitigating path traversal vulns in Java with Snyk Code
cybersecurity

Mitigating path traversal vulns in Java with Snyk Code

Whether you’re a developer or simply interested in learning more about security in Java, this post will provide you with information and insights to help keep your Java applications secure.

Blog RSS Feed | Snyk ·
Chainguard Image now available for Postgres
cybersecurity

Chainguard Image now available for Postgres

Run Postgres, now available as a Chainguard Image, as a hardened container image built on Wolfi. Secure Postgres images by default and reduce their size by 90%.

Chainguard: Unchained ·
Snyk in 30: Developer-first security democast
cybersecurity

Snyk in 30: Developer-first security democast

In our latest Snyk in 30 democast, I demonstrated working on an app, starting in an IDE and going all the way to the live app deployed in the cloud. Along the way, I showed how Snyk fits into the tools a real developer might use.

Blog RSS Feed | Snyk ·
Charting a secure by default future
cybersecurity

Charting a secure by default future

Chainguard’s vision for a ‘Secure by Default’ future: Pioneering strategies to integrate security into the tech fabric.

Chainguard: Unchained ·
Cybersecurity Hygiene 101
cybersecurity

Cybersecurity Hygiene 101

Cybersecurity hygiene is the process of developing healthy habits to guard you against threats online. Use our checklist to implement best practices.

Blog RSS Feed | Snyk ·
Top AWS Security Risks & Prevention
cybersecurity

Top AWS Security Risks & Prevention

Check out the top 10 challenges and risks to your AWS security. Follow our best practices to secure your AWS deployments and avoid security mistakes or misconfigurations.

Blog RSS Feed | Snyk ·
Three expert tips for cultivating secure software development practices
cybersecurity

Three expert tips for cultivating secure software development practices

How do today’s security teams overcome challenges and make secure software development practices a reality? Snyk interviewed some of the world’s most innovative security leaders to find out. Let’s dive into their tips for cultivating security adoption within development teams.

Blog RSS Feed | Snyk ·
API authentication vulnerability found in Snyk Kubernetes integration (CVE-2023-1065)
cybersecurity

API authentication vulnerability found in Snyk Kubernetes integration (CVE-2023-1065)

CVE-2023-1065 is a medium severity vulnerability that does not expose the user of the integration to any direct security risk and no user data could be leaked, but it could have resulted in irrelevant data being posted to a Snyk organization — which could in turn obfuscate other, relevant, security issues.

Blog RSS Feed | Snyk ·
apko: a year later
cybersecurity

apko: a year later

Dive in to apko and learn more about the project; where it’s been in the past year, and where it’s going.

Chainguard: Unchained ·
Finding YAML Deserialization with Snyk Code
cybersecurity

Finding YAML Deserialization with Snyk Code

In this post, we’ll cover research conducted by Calum Hutton to try and identify YAML Deserialization issues in open-source projects using Snyk Code.

Blog RSS Feed | Snyk ·
Embrace your next cybersecurity career with The Big Fix
cybersecurity

Embrace your next cybersecurity career with The Big Fix

In this post, we’ll give you some tips and tricks for breaking into the tech industry, and showcase some exciting job opportunities we’ve partnered with other leading tech companies to promote during The Big Fix.

Blog RSS Feed | Snyk ·
SBOMs in a multi-architecture world
cybersecurity

SBOMs in a multi-architecture world

As the world becomes more architecturally diverse, we at Chainguard want to make sure our users are armed with the tools they need to remain secure.

Chainguard: Unchained ·
Building Vue 3 components with Tailwind CSS
cybersecurity

Building Vue 3 components with Tailwind CSS

In this tutorial, you’ll learn how to build Vue 3 components with Tailwind CSS by creating a responsive article card component.

Blog RSS Feed | Snyk ·
Building towards OCI v1.1 support in cosign
cybersecurity

Building towards OCI v1.1 support in cosign

Learn about OCI, which is inching closer to a v1.1 release which provides official guidance on how to connect things in a registry.

Chainguard: Unchained ·
My internship journey at Snyk
cybersecurity

My internship journey at Snyk

As a senior at Xavier University, I was fortunate enough to work at Snyk as a Social Media Intern during the 2022 Summer Internship Program. The experience provided me with ample time and opportunities to grow as a social media professional and dip my toes into the cybersecurity industry.

Blog RSS Feed | Snyk ·
When software isn’t a “supply”
cybersecurity

When software isn’t a “supply”

The following think piece, written by Snyk’s Open Source and Open Standards Strategy Director, Daniel Appelquist, examines the origin of the term “supply chain security” and whether it’s a good fit for today’s open source software development process.

Blog RSS Feed | Snyk ·
Announcing The Big Fix: Secure all software
cybersecurity

Announcing The Big Fix: Secure all software

Love your software? This Valentine’s Day, show your software some love by fixing any lingering security vulnerabilities in both your open (and closed-source) code as part of The Big Fix!

Blog RSS Feed | Snyk ·
A purl of wisdom on SBOMs and vulnerabilities
cybersecurity

A purl of wisdom on SBOMs and vulnerabilities

SBOMs could be a lot more useful if the NVD implemented widespread usage of the purl naming scheme, which could reduce the false positive rate by over 50%.

Chainguard: Unchained ·
CSPRNG: Random algorithms need security too!
cybersecurity

CSPRNG: Random algorithms need security too!

In this post, we’ll discuss how to secure your random algorithms with cryptographically-secure pseudo-random number generators (CSPRNG).

Blog RSS Feed | Snyk ·
Chainguard Image now available for HAProxy
cybersecurity

Chainguard Image now available for HAProxy

HAProxy Chainguard Image now available: Built on Wolfi, up to 90% smaller, aims for 0-known CVEs, and is built with hardened toolchain, making it memory safe.

Chainguard: Unchained ·
Automate cloud compliance with Snyk IaC
cybersecurity

Automate cloud compliance with Snyk IaC

Snyk IaC now supports 10+ compliance standards — including CIS Benchmarks for AWS, Azure, and Google Cloud, SOC 2, PCI DSS, ISO 27001, HIPAA, and more.

Blog RSS Feed | Snyk ·
Chainguard Image now available for Kubectl
cybersecurity

Chainguard Image now available for Kubectl

Kubectl added to Chainguard Images catalog. Chainguard kubectl build is 75% smaller than the usual image used & is the only supported image with arm64 support.

Chainguard: Unchained ·
Using Python libraries for secure network communication
cybersecurity

Using Python libraries for secure network communication

Python offers a range of libraries for encrypting and securing network communication. In this article, we will explore two of the most popular — cryptography and Paramiko.

Blog RSS Feed | Snyk ·
Adding security to Nuxt 3
cybersecurity

Adding security to Nuxt 3

In this article, I would like to introduce you to the new Nuxt module that I recently created that should help you build more secure Nuxt applications.

Blog RSS Feed | Snyk ·
Building the first memory safe distro
cybersecurity

Building the first memory safe distro

Thanks to our ISRG partnership, we are enabling memory-safe TLS by introducing Rustls to Wolfi, which now sets the standard for memory safety in distributions.

Chainguard: Unchained ·
Snyk enhances ServiceNow with comprehensive insights into vulnerabilities in open source software
cybersecurity

Snyk enhances ServiceNow with comprehensive insights into vulnerabilities in open source software

We’re excited to announce a new partnership to bring Snyk security insights to ServiceNow workflows. The integration between Snyk Open Source and ServiceNow Application Vulnerability Response, the first of its kind, gives application security teams visibility into vulnerabilities in open source dependencies to provide a complete view of an organization’s application security posture.

Blog RSS Feed | Snyk ·
Chainguard Image now available for Python 3.11
cybersecurity

Chainguard Image now available for Python 3.11

Chainguard Images now contains Python 3.11.1, giving developers minimal, hardened base images that still contain everything needed to build and run Python apps.

Chainguard: Unchained ·
Are SBOMs good enough for government work?
cybersecurity

Are SBOMs good enough for government work?

Do SBOMs meet the US government’s minimum elements standards? We created a dataset to methodically examine SBOM quality and check NTIA conformance to find out.

Chainguard: Unchained ·
Understanding the promise of VEX
cybersecurity

Understanding the promise of VEX

The Vulnerability Exploitability eXchange (VEX) helps efficiently assess vulnerabilities. If used with SBOMs, VEX improves overall security of a supply chain.

Chainguard: Unchained ·
Chainguard Image now available for Bazel
cybersecurity

Chainguard Image now available for Bazel

Chainguard Images adds Bazel to supported images portfolio. The Chainguard Bazel Image is built with the minimum required package set, keeping it minimal.

Chainguard: Unchained ·
New year ushers in new wave of Snyk Technology Alliance Partner Program members
cybersecurity

New year ushers in new wave of Snyk Technology Alliance Partner Program members

With the new year, we’re excited to announce the second wave of new companies joining our Snyk Technology Alliance Partner Program (TAPP), which enables application and developer-focused software companies to build, integrate, and go-to-market as quickly as possible with Snyk solutions.

Blog RSS Feed | Snyk ·
Three ways Snyk made software supply chains more secure in 2022
cybersecurity

Three ways Snyk made software supply chains more secure in 2022

In 2022, Snyk continued to expand on our developer-centric approach to software security, by adding several key enhancements to the existing solutions — let’s focus on three key capabilities introduced in the past year that can improve your software supply chain security.

Blog RSS Feed | Snyk ·
OSPO security evolution: The Kübler-Ross Model of open source
cybersecurity

OSPO security evolution: The Kübler-Ross Model of open source

Open Source Program Offices (OPSO) are popping up all over, in recognition of the facts on the ground: open source software (and I would argue open standards as well) plays an enormous role in building and maintaining the software that increasingly drives the planet.

Blog RSS Feed | Snyk ·
Snyk transformed cloud security in 2022 with developer-first solution
cybersecurity

Snyk transformed cloud security in 2022 with developer-first solution

Snyk IaC security takes a developer-first, application-centric approach to finding and fixing vulnerabilities in cloud infrastructure from the time infrastructure is defined in code, through to when resources are running in the cloud.

Blog RSS Feed | Snyk ·
Snyk's AppSec journey in 2022
cybersecurity

Snyk's AppSec journey in 2022

Learn about key AppSec investments Snyk made in 2022 to improve performance, add new ecosystems, and support the enterprise.

Blog RSS Feed | Snyk ·
Supply chain security incident at CircleCI: Rotate your secrets
cybersecurity

Supply chain security incident at CircleCI: Rotate your secrets

On January 4, CircleCI, an automated CI/CD pipeline setup tool, reported a security incident in their product by sharing an advisory.Learn about this incident, next steps, and about supply chain security.

Blog RSS Feed | Snyk ·
Benefits of keyless software signing
cybersecurity

Benefits of keyless software signing

Keyless software signing uses ephemeral keys (not cryptographic) to sign and verify software. Get started using Chainguard Enforce Signing, powered by Sigstore.

Chainguard: Unchained ·
Creating AWS security efficiencies in IT
cybersecurity

Creating AWS security efficiencies in IT

In this post, we’ll discuss several steps that your teams can take to create AWS efficiencies and streamline cloud security.

Blog RSS Feed | Snyk ·
Chainguard Image now available for Redis
cybersecurity

Chainguard Image now available for Redis

Chainguard Images adds Redis 7 to supported databases. The Redis image is based on glibc and built on Wolfi so it is minimal, secure-by-default, and up-to-date.

Chainguard: Unchained ·
Highlights from OpenSSF’s 2022 Annual Report
cybersecurity

Highlights from OpenSSF’s 2022 Annual Report

Chainguard is one of the top contributors to several key initiatives run by the OpenSSF including Sigstore and the Supply Chain Levels for Software Artifacts.

Chainguard: Unchained ·
Chainguard Image now available for Ruby 3.2
cybersecurity

Chainguard Image now available for Ruby 3.2

New Ruby 3.2 build added to Wolfi and Chainguard Images. Better WASM support and yjit compiler improvements. Fewer 3P dependencies; easier to package and patch.

Chainguard: Unchained ·
How to build a secure API gateway in Node.js
cybersecurity

How to build a secure API gateway in Node.js

In this article, we’ll build a secure API gateway from scratch using only Node.js and a couple of open source packages. All you need is basic knowledge of your terminal, Node.js version 14 or later, and JavaScript.

Blog RSS Feed | Snyk ·
5 "no experience needed" tips for building secure applications
cybersecurity

5 "no experience needed" tips for building secure applications

Learn about the developer security tooling from Snyk that will help you level up your skills to find and fix security vulnerabilities in the code you write and the dependencies you use so you can build secure applications.

Blog RSS Feed | Snyk ·
Building images for the secure supply chain
cybersecurity

Building images for the secure supply chain

Get Adrian Mouat’s takeaways from his presentation at CloudNativeSecurityCon, including ideas for how the industry can build secure container images.

Chainguard: Unchained ·
Kubernetes network policy best practices
cybersecurity

Kubernetes network policy best practices

This article will explore Kubernetes NetworkPolicy by creating an example network policy and examining its core parameters. Then, we’ll look at some common NetworkPolicy use cases and learn how to monitor them using kubectl. Finally, we’ll discover how to implement Container Network Interface (CNI) using third-party Kubernetes extensions.

Blog RSS Feed | Snyk ·
Panel recap: Breaking Bad Security Habits with Corey Quinn
cybersecurity

Panel recap: Breaking Bad Security Habits with Corey Quinn

On December 8th, Clinton Herget and Simon Maple from Snyk discussed various topics with Corey Quinn, Chief Cloud Economist at The Duckbill Group. Their conversation included humorous takes on the long coffee lines at AWS re:Invent and Quinn’s provocative statement that “SBOMs are a fantasy.” The blog will highlight key points from their discussion, but those interested in the full dialogue can watch the panel for all of Quinn’s insights and commentary.

Blog RSS Feed | Snyk ·
Top takeaways from re:Invent 2022
cybersecurity

Top takeaways from re:Invent 2022

Here are the major announcements at re:Invent that got our attention and some of the things Snyk was up to in Vegas.

Blog RSS Feed | Snyk ·
Azure Bicep security fundamentals
cybersecurity

Azure Bicep security fundamentals

In those post, we look at Azure Bicep security fundamentals around inputs, outputs, secrets, Key Vault, and more.

Blog RSS Feed | Snyk ·
ICYMI: Our Chainsmas spaces recap
cybersecurity

ICYMI: Our Chainsmas spaces recap

Catch up on all the things we discussed in our Christmas Twitter Spaces, including VEX, SBOMs, and secure containers.

Chainguard: Unchained ·
How to handle Node.js file uploads with Fastify
cybersecurity

How to handle Node.js file uploads with Fastify

In this tutorial, you’ll use the Fastify framework in a Node.js application to set up file uploading. You’ll learn how file uploads work on a typical server and how to handle file uploads on a Fastify server application.

Blog RSS Feed | Snyk ·
5 best practices for React with TypeScript security
cybersecurity

5 best practices for React with TypeScript security

Using TypeScript with React provides several advantages in application-building, including the option of simpler React components and better JavaScript XML (JSX) support for static type validation. Learn to stay safe with TypeScript security best practices.

Blog RSS Feed | Snyk ·
How to verify and secure your Mastodon account
cybersecurity

How to verify and secure your Mastodon account

In this tutorial, we’ll walk through the process of verifying a Mastodon account, in order to gain a verification check mark and provide some legitimacy to the account.

Blog RSS Feed | Snyk ·
3 tips for effective developer security training
cybersecurity

3 tips for effective developer security training

In this article, we’ll dig into three tips that can make your developer security education program better and ensure that you’re reaping all the advantages of the golden era of application security.

Blog RSS Feed | Snyk ·
Code injection vulnerabilities (CVSSv3 5.8) found in Snyk CLI and IDE plugins
cybersecurity

Code injection vulnerabilities (CVSSv3 5.8) found in Snyk CLI and IDE plugins

Learn how to mitigate two new medium severity (CVSSv3 5.8) vulnerabilities in the Snyk CLI and IDE plugins: CVE-2022-24441 and CVE-2022-22984. Although hard to exploit, these vulnerabilities can lead to arbitrary code execution on the host system. Learn about these risks and how to stay safe.

Blog RSS Feed | Snyk ·
Can gamification unite development and security?
cybersecurity

Can gamification unite development and security?

Gamification is a great way to make security exciting for developers. Learn about a few ways guests from The Secure Developer have gamified security.

Blog RSS Feed | Snyk ·
How to write tests in Python using doctest
cybersecurity

How to write tests in Python using doctest

In this article, we’ll walk through setup, write, and test your first doctest in Python — giving you all the information you need to get started.

Blog RSS Feed | Snyk ·
Writing unit tests in Java
cybersecurity

Writing unit tests in Java

In this post, we’ll learn how to install and use JUnit 5 to write unit tests for some Java code. We’ll use the VSCode integrated development environment (IDE) for writing our tests and Java 11 with Maven to execute them.

Blog RSS Feed | Snyk ·
Setting up SSL/TLS for Kubernetes Ingress
cybersecurity

Setting up SSL/TLS for Kubernetes Ingress

This article demonstrates how to configure TLS/SSL certificates with the Ingress controller in Kubernetes. We’ll set up an NGINX Ingress controller, create a self-signed SSL/TLS certificate, create the necessary rules to link the SSL/TLS certificate to the controller, and hook it up to a Kubernetes sample app service.

Blog RSS Feed | Snyk ·
Dependency injection in JavaScript
cybersecurity

Dependency injection in JavaScript

In this article, you’ll learn what dependency injection is, when you should use it, and what popular JavaScript frameworks it’s implemented in.

Blog RSS Feed | Snyk ·
Best practices for Kubernetes Secrets management
cybersecurity

Best practices for Kubernetes Secrets management

In this article, we’ll explore best practices for Kubernetes Secret management. Check out our Kubernetes security article for more security risks and best practices.

Blog RSS Feed | Snyk ·
How Atlassian used Snyk to solve Log4Shell
cybersecurity

How Atlassian used Snyk to solve Log4Shell

In this post, we’ll recap Walz’s experience using Snyk to detect and remediate Log4Shell at Atlassian, as well as Silverman’s more in-depth talk about the impact of Log4Shell.

Blog RSS Feed | Snyk ·
Snyk's ultimate AWS re:Invent 2022 survival guide
cybersecurity

Snyk's ultimate AWS re:Invent 2022 survival guide

We asked a few of the AWS re:Invent conference veterans on our team to share some words of wisdom in preparation for this year’s expo. Read on to see their tips on surviving Vegas, and making the most of your time at AWS re:Invent 2022.

Blog RSS Feed | Snyk ·
Implementing TLS in Java
cybersecurity

Implementing TLS in Java

In this article, we’ll discuss what TLS is, what benefits it provides, and why you need it. Then we’ll walk through implementingTLS in Java.

Blog RSS Feed | Snyk ·
NPM security: preventing supply chain attacks
cybersecurity

NPM security: preventing supply chain attacks

In this post, I intend to unveil npm security practices and tooling available for you as a JavaScript developer (TypeScript developers are welcome too).

Blog RSS Feed | Snyk ·
Key points from Google and Accenture's ransomware white paper
cybersecurity

Key points from Google and Accenture's ransomware white paper

Author’s from Accenture and Google Cloud recently released a white paper, which details the current state of ransomware and solutions to address this growing problem. This article will provide an overview of the key points from the white paper.

Blog RSS Feed | Snyk ·
A day in the life of a CISO: Chris Hughes of Aquia
cybersecurity

A day in the life of a CISO: Chris Hughes of Aquia

Find out what a day in the life of a CISO and co-founder is like with this discussion between Chris Hughes (CIS & Co-Founder) of Aquia and Vandana Verma of Snyk.

Blog RSS Feed | Snyk ·
Secure Python URL validation
cybersecurity

Secure Python URL validation

In this article, we’ll explore the challenges of corrupted URLs, how they can damage your applications, and ways to tackle the problem.

Blog RSS Feed | Snyk ·
Ruby on Rails Docker for local development environment
cybersecurity

Ruby on Rails Docker for local development environment

If you’ve been looking for an effective way to establish a Ruby on Rails Docker setup for your local development environment, then this post is for you. It’s a continuation of our previous article on how to install Ruby in a macOS for local development.

Blog RSS Feed | Snyk ·
Scaling your security team without hiring
cybersecurity

Scaling your security team without hiring

The increasing popularity of cloud technology has created a growing need for effective cloud security. Instead of simply expanding the size of security teams, organizations can improve their cloud security posture using policy as code.

Blog RSS Feed | Snyk ·
Top 5 scary AWS misconfigurations
cybersecurity

Top 5 scary AWS misconfigurations

Here are the top five AWS misconfigurations you should be aware of to prevent potential security gaps in your infrastructure.

Blog RSS Feed | Snyk ·
Top 5 Docker Security Vulnerabilities
cybersecurity

Top 5 Docker Security Vulnerabilities

Learn about the top five Docker vulnerabilities or CVEs development teams should watch out for, and how to remediate them.

Blog RSS Feed | Snyk ·
New OpenSSL critical vulnerability: What you need to know
cybersecurity

New OpenSSL critical vulnerability: What you need to know

An upcoming release of OpenSSL, scheduled for November 1, 2022, addresses a critical security vulnerability. This post explains how to detect the vulnerability in your code and describes mitigation steps.

Blog RSS Feed | Snyk ·
Why fuzzing tools should be part of your security toolkit
cybersecurity

Why fuzzing tools should be part of your security toolkit

To understand how fuzzing tools improve security, let’s explore the benefits of fuzzing, discuss some use cases for fuzzing, and review an example of how fuzzing would work in a real-world test.

Blog RSS Feed | Snyk ·
How to write your first unit test in JavaScript
cybersecurity

How to write your first unit test in JavaScript

Testing code is the first step to making it secure. One of the best ways to do this is to use unit tests, ensuring that each of the smaller functions within an app behave as they should — especially when the app receives edge-case or invalid inputs, or inputs that are potentially harmful.

Blog RSS Feed | Snyk ·
Node.js multithreading with worker threads series: worker_threads tutorial
cybersecurity

Node.js multithreading with worker threads series: worker_threads tutorial

Multi-threading can offer substantial performance improvements for CPU-bound workflows by allowing arbitrary work to be performed in parallel. Although Node.js doesn’t offer real multi-threading, you can create something similar with the worker threads module. This article will explain what it does, and show how to use it in a few real-world applications.

Blog RSS Feed | Snyk ·
Life of a Sigstore signature
cybersecurity

Life of a Sigstore signature

Curious about what Sigstore is, and what its components are? In this blog, we dive in to Fulcio, OIDC, Rekor, and more!

Chainguard: Unchained ·
Sigstore is now generally available
cybersecurity

Sigstore is now generally available

Sigstore has announced its general availability! See how you can try it and what it can do for your software supply chain.

Chainguard: Unchained ·
A Message from Snyk CEO Peter McKay
cybersecurity

A Message from Snyk CEO Peter McKay

Below is a message that was sent out to all Snyk employees today from Snyk CEO Peter McKay.

Blog RSS Feed | Snyk ·
How to make a mock API server in JavaScript
cybersecurity

How to make a mock API server in JavaScript

In this article, you’ll learn more about mock API servers, the tools you can use to create mock APIs, how you can use them to speed up your development and testing, and how to set up a simple mock server.

Blog RSS Feed | Snyk ·
Chainguard at KubeCon North America: October 24-28!
cybersecurity

Chainguard at KubeCon North America: October 24-28!

Check out Chainguard’s booth at KubeCon North America in Detroit from October 24-28. Chainguard offers zero CVE container images for many open source projects.

Chainguard: Unchained ·
SREs bring ORDER(R) to CHAOS
cybersecurity

SREs bring ORDER(R) to CHAOS

In this post, Snyk Ambassador Keith McDuffee will lead us through a discussion on how site reliability engineers (SREs) bring order to the chaos of development.

Blog RSS Feed | Snyk ·
2022 Snyk Customer Value Study highlights: The impact of developer-first security
cybersecurity

2022 Snyk Customer Value Study highlights: The impact of developer-first security

Learn about the 2022 Snyk Customer Value Study. The goal of this study was to understand our customers’ most important value drivers, discover how they think about their return on investment and find out how much quantifiable benefit they’ve realized by leveraging the Snyk platform.

Blog RSS Feed | Snyk ·
Top 8 AWS Security Best Practices
cybersecurity

Top 8 AWS Security Best Practices

Implement our list of 8 best practices to improve your overall AWS Security posture. Secure your AWS deployments to prevent data breaches.

Blog RSS Feed | Snyk ·
How to contribute to open source projects
cybersecurity

How to contribute to open source projects

As a developer, you probably rely on open source every day. But have you considered going a step further and contributing to open source projects as well? This post will cover the major reasons why you might choose to contribute to — instead of simply using — open source projects.

Blog RSS Feed | Snyk ·
Implementing TLS/SSL in Python
cybersecurity

Implementing TLS/SSL in Python

In this article, we’ll explore TLS and how to use Python to check for a website’s TLS certificate validity. Then, we’ll walk through the steps for adding TLS to your Python application on Linux.

Blog RSS Feed | Snyk ·
Ruby email rule removed from Snyk Code
cybersecurity

Ruby email rule removed from Snyk Code

You spoke up and we listened (and we double-checked in our data). Find out why we removed Snyk Code’s HardcodedEmail rule for Ruby and what this means for you.

Blog RSS Feed | Snyk ·
Hunting malware on package repositories
cybersecurity

Hunting malware on package repositories

Chainguard conducted interviews to discover how administrators and contributors of PyPI feel about tools being the cure to malicious software packages.

Chainguard: Unchained ·
Improving code quality with linting in Python
cybersecurity

Improving code quality with linting in Python

In this hands-on article, we’ll explore how fast and easy it is to perform quick linting checks in Python using Pylint — one of the most popular linting tools. We’ll also see how linting code can help us adhere to the PEP8 code style guide.

Blog RSS Feed | Snyk ·
How to use Java DTOs to stay secure
cybersecurity

How to use Java DTOs to stay secure

In this article, I will explain how DTOs are used in modern Java applications, ways your application can benefit, and how Java DTOs can help you be more secure by preventing accidental data leaks.

Blog RSS Feed | Snyk ·
Security lessons with a Snyk Ambassador
cybersecurity

Security lessons with a Snyk Ambassador

A post from Ambassador Andres Haro, describing lessons learned from a recent security incident and how you can protect your application from similar attacks.

Blog RSS Feed | Snyk ·
SnykWeek New York: In the cloud
cybersecurity

SnykWeek New York: In the cloud

At SnykWeek New York, we heard lots of conversation about cloud security. The day also included a peek at our product roadmap and a fun interactive hacking session. We love #snykweek.

Blog RSS Feed | Snyk ·
Container images simplified with Ko
cybersecurity

Container images simplified with Ko

In this article, we’ll look at using Google Ko to build container images without Dockerfiles, SBOMs, and integrating with Kubernetes.

Blog RSS Feed | Snyk ·
Red teams vs blue teams: Breaking down security roles
cybersecurity

Red teams vs blue teams: Breaking down security roles

Red teams vs blue teams — we’ve heard the terms, but what does it all mean? This post will cover the basics of red, blue, and purple teams, and explain how they work together to enhance an organization’s security posture.

Blog RSS Feed | Snyk ·
Snyk + International Dog Day: recap
cybersecurity

Snyk + International Dog Day: recap

A recap of Snyk’s 2022 International Dog Day campaign, including a look at some of the custom dog sketches for our sweepstakes winners.

Blog RSS Feed | Snyk ·
What’s in the CNSA Suite, and who should care?
cybersecurity

What’s in the CNSA Suite, and who should care?

The CNSA Suite is a suite of algorithms for encryption, signing, and integrity checking that will be required for all national security systems. What’s in it?

Chainguard: Unchained ·
Putting VEX to work
cybersecurity

Putting VEX to work

What is VEX, the Vulnerability Exploit eXchange, and how does it work? In this blog, we apply VEX to some basic operations.

Chainguard: Unchained ·
Introducing the new Snyk UI
cybersecurity

Introducing the new Snyk UI

We’re excited to announce that a new Snyk UI is coming soon! Starting October 12th, 2022 we’ll be rolling out some exciting new user interface changes for the Snyk application. Read on for a sneak peek.

Blog RSS Feed | Snyk ·
Snyk & 01Founders partner to diversify tech
cybersecurity

Snyk & 01Founders partner to diversify tech

On September 15, Snyk kick off our partnership with 01Founders by hosting 30 learners at our London office. The event featured a panel discussion, capture the flag challenge, and networking opportunities with dozens of Snykers. Read on for a recap of the day!

Blog RSS Feed | Snyk ·
How to install Ruby in a macOS for local development
cybersecurity

How to install Ruby in a macOS for local development

In this tutorial, you’ll learn how to properly install Ruby on Mac, and properly install Ruby on MacHow to setup a local development environment that doesn’t conflict with brew or an existing macOS Ruby version.

Blog RSS Feed | Snyk ·
What's new in SPDX 2.3?
cybersecurity

What's new in SPDX 2.3?

SPDX 2.3 introduces new features and enhancements for improved software supply chain transparency and security. Stay ahead with the latest SBOM standard.

Chainguard: Unchained ·
7 Best practices for disaster recovery testing
cybersecurity

7 Best practices for disaster recovery testing

Learn about the importance of implementing rigorous disaster recovery testing, and best practices for ensuring disaster recovery testing.

Blog RSS Feed | Snyk ·
OWASP API Security Top 10 Risks
cybersecurity

OWASP API Security Top 10 Risks

The OWASP API Security Project released in 2019 is still vital in 2022. Learn how API’s are commonly exploited, and how to protect your API’s.

Blog RSS Feed | Snyk ·
5 Disaster Recovery Testing Methodologies
cybersecurity

5 Disaster Recovery Testing Methodologies

Learn about 5 importance of implementing rigorous disaster recovery testing, and methodologies used for ensuring disaster recovery testing.

Blog RSS Feed | Snyk ·
Looking back at Black Hat USA 2022
cybersecurity

Looking back at Black Hat USA 2022

For the past few days, I’ve been getting a lot of messages asking about my experience at this year’s Black Hat USA. So in this post, I’ll be recapping the conference to give you an inside look at what was presented and provide some helpful perspective.

Blog RSS Feed | Snyk ·
Cheat sheet: Meeting security compliance standards
cybersecurity

Cheat sheet: Meeting security compliance standards

This cheat sheet provides guidance on getting started with your compliance program, and information about controls that align with specific compliance standards.

Blog RSS Feed | Snyk ·
10 best practices to containerize Node.js web applications with Docker
cybersecurity

10 best practices to containerize Node.js web applications with Docker

Are you looking for best practices on how to build Node.js Docker images for your web applications? Then you’ve come to the right place! This cheat sheet provides production-grade guidelines for building optimized and secure Node.js Docker images.

Blog RSS Feed | Snyk ·
Avoiding SMTP Injection: A Whitebox primer
cybersecurity

Avoiding SMTP Injection: A Whitebox primer

his blog will discuss how common SMTP Injection vulnerabilities can exist in libraries and applications, and provide tips for finding and remediating them quickly.

Blog RSS Feed | Snyk ·
How Spotify uses Snyk to secure the SDLC
cybersecurity

How Spotify uses Snyk to secure the SDLC

Spotify’s engineering team recently published a blog discussing their use of Snyk to maintain security testing in the SDLC. The following is a recap of that blog written by Engineering Manager, Edina Muminovic.

Blog RSS Feed | Snyk ·
Using Kubernetes ConfigMaps securely
cybersecurity

Using Kubernetes ConfigMaps securely

This article explores how ConfigMaps works, how to use ConfigMaps safely, and some use cases where we need to turn to other, more secure data storage.

Blog RSS Feed | Snyk ·
Best practices for API gateway security
cybersecurity

Best practices for API gateway security

In this article, we’ll look at the security benefits offered by API gateways and explore the best practices to follow while taking extra steps to keep our API gateways secure.

Blog RSS Feed | Snyk ·
How to find and fix XML entity vulnerabilities
cybersecurity

How to find and fix XML entity vulnerabilities

XML is a human-readable text format used to transport and store structured data. In this article, we’ll walk through some different ways to find and fix XML entity vulnerabilities.

Blog RSS Feed | Snyk ·
Cloud Security at Blackhat and Defcon 2022
cybersecurity

Cloud Security at Blackhat and Defcon 2022

There’s a week and bit in Vegas where most of the infosec and secure community come together for talks, workshops and training hosted by Blackhat, Defcon, Bsides Vegas, and The Diana Initiative — welcome to Hacker Summer Camp.

Blog RSS Feed | Snyk ·
Response to the Enduring Security Framework (ESF) Guide for Developers
cybersecurity

Response to the Enduring Security Framework (ESF) Guide for Developers

Developer-first security was invented at Snyk. Which is why the NSA, CISA, and ODNI’s recent publication piqued our interest. While the information was good, we felt it missed the mark on being a practical guide for developers. So, here are our suggestions on how to improve guides that address developers directly.

Blog RSS Feed | Snyk ·
The npm faker package and the unexpected demise of open source libraries
cybersecurity

The npm faker package and the unexpected demise of open source libraries

Liran Tal discusses real-world incidents that demonstrate how even the mightiest of open source projects can be defeated. He also addresses the continuous struggles of open source software sustainability, maintainer burnout, and how these things affect the greater developer community.

Blog RSS Feed | Snyk ·
What your scanner doesn't know **Can** hurt you
cybersecurity

What your scanner doesn't know **Can** hurt you

Vulnerability scanners have limitations. Learn how to proactively identify software supply chain risks beyond what your scanner can detect.

Chainguard: Unchained ·
Solve Hack the Box and other CTF challenges with Snyk
cybersecurity

Solve Hack the Box and other CTF challenges with Snyk

Hack The Box (HTB) is a platform that gamifies cybersecurity training. In this article, we’ll discuss how Snyk can help you solve Hack the Box and other CTF challenges.

Blog RSS Feed | Snyk ·
Best practices for containerizing .net applications
cybersecurity

Best practices for containerizing .net applications

In this post, we’ll cove some best practices for containerizing .NET applications — including those on the 4.x version framework. We’ll also discuss using small images and image scanning, to reduce security risks and remove unnecessary components from our containers.

Blog RSS Feed | Snyk ·
Best practices for container isolation
cybersecurity

Best practices for container isolation

This article explores the implications of container isolation and outlines best practices for security and methodology for Linux, sandbox, and virtualized containers.

Blog RSS Feed | Snyk ·
Building a secure API with gRPC
cybersecurity

Building a secure API with gRPC

This article will demonstrate how to use gRPC via a client and server-like communication between two Node.js applications. We’ll also highlight some safety measures when using gRPC as the communication mechanism in your services.

Blog RSS Feed | Snyk ·
A toolbox for a secure supply chain
cybersecurity

A toolbox for a secure supply chain

Secure your software supply chain with Chainguard’s expert guide & tools: Learn how to protect your software from build to deployment.

Chainguard: Unchained ·
8 tips for securing containers from source to runtime
cybersecurity

8 tips for securing containers from source to runtime

Today we’re announcing a new container security cheat sheet and report — created in collaboration with our partner Sysdig. In this post, we’ll outline tips to help you successfully navigate the challenges of container security with a focus on three core principles.

Blog RSS Feed | Snyk ·
5 ways to secure Drupal 10
cybersecurity

5 ways to secure Drupal 10

While the transition from Drupal 9 to Drupal 10 is expected to be smooth, we can’t ignore security. So, in this article, we’ll explore 5 ways to secure Drupal 10.

Blog RSS Feed | Snyk ·
How open source C++ code can introduce security risks
cybersecurity

How open source C++ code can introduce security risks

This article explores how open source code introduces vulnerabilities into the software supply chain. It also highlights how you can identify vulnerabilities in C++ open source security using automated vulnerability scanners.

Blog RSS Feed | Snyk ·
Celebrate International Dog Day with #DevelopersBestFriend
cybersecurity

Celebrate International Dog Day with #DevelopersBestFriend

It’s no secret that we’re fans of dogs here at Snyk. In fact, you’ve probably noticed our logo is a Doberman. In celebration of International Dog Day, we’d like to tell you how Patch became our mascot, and how to get involved with Snyk’s #DevelopersBestFriend campaign.

Blog RSS Feed | Snyk ·
The dangers of assert in Python
cybersecurity

The dangers of assert in Python

This article explores how to use asserts safely and what causes them to be unsafe. By the end of this article, you’ll know how to use assert most optimally without inadvertently opening yourself up to security issues.

Blog RSS Feed | Snyk ·
Top 5 C++ security risks
cybersecurity

Top 5 C++ security risks

This article explores the top five C++ security concerns that affect code development and offers advice on mitigating them.

Blog RSS Feed | Snyk ·
Python Code Review Tools
cybersecurity

Python Code Review Tools

Learn more about the top Python code review tools for Developers that will improve the speed and efficiency, and security of software throughout your SDLC.

Blog RSS Feed | Snyk ·
Snyk ranked #20 on 2022 Forbes Cloud 100 list
cybersecurity

Snyk ranked #20 on 2022 Forbes Cloud 100 list

On behalf of the entire Snyk community, I am excited to share that Forbes has named Snyk to the Forbes Cloud 100 list for the third consecutive year, coming in at #20 — which is 19 spots higher than last year!

Blog RSS Feed | Snyk ·
AWS re:Inforce 2022 recap
cybersecurity

AWS re:Inforce 2022 recap

If you’re looking to catch up on what happened at this years AWS re:Inforce, this is the blog for you. There were many important announcements were this year, including some exciting updates on the cloud security front. In this post, we’ll quickly review the goals of the conference and who should attend, before diving into the keynote highlights, software updates, and helpful resources.

Blog RSS Feed | Snyk ·
A definitive guide to Ruby gems dependency management
cybersecurity

A definitive guide to Ruby gems dependency management

Ruby has an entire ecosystem of third-party open source libraries which it refers to as gems, or sometimes Ruby gems. In this article, I’ll run through the concepts and tooling that make up the Ruby dependencies ecosystem, and answer some of the common questions Ruby developers have.

Blog RSS Feed | Snyk ·
Securing PHP containers
cybersecurity

Securing PHP containers

Too often, developers assume that container isolation means containers are inherently secure. This incorrect assumption leads to complacency. In this post, we’ll explore some best practices for securing PHP containers and avoiding common pitfalls.

Blog RSS Feed | Snyk ·
Slidev 101: Coding presentations with Markdown
cybersecurity

Slidev 101: Coding presentations with Markdown

Building presentations can be a tedious process. Thankfully, there’s a better and more programmatic way of building your slides — Slidev, the open source project that allows you to code your presentations.

Blog RSS Feed | Snyk ·
Testing effectively in Terraform
cybersecurity

Testing effectively in Terraform

Terraform is an infrastructure as code (IaC) solution that enables DevOps teams to deploy on-premise or public cloud infrastructure components. Today, we’ll discuss some common strategies for testing effectively in Terraform.

Blog RSS Feed | Snyk ·
Join the Snyk Developer Challenge
cybersecurity

Join the Snyk Developer Challenge

We’re excited to announce the Snyk Developer Challenge! This event gives conference attendees a chance to flex their security skills by fixing vulnerabilities to earn points on the leaderboard. At the end of the conference, the two highest scoring participants will be crowned the winners and receive a special prize.

Blog RSS Feed | Snyk ·
Welcoming Manoj Nair: Snyk’s New Chief Product Officer
cybersecurity

Welcoming Manoj Nair: Snyk’s New Chief Product Officer

We’re thrilled to welcome Manoj Nair joins Snyk today as our new Chief Product Officer. In this pivotal phase of Snyk’s growth, Manoj will lead our global product team, setting our comprehensive product roadmap and strategy in both the short and long-term.

Blog RSS Feed | Snyk ·
Buffer overflow attacks in C++: A hands-on guide
cybersecurity

Buffer overflow attacks in C++: A hands-on guide

A buffer overflow attack is the exploitation of a buffer overflow vulnerability, typically by a malicious actor who wants to gain access or information. In this post, we’ll explain how a buffer overflow occurs and show you how to protect your C++ code from these attacks.

Blog RSS Feed | Snyk ·
Sigstore for CISOs
cybersecurity

Sigstore for CISOs

Chainguard explains how Sigstore helps CISOs strengthen software security with integrity checks, easy developer adoption, and risk-informed software consumption.

Chainguard: Unchained ·
Allyship and advocacy: Celebrating Disability Pride Month at Snyk
cybersecurity

Allyship and advocacy: Celebrating Disability Pride Month at Snyk

To celebrate Disability Pride Month, Snyk’s Director of Inclusion, Equity, and Diversity, Ashley Ladd (she/her), sat down with Alex Fallon (they/them) to discuss what Disability Pride means to them, how able-bodied people can be better allies and advocates for the Disabled community, inspirational figures, helpful resources, and so much more.

Blog RSS Feed | Snyk ·
Best practices for your first 30 days with Snyk
cybersecurity

Best practices for your first 30 days with Snyk

Adopting a new platform can seem intimidating, but with Snyk it doesn’t have to be. We have three tips to help you roll out Snyk, and have a seamless and successful first 30 days across your business or enterprise.

Blog RSS Feed | Snyk ·
Webinar recap: Snyk and the new era of software security
cybersecurity

Webinar recap: Snyk and the new era of software security

Snyk’s Senior Product Marketing Manager, Frank Fischer, recently hosted a webinar about the value in using a developer security platform to secure code, dependencies, containers, and infrastructure as code (IaC). In this blog post, we’ll highlight some of the key insights from the presentation.

Blog RSS Feed | Snyk ·
Top 5 tips for C++ security
cybersecurity

Top 5 tips for C++ security

C++ has become a pivotal part of the modern day tech industry. As with any widely adopted or user based development, it’s important to ensure that elements of security have been integrated throughout the application. So, let’s look at some security tips to keep in mind when building with C++.

Blog RSS Feed | Snyk ·
Webinar recap: The missing story with every cloud breach
cybersecurity

Webinar recap: The missing story with every cloud breach

Snyk’s Chief Architect, Josh Stella, recently hosted a webinar about cloud security. During this talk, he discussed the missing story in every cloud breach: the tale of how, when, and where attackers operate in the cloud. He also revealed a methodology for securing cloud resources against modern cloud attacks.

Blog RSS Feed | Snyk ·
5 Best Practices for Container security
cybersecurity

5 Best Practices for Container security

Discover essential strategies for securing your container images and infrastructure. This best practices guide explains why container security matters and outlines five key steps to increase developer security

Blog RSS Feed | Snyk ·
10 React security best practices
cybersecurity

10 React security best practices

We’ve created this checklist of React security best practices to help you and your team find and fix security issues in your React applications.

Blog RSS Feed | Snyk ·
Webhook Security Best Practices
cybersecurity

Webhook Security Best Practices

Webhooks are one of the best ways to transfer information about occasional events from one system to another. In contrast to methods like HTTP polling, webhooks are triggered by events. In this blog, we’ll cover the most effective practices for securing webhooks so we can share data between applications without creating a large attack surface.

Blog RSS Feed | Snyk ·
How to build a secure WebSocket server in Python
cybersecurity

How to build a secure WebSocket server in Python

The article discusses the concept of bi-directional communication in web applications, specifically through the use of the WebSocket protocol. Unlike the traditional method where the client requests data from the server and then closes the connection, WebSocket allows the server to actively push updates to the client. The focus of the article is on how to build a secure WebSocket server using Python and JavaScript, providing a guide for developers interested in this communication method.

Blog RSS Feed | Snyk ·
Announcing organizational updates to better serve our customers
cybersecurity

Announcing organizational updates to better serve our customers

Earlier today, we informed the Snyk team of important recent organizational updates to better serve our customers and improve operational efficiency in order to support our continued growth. In the spirit of transparency to our customers, investors and partners, we are also sharing this internal memo below.

Blog RSS Feed | Snyk ·
Reflecting on Pride Month 2022 at Snyk
cybersecurity

Reflecting on Pride Month 2022 at Snyk

As Pride Month 2022 wraps up, we want to take a moment to highlight and reflect on of the events and activities Snyk hosted in celebration of Pride.

Blog RSS Feed | Snyk ·
Snyk is now also hosted in the EU providing regional data residency
cybersecurity

Snyk is now also hosted in the EU providing regional data residency

Snyk has announced the general availability of a new EU region in Frankfurt, enhancing its commitment to enable development and security teams to innovate quickly while maintaining security. This expansion aims to support EU-based organizations in securing their applications with Snyk while also ensuring compliance with data residency requirements. The move underscores Snyk’s ongoing dedication to meeting the needs of its users in the EU.

Blog RSS Feed | Snyk ·
Building a secure CI/CD pipeline with GitHub Actions for your Java Application
cybersecurity

Building a secure CI/CD pipeline with GitHub Actions for your Java Application

GitHub Actions has made it easier than ever to build a secure continuous integration and continuous delivery (CI/CD) pipeline for your GitHub projects. And by integrating Snyk into your GitHub CI/CD, you can automate security scanning as part of your build cycle prior to production.

Blog RSS Feed | Snyk ·
Developer empowerment for software security with Snyk IDE plugins
cybersecurity

Developer empowerment for software security with Snyk IDE plugins

For application security, the shift left strategy is something that every enterprise is embracing today, which essentially means putting the security controls in earlier stages of development. While most tools can only solve some of the problems, Snyk does it all — making it my preferred tool for shifting left.

Blog RSS Feed | Snyk ·
Safely handling containers
cybersecurity

Safely handling containers

Snyk Ambassador Tales Casagrande shares tips for improving container safety with Snyk.

Blog RSS Feed | Snyk ·
Get started with Sigstore (Free Course!)
cybersecurity

Get started with Sigstore (Free Course!)

Secure your software supply chain with Sigstore! Enroll in our free course, taught by Chainguard experts, and learn how to implement this powerful new standard.

Chainguard: Unchained ·
Celebrating Father’s Day at Snyk
cybersecurity

Celebrating Father’s Day at Snyk

This Sunday, June 19th, marks Father’s Day in many countries around the world. To celebrate this day, we’d like to highlight some of our amazing Snyk dads and the special moments they shared in our #fun-goodkids internal Slack channel. Take a look at these adorable kiddos! Happy Father’s Day to all of our Snyk dads, and to everyone else who celebrates!

Blog RSS Feed | Snyk ·
Juneteenth: Momentum. Memory. Movement.
cybersecurity

Juneteenth: Momentum. Memory. Movement.

Juneteenth, or freedom day, is one of bittersweet celebrations. The day, June 19th 1865, marks the day federal troops arrived in Galveston, Texas, to free the remaining enslaved people in the United States. Today we take a moment to honor and celebrate those who came before us and carry on their mission for true equality.

Blog RSS Feed | Snyk ·
Chainguard KubeCon EU 2022 Wrap Up
cybersecurity

Chainguard KubeCon EU 2022 Wrap Up

Chainguard at KubeCon EU 2022: Catch up on our talks about Kubernetes, Sigstore, Tekton, and more – secure your software supply chain with Chainguard.

Chainguard: Unchained ·
Snyk’s guide to disclosing pronouns
cybersecurity

Snyk’s guide to disclosing pronouns

Whether you identify as cisgender or fall somewhere under the gender-nonconforming umbrella, disclosing your pronouns early and often makes everyone’s lives easier. So, in honor of Pride Month, let’s discuss why pronouns are important, the benefits of disclosing them, and what to do if you make a mistake.

Blog RSS Feed | Snyk ·
Bringing cloud native application security full circle
cybersecurity

Bringing cloud native application security full circle

The cloud has enabled organizations to build and deploy applications faster than ever, but security has become more complex. In this post, we’ll discuss the need to bring application security and cloud security together to deliver more secure cloud native applications.

Blog RSS Feed | Snyk ·
6 Kubernetes Tools That Can Help Secure Containers at Runtime
cybersecurity

6 Kubernetes Tools That Can Help Secure Containers at Runtime

Kubernetes provides a powerful platform for container orchestration, but it’s essential to implement additional security measures to protect your applications. Explore key strategies to enhance the runtime security of your Kubernetes clusters, including network policies, role-based access control, policy admission control, secrets management, audit logs, and ephemeral containers.

Blog RSS Feed | Snyk ·
Using Rego as a generic policy language
cybersecurity

Using Rego as a generic policy language

In this post, we’ll discuss Open Policy Agent (OPA) and its rule language, Rego, highlighting how we can use them to write a simple policy for a payroll microservice.

Blog RSS Feed | Snyk ·
Where Do I Sign? Step-by-step Sigstore Adoption
cybersecurity

Where Do I Sign? Step-by-step Sigstore Adoption

A step-by-step guide to adopting Sigstore for signing code commits, build artifacts, and container images, securing your software supply chain.

Chainguard: Unchained ·
Mental Health Awareness Month: How losing my father changed me
cybersecurity

Mental Health Awareness Month: How losing my father changed me

In honor of Mental Health Awareness Month, Tim Leroy, Senior Solutions Engineer based in London, shares how he coped with the tragic loss of his father a few months ago. He discusses tools he used to cope, how he balanced his mental health struggles while working full-time, and gives advice to others who may be struggling with a similar loss.

Blog RSS Feed | Snyk ·
Celebrating Asian American and Pacific Islander Heritage Month
cybersecurity

Celebrating Asian American and Pacific Islander Heritage Month

In honor of Asian American and Pacific Islander Heritage Month, we sat down with Sarah Gibb and Dipti Salopek to learn about their cultures and family roots, and how their heritage impacts them on both a professional and personal level.

Blog RSS Feed | Snyk ·
Dealing with multiple SBOMs
cybersecurity

Dealing with multiple SBOMs

Managing multiple SBOMs: Strategies for consolidating and utilizing multiple SBOMs to gain a comprehensive view of software components and dependencies.

Chainguard: Unchained ·
SnykWeek Boston: Perspectives on developer security adoption
cybersecurity

SnykWeek Boston: Perspectives on developer security adoption

During SnykWeek Boston, Simon Maple (Field CTO, Snyk) led a panel discussion about developer adoption of application security. Read on to dive deeper into these illuminating insights around organizing security teams, setting security goals, empowering developers, improving compliance, and much more.

Blog RSS Feed | Snyk ·
Snyk finds 200+ malicious npm packages, including Cobalt Strike dependency confusion attacks
cybersecurity

Snyk finds 200+ malicious npm packages, including Cobalt Strike dependency confusion attacks

Snyk recently discovered overt 200 malicious packages in the npm registry. While we acknowledge that vulnerability fatigue is an issue for developers, this article is not about the typical case of typosquatting or random malicious package. This article shares the findings of targeted attacks aimed at businesses and corporations that Snyk was able to detect and share the insights.

Blog RSS Feed | Snyk ·
Snyk takes over Boston for SnykWeek
cybersecurity

Snyk takes over Boston for SnykWeek

SnykWeek was a success! We came, we secured, and we crowned a Best Hacker in Boston! We also talked about developer security, and heard success stories from Boston-based customers Datto, Kyruus, and Manulife.

Blog RSS Feed | Snyk ·
How LiveRamp used Snyk to remediate Log4Shell
cybersecurity

How LiveRamp used Snyk to remediate Log4Shell

When Log4Shell hit in mid-December 2021, LiveRamp had just completed its POC (proof of concept) trial with Snyk. While LiveRamp’s main motivation for deploying Snyk was to secure its CI/CD pipeline, Snyk was able to discover and remediate this major zero-day exploit.

Blog RSS Feed | Snyk ·
The Dirty Secret of Cybersecurity Standards
cybersecurity

The Dirty Secret of Cybersecurity Standards

Cybersecurity standards’ dirty secret: overemphasis on individual company security, neglecting collaborative efforts and open-source software integrity.

Chainguard: Unchained ·
Interview with an engineer: Diving into modern SAST
cybersecurity

Interview with an engineer: Diving into modern SAST

We sat down with Saar Kuriel, a Senior Software Engineer, based in Tel Aviv, to learn more about the exciting projects he’s working on as part of the Snyk Code team. We also discussed his career path, project management techniques, technical challenges he’s overcome, and his future goals.

Blog RSS Feed | Snyk ·
The importance of security automation
cybersecurity

The importance of security automation

Our very own GuyPo (Snyk Founder and CTO) discussed the importance of automation with several industry-leading technologists on The Secure Developer podcast. We’ll learn more about these guests and their insights as we examine security automation’s vital role in DevOps, scaling, and risk management.

Blog RSS Feed | Snyk ·
A Crash Course in Software Supply Chain Security
cybersecurity

A Crash Course in Software Supply Chain Security

Comprehensive guide to software supply chain security with curated resources and insights, covering build systems, open-source dependencies, and more.

Chainguard: Unchained ·
Image sizes miss the point
cybersecurity

Image sizes miss the point

Small container image size doesn’t guarantee security. Focus on minimizing underlying components for a truly secure software supply chain.

Chainguard: Unchained ·
SDR Series: Meet our EMEA team
cybersecurity

SDR Series: Meet our EMEA team

In this SDR series, we get to know an SDR and an SDR manager in each of our three core regions: EMEA, North America, and APJ. In EMEA, we have SDR teams based in London and Tel Aviv. In this blog post, Jonathan Chetrit and Paula Kanikuru share what it’s like to be a part of our SDR team in EMEA!

Blog RSS Feed | Snyk ·
Happy 1st Birthday, Snyk Code!
cybersecurity

Happy 1st Birthday, Snyk Code!

Snyk Code is turning one! We’ve hit so many milestones in the last 12 months, and today we invite you to look back, celebrate, and peer into the future of code security with us.

Blog RSS Feed | Snyk ·
Snyk Voices: Returning from maternity leave
cybersecurity

Snyk Voices: Returning from maternity leave

Motherhood is a beautiful and ongoing learning experience. But what about being a working mom? Today, I had the opportunity to speak with two super moms at Snyk, Noa Korem and Amanda Parks, about how they felt returning to work after maternity leave.

Blog RSS Feed | Snyk ·
SDR Series: Meet our North America team
cybersecurity

SDR Series: Meet our North America team

In this SDR Series, we get to know an SDR and an SDR manager in each of our three core regions: EMEA, North America, and APJ. In North America, we have SDR teams based in Boston and Denver. In this blog post, Joe MacInnis and Ally Sirois share what it’s like to be a part of our SDR team in North America!

Blog RSS Feed | Snyk ·
These aren’t the npm packages you’re looking for
cybersecurity

These aren’t the npm packages you’re looking for

Earlier in the year, over 500 malicious packages were released into the npm ecosystem to create dependency confusion. Let’s look at some ways to help protect applications from dependency injection.

Blog RSS Feed | Snyk ·
3 Jedi-inspired lessons to level up your JavaScript security
cybersecurity

3 Jedi-inspired lessons to level up your JavaScript security

You might think of Star Wars as a movie reserved for geeks, but what if I told you that there are deep life lessons that can be applied to developer security practices? Get your lightsaber ready and prepare to dive into JavaScript security!

Blog RSS Feed | Snyk ·
May the 4th be with your video
cybersecurity

May the 4th be with your video

To celebrate May the 4th Day, we decided to release a special Snyk virtual background and show you how to create your own epic video scenes using an open source project.

Blog RSS Feed | Snyk ·
Ignoring vulnerabilities with Snyk
cybersecurity

Ignoring vulnerabilities with Snyk

Learn best practices and use cases for ignoring vulnerabilities in Snyk using the Snyk CLI, the Snyk UI, the Snyk API, and the Snyk Policy file.

Blog RSS Feed | Snyk ·
Building Docker images in Kubernetes
cybersecurity

Building Docker images in Kubernetes

Explore ways to build Docker images in a Kubernetes cluster for CI/CD processes. We’ll also discuss some advantages and disadvantages of using these methods.

Blog RSS Feed | Snyk ·
Under the C: A glance at C/C++ vulnerabilities in Python land
cybersecurity

Under the C: A glance at C/C++ vulnerabilities in Python land

In this post, we’ll discuss why developers include native C/C++ extensions in their high-level language projects. Then, we’ll use Python and the PyPI registry to detect hidden C-related vulnerabilities in higher-level language projects and reveal how low-level vulnerabilities can impact higher-level code.

Blog RSS Feed | Snyk ·
Snyk increases investment in partners with new Snyk Technology Alliance Partner Program
cybersecurity

Snyk increases investment in partners with new Snyk Technology Alliance Partner Program

Snyk has launched the Technology Alliance Partner Program (TAPP) aimed at helping application and developer-focused software companies quickly build, integrate, and market solutions using Snyk’s offerings. This initiative is designed to empower partners to develop new solutions that address significant security challenges in today’s digital landscape, enhancing overall security measures through collaboration and technology integration.

Blog RSS Feed | Snyk ·
6 Software Composition Analysis (SCA) best practices
cybersecurity

6 Software Composition Analysis (SCA) best practices

Software composition analysis (SCA) tools are used for finding vulnerabilities in open source packages & secure your code. Use these best practices as a guide when using SCA tools.

Blog RSS Feed | Snyk ·
SDR Series: Meet our APJ team
cybersecurity

SDR Series: Meet our APJ team

In APJ, we have SDR teams based in Singapore, Australia, and Japan. In this blog post, Gabriel Quek and Lea Chng share what it’s like to be a part of our SDR team in APJ!

Blog RSS Feed | Snyk ·
6 tips for managing your open source components
cybersecurity

6 tips for managing your open source components

Open source software (OSS) simplifies software development, which is one of the reasons why more than 90% of organizations utilize open source components in their applications.

Blog RSS Feed | Snyk ·
Generating fake security data with Python and faker-security
cybersecurity

Generating fake security data with Python and faker-security

Snyk recently open sourced our faker-security Python package to help anyone working with security data. In this blog post, we’ll briefly go over what this Python package is and how to use it.

Blog RSS Feed | Snyk ·
Why you need a Kubernetes admission controller
cybersecurity

Why you need a Kubernetes admission controller

Admission controllers intercept API requests before they pass to the API server and can prohibit or modify them. This applies to most types of Kubernetes requests.

Blog RSS Feed | Snyk ·
WillowTree roundtable: security for hypergrowth organizations
cybersecurity

WillowTree roundtable: security for hypergrowth organizations

Our own Steve Kinman and Adrian Guevara discussed the challenges hyper growth organizations face in implementing code security. During the discussion, Guevara described WillowTree’s security best practices and how he selected the right developer tool.

Blog RSS Feed | Snyk ·
Not All SBOMs Are Created Equal
cybersecurity

Not All SBOMs Are Created Equal

Not all SBOMs are created equal: understand the differences and choose the right one for your software supply chain security.

Chainguard: Unchained ·
5 tips for securing PHP Laravel
cybersecurity

5 tips for securing PHP Laravel

A discussion of best practices for securing PHP Laravel, including framework configuration, preventing SQL injection attacks, managing cookies and sessions management.

Blog RSS Feed | Snyk ·
The ultimate guide to Python pickle
cybersecurity

The ultimate guide to Python pickle

This article will teach you how to safely use Python’s built-in pickle library to maintain persistence within complex data structures.

Blog RSS Feed | Snyk ·
Securing Software Repositories with the OpenSSF
cybersecurity

Securing Software Repositories with the OpenSSF

OpenSSF initiatives to enhance software repository security, safeguarding the integrity of open source software and mitigating supply chain risks.

Chainguard: Unchained ·
The principle of ephemerality
cybersecurity

The principle of ephemerality

Embrace ephemerality for enhanced software security: Minimize attack surfaces by ensuring temporary access and resources.

Chainguard: Unchained ·
Getting started with React Native security
cybersecurity

Getting started with React Native security

Explore React Native security challenges that developers encounter when developing mobile apps,including authentication protocols, and dependency vulnerabilities.

Blog RSS Feed | Snyk ·
Make Snyk notifications work for you
cybersecurity

Make Snyk notifications work for you

Snyk notifications can be powerful when they enable you to learn about a new vulnerability, license issue, or fix an issue in your projects on the same day we find it. Learn how to make them work for you.

Blog RSS Feed | Snyk ·
Intro to OCI Reference Types
cybersecurity

Intro to OCI Reference Types

An introduction to Open Container Initiative (OCI) reference types. This includes runtime specs, image specs, and distribution specs.

Chainguard: Unchained ·
Spring4Shell: The zero-day RCE in the Spring Framework explained
cybersecurity

Spring4Shell: The zero-day RCE in the Spring Framework explained

On March 30, 2022, a critical remote code execution (RCE) vulnerability was found in the Spring Framework. This vulnerability is another example of why securing the software supply chain is important to open source.

Blog RSS Feed | Snyk ·
Daughter + Dad: Coming out as transgender
cybersecurity

Daughter + Dad: Coming out as transgender

In honor of International Transgender Day of Visibility, Martin McKeay, Snyk’s Sr. Editorial Research Manager, sits down with his daughter to discuss what their experiences were together when she first came out as transgender a few years ago.

Blog RSS Feed | Snyk ·
Spring4Shell: What we know about the Java RCE vulnerability
cybersecurity

Spring4Shell: What we know about the Java RCE vulnerability

Spring4Shell or SpringShell is a credible RCE vulnerability in spring-beans package, which is part of Spring Core. This is a key enabler of the inversion of control (IoC) capabilities of Spring. This is often referred to as dependency injection.

Blog RSS Feed | Snyk ·
Building a secure GraphQL API with Node.js
cybersecurity

Building a secure GraphQL API with Node.js

In this article, we’ll learn how to secure GraphQL APIs by building a simple Node.js application using Fastify and GraphQL.

Blog RSS Feed | Snyk ·
Zero security debt for container images is possible
cybersecurity

Zero security debt for container images is possible

Achieve zero security debt for container images with Chainguard’s “quiet” base images, featuring minimal vulnerabilities and built-in security features.

Chainguard: Unchained ·
Meet (and join) our newest Snyk Ambassadors!
cybersecurity

Meet (and join) our newest Snyk Ambassadors!

So say hello and connect with our Snyk Ambassadors! They share a wealth of cybersecurity knowledge and are also ? really ? lovely ? people ? in general!

Blog RSS Feed | Snyk ·
Snyk ceases business in Russia and Belarus
cybersecurity

Snyk ceases business in Russia and Belarus

Effective immediately, Snyk will cease from doing business in Russia and Belarus in accordance with new export control provisions by the United States.

Blog RSS Feed | Snyk ·
Tools for infrastructure drift detection
cybersecurity

Tools for infrastructure drift detection

Learn about the principles of infrastructure drift detection, the different kinds of drift and why it happens, and tools to help detect drift with a terraform example.

Blog RSS Feed | Snyk ·
SLSA vs. Software Supply Chain Attacks
cybersecurity

SLSA vs. Software Supply Chain Attacks

SLSA: Your shield against software supply chain attacks, ensuring software integrity and preventing vulnerabilities.

Chainguard: Unchained ·
"Dirty Pipe" Linux vulnerability and your containerized applications (CVE-2022-0847)
cybersecurity

"Dirty Pipe" Linux vulnerability and your containerized applications (CVE-2022-0847)

Learn how to protect your containerized applications from from the “Dirty Pipe” Linux vulnerability (CVE-2022-0847), as well as how the exploit works. CVE-2022-0847 was created detailing a flaw in the Linux kernel that can be exploited allowing any process to modify files regardless of their permission settings or ownership.

Blog RSS Feed | Snyk ·
Hiring a virtual CISO to help your security team
cybersecurity

Hiring a virtual CISO to help your security team

A virtual CISO is a part-time or remote security practitioner or provider who offers their time and expertise to an organization on a temporary or ongoing basis.

Blog RSS Feed | Snyk ·
Celebrating amazing open source innovation from Ukraine
cybersecurity

Celebrating amazing open source innovation from Ukraine

Given the ongoing dark days in Ukraine, I’d like to use this post as a chance to shine a light on some of the amazing open source projects and technological initiatives made by Ukrainian maintainers, developers and passionate tech entrepreneurs.

Blog RSS Feed | Snyk ·
SnykHer celebrates International Women’s Day 2022
cybersecurity

SnykHer celebrates International Women’s Day 2022

In honor of International Women’s Day, we sat down with some members of SnykHer — Snyk’s employee resource group for those who identify as women and allies — to learn about what this year’s theme of #BreakTheBias means to them.

Blog RSS Feed | Snyk ·
Welcoming TopCoat to Snyk
cybersecurity

Welcoming TopCoat to Snyk

We’re excited to announce that the team at TopCoat is joining Snyk.

Blog RSS Feed | Snyk ·
The Importance of Container Monitoring
cybersecurity

The Importance of Container Monitoring

Learn more about the importance of Container Monitoring to maintain security across your container deployments.

Blog RSS Feed | Snyk ·
Black@Snyk: Celebrating Black History Month 2022
cybersecurity

Black@Snyk: Celebrating Black History Month 2022

In honor of Black History Month, we sat down with three members of Black@Snyk, our employee resource group for Black employees and allies, to learn more about their personal stories.

Blog RSS Feed | Snyk ·
Announcing Snyk’s new Global Service Provider program
cybersecurity

Announcing Snyk’s new Global Service Provider program

Snyk is proud to launch a new Global Service Provider program designed to give leading solution providers the resources they need to bring our developer-first tools and methodologies into their services and support customers on their DevSecOps journey.

Blog RSS Feed | Snyk ·
A developer-centric approach to software
cybersecurity

A developer-centric approach to software

SnykCon 2021 gave us insights on how developers have shifted the industry and forged a new and improved approach to software development.

Blog RSS Feed | Snyk ·
Automatic SBOMs with ko
cybersecurity

Automatic SBOMs with ko

Generate automatic SBOMs with ko to enhance software supply chain security for Go applications.

Chainguard: Unchained ·
sigstore, the local way
cybersecurity

sigstore, the local way

Build and run Sigstore locally to easily sign and verify container images without external dependencies.

Chainguard: Unchained ·
Case study: Python RCE vulnerability in Celery
cybersecurity

Case study: Python RCE vulnerability in Celery

I conducted research based upon existing Python vulnerabilities and identified a common software pattern between them. This led to the discovery of a stored command injection vulnerability in Celery.

Blog RSS Feed | Snyk ·
Security implications of Kubernetes operators
cybersecurity

Security implications of Kubernetes operators

A look at Kubernetes operators and their implications for security, outlining potential security risks, discussing how to use operators with security in mind ,and examining how the right operators can lead to a more secure environment.

Blog RSS Feed | Snyk ·
Automating Terraform security in Scalr deployments with Regula [Tutorial]
cybersecurity

Automating Terraform security in Scalr deployments with Regula [Tutorial]

Regula enables cloud teams to evaluate Terraform, CloudFormation, Azure Resource Manager, and Kubernetes Infrastructure-as-Code (IaC) for security and compliance violations prior to deployment. Regula is an open source implementation of Rego, the query language used by the Open Policy Agent (OPA) project.

Blog RSS Feed | Snyk ·
SAST and SCA: Better together with Snyk
cybersecurity

SAST and SCA: Better together with Snyk

SAST and SCA are better when you use them together. Secure your code and dependencies at the same time with Snyk.

Blog RSS Feed | Snyk ·
Keyless signing with Tekton on Amazon EKS
cybersecurity

Keyless signing with Tekton on Amazon EKS

Keyless signing with Tekton on Amazon EKS simplifies software signing and enhances security in your Kubernetes pipelines.

Chainguard: Unchained ·
Enhancing PCI compliance security with SAST and SCA
cybersecurity

Enhancing PCI compliance security with SAST and SCA

In this post, we’ll take a look at the requirements of PCI compliance, as well as how the use of static application security testing (SAST) and software composition analysis (SCA) tools can help you meet them more easily.

Blog RSS Feed | Snyk ·
Keyless signing with Tekton on AKS
cybersecurity

Keyless signing with Tekton on AKS

Keyless signing with Tekton on AKS simplifies and secures the software signing process in Kubernetes environments.

Chainguard: Unchained ·
How to make package signing useful
cybersecurity

How to make package signing useful

Unlock the benefits of package signing to enhance software security and trust throughout the development lifecycle.

Chainguard: Unchained ·
Log4Shell remediation with Snyk by the numbers
cybersecurity

Log4Shell remediation with Snyk by the numbers

Check out this handy infographic to learn more about the Log4Shell timeline, how much time and money our customers have saved by using Snyk, and what some of those customers have said about their experience.

Blog RSS Feed | Snyk ·
Fun with ciphers in copycat Wordles
cybersecurity

Fun with ciphers in copycat Wordles

Who among us doesn’t love Wordle? No one, that’s who! It’s gotten to the point that the NY Times announced they are purchasing the original Wordle from its author. There have been a bunch of copy-cats, both in app and web-app form. And, some of these have been up to no good!

Blog RSS Feed | Snyk ·
SnykCon recap: Building a developer-focused AppSec program
cybersecurity

SnykCon recap: Building a developer-focused AppSec program

Last year’s SnykCon provided a wealth of AppSec tips and best practices. In this post, we look at two talks on the process of building and maintaining a culture of secure development in your organization.

Blog RSS Feed | Snyk ·
Getting started at a new organization
cybersecurity

Getting started at a new organization

A chief information security officer (CISO) has a lot on their shoulders to ensure an organization is secure. And for someone new to the role, the challenge is even more significant.

Blog RSS Feed | Snyk ·
PHP security in Snyk Code now GA
cybersecurity

PHP security in Snyk Code now GA

After a successful public beta program, PHP security support in Snyk Code is now GA.

Blog RSS Feed | Snyk ·
Stranger Danger: Live hack of how a Log4Shell exploit works
cybersecurity

Stranger Danger: Live hack of how a Log4Shell exploit works

Learn about a recent Stranger Danger live hack where Simon Maple, Field CTO at Snyk, Eric Smalling, Senior Developer Advocate at Snyk, and Micah Silverman, Director of DevSecOps Acceleration discussed the Log4Shell vulnerability and demonstrated how an exploit could work.

Blog RSS Feed | Snyk ·
Enabling policy as code (PaC) with OPA and Rego
cybersecurity

Enabling policy as code (PaC) with OPA and Rego

Learn how the Open Policy Agent (OPA) and its Rego rule language can be used to help streamline your policy as code (PaC) efforts in applications and containers.

Blog RSS Feed | Snyk ·
10 SDLC best practices to implement today
cybersecurity

10 SDLC best practices to implement today

Having a team that’s focused on functionality and security is critical to successful software development. To that end, a secure SDLC is important because it prioritizes the security of software and helps make sure malicious actors do not target your application.

Blog RSS Feed | Snyk ·
8 best Java code review tools for developers
cybersecurity

8 best Java code review tools for developers

Learn more about the top 8 Java code review tools that will improve the speed and efficiency of software development, and protect security throughout your SDLC.

Blog RSS Feed | Snyk ·
What an SBOM can do for you
cybersecurity

What an SBOM can do for you

Discover how SBOMs (Software Bill of Materials) enhance software security. Learn to identify vulnerabilities, track components, and manage risks effectively.

Chainguard: Unchained ·
The Secure Developer: 2021 in review
cybersecurity

The Secure Developer: 2021 in review

On the year end episode of The Secure Developer, Guy sat down with Snyk Field CTO Simon Maple to discuss the themes, advice, and future expectations that appeared in this year’s episodes.

Blog RSS Feed | Snyk ·
FTC highlights the importance of securing Log4j and software supply chain
cybersecurity

FTC highlights the importance of securing Log4j and software supply chain

Earlier this week, the FTC issued a warning to companies regarding the Log4j vulnerability. Given the rampant exploitation of the recently discovered vulnerabilities in this ubiquitous open source logging package, it’s encouraging to see the agency take this rare step, beginning to form a firm stance on software supply chain security.

Blog RSS Feed | Snyk ·
Cosign image signing In AWS CodePipeline
cybersecurity

Cosign image signing In AWS CodePipeline

Secure your AWS CodePipeline with cosign image signing. Learn how to integrate image verification and signature enforcement into your CI/CD workflow.

Chainguard: Unchained ·
Kicking off 2022 by recognizing DevSecOps leaders
cybersecurity

Kicking off 2022 by recognizing DevSecOps leaders

As we start to plan for SnykCon 2022, we’re once again reflecting on the interesting and inspiring customer stories we first heard back in October. Our customers are at the heart of Snyk’s success as each day, it’s these people and organizations that drive our mission to empower every software developer in the world to develop fast while staying secure.

Blog RSS Feed | Snyk ·
Snyk Code in 2021: Redefining SAST
cybersecurity

Snyk Code in 2021: Redefining SAST

With detailed remediation guidance at every stage of the software development lifecycle (SDLC), Snyk Code revolutionizes static application security testing (SAST).

Blog RSS Feed | Snyk ·
Snyk Open Source in 2021: A year of innovation
cybersecurity

Snyk Open Source in 2021: A year of innovation

Let’s take a look at three key areas where Snyk Open Source delivered new capabilities: integrations, ecosystem support, and making fixes easier!

Blog RSS Feed | Snyk ·
Snyk makes it easier to fix Log4Shell with extended free scans
cybersecurity

Snyk makes it easier to fix Log4Shell with extended free scans

Due to the recently discovered Log4Shell vulnerability, and to support the tremendous effort being mounted by the community to address it, we are happy to announce that we are increasing the free test limit in Snyk Open Source!

Blog RSS Feed | Snyk ·
Log4j 2.16 High Severity Vulnerability (CVE-2021-45105) Discovered
cybersecurity

Log4j 2.16 High Severity Vulnerability (CVE-2021-45105) Discovered

Overnight, it was disclosed by Apache that Log4j version 2.16 is also vulnerable by way of a Denial of Service attack with the impact being a full application crash, the severity for this is classified as High (7.5).

Blog RSS Feed | Snyk ·
Kubernetes Meets SLSA
cybersecurity

Kubernetes Meets SLSA

Kubernetes achieves SLSA security framework compliance! Learn how this enhances software supply chain security for cloud-native applications.

Chainguard: Unchained ·
Log4Shell remediation cheat sheet
cybersecurity

Log4Shell remediation cheat sheet

This Log4Shell remediation cheat sheet summarizes the main fixes and recommendations being used to limit exposure to the vulnerability and to reduce the risk of this vulnerability being exploited in production systems.

Blog RSS Feed | Snyk ·
Build securely with Snyk and GKE Autopilot
cybersecurity

Build securely with Snyk and GKE Autopilot

The Snyk platform works seamlessly with GKE Autopilot: a revolution in managed Kubernetes. Customers can quickly get started securing workloads on GKE Autopilot with Snyk Container’s Kubernetes integration and can leverage Snyk CLI with Google Cloud Build as well as integrations with Google Container Registry, Google Artifact Registry, and one of the several Snyk Git repository SCM integrations.

Blog RSS Feed | Snyk ·
Snyk achieves AWS Security Competency status
cybersecurity

Snyk achieves AWS Security Competency status

We are very excited to announce that Snyk has achieved AWS Security Competency status, further validating our commitment to security excellence in partnering with AWS!

Blog RSS Feed | Snyk ·
Busting 5 Sigstore Myths
cybersecurity

Busting 5 Sigstore Myths

Debunk common Sigstore misconceptions and discover its true potential for revolutionizing software supply chain security.

Chainguard: Unchained ·
A deep dive on Sigtore's Fulcio
cybersecurity

A deep dive on Sigtore's Fulcio

Explore Fulcio, the open-source certificate authority for Sigstore. Understand how it issues and manages signing certificates for secure software supply chains.

Chainguard: Unchained ·
Scanning ARM templates for misconfigurations with the Snyk CLI
cybersecurity

Scanning ARM templates for misconfigurations with the Snyk CLI

Given the massive demand for and popularity of Azure Resource Manager (ARM), we are excited to announce you can now use Snyk Infrastructure as Code to scan ARM JSON files against our comprehensive set of security rules in the Snyk CLI.

Blog RSS Feed | Snyk ·
How Datto made developer-first security a reality with Snyk
cybersecurity

How Datto made developer-first security a reality with Snyk

Learn about Datto’s nearly painless adoption of developer-first security and how it offers a model nearly any company can follow at a time when developing safe software with speed has never been more critical.

Blog RSS Feed | Snyk ·
How and when to use Docker labels / OCI container annotations
cybersecurity

How and when to use Docker labels / OCI container annotations

Learn about Docker labels (“annotations” in the OCI Image Specification) what they are, some standardized uses as well as some practices you can use to enhance your container security posture.

Blog RSS Feed | Snyk ·
JavaScript type confusion: Bypassed input validation (and how to remediate)
cybersecurity

JavaScript type confusion: Bypassed input validation (and how to remediate)

Learn about common type confusions scenarios where input sanitisation and validation can be bypassed by providing an unexpected input type. We’ll also provide remediation examples or suggestions for open source maintainers who are looking to patch these kinds of input validation bypasses.

Blog RSS Feed | Snyk ·
Cosigned up and running on EKS
cybersecurity

Cosigned up and running on EKS

Secure Kubernetes clusters on Amazon EKS with cosigned. Learn how to verify container image signatures and enforce security policies for a trusted environment.

Chainguard: Unchained ·
New Java 17 features for improved security and serialization
cybersecurity

New Java 17 features for improved security and serialization

Recently, Java 17 — the new LTS version — was released. Learn how the new Java 17 features impact this problem, and can we prevent deserialization vulnerabilities better using these features.

Blog RSS Feed | Snyk ·
Mapping vulnerabilities to microservices with Snyk and OpsLevel
cybersecurity

Mapping vulnerabilities to microservices with Snyk and OpsLevel

Snyk is establishing itself as the preferred choice for companies aiming to integrate continuous security into their software development workflows. Their developer-centric tools and top-tier security intelligence facilitate the identification and resolution of security vulnerabilities throughout the software stack, including open source, containers, application code, and infrastructure as code. This comprehensive approach supports businesses in maintaining security during development.

Blog RSS Feed | Snyk ·
Exploring the advanced technologies behind Snyk Code
cybersecurity

Exploring the advanced technologies behind Snyk Code

Learn about the technologies that make Snyk Code so cutting edge, as well as how Snyk not only gives back to the open source community, but also how it promotes and works with the academic community in the field of static program analysis.

Blog RSS Feed | Snyk ·
Snyk Code adds Go security scanning
cybersecurity

Snyk Code adds Go security scanning

Snyk Code now offers Go security scanning in beta. Learn more about this beta feature and how it can keep vulnerabilities out of your Go projects.

Blog RSS Feed | Snyk ·
Finding my voice: Reflecting on Hispanic Heritage Month
cybersecurity

Finding my voice: Reflecting on Hispanic Heritage Month

Hispanic Heritage Month is a time to celebrate the contributions of Hispanic Americans in the United States from September 15 – October 15. In this post, Luisamaria Hernandez, People Experience Coordinator at Snyk, shares what Hispanic Heritage Month means to her, why language matters, and how her Hispanic heritage has influenced her as an operatic performer.

Blog RSS Feed | Snyk ·
Snyk fix: Automatic vulnerability remediation from the Snyk CLI
cybersecurity

Snyk fix: Automatic vulnerability remediation from the Snyk CLI

Using snyk test, Snyk users can execute a scan of their project, resulting in a list of all the vulnerabilities identified. The new snyk fix command, takes this up a notch by automatically applying these recommendations.

Blog RSS Feed | Snyk ·
Checking AWS AMI IDs in Terraform using Regula and Open Policy Agent
cybersecurity

Checking AWS AMI IDs in Terraform using Regula and Open Policy Agent

This week we announced Fugue IaC, which enables cloud engineering teams to secure their infrastructure as code (IaC) and cloud runtime environment using the same policies. For running IaC checks locally, Fugue developed Regula, an open source tool built on Open Policy Agent (OPA).

Blog RSS Feed | Snyk ·
Introducing: Chainguard, Inc.
cybersecurity

Introducing: Chainguard, Inc.

The safe source for open source. The rapid rise of software supply chain attacks have shown that the software industry needs to change.

Chainguard: Unchained ·
Introducing Snyk Learn: Free developer security education
cybersecurity

Introducing Snyk Learn: Free developer security education

Introducing Snyk Learn: free, self-paced security education for developers. This new solution delivers high-quality, relevant educational content online that’s integrated within our Snyk security products, enabling any developer to become a secure developer.

Blog RSS Feed | Snyk ·
Announcing Snyk Impact
cybersecurity

Announcing Snyk Impact

We’re excited to share Snyk Impact, the ESG (Environment, Social, Governance) to formalize how we mobilize Snyk’s unique, compassionate culture and our valuable assets to scale social and environmental returns across all aspects of our operating model.

Blog RSS Feed | Snyk ·
Announcing Snyk Apps beta: Build custom apps to extend Snyk security into your workflows
cybersecurity

Announcing Snyk Apps beta: Build custom apps to extend Snyk security into your workflows

Announcing the open beta of Snyk Apps — new extensibility points that enable you to expand the Snyk platform to easily integrate into your specific workflows. With this new capability, our customers and partners can build apps for integrating Snyk into their tools and workflows in an easier and more secure way.

Blog RSS Feed | Snyk ·
Snyk 6th Birthday + NFT gifts!
cybersecurity

Snyk 6th Birthday + NFT gifts!

This past Saturday marked the 6th anniversary of Snyk! To celebrate, we’ve released 600 NFTs of a dressed-up Patch (our mascot/logo/pet) for Snyk users, customers, friends, and fans. Learn how to enter for a chance to win one for yourself.

Blog RSS Feed | Snyk ·
Snyk Code CLI support now in public beta
cybersecurity

Snyk Code CLI support now in public beta

We are happy to announce that Snyk Code is now part of the Snyk command-line interface (Snyk CLI) in a public beta. Now you can easily make the Snyk Code CLI part of the CI/CD process, with the flexibility to trigger a scan and work with the results in an automatic fashion.

Blog RSS Feed | Snyk ·
The inevitability of Developer Security
cybersecurity

The inevitability of Developer Security

It’s exciting to share the news of our new funding round. Learn about this new round of funding and why developer security is the future of application security.

Blog RSS Feed | Snyk ·
7 steps to improve developer security
cybersecurity

7 steps to improve developer security

Learn best practices companies can follow to smooth and improve their journey to developer-first security as told by the guests of The Secure Developer podcast.

Blog RSS Feed | Snyk ·
5 application security assessment steps
cybersecurity

5 application security assessment steps

An application security assessment is the process of testing applications to find threats and determining the measures to put in place to defend against them.

Blog RSS Feed | Snyk ·
The key to solving the cybersecurity workforce gap: Enlisting the world’s 27 million developers in the fight
cybersecurity

The key to solving the cybersecurity workforce gap: Enlisting the world’s 27 million developers in the fight

At Snyk, we are passionate about helping organizations of all sizes — both in the private and public sectors — modernize their security workforce through the right approaches and tooling. Our company was founded upon the belief that the legacy security industry was broken and old methods must rapidly evolve from an IT and security-centric perspective to a developer security approach.

Blog RSS Feed | Snyk ·
SnykCon 2021 is almost here!
cybersecurity

SnykCon 2021 is almost here!

The wait is over! The SnykCon 2021 call for papers has officially closed, all the sessions have been reviewed and sorted, and the agenda is now live.

Blog RSS Feed | Snyk ·
Plugins to put Node.js application security and observability in your IDE
cybersecurity

Plugins to put Node.js application security and observability in your IDE

In this blog post, learn how to gain real-time code-level observability to your data structures right there in your IDE, how to find harmful user input in a production Node.js application, and how to find and fix Node.js application security issues in your code and open source dependencies.

Blog RSS Feed | Snyk ·
Building Java container images using Jib
cybersecurity

Building Java container images using Jib

In this article, we will look at Jib, a 100% Java-based tool for Java developers to build highly optimized images for their Java apps.

Blog RSS Feed | Snyk ·
Snyk named #39 on 2021 Forbes Cloud 100 list
cybersecurity

Snyk named #39 on 2021 Forbes Cloud 100 list

We’re honored to share that, for the second consecutive year, Snyk has been named to the prestigious Forbes Cloud 100 List, coming in at #39!

Blog RSS Feed | Snyk ·
Getting started with Snyk for secure Python development
cybersecurity

Getting started with Snyk for secure Python development

Snyk makes secure Python development simple. Learn how to secure the code making up your Python app — your own code, the open source libraries you’re pulling in, your containers, and your infrastructure as code (IaC) — by integrating seamlessly into your existing development workflows.

Blog RSS Feed | Snyk ·
3 parameters to measure SAST testing
cybersecurity

3 parameters to measure SAST testing

When assessing a SAST testing tool, there are two relevant types of measurements — quantitative (meaning the number of results versus “noise”) and qualitative (specifically language depth and support). Learn about 3 parameters we recommend considering when selecting a SAST tool.

Blog RSS Feed | Snyk ·
Snyk Code adds security scanning for C# and .NET
cybersecurity

Snyk Code adds security scanning for C# and .NET

Snyk Code now scans for security vulnerabilities and provides remediation suggestions in C# projects. This adds another major language to our portfolio that already includes support for Java, JavaScript, TypeScript, and Python.

Blog RSS Feed | Snyk ·
Announcing Social Trends: Use social media for security intelligence
cybersecurity

Announcing Social Trends: Use social media for security intelligence

We are excited to announce the availability of Social Trends, adding social media intelligence (SOCMINT) to Snyk security intelligence data to help development and security teams prioritize vulnerabilities more effectively.

Blog RSS Feed | Snyk ·
Welcoming Tamar Yehoshua to the Snyk Board of Directors
cybersecurity

Welcoming Tamar Yehoshua to the Snyk Board of Directors

We’re excited to announce that Tamar Yehoshua joined the Snyk Board of Directors in May. Tamar is currently Slack’s Chief Product Officer and previously held product engineering leadership roles at Google and Amazon.

Blog RSS Feed | Snyk ·
Four steps for hardening Amazon EKS security
cybersecurity

Four steps for hardening Amazon EKS security

Learn best practices for hardening your Amazon EKS security, including dedicated continuous delivery IAM roles, multi-account architecture for Amazon EKS cluster isolation, how to encrypt your secrets in the control plane, and incorporating static analysis tooling into your CD pipeline.

Blog RSS Feed | Snyk ·
Why you should upgrade to Maven version 3.8.1
cybersecurity

Why you should upgrade to Maven version 3.8.1

If you are still running on an old Maven version like 3.6.3 or below you definitely need to upgrade to version 3.8.1 because of security reasons. Learn more about why you should upgrade and how to do it.

Blog RSS Feed | Snyk ·
Looking back at Pride Month 2021 here at Snyk!
cybersecurity

Looking back at Pride Month 2021 here at Snyk!

Pride Month 2021 has come to a close, but LGBTQIA+ allyship is a year round commitment. Find out what Snyk did this year to support the community.

Blog RSS Feed | Snyk ·
5 potential risks of open source software
cybersecurity

5 potential risks of open source software

Learn more about the top 5 risks of open source software that should be considered when selecting packages for your project. Stay secure and code efficiently.

Blog RSS Feed | Snyk ·
5 cloud application security best practices
cybersecurity

5 cloud application security best practices

Snyk’s top 5 cloud application security best practices for implementing effective cloud application security, including IaM, encryption, threat monitoring, and more.

Blog RSS Feed | Snyk ·
SnykCon 2021: 5 reasons to submit your talk
cybersecurity

SnykCon 2021: 5 reasons to submit your talk

We’re looking for SnykCon talks that inspire, engage, and activate developers around the world to build securely, and your session could be the perfect fit. The CFP closes July 16, so submit now.

Blog RSS Feed | Snyk ·
Snyker Spotlight: Reflecting on Juneteenth
cybersecurity

Snyker Spotlight: Reflecting on Juneteenth

Kris Broughton, Channel Sales Manager at Snyk, reflects on what Juneteenth means to him and the events in America that have led the country to grapple openly with the inconvenient truth of racial inequity.

Blog RSS Feed | Snyk ·
Advancing SBOM standards: Snyk and SPDX
cybersecurity

Advancing SBOM standards: Snyk and SPDX

President Biden’s executive order regarding Improving the Nation’s Cybersecurity explicitly mentions the adoption of SBOMs and the formalization of SBOM standards as a goal. Learn how Snyk is contributing to this effort.

Blog RSS Feed | Snyk ·
DevSecCon24 2021: 24 hours of development, security, and inclusivity
cybersecurity

DevSecCon24 2021: 24 hours of development, security, and inclusivity

On June 23, 2021, we’ll be opening the virtual doors to DevSecCon24 2021 — the free, global, vendor-neutral, community-driven conference that connects developers, security, and operations teams to learn and enable the integration of security directly into their development practices.

Blog RSS Feed | Snyk ·
Give employees the flexibility to do their best work
cybersecurity

Give employees the flexibility to do their best work

As companies begin to return to the office, many employees are refusing to leave behind the flexibility and productivity that come with remote work life. Read a note from Snyk CEO Peter McKay about Snyk’s philosophy on work flexibility.

Blog RSS Feed | Snyk ·
Python now fully supported in Snyk Code
cybersecurity

Python now fully supported in Snyk Code

We are happy to announce that this Python is now a fully supported language in Snyk Code. Now you can secure your Python code with Snyk directly from your favorite IDE.

Blog RSS Feed | Snyk ·
Snyk named Visionary in 2021 Gartner Magic Quadrant for AST
cybersecurity

Snyk named Visionary in 2021 Gartner Magic Quadrant for AST

Snyk has been named a Visionary in the 2021 Gartner Magic Quadrant for Application Security Testing, finished with the top score overall in three critical capabilities: Software Composition Analysis (SCA), Container Security, and Developer Enablement.

Blog RSS Feed | Snyk ·
Announcing SnykCon 2021: Build Securely
cybersecurity

Announcing SnykCon 2021: Build Securely

The theme for SnykCon 2021 is Build Securely. SnykCon is a free developer conference that brings development and security teams together to build software securely.

Blog RSS Feed | Snyk ·
Introducing Snyk Preview: Early access to Snyk features
cybersecurity

Introducing Snyk Preview: Early access to Snyk features

We’re excited to announce Snyk Preview — a new way for our users to easily get a first taste of upcoming features before they are generally available within the Snyk platform!

Blog RSS Feed | Snyk ·
Testing for PHP Composer security vulnerabilities with Snyk
cybersecurity

Testing for PHP Composer security vulnerabilities with Snyk

While PHP Composer makes app development faster, it does abstract away a level of control and visibility. So while it makes coding easier, it does beg the question… is it doing it safely? With Snyk, I’m able to answer that PHP Composer security question in a few clicks.

Blog RSS Feed | Snyk ·
Snyker Spotlight: Jeff Yoshimura on his Asian American heritage & AAPI Month
cybersecurity

Snyker Spotlight: Jeff Yoshimura on his Asian American heritage & AAPI Month

In honor of Asian American Pacific Islander (AAPI) Heritage Month, Jeff Yoshimura, Chief Marketing and Customer Experience Officer at Snyk, shares the story of his beloved grandfather, and why gardening is the way he pays homage to his grandfather’s legacy and Japanese heritage.

Blog RSS Feed | Snyk ·
6 Reasons to use source code analysis
cybersecurity

6 Reasons to use source code analysis

When static code analysis is used as part of a DevOps process, the automated review process provides several benefits to development teams. Read these six reasons to use source code analysis

Blog RSS Feed | Snyk ·
Snyk Code is now available for free
cybersecurity

Snyk Code is now available for free

We’re excited to announce that Snyk Code is now available as part of our Free plan, offering 100 free vulnerability scans.

Blog RSS Feed | Snyk ·
GitHub Security Code Scanning: Secure your open source dependencies
cybersecurity

GitHub Security Code Scanning: Secure your open source dependencies

Snyk Open Source support for GitHub Security Code Scanning lets you automatically scan your open source dependencies for security vulnerabilities and license issues, as well as view results directly from within GitHub’s Security tab.

Blog RSS Feed | Snyk ·
Performance in OPA Rego: Bottom-up and top-down
cybersecurity

Performance in OPA Rego: Bottom-up and top-down

A look at how Rego evaluation works, and how it affects performance. With Rego, there are two important strategies: bottom-up and top-down.

Blog RSS Feed | Snyk ·
Why developer-first SAST tools are the future of code security
cybersecurity

Why developer-first SAST tools are the future of code security

The future of code security depends on SAST tools that are fast, accurate, and developer-first. Additionally, they need to offer recommended fixes for vulnerabilities, putting security expertise in the developer toolkit.

Blog RSS Feed | Snyk ·
Secure Elixir development with Snyk
cybersecurity

Secure Elixir development with Snyk

Announcing Snyk support for secure Elixir development. Snyk enables development and security teams to easily find, prioritize and fix vulnerabilities in the Elixir and Erlang packages they’re using to build applications.

Blog RSS Feed | Snyk ·
Python language support now beta in Snyk Code
cybersecurity

Python language support now beta in Snyk Code

Snyk Code, the AI-based static application security testing (SAST) tool, now offers Python as a supported development language (beta). Snyk Code already fully supports Java, JavaScript, and TypeScript.

Blog RSS Feed | Snyk ·
Top 10 DevOps Tools
cybersecurity

Top 10 DevOps Tools

Learn more about 10 DevOps tools that enable fast and efficient software development in complex projects involving multiple teams and developers.

Blog RSS Feed | Snyk ·
DevOps Security best practices
cybersecurity

DevOps Security best practices

Learn more about DevOps security and how it can help deliver software faster and more securely while generating more value.

Blog RSS Feed | Snyk ·
Defining developer-first container security
cybersecurity

Defining developer-first container security

We’re excited to announce our ability to automate fix PRs for containers, following on to our recent announcement of elevating Dockerfiles to first-class status in your git repos.

Blog RSS Feed | Snyk ·
Solving Java security issues in my Spring MVC application
cybersecurity

Solving Java security issues in my Spring MVC application

For this article, I created a Spring MVC application with JSP web pages that runs on a tomcat server. Although the code works perfectly, I did make some security-related mistakes. Let’s see how we can detect these mistakes in my Spring MVC application performing Java static code analyses and how to fix them.

Blog RSS Feed | Snyk ·
Snyk expands into Asia Pacific Japan
cybersecurity

Snyk expands into Asia Pacific Japan

At the beginning of 2021, I noted that Snyk was ready to soar. And soar we have…the rocket ship’s next stop? Asia Pacific and Japan (APJ).

Blog RSS Feed | Snyk ·
Our Journey to Today
cybersecurity

Our Journey to Today

Today we came a step closer towards our ultimate vision - to empower every one of the world’s 27 million developers to develop fast while staying secure.

Blog RSS Feed | Snyk ·
Automating vulnerability monitoring with Snyk, Prometheus and Grafana
cybersecurity

Automating vulnerability monitoring with Snyk, Prometheus and Grafana

This article is part 3 of Snyk API Wednesdays - our new blog series covering different Snyk API use cases and customer stories. Part 1 covered the Snyk-Watcher by Twilio, and part 2 covered a new integration with Opsgenie using custom webhooks.

Blog RSS Feed | Snyk ·
Snyk’s new vulnerability cards - fix issues fast with a new look and feel
cybersecurity

Snyk’s new vulnerability cards - fix issues fast with a new look and feel

We’re excited to announce that we’ve redesigned Snyk’s issue cards to significantly improve its usability and value. It’s more than a fresh coat of paint and we haven’t taken anything out, but we’ve added value and feng shui’d the card considerably.

Blog RSS Feed | Snyk ·
Snyk IaC scanning enhancements include Azure and AWS infrastructure as code
cybersecurity

Snyk IaC scanning enhancements include Azure and AWS infrastructure as code

In this post, we’ll review the IaC scanning tool, take a look at recent additions that have been made to it—including Azure, GCP, and AWS infrastructure as code—and how your teams can use it as an active part of your company’s DevSecOps efforts.

Blog RSS Feed | Snyk ·
Snyk-Watcher: keep Snyk in sync
cybersecurity

Snyk-Watcher: keep Snyk in sync

This is our newest blog series that highlights the different ways the Snyk API is leveraged by our customers. Snyk’s extensibility and API enable developers to tune Snyk’s security automation to their specific workflows, ensuring consistency in both developer experience and platform governance.

Blog RSS Feed | Snyk ·
4 steps of the Vulnerability Remediation Process
cybersecurity

4 steps of the Vulnerability Remediation Process

Learn about the 4 steps of the vulnerability remediation process and how to set up an efficient workflow that fixes or neutralizes bugs and vulnerabilities in cybersecurity.

Blog RSS Feed | Snyk ·
Java ecosystem survey 2021
cybersecurity

Java ecosystem survey 2021

We’re creating a comprehensive Java 2021 report that reflects the state of the JVM ecosystem. This post includes a summary of the JVM Ecosystem 2020 report.

Blog RSS Feed | Snyk ·
Snyk kicks off Community Outreach Internship Program
cybersecurity

Snyk kicks off Community Outreach Internship Program

Last fall, we made the decision to launch a Community Outreach Internship Program at Snyk. Like many across the globe, we at Snyk were troubled by how the economic impacts of covid-19 are disproportionately affecting women and underrepresented minorities, and wanted to ensure that Snyk was playing a role in being a part of the solution.

Blog RSS Feed | Snyk ·
Security Vulnerability explained: types and remediation
cybersecurity

Security Vulnerability explained: types and remediation

Learn more about security vulnerabilities in cybersecurity: vulnerability versus exploits and threats, website security vulnerabilities, and security and vulnerability management.

Blog RSS Feed | Snyk ·
AWS vulnerability scanning using the Snyk integration
cybersecurity

AWS vulnerability scanning using the Snyk integration

If you’re using the AWS suite of Kubernetes-related tools, you’ll be pleased to know that you use Snyk to scan directly into your workflows there, with integrations into Amazon Elastic Container Registry ( ECR ) and Amazon Elastic Kubernetes Service ( EKS ).

Blog RSS Feed | Snyk ·
What makes Verdaccio a successful project?
cybersecurity

What makes Verdaccio a successful project?

Learn about the Verdaccio, get open source project insights, deep dive into the best parts of the project, and get to know the maintainers and contributors.

Blog RSS Feed | Snyk ·
Identify, prioritize, and fix vulnerabilities with Reachable Vulnerabilities for GitHub
cybersecurity

Identify, prioritize, and fix vulnerabilities with Reachable Vulnerabilities for GitHub

In a perfect world, you want to do vulnerability remediation on all issues and end with zero vulnerabilities. But you may not be able to fix all the vulnerabilities at once. You want to start with the most vulnerable issues that impact your application and start vulnerability remediation from there.

Blog RSS Feed | Snyk ·
Kubernetes securityContext: Linux capabilities in Kubernetes
cybersecurity

Kubernetes securityContext: Linux capabilities in Kubernetes

When we come to using the container runtime in Kubernetes, these controls are used by the Kubernetes control plane to define which capabilities our container should be started with. The configuration for capabilities is surfaced to the user through various settings in the securityContext section of the YAML for a container.

Blog RSS Feed | Snyk ·
Goodbye, 2020! Look out, 2021
cybersecurity

Goodbye, 2020! Look out, 2021

Snyk CEO Peter McKay looks back at Snyk’s 2020 and talks about our opportunities in 2021.

Blog RSS Feed | Snyk ·
Prioritize fixes more efficiently with Reachable Vulnerabilities for GitHub
cybersecurity

Prioritize fixes more efficiently with Reachable Vulnerabilities for GitHub

We are pleased to start the new year with the beta availability of Reachable Vulnerabilities for GitHub, providing development and security teams with deep application-level context for vulnerabilities identified in GitHub-hosted applications and enabling them to prioritize fixes more efficiently.

Blog RSS Feed | Snyk ·
Cache poisoning in popular open source packages
cybersecurity

Cache poisoning in popular open source packages

This blog post provides an introduction to web cache poisoning and demonstrates why open source maintainers should take this issue into account.

Blog RSS Feed | Snyk ·
Golang security: access restriction bypass vulnerability in JWT
cybersecurity

Golang security: access restriction bypass vulnerability in JWT

In July, Snyk’s security team identified a potential vulnerability in the JWT package, which offers a Go implementation of JSON web tokens. The issue pertains to a malfunctioning function called VerifyAudience. This vulnerability is part of a broader trend, as Snyk’s research team has uncovered hundreds of proprietary Golang security vulnerabilities this year. The article discusses Snyk’s investigative processes and highlights trends in this rapidly growing ecosystem.

Blog RSS Feed | Snyk ·
Blazing the trail for cloud native application security
cybersecurity

Blazing the trail for cloud native application security

2020 was an incredibly challenging year for all of us but with the dawn of a new year just over the horizon, it’s a great opportunity as any to take a few moments to appreciate the work done by our engineering and product teams.

Blog RSS Feed | Snyk ·
Security concerns of third-party JavaScript scripts
cybersecurity

Security concerns of third-party JavaScript scripts

In this article, we look at security risks caused by marketing related scripts added to a website, such as A/B testing services, Google Analytics and others, and show options on how to mitigate them.

Blog RSS Feed | Snyk ·
Go security: announcing enhanced security for Go applications
cybersecurity

Go security: announcing enhanced security for Go applications

We’re happy to announce enhanced support for Go security in Snyk Open Source and Snyk Container, enabling development and security teams to find and fix vulnerabilities in their Go applications more efficiently!

Blog RSS Feed | Snyk ·
Turn the senior around: an alternative way to lead engineering teams
cybersecurity

Turn the senior around: an alternative way to lead engineering teams

Most of the engineering managers I have met have assigned their senior engineers to lead all the critical features, but I would like to “turn the senior engineer around” and suggest the opposite: the more senior you are, the less you lead engineering efforts in the team.

Blog RSS Feed | Snyk ·
How do we secure Infrastructure as Code tools?
cybersecurity

How do we secure Infrastructure as Code tools?

Let’s take a look at some of the popular Infrastructure as Code tools and what security hardening measures you can apply at the code level to protect your applications and platforms.

Blog RSS Feed | Snyk ·
Snyk CLI cheat sheet
cybersecurity

Snyk CLI cheat sheet

Tips on how to get the most out of the Snyk CLI as a tool to test, monitor, and remediate known vulnerabilities in your applications

Blog RSS Feed | Snyk ·
Command injection: how it works, what are the risks, and how to prevent it
cybersecurity

Command injection: how it works, what are the risks, and how to prevent it

Command injection attacks—also known as operating system command injection attacks—exploit a programming flaw to execute system commands without proper input validation, escaping, or sanitization, which may lead to arbitrary commands executed by a malicious attacker.

Blog RSS Feed | Snyk ·
Buffer overflow in Chromium affecting multiple packages
cybersecurity

Buffer overflow in Chromium affecting multiple packages

Welcome to the Snyk Monthly Vulnerability Profile. This month we’re looking at a buffer overflow vulnerability discovered in the FreeType package used by Chromium and the subsequent work by Snyk to locate open source packages impacted by inclusion of vulnerable Chromium components.

Blog RSS Feed | Snyk ·
Kubernetes Operators: automating the release process
cybersecurity

Kubernetes Operators: automating the release process

In this blog, we’ll discuss the release process for our Kubernetes Operator, and show how we’ve automated deploying the release across multiple repository targets.

Blog RSS Feed | Snyk ·
International Men’s Day—it’s time to talk
cybersecurity

International Men’s Day—it’s time to talk

Today (Thursday, 19th November), is International Men’s Day, a day when we celebrate the positive value men bring to the world and raise awareness of men’s well-being.

Blog RSS Feed | Snyk ·
Announcing the Snyk and Docker Security Guide for Developers
cybersecurity

Announcing the Snyk and Docker Security Guide for Developers

For the past few months, as the engineers have been integrating our products, the Snyk and Docker teams have been collaborating on a security guide. We are pleased to announce the release of the Guide to Container Security for Development Teams.

Blog RSS Feed | Snyk ·
Container image formats under the hood
cybersecurity

Container image formats under the hood

OCI (Open Container Initiative) is a Linux Foundation project to design open standards for operating-system-level virtualization, most importantly Linux containers.

Blog RSS Feed | Snyk ·
Launching the Snyk Community Outreach Internship Program
cybersecurity

Launching the Snyk Community Outreach Internship Program

Here at Snyk, we are focusing on these groups and developing the Community Outreach Internship Program to open the doors of opportunity and help these impacted members of our community develop the skills necessary to begin the journey of a successful career.

Blog RSS Feed | Snyk ·
RPM Package Manager: RPM package security scanning with Snyk
cybersecurity

RPM Package Manager: RPM package security scanning with Snyk

RPM is used in many Linux distributions including Red Hat Enterprise Linux, Fedora, CentOS, and others. It originated in Red Hat Linux, and originally stood for RedHat Package Manager, although it’s now a recursive acronym that stands for RPM Package Manager. RPM can refer both to the package manager, and to the rpm file format which it uses to distribute applications.

Blog RSS Feed | Snyk ·
How we promote inclusivity in our job descriptions
cybersecurity

How we promote inclusivity in our job descriptions

Though it might seem a small step towards promoting D&I within our culture, creating inclusive job descriptions is something Snyk is focused on putting time into, and getting right.

Blog RSS Feed | Snyk ·
Tips to scale your DevSecOps organization from Gene Kim and Guy Podjarny
cybersecurity

Tips to scale your DevSecOps organization from Gene Kim and Guy Podjarny

During SnykCon 2020, author and researcher Gene Kim sat down with Snyk co-founder and President Guy Podjarny and a small group of Snyk VIPs to talk about (Sec)DevOps—where we started, how far we’ve come, and strategies for getting the most value out of the practice. This post contains a few of the most interesting takeaways from the conversation.

Blog RSS Feed | Snyk ·
The new, improved Snyk Container CLI
cybersecurity

The new, improved Snyk Container CLI

Snyk has had the ability to test your Docker images using our CLI for over a year now. With the latest release of the CLI, we’re improving the user experience for container users, as well as adding a few more useful features for advanced users.

Blog RSS Feed | Snyk ·
How Atlassian CISO Adrian Ludwig built a world-class product security team
cybersecurity

How Atlassian CISO Adrian Ludwig built a world-class product security team

At last week’s SnykCon, Snyk’s Co-founder and President Guy Podjarny sat down with Adrian Ludwig, CISO of Atlassian for a fireside chat about the modern security market, how his security team is structured, and how to help developers embrace security.

Blog RSS Feed | Snyk ·
Key approaches for effective security risk management & prioritization
cybersecurity

Key approaches for effective security risk management & prioritization

“The safest thing is to do nothing” is a great cliche, but in the case of software security, this is almost never the case. Starting with the very first line of code we write, the line has been crossed—we have introduced security risk that needs to be managed.

Blog RSS Feed | Snyk ·
Regular Expression Denial of Service (REDoS) in UAParser.js
cybersecurity

Regular Expression Denial of Service (REDoS) in UAParser.js

Welcome to the Snyk Monthly Vulnerability Profile. This month we’re looking at a Regular Expression Denial of Service (REDoS) vulnerability discovered in the popular UAParser JavaScript package.

Blog RSS Feed | Snyk ·
Snyk user community...3,2,1...LAUNCH!
cybersecurity

Snyk user community...3,2,1...LAUNCH!

We’re excited to share that we have launched a Snyk User Community to bring our users and team together to share knowledge and experiences, personal and community projects built upon Snyk, discuss all things security—from DevSecOps, to AppSec, through Cloud Native Sec, as well as have quick and easy access to product & security announcements.

Blog RSS Feed | Snyk ·
Gradle dependencies: scanning with  new Snyk Gradle plugin
cybersecurity

Gradle dependencies: scanning with new Snyk Gradle plugin

Gradle is one of the major build systems in not only the Java ecosystem but also for Android development. With Gradle, you can manage your dependencies, build, and test your project.

Blog RSS Feed | Snyk ·
Announcing developer-first SAST with Snyk Code
cybersecurity

Announcing developer-first SAST with Snyk Code

Snyk announced our forthcoming product, Snyk Code, our new developer-first SAST offering, expanding our cloud native application security platform.

Blog RSS Feed | Snyk ·
SourMint malicious SDK research write up
cybersecurity

SourMint malicious SDK research write up

The Mintegral SDK, a widely used mobile app advertising tool for iOS and Android, helps developers monetize their applications through third-party ads. The security research team at Snyk has recently revealed two important disclosures related to this SDK. This article aims to provide in-depth technical insights and findings from their research, offering more details than what has been shared in previous blog posts.

Blog RSS Feed | Snyk ·
Happiness in the year of COVID-19
cybersecurity

Happiness in the year of COVID-19

This week, Snyk was recognized by Comparably’s employer awards in 2 categories: ‘Happiest Employees’ and ‘Best Compensation’.

Blog RSS Feed | Snyk ·
OWASP Top 10 Vulnerabilities
cybersecurity

OWASP Top 10 Vulnerabilities

Learn more about OWASP top 10 vulnerabilities in order to avoid frustrating and often costly application security failures.

Blog RSS Feed | Snyk ·
15 Application Security Best Practices
cybersecurity

15 Application Security Best Practices

Learn more about application security challenges and how to deal with them by implementing 15 application security best practices.

Blog RSS Feed | Snyk ·
Why your team should attend SnykCon 2020
cybersecurity

Why your team should attend SnykCon 2020

SnykCon is less than 2 weeks away! In 2020, meeting and engaging with others is more important than ever before.

Blog RSS Feed | Snyk ·
Scanning ARM container images with Snyk
cybersecurity

Scanning ARM container images with Snyk

ARM-based systems are increasingly popular amongst developers, for edge and IoT use cases as well as some server uses with the likes of the AWS Graviton Amazon EC2 instances. Docker provides an increasingly flexible toolset for building container images for multiple architectures. But how do you know those images are secure?

Blog RSS Feed | Snyk ·
Enabling application security management at scale
cybersecurity

Enabling application security management at scale

We’re pleased to announce the release of our advanced, developer-first project management capabilities, helping organizations manage application security at scale!

Blog RSS Feed | Snyk ·
Snyk and Trek10 publish new AWS Quick Start Guide to secure serverless CI/CD deployments
cybersecurity

Snyk and Trek10 publish new AWS Quick Start Guide to secure serverless CI/CD deployments

Trek10, which helps clients design, build, and support AWS workloads, and Snyk have partnered to design and provide a CI/CD solution that provides an enterprise-ready, dynamic deployment pipeline for your serverless applications, follows AWS best practices for isolating resources and walks you through creating three AWS accounts (subaccounts): development, shared services, and production.

Blog RSS Feed | Snyk ·
Accelerating our developer-first vision with DeepCode
cybersecurity

Accelerating our developer-first vision with DeepCode

On behalf of the Snyk team, I wanted to share with you why we are excited to integrate DeepCode’s technology to the Snyk Cloud Native Application Security platform, and what it will mean for our customers and users.

Blog RSS Feed | Snyk ·
7 tips for prioritizing container and web application vulnerabilities
cybersecurity

7 tips for prioritizing container and web application vulnerabilities

Since fixing each and every web application vulnerability in your backlog is simply impossible, you have to prioritize. Prioritization helps you focus on the issues that matter most to your organization and thus enables you to make the most out of the limited time and resources at your disposal for the best security impact.

Blog RSS Feed | Snyk ·
What is the BSD License? Top 10 questions answered
cybersecurity

What is the BSD License? Top 10 questions answered

BSD-licensed software is popular with teams that have specific goals in mind. Learn more about BSD license terms, conditions, benefits, commercial usage and more.

Blog RSS Feed | Snyk ·
Arbitrary code execution in Grunt
cybersecurity

Arbitrary code execution in Grunt

Welcome to the Snyk Monthly Vulnerability Profile. This month we’re looking at an arbitrary code execution vulnerability discovered in the popular Grunt JavaScript package.

Blog RSS Feed | Snyk ·
A glimpse into diversity at Snyk
cybersecurity

A glimpse into diversity at Snyk

In light of the recent BLM protests and the pandemic disproportionately impacting minorities in the workforce, DEI (diversity, equity, inclusion) have been a lot on our mind recently.

Blog RSS Feed | Snyk ·
Scaling security with DevSecOps at a Forbes Cloud 100 company
cybersecurity

Scaling security with DevSecOps at a Forbes Cloud 100 company

Snyk has been named to the Forbes 2020 Cloud 100, the definitive ranking of the top 100 private cloud companies in the world, published by Forbes in partnership with Bessemer Venture Partners and Salesforce Ventures!

Blog RSS Feed | Snyk ·
Fixing vulnerabilities in Maven projects
cybersecurity

Fixing vulnerabilities in Maven projects

If you find vulnerabilities in your Maven project using Snyk, how can you fix them? This post explains how you can fix vulnerabilities in third-party libraries when using Maven.

Blog RSS Feed | Snyk ·
Snyk Closes $200M to Modernize Security Industry
cybersecurity

Snyk Closes $200M to Modernize Security Industry

On behalf of the entire Snyk family, I’m humbled to announce that today marks the closing of our latest funding round—an investment of $200 million led by Addition, a firm focused on supporting visionary entrepreneurs.

Blog RSS Feed | Snyk ·
Building a secure Amazon S3 bucket (AWS)
cybersecurity

Building a secure Amazon S3 bucket (AWS)

A pragmatic approach to understanding S3 security. You’ll be able to build a secure S3 bucket that meets your particular needs.

Blog RSS Feed | Snyk ·
SourMint: Malicious code, ad fraud, and data leak in iOS
cybersecurity

SourMint: Malicious code, ad fraud, and data leak in iOS

The Snyk research team has uncovered malicious behavior in a popular Advertising SDK used by over 1,200 apps in the AppStore which represent over 300 Million downloads per month, based on industry expert estimates.

Blog RSS Feed | Snyk ·
SourMint malicious SDK research writeup
cybersecurity

SourMint malicious SDK research writeup

The Mintegral SDK is a popular mobile app advertising SDK available for both the iOS and Android platforms. It is used by thousands of mobile apps with over a billion downloads per month. The Snyk security research team has made two significant disclosures surrounding the Mintegral SDK — vulnerabilities known as SourMint.

Blog RSS Feed | Snyk ·
Prototype pollution in express-fileupload
cybersecurity

Prototype pollution in express-fileupload

Welcome to the Snyk Monthly Vulnerability Profile. In this series, Snyk looks back on the vulnerabilities discovered by or reported to our Security Research Team. This month we’re looking at a prototype pollution vulnerability discovered in express-fileupload.

Blog RSS Feed | Snyk ·
New ESG research points out key application security trends
cybersecurity

New ESG research points out key application security trends

“Shift left” has become the holy grail for security teams today but organizations are still struggling to successfully implement some of the key application security processes that shifting security left entails.

Blog RSS Feed | Snyk ·
Career growth in a scale-up world
cybersecurity

Career growth in a scale-up world

The key to growing in a scale-up environment is to be willing to continually give away what you were working on, give away that part of your ‘lego tower’, to free yourself up to focus on newer challenges. It’s in this intentional embrace of continuous change that growth occurs.

Blog RSS Feed | Snyk ·
Angular security best practices
cybersecurity

Angular security best practices

Previously, we have shared our AngularJS Security Fundamentals cheatsheet. This time around, we dive straight into the modern Angular security best practices.

Blog RSS Feed | Snyk ·
Breaking out of message brokers
cybersecurity

Breaking out of message brokers

This blog post outlines why message brokers can’t be trusted, and how to exploit Apache Airflow in order to gain privileges to machines that are supposed to be protected.

Blog RSS Feed | Snyk ·
Optimizing prioritization with deep application-level context
cybersecurity

Optimizing prioritization with deep application-level context

Vulnerabilities are not born equal, and their risk variance is influenced by an array of objective and subjective factors. Effective prioritization depends on an accurate assessment of these factors.

Blog RSS Feed | Snyk ·
Announcing Snyk’s developer-first prioritization capabilities
cybersecurity

Announcing Snyk’s developer-first prioritization capabilities

We’re excited to unveil Snyk’s developer-first prioritization capabilities, helping development and security teams prioritize fixes for security vulnerabilities in their open source dependencies and containers more effectively!

Blog RSS Feed | Snyk ·
Helping developers prioritize the security backlog
cybersecurity

Helping developers prioritize the security backlog

For developers, deciding which security issue to address first is hard, requiring time and expertise developers often don’t have. This is a chance for the right tools to shine, providing the expertise to know which security questions to ask when prioritizing, and the technology to answer them quickly.

Blog RSS Feed | Snyk ·
Arbitrary File Write via Archive Extraction (Zip Slip) in go-rpmutils
cybersecurity

Arbitrary File Write via Archive Extraction (Zip Slip) in go-rpmutils

Welcome to the Snyk Monthly Vulnerability Profile. In this series, Snyk looks back on the vulnerabilities discovered by or reported to our Security Research Team. This month we’re looking at one of a series of Zip Slip vulnerabilities Snyk’s Security Research Team identified in Golang packages.

Blog RSS Feed | Snyk ·
Top tips for handling remote working fatigue
cybersecurity

Top tips for handling remote working fatigue

In this article, we will take a look at some top tips for handling remote working fatigue, and how we at Snyk have decided what works best for us.

Blog RSS Feed | Snyk ·
LGBTQ+ in tech: from building apps to spreading magic—part II
cybersecurity

LGBTQ+ in tech: from building apps to spreading magic—part II

As part of our Pride Month celebrations, we reached out to individuals and organizations in the tech industry and we talked about everything Pride—from their experience being LGBTQ+ in the tech industry, to heartfelt advice to newcomers in the industry, this Q&A blog series is sure to make you smile and inspire you!

Blog RSS Feed | Snyk ·
Import an existing infrastructure into Terraform
cybersecurity

Import an existing infrastructure into Terraform

In this article, we’ll quickly review the main ways to automatically generate existing infrastructure code from an existing environment — how to clone an environment, make it work, and ensure that it’s repeatable.

Blog RSS Feed | Snyk ·
Demystifying HTTP request smuggling
cybersecurity

Demystifying HTTP request smuggling

This blog post aims to demystify the vulnerability and provide remediation details for open source project maintainers looking to patch HTTP request smuggling within their projects.

Blog RSS Feed | Snyk ·
The State of Open Source Security 2020
cybersecurity

The State of Open Source Security 2020

This report sheds light on the current security posture of open source software and reflects on security concerns, trends in vulnerabilities across packages and container images, and also examines the practices employed by maintainers and organizations in securing their software.

Blog RSS Feed | Snyk ·
Regular Expression Denial-of-Service in websocket-extensions
cybersecurity

Regular Expression Denial-of-Service in websocket-extensions

Snyk has launched a monthly blog series that focuses on significant vulnerabilities identified or reported to their research team. Each installment highlights a noteworthy vulnerability from the previous month, detailing its discovery, research process, and disclosure. The series also acknowledges the contributions of researchers, developers, and users who play a vital role in identifying and addressing vulnerabilities within the open-source community.

Blog RSS Feed | Snyk ·
The DevOps virtual conference we built with the help of Snyk and Patrick Debois
cybersecurity

The DevOps virtual conference we built with the help of Snyk and Patrick Debois

DevOps Enterprise Summit London - Virtual is our first virtual event, and we’ve all been studying online events for months, trying to understand what makes the great ones great, and why the worst ones make you feel like you’re stuck on the worst, multiple-day video conference call ever.

Blog RSS Feed | Snyk ·
How to maintain npm dependencies in your project
cybersecurity

How to maintain npm dependencies in your project

When creating REST API projects or CLI applications in Node.js, developers often rely on the open-source npm dependency package manager to incorporate various frameworks and tools, which can save time and effort. Utilizing stable and well-maintained packages can address specific project requirements effectively. However, this practice is not without potential drawbacks, as over-reliance on external packages may lead to issues that could affect project stability and maintenance.

Blog RSS Feed | Snyk ·
Our privilege is our responsibility
cybersecurity

Our privilege is our responsibility

In the face of systemic injustice arcing towards a specific community, we must have the courage to call it out specifically.

Blog RSS Feed | Snyk ·
SDRing during COVID-19—Snyk style!
cybersecurity

SDRing during COVID-19—Snyk style!

With the global economy in its current state, businesses are all impacted in different ways, making a standard “one size fits all” scripted approach to calling and messaging businesses difficult — it’s hard to tell what someone has been through before genuinely asking him or her.

Blog RSS Feed | Snyk ·
Engineering equal opportunities at Snyk
cybersecurity

Engineering equal opportunities at Snyk

As many sources have indicated that diversity in the workplace brings with it a number of attributes to companies including increased revenue and enhanced problem-solving skills through diversity of thought, it is important to address why there is a lack of women in tech, and what we can potentially do to solve the problem.

Blog RSS Feed | Snyk ·
How to manage Terraform state?
cybersecurity

How to manage Terraform state?

Learn how to manage Terraform state, what a TFState file is, and how it makes Terraform code different from other configuration management tools.

Blog RSS Feed | Snyk ·
Using Snyk to implement end-to-end DevSecOps on Microsoft Azure
cybersecurity

Using Snyk to implement end-to-end DevSecOps on Microsoft Azure

We’re pleased to announce that we’ve added support for Azure Repos Server, enabling developers using Azure’s on-prem DevOps service to identify and fix security vulnerabilities and license issues in open source dependencies.

Blog RSS Feed | Snyk ·
Mitigating clickJacking — the DevSecOps way!
cybersecurity

Mitigating clickJacking — the DevSecOps way!

Snyk recently received reports that some of our inner domains are vulnerable to a clickjacking attack. Fixing the issue was easy, but we wanted to go one step further and ensure all our endpoints are protected — and stop worrying about this issue. This post outlines how we did that.

Blog RSS Feed | Snyk ·
Sum a List of numbers in Java
cybersecurity

Sum a List of numbers in Java

Every now and then, I need to do some basic stuff in Java and I wonder what is the best way to this. This happened to me a few days ago! I needed to simply get the sum of a List of numbers and I found out there are a number of ways — pun intended — to do this.

Blog RSS Feed | Snyk ·
3 big Amazon S3 vulnerabilities you may be missing
cybersecurity

3 big Amazon S3 vulnerabilities you may be missing

Amazon S3 is incredibly flexible and easy-to-use, but S3 security is more complex and requires a deeper understanding of the layers of S3 security options and the full context of your unique cloud use case to get it right.

Blog RSS Feed | Snyk ·
Snyk launches DevSecOps Hub
cybersecurity

Snyk launches DevSecOps Hub

To help organizations more quickly and decisively evolve a DevOps culture that effectively incorporates security, Snyk has launched our DevSecOps Hub.

Blog RSS Feed | Snyk ·
Detecting application vulnerabilities in container images
cybersecurity

Detecting application vulnerabilities in container images

Snyk now makes it even easier for you to detect vulnerabilities in container images, by identifying vulnerable application dependencies alongside the operating system vulnerability.

Blog RSS Feed | Snyk ·
Snyk achieves AWS Lambda Ready designation
cybersecurity

Snyk achieves AWS Lambda Ready designation

We are excited to extend our partnership with AWS and announce we have achieved the AWS Lambda Ready designation, part of the Amazon Web Services (AWS) Service Ready Program.

Blog RSS Feed | Snyk ·
Why did is-promise happen and what can we learn from it
cybersecurity

Why did is-promise happen and what can we learn from it

On the 25th of April 2020, version 2.2.0 of is-promise library on npm was released by JavaScript developer and maintainer Forbes Lindesay. Reportedly, this release caused failures in popular developer build tools used for scaffolding new projects, such as Facebook’s create-react-app, Google’s firebase-tools, angular-cli, and others.

Blog RSS Feed | Snyk ·
5 Common open source security myths everyone needs to know
cybersecurity

5 Common open source security myths everyone needs to know

Even large companies are taking advantage of open source programs to enhance their portfolio of enterprise applications. Still, everyone needs to know the myths and facts related to open source security.

Blog RSS Feed | Snyk ·
Announcing Snyk’s developer-first license compliance management
cybersecurity

Announcing Snyk’s developer-first license compliance management

We’re thrilled to announce Snyk’s developer-first license compliance management solution, designed to help you maintain a rapid development pace while also remaining compliant with the open source licenses you’re using in your code!

Blog RSS Feed | Snyk ·
Secure code review: 8 security code review best practices
cybersecurity

Secure code review: 8 security code review best practices

It’s always a good idea to check for security issues in code that you review. In case you don’t know what to look for, here’s a handy checklist to give you pointers for your next code reviews!

Blog RSS Feed | Snyk ·
Dependency management tools for Python
cybersecurity

Dependency management tools for Python

In this post, we discuss options for ensuring the health of your Python projects, with the goal of making dependency management as straightforward as possible.

Blog RSS Feed | Snyk ·
Yarn 2 plugins - an introduction
cybersecurity

Yarn 2 plugins - an introduction

We start off with setting up an environment to build the plugin. Let’s begin with creating a new project that will be managed with Yarn 2

Blog RSS Feed | Snyk ·
Yarn 2 — the future of package managers for JavaScript?
cybersecurity

Yarn 2 — the future of package managers for JavaScript?

Yarn 2 is the new release of the revolutionary and well-established npm package manager Yarn which features improvements, such as Plug’n’Play, Plugins architecture, Monorepos, and improved workspaces support, Zero installs.

Blog RSS Feed | Snyk ·
The State of Open Source Security Survey - 2020
cybersecurity

The State of Open Source Security Survey - 2020

Snyk is currently building our annual State of Open Source Security report and we want to hear from you! Complete this brief survey to help guide our research.

Blog RSS Feed | Snyk ·
Django security tips
cybersecurity

Django security tips

Learn some best practices for keeping your Django project secure.

Blog RSS Feed | Snyk ·
Examining Gartner’s 12 Things to Get Right for Successful DevSecOps
cybersecurity

Examining Gartner’s 12 Things to Get Right for Successful DevSecOps

Navigating an organizational change toward DevSecOps can be complicated, involving numerous teams, moving parts, and even new tools. Gartner’s analysts were able to pinpoint the most common challenges and provide recommendations to organizations looking to scale DevOps.

Blog RSS Feed | Snyk ·
Is your website vulnerable? Let’s fix it!
cybersecurity

Is your website vulnerable? Let’s fix it!

If you run a website, whether this is a full-fledged SaaS web application or a small blog — built by Gatsby, Wordpress, or an indie GitHub Pages setup — one of the key concerns you want to mitigate is security vulnerabilities.

Blog RSS Feed | Snyk ·
RSA 2020: who we met and what we learned
cybersecurity

RSA 2020: who we met and what we learned

Coming out of a busy week at RSA 2020, one of the best aspects of attending was the chance to meet with so many passionate customers and fans of Snyk and listen to their feedback. What was clear this year was a growing excitement around Snyk’s accomplishments — a palpable sense of momentum for our developer-first approach to application security.

Blog RSS Feed | Snyk ·
Streamline Kubernetes security in Amazon Web Services
cybersecurity

Streamline Kubernetes security in Amazon Web Services

Integration with Amazon Web Services Elastic Container Registry (ECR) is one of our most popular use cases with Snyk Container and so we’re happy to announce that we’ve made it simpler to integrate Snyk Container vulnerability scanning within your Amazon Elastic Kubernetes Service (EKS) and ECR services.

Blog RSS Feed | Snyk ·
Ghostcat breach affects all Tomcat versions
cybersecurity

Ghostcat breach affects all Tomcat versions

The vulnerability was found in the Apache JServ Protocol (AJP). The issue is that this binary protocol allows an attacker to read or include any file into Tomcat webapp directories.

Blog RSS Feed | Snyk ·
Building a culture of Digital Trust
cybersecurity

Building a culture of Digital Trust

This post discusses the concept of “Digital Trust,” why it matters at Snyk, and how we make it a priority.

Blog RSS Feed | Snyk ·
Node.js release fixes a critical HTTP security vulnerability
cybersecurity

Node.js release fixes a critical HTTP security vulnerability

Today, Node.js announced a critical security vulnerability. All actively supported versions 10.x, 12.x, and 13.x of Node.js are vulnerable. We’ll address how the vulnerability works what fixes are available.

Blog RSS Feed | Snyk ·
JVM Ecosystem Report 2020
cybersecurity

JVM Ecosystem Report 2020

Snyk’s annual JVM ecosystem report presents the results of the largest annual survey on the JVM ecosystem, which gathered over 2000 responses in the second half of 2019.

Blog RSS Feed | Snyk ·
Protecting our culture as we hyperscale
cybersecurity

Protecting our culture as we hyperscale

This post outlines some of the work we do at Snyk to protect and maintain a supportive and collaborative culture as the company grows.

Blog RSS Feed | Snyk ·
86% of security and tech roles agree that security is a shared responsibility
cybersecurity

86% of security and tech roles agree that security is a shared responsibility

Deeply integrated security increases the sense of shared responsibility. Having a sense of shared responsibility across the organization contributes to an elevated security- first mindset among employees who will seek out to question and challenge solutions regarding the security impact of the products they build.

Blog RSS Feed | Snyk ·
Is LocalStorage safe to use?
cybersecurity

Is LocalStorage safe to use?

Local storage has caught the attention of developers as a lightweight solution for data storage that doesn’t involve databases or even the server. That’s neat, but is it always a good idea to use it? Here are a few thoughts from the folks at Snyk.

Blog RSS Feed | Snyk ·
31% don’t track application dependencies and 38% only track direct dependencies
cybersecurity

31% don’t track application dependencies and 38% only track direct dependencies

As we look into the way engineers audit their code bases, we see a strong adoption of automated security tooling, according to the Snyk State of Open Source Security report 2019, with 65% of respondents confirming that observation. It is also important to point out that, even when automated security tools are employed, 79% of the respondents still use security code reviews.

Blog RSS Feed | Snyk ·
48% see security a major constraint on the ability to deliver software quickly
cybersecurity

48% see security a major constraint on the ability to deliver software quickly

With every data breach disclosed, organizations become more aware of the need to address security early on and throughout the SDLC to ensure customer privacy and assets, feature security, and delivery speed. To do it all well, DevSecOps must be driven by security, but powered by developers.

Blog RSS Feed | Snyk ·
The cost of a security breach
cybersecurity

The cost of a security breach

This post measures the cost of implementing security against the cost of a security breach.

Blog RSS Feed | Snyk ·
Scaling security through DevSecOps & dev-first security
cybersecurity

Scaling security through DevSecOps & dev-first security

Digital transformation is a powerful movement influencing businesses of all sizes to integrate technology deeply into their operations. However, as companies adapt to this new landscape, security often lags behind. To effectively respond to the challenges posed by digital transformation, it’s essential to understand the major changes it brings, particularly in areas like Digital Business, Cloud, and DevOps, and their implications for security. This understanding is crucial for developing a robust security framework in a digital-first world.

Blog RSS Feed | Snyk ·
Snyk Closes $150M to Accelerate Developer-first Security
cybersecurity

Snyk Closes $150M to Accelerate Developer-first Security

We are thrilled to announce that Snyk has closed $150 million in funding to accelerate our vision to bring a new approach to application security, enabling businesses to continuously build security into their application development process and culture.

Blog RSS Feed | Snyk ·
Understanding filesystem takeover vulnerabilities in npm JavaScript package manager
cybersecurity

Understanding filesystem takeover vulnerabilities in npm JavaScript package manager

On the 11th of December, 2019 a security vulnerability which extends to all major JavaScript package managers (npm, yarn and pnpm) was publicly disclosed. This vulnerability, discovered by security researcher Daniel Ruf, allows malicious actors to apply varied tactics of arbitrary file overwrites.

Blog RSS Feed | Snyk ·
Building security into your Azure DevOps Pipeline
cybersecurity

Building security into your Azure DevOps Pipeline

Tasks for Azure Pipelines enables users to customize and automate an Azure Pipelines CI/CD workflow with a group of ready-to-use tasks that can be inserted into pipelines from the Azure Pipelines interface.

Blog RSS Feed | Snyk ·
Snyk Receives “Best CEO” Award
cybersecurity

Snyk Receives “Best CEO” Award

Snyk CEO Peter McKay was recognized as a member of the top 10 “Best CEO” list by Comparably as part of their “Best Places to Work 2019” awards!

Blog RSS Feed | Snyk ·
Security digital transformation with James Kaplan
cybersecurity

Security digital transformation with James Kaplan

James Kaplan is a partner at McKinsey & Company and co-leader of its cybersecurity practice. He’s been with the company for 20 years and is one of the lead partners in what they call “McKinsey Technology.” His specific expertise as a leader in the company’s IT infrastructure and cybersecurity service lines informed the topics discussed during a recent episode with the Secure Developer podcast.

Blog RSS Feed | Snyk ·
Shipping Kubernetes-native applications with confidence
cybersecurity

Shipping Kubernetes-native applications with confidence

Kind is a Docker-based tool for running local Kubernetes clusters that conform to the Kubernetes API. It fit Snyk’s needs perfectly, as it combines the advantages of having a clean environment for every test, with the advantage of a very fast setup.

Blog RSS Feed | Snyk ·
Secure your Kubernetes applications with Snyk Container
cybersecurity

Secure your Kubernetes applications with Snyk Container

The article discusses enhancements in container security integration within the Software Development Life Cycle (SDLC), focusing on the new Kubernetes integration offered by Snyk Container. It highlights the challenges of testing security locally, in the CI/CD pipeline, at the registry, and within Kubernetes clusters. The aim is to simplify security assessments in Kubernetes and provide developers with timely access to security information, enabling quicker fixes for vulnerabilities and improved overall Kubernetes security.

Blog RSS Feed | Snyk ·
Putting container security in the hands of developers
cybersecurity

Putting container security in the hands of developers

Snyk is excited to announce that today we are launching Snyk Container, a new product that helps developers easily find and fix vulnerabilities in their container applications.

Blog RSS Feed | Snyk ·
Using third party content securely
cybersecurity

Using third party content securely

This is the final part of a four part series about building your Kubernetes AppSec strategy.

Blog RSS Feed | Snyk ·
From image security to workload security
cybersecurity

From image security to workload security

In one of our previous posts we discussed how packaging of applications is shifting to developers as organizations embrace containers. But it’s not just packaging that’s moving from systems administration to development — it’s configuration management as well.

Blog RSS Feed | Snyk ·
Angular vs React: security bakeoff 2019
cybersecurity

Angular vs React: security bakeoff 2019

Welcome to Snyk’s State of JavaScript frameworks security report 2019. Let’s begin this report by exploring the different security vulnerabilities found in the core Angular and React projects.

Blog RSS Feed | Snyk ·
Angular vs React: the security risk of indirect dependencies
cybersecurity

Angular vs React: the security risk of indirect dependencies

Welcome to Snyk’s State of JavaScript frameworks security report 2019. In this section, we review the security risk of the indirect independencies for both Angular and React, and then we also review the direct dependencies, first for Angular and then for React.

Blog RSS Feed | Snyk ·
Comparing React and Angular secure coding practices
cybersecurity

Comparing React and Angular secure coding practices

Welcome to Snyk’s State of JavaScript frameworks security report 2019. This section of the report is about Angular and React projects overall security posture.

Blog RSS Feed | Snyk ·
JavaScript frameworks security report 2019
cybersecurity

JavaScript frameworks security report 2019

Snyk’s State of JavaScript Frameworks Security Report 2019 explores the security landscape of the Angular and React ecosystems. It examines best practices, secure coding techniques, and identifies security vulnerabilities across popular frontend frameworks like Angular, React, Bootstrap, Vue.js, and jQuery. The report is available for download in PDF format, allowing readers to review the findings offline.

Blog RSS Feed | Snyk ·
Shifting security left means culture, not just tools
cybersecurity

Shifting security left means culture, not just tools

When it comes to security, the movement toward DevOps is really just beginning. If we want security to make this move effectively, we need to carefully select tools and deliberately build culture.

Blog RSS Feed | Snyk ·
A recap from our latest PCI webinar, and compliance tips from Deliveroo
cybersecurity

A recap from our latest PCI webinar, and compliance tips from Deliveroo

PCI has many requirements that apply to the implementation, configuration, and development of payment software. As with other compliance frameworks, these standards evolve over time. Several elements of this updated framework relate to third-party libraries, security best practices, and topics developers should understand deeply.

Blog RSS Feed | Snyk ·
Container security throughout the SDLC
cybersecurity

Container security throughout the SDLC

The container image, technically defined in the OCI image specification, is a key component of modern tooling, from Docker to Kubernetes to platforms like AWS Fargate and Google Cloud Run. What does this mean for application security?

Blog RSS Feed | Snyk ·
A Snyk peek into Node.js and npm’s state of open source security report 2019
cybersecurity

A Snyk peek into Node.js and npm’s state of open source security report 2019

In the State of Open Source Security Report 2019, we set out to measure the pulse of the open source security landscape throughout the different language ecosystems and have analyzed responses from over five hundred open source maintainers and users who provided us with insights into their processes and knowledge of open source security risks as well as the skill level of the average maintainer.

Blog RSS Feed | Snyk ·
Using Open Policy Agent (OPA) for cloud security and compliance
cybersecurity

Using Open Policy Agent (OPA) for cloud security and compliance

Open Policy Agent (OPA) is an open source general-purpose policy engine, and Rego is OPA’s declarative policy language. Combined with Fugue, it provides maximum flexibility when implementing cloud infrastructure policy.

Blog RSS Feed | Snyk ·
Shifting compliance left: Helping legal teams and developers cooperate around licensing issues
cybersecurity

Shifting compliance left: Helping legal teams and developers cooperate around licensing issues

We are excited to share that we now support customized license instructions, helping the teams in your organization collaborate better together on licensing compliance: legal teams can better equip developers to shift compliance left by customizing license policies with clear instructions, and developers can then more easily integrate license analysis as part of their routine workflow.

Blog RSS Feed | Snyk ·
10 Java security best practices
cybersecurity

10 Java security best practices

In this cheat sheet edition, we’re going to focus on ten Java security best practices for both open source maintainers and developers.

Blog RSS Feed | Snyk ·
Snyk Raises $70M to Accelerate Dev-first Security
cybersecurity

Snyk Raises $70M to Accelerate Dev-first Security

The Snyk Team is thrilled to announce we have raised $70 million investment, led by Accel and existing investors GV and Boldstart Ventures, to further boost our growth and leadership in the dev-first security market!

Blog RSS Feed | Snyk ·
Making climate positive changes
cybersecurity

Making climate positive changes

Hey I’m Luke, an engineer at Snyk based in Amsterdam. I wanted to share my story about making climate positive changes.

Blog RSS Feed | Snyk ·
6 stages of refactoring a Jest test case
cybersecurity

6 stages of refactoring a Jest test case

An underrated feature of Jest is customizing the way assertion errors that the console displays when tests fail are handled.

Blog RSS Feed | Snyk ·
Code execution back door found in Ruby’s rest-client library
cybersecurity

Code execution back door found in Ruby’s rest-client library

On August 19th, 2019 rest-client, a simple HTTP and REST client for Ruby, reported a new security threat. A maintainer’s RubyGem account was compromised and a malicious third party installed a code execution back door. The exploit affects versions greater than 1.6.10 and less than 1.7.0.rc1.

Blog RSS Feed | Snyk ·
Jackson Deserialization Vulnerability
cybersecurity

Jackson Deserialization Vulnerability

On July 29th, 2019 a high severityDeserialization of Untrusted Data vulnerability (CVE-2019-14379,CVE-2019-14439) affecting all versions of com.fasterxml.jackson.core:jackson-databind up to 2.9.9.2 was published.

Blog RSS Feed | Snyk ·
A year-old dormant malicious remote code execution vulnerability discovered in Webmin
cybersecurity

A year-old dormant malicious remote code execution vulnerability discovered in Webmin

On August 17, 2019, the Webmin team announced the release of Webmin 1.930 and Usermin 1.780. These releases address a newly discovered remote command execution vulnerability found in Webmin versions 1.890 through 1.920. This vulnerability has been present for more than a year and was introduced by a malicious third party.

Blog RSS Feed | Snyk ·
Securing Artifactory using Snyk
cybersecurity

Securing Artifactory using Snyk

We’re excited to share that starting today, you can make sure that vulnerable artifacts will not be used in your organization by using Snyk’s Artifactory plugin!

Blog RSS Feed | Snyk ·
Securing Go modules made easy (and accurately!)
cybersecurity

Securing Go modules made easy (and accurately!)

We are excited to share that starting today, developers can test and monitor their Go projects, which use modules, for open source vulnerabilities and get precise and accurate package-level alerts.

Blog RSS Feed | Snyk ·
Best practices for rolling out Snyk
cybersecurity

Best practices for rolling out Snyk

The first question many customers ask us after purchasing Snyk is—now how do we roll out the product throughout the company? In this post, we’ll outline some best practices for getting started with Snyk at your organization.

Blog RSS Feed | Snyk ·
Announcing new container registry integrations
cybersecurity

Announcing new container registry integrations

Snyk is excited to share that we’ve recently added new integrations with your container registries, including Amazon Elastic, Google and Microsoft Azure container registries (ECR, GCR, ACR).

Blog RSS Feed | Snyk ·
Staying ahead of security vulnerabilities with security patches
cybersecurity

Staying ahead of security vulnerabilities with security patches

Snyk curates security patches for open source JavaScript projects in the npm ecosystem. By doing so, we help maintainers keep their packages safe and stay ahead of the security curve even when they aren’t free themselves to fix security issues immediately.

Blog RSS Feed | Snyk ·
Snyk has acquired DevSecCon!
cybersecurity

Snyk has acquired DevSecCon!

Snyk has acquired DevSecCon, the leading conference focused on DevSecOps, which emphasizes collaboration between developers and security teams. Under the guidance of Francois Raynaud, Snyk and DevSecCon aim to create a vendor-neutral environment to enhance the DevSecOps community. They plan to provide more support and resources, hosting nine global conferences throughout the remainder of 2019 and into 2020.

Blog RSS Feed | Snyk ·
PCI standards open source security requirements — how to comply?
cybersecurity

PCI standards open source security requirements — how to comply?

The growth of open source alongside the lagging security standards has led many regulatory bodies and industry watchdogs to move toward stricter and clearer rules around how to protect applications that include open source code.

Blog RSS Feed | Snyk ·
Scaling developer-first security
cybersecurity

Scaling developer-first security

Snyk brings this dev-first, product-led approach to the security industry, on a mission to solve software security efficiently and at scale. To help us realise that vision, I’m excited to announce that Peter McKay - a Snyk board director, a top tier tech executive and my good friend of 15 years - is joining us as Snyk’s CEO!

Blog RSS Feed | Snyk ·
How to increase Serverless observability, monitoring and security
cybersecurity

How to increase Serverless observability, monitoring and security

Functions are often short-lived and deployed in large numbers and are invoked more and more frequently as you scale. For these reasons, it’s easy to lose track of the flow of events or to pinpoint the root cause for any given error.

Blog RSS Feed | Snyk ·
What’s new in Snyk?
cybersecurity

What’s new in Snyk?

Here’s the first installment of our bi-weekly updates on what’s new in Snyk.

Blog RSS Feed | Snyk ·
npm passes the 1 millionth package milestone! What can we learn?
cybersecurity

npm passes the 1 millionth package milestone! What can we learn?

June 4th is a historic date: it’s the date that the millionth package was indexed into the npm registry. npm is a package manager for JavaScript packages. The core component of npm is its public registry, hosting JavaScript packages that can be accessed by the npm client to build JavaScript applications.

Blog RSS Feed | Snyk ·
10 Serverless security best practices
cybersecurity

10 Serverless security best practices

10 serverless security best practices for securing your serverless and cloud functions, from managing secrets, to data security, function isolation, least privileges and many more!

Blog RSS Feed | Snyk ·
Dependency Health—assessing package risk with Snyk
cybersecurity

Dependency Health—assessing package risk with Snyk

Snyk’s goal is to help you use open source in a secure way. Vulnerabilities are one indicator that a dependency is unhealthy, but there are other risk factors at play as well. For that reason, we have a whole team working on making Snyk the go-to destination for information about your dependencies – from Security to License information, and now to Health.

Blog RSS Feed | Snyk ·
Scoring security vulnerabilities 101: Introducing CVSS for CVEs
cybersecurity

Scoring security vulnerabilities 101: Introducing CVSS for CVEs

One of FIRST’s initiatives is a Special Interest Group (SIG) that is responsible for developing and maintaining the Common Vulnerability Scoring System (CVSS) specification in an effort to help teams understand and prioritize the severity of a security vulnerability.

Blog RSS Feed | Snyk ·
JVM Ecosystem Survey 2019
cybersecurity

JVM Ecosystem Survey 2019

We’re launching a new JVM Ecosystem Survey for 2019. The goal of this survey is to understand the lay of the land across the entire JVM ecosystem, and Java in particular.

Blog RSS Feed | Snyk ·
Add a SECURITY.md file to your Azure Repos
cybersecurity

Add a SECURITY.md file to your Azure Repos

Adding a SECURITY.md file to your Azure Repos helps your users find the information they need and encourages maintainers to consider general security practices.

Blog RSS Feed | Snyk ·
Add security testing to pull requests in Azure Repos
cybersecurity

Add security testing to pull requests in Azure Repos

By adding Snyk’s native integration with Azure Repos, each pull request will be tested to ensure new vulnerabilities aren’t introduced into the code base. Policies can be defined to configure the severity level of a vulnerability that fails the merge. The following image displays a failed PR due to new vulnerabilities that it would have added:

Blog RSS Feed | Snyk ·
Rotate Azure Repos SSH keys and personal access tokens
cybersecurity

Rotate Azure Repos SSH keys and personal access tokens

Azure Repos access is typically done using SSH keys or personal access tokens (in lieu of a password). But what happens if those tokens are stolen and you didn’t know? Be sure to refresh your keys and tokens periodically, mitigating any damage caused by keys that leaked out.

Blog RSS Feed | Snyk ·
Do you know how healthy your .NET dependencies are?
cybersecurity

Do you know how healthy your .NET dependencies are?

In this blog, we take a look at the libraries that, because they contain today’s most common vulnerabilities, also most frequently appear in Snyk project scans.

Blog RSS Feed | Snyk ·
Shifting Docker security left
cybersecurity

Shifting Docker security left

Welcome to the Docker security report: Shifting Docker security left.

Blog RSS Feed | Snyk ·
Cheat sheet: 10 Bitbucket security best practices
cybersecurity

Cheat sheet: 10 Bitbucket security best practices

In this cheat sheet we’ll cover how you can be more secure as a Bitbucket user or contributor. Some of it is specific to Bitbucket, but a lot of it is also useful for other Git and non-Git repositories as well.

Blog RSS Feed | Snyk ·
Securing Bitbucket Cloud with Snyk
cybersecurity

Securing Bitbucket Cloud with Snyk

We are excited to share that starting today, developers can import, test, fix and monitor their Bitbucket Cloud projects for open source vulnerabilities. Being developer-focused, Snyk is the only solution to provide native testing and fixing of open source dependencies for Bitbucket Cloud.

Blog RSS Feed | Snyk ·
Introducing experimental integrity policies to Node.js
cybersecurity

Introducing experimental integrity policies to Node.js

A recent experimental feature for introducing integrity policies landed in Node.js core 11.8.0. This capability, shipped in non LTS version yet, provides integrity checks for a Node.js runtime when modules are being loaded, in order to verify that the modules code haven’t been tampered with.

Blog RSS Feed | Snyk ·
Security Transformation and The Three Faces of DevSecOps
cybersecurity

Security Transformation and The Three Faces of DevSecOps

At QCon London this week, the Security Transformation track featured insightful presentations from speakers including Michael Brunton-Spall, Gareth Rushgrove, Shraya Ramani, and Kevin Gilpin. The strong turnout of at least 100 attendees at each session highlighted a growing interest among developers in enhancing their security knowledge and practices. The event showcased a commitment to advancing security awareness and transformation within the development community.

Blog RSS Feed | Snyk ·
Celebrate International Women’s Day with Snyk
cybersecurity

Celebrate International Women’s Day with Snyk

In the spirit of Interntional Women’s Day, Snyk wants to take a moment to celebrate the contributions of the women in our company and to invite our community in London to our International Women’s Day event.

Blog RSS Feed | Snyk ·
Top ten Docker images contain over 8000 vulnerable paths
cybersecurity

Top ten Docker images contain over 8000 vulnerable paths

n this post, we’ll look deeper into Docker images and the container ecosystems that were covered in our State of Open Source Security report, including our finding that the top ten Docker images contain over 8,000 vulnerable paths.

Blog RSS Feed | Snyk ·
Secure your build workflow on Bitbucket Pipes with Snyk
cybersecurity

Secure your build workflow on Bitbucket Pipes with Snyk

Snyk now integrates with Bitbucket Pipes, which allows Bitbucket users to secure their continuous integration/continuous delivery (CI/CD) workflow by finding, fixing and monitoring open-source vulnerabilities (vulns) in their application or docker image dependencies.

Blog RSS Feed | Snyk ·
88% increase in application library vulnerabilities over two years
cybersecurity

88% increase in application library vulnerabilities over two years

A good number of security vulnerabilities are discovered and fixed in non-official channels. We measured Snyk DB to uncover 67% more vulnerabilities than public databases. In 2018, new disclosures for npm grew by 47%, and Maven Central grew by 27%

Blog RSS Feed | Snyk ·
Top ten most popular docker images each contain at least 30 vulnerabilities
cybersecurity

Top ten most popular docker images each contain at least 30 vulnerabilities

we found that 44% of docker image scans had known vulnerabilities, and for which there were newer and more secure base image available. Most vulnerabilities originate in the base image you selected. For that reason, remediation should focus on base image fixes.

Blog RSS Feed | Snyk ·
Snyking in - Directory traversal vulnerability exploit in the st package
cybersecurity

Snyking in - Directory traversal vulnerability exploit in the st package

Welcome to the first edition of a new exploit series we’re calling “Snyking In”! We’ll be looking at various security vulnerabilities, demonstrating how they can be exploited, as well as the potential risk they pose to your data and systems.

Blog RSS Feed | Snyk ·
So, you think your CI/CD environment is secure?
cybersecurity

So, you think your CI/CD environment is secure?

This post, co-written by Weaveworks and Snyk, explains how by using a GitOps continuous integration (CI)/continuous delivery (CD) pipeline combined with good security practices improves the overall security of your development workflow to Kubernetes.

Blog RSS Feed | Snyk ·
10 npm Security Best Practices
cybersecurity

10 npm Security Best Practices

Concerned about npm vulnerabilities? It is important to take npm security best practices into account for both frontend, and backend developers. Open source security auditing is a crucial part of shifting security to the left, and npm package security should be a top concern, as we see that even the official npm command line tool has been found to be vulnerable.

Blog RSS Feed | Snyk ·
Introducing The Secure Developer community
cybersecurity

Introducing The Secure Developer community

Today Snyk is happy to announce the launch of The Secure Developer, a community and educational resource for all things security. We’ll bring together the greatest security experts to share their experiences on building security into their workflows, discussing tools that can help, and reviewing good and bad practices seen in the real world.

Blog RSS Feed | Snyk ·
Scanning Docker images for key binaries - going beyond package managers
cybersecurity

Scanning Docker images for key binaries - going beyond package managers

We’re happy to share that we’ve just extended our Docker scans to now include scanning key binaries that were manually installed on the Docker image. Up until now, we only scanned OS packages that were installed by OS package managers such as dpkg, apk or rpm.

Blog RSS Feed | Snyk ·
Cloud infrastructure drift: The good, the bad, and the ugly
cybersecurity

Cloud infrastructure drift: The good, the bad, and the ugly

Infrastructure misconfiguration is the leading cause of data breaches in the cloud, and a big reason misconfiguration happens is infrastructure configuration “drift.” While some drift events can lead to data breaches, not all of it is bad. Understanding the distinctions is important if you’re responsible for cloud security and compliance.

Blog RSS Feed | Snyk ·
NumPy arbitrary code execution vulnerability
cybersecurity

NumPy arbitrary code execution vulnerability

A recently discovered vulnerability in NumPy, the widely used open source package for scientific computing in Python, allows for the execution of arbitrary, potentially malicious code.

Blog RSS Feed | Snyk ·
How even quick Node.js async functions can block the Event-Loop
cybersecurity

How even quick Node.js async functions can block the Event-Loop

When I tried to fix the situation, I realized how little I actually knew about the event-loop behavior and gained some realizations that at first surprised me and some fellow developers I shared this with. I believe it’s important that as many Node developers will have this knowledge too - which led me to writing this article.

Blog RSS Feed | Snyk ·
Severe security vulnerability in Bower’s zip archive extraction
cybersecurity

Severe security vulnerability in Bower’s zip archive extraction

Earlier this month it was found that Bower, a popular web package manager, is vulnerable to archive extractions and currently, we can associate two security incidents with it, for which follow-up releases to address them are available:

Blog RSS Feed | Snyk ·
Monitoring open source packages at runtime - now in open beta
cybersecurity

Monitoring open source packages at runtime - now in open beta

Today we’re delighted to share that we’re launching our Open Source Security Runtime Monitoring solution, in beta, to all users, with no limitation on usage! While Snyk invests heavily in making fixing vulnerabilities ridiculously easy by baking it into the development workflow, handling a large backlog of issues can be time-consuming.

Blog RSS Feed | Snyk ·
Snyk CLI drops support for Node.js 4 (Argon)
cybersecurity

Snyk CLI drops support for Node.js 4 (Argon)

On 30th of April, 2018, Node.js 4 was officially marked as End of Life (EOL) and ceased to receive security updates. At Snyk, we have been committed to continued support for Node.js 4 in our CLI tool, but the time has finally come to wave goodbye.

Blog RSS Feed | Snyk ·
Snyk - Your Next Career Move!
cybersecurity

Snyk - Your Next Career Move!

Business Insider recently published its annual list of promising enterprise startups for 2019, where Snyk is recognized for its potential success. While the article emphasizes valuation and investment opportunities, Snyk is also eager to share additional insights about the company, particularly for those contemplating a career change this year. This could be a beneficial New Year’s resolution that remains relevant throughout the year.

Blog RSS Feed | Snyk ·
Snyk’s vulnerability database is no longer powering JFrog’s Xray
cybersecurity

Snyk’s vulnerability database is no longer powering JFrog’s Xray

Starting from January 2019, Snyk’s vulnerability database will no longer be integrated into the Xray platform. Snyk vulnerabilities observed through scans done prior to January 2019 or databases not updated since then will remain visible in Xray dashboard. New scans following January 2019 will not include any Snyk vulnerabilities.

Blog RSS Feed | Snyk ·
2018 Year in Review
cybersecurity

2018 Year in Review

Snyk’s Liran Tal looks back at the year 2018 in developer security.

Blog RSS Feed | Snyk ·
Critical Arbitrary Code Execution Vulnerability Found in Kubernetes
cybersecurity

Critical Arbitrary Code Execution Vulnerability Found in Kubernetes

An examination of the critical Kubernetes vulnerability identified as CVE-2018-1002105, which allows an attacker to gain remote access to backend services that reside in the Kubernetes cluster and execute arbitrary commands on them. We look at key takeaways and methods for protecting yourself from image vulnerabilities.

Blog RSS Feed | Snyk ·
Report Shows the Equifax Breach was "Entirely Preventable"
cybersecurity

Report Shows the Equifax Breach was "Entirely Preventable"

We take a look at the House Oversight and Government Reform Committee’s report on the Equifax breach, what their findings mean, and how good DevSecOps practices can help to prevent this kind of breach.

Blog RSS Feed | Snyk ·
Codefresh + Snyk = ship fast and securely
cybersecurity

Codefresh + Snyk = ship fast and securely

In this post, we take ten minutes to build an automated development pipeline with Codefresh, baking in security testing with Snyk. The goal is to keep the tests short and sweet, so we can get back to coding and shipping features.

Blog RSS Feed | Snyk ·
Faster & improved tests for JavaScript lockfile based projects
cybersecurity

Faster & improved tests for JavaScript lockfile based projects

For the past few months, we have been working hard to improve our lockfile support both in the CLI and web. The new functionality already exists in the CLI and it’s currently being gradually released on the web and it will be soon enabled by default for all of the organizations.

Blog RSS Feed | Snyk ·
A post-mortem of the malicious event-stream backdoor
cybersecurity

A post-mortem of the malicious event-stream backdoor

A look back at the chain of events that led to the use of the malicious npm package “flatmap-stream” and a reflection on what it means for the fragility of open source.

Blog RSS Feed | Snyk ·
JVM Ecosystem Report 2018
cybersecurity

JVM Ecosystem Report 2018

Welcome to the largest survey ever of Java developers. The data presented in the following report was taken from more than 10,200 questionnaires, covering JDK vendors, versions, IDEs, build tools, CI servers, Java EE versions, web frameworks, JVM languages, binary repositories, source code repositories, source code management and much more!

Blog RSS Feed | Snyk ·
JVM Ecosystem report 2018 - About your Platform and Application
cybersecurity

JVM Ecosystem report 2018 - About your Platform and Application

Welcome to the largest survey ever of Java developers. The data presented in the following report was taken from more than 10,200 questionnaires, covering JDK vendors, versions, IDEs, build tools, CI servers, Java EE versions, web frameworks, JVM languages, binary repositories, source code repositories, source code management and much more!

Blog RSS Feed | Snyk ·
JVM Ecosystem report 2018 - About your Tools
cybersecurity

JVM Ecosystem report 2018 - About your Tools

Welcome to the largest survey ever of Java developers. The data presented in the following report was taken from more than 10,200 questionnaires, covering JDK vendors, versions, IDEs, build tools, CI servers, Java EE versions, web frameworks, JVM languages, binary repositories, source code repositories, source code management and much more!

Blog RSS Feed | Snyk ·
JVM Ecosystem report 2018 - About your processes and you
cybersecurity

JVM Ecosystem report 2018 - About your processes and you

Welcome to the largest survey ever of Java developers. The data presented in the following report was taken from more than 10,200 questionnaires, covering JDK vendors, versions, IDEs, build tools, CI servers, Java EE versions, web frameworks, JVM languages, binary repositories, source code repositories, source code management and much more!

Blog RSS Feed | Snyk ·
Scaling Snyk fast with copy-paste orgs
cybersecurity

Scaling Snyk fast with copy-paste orgs

We’ve been approached by many customers asking for help in creating hundreds of orgs, many times with identical configurations such as license policies that are shared throughout the company. Setting up integrations and license policies for each org can be time consuming, so we focused on how we could speed up that flow.

Blog RSS Feed | Snyk ·
10 Maven Security Best Practices
cybersecurity

10 Maven Security Best Practices

Our JVM ecosystem survey results, shows Maven’s dominance continues into 2018, and doesn’t look like it’s going anywhere with six in ten developers using the build tool in their main project. In this cheat sheet we provide 10 security best practices for how you can enhance your Maven-foo.

Blog RSS Feed | Snyk ·
Snyk $22M Series B: Thanks to our community!
cybersecurity

Snyk $22M Series B: Thanks to our community!

Snyk announces a $22M series B fundraise led by Accel! It’s a huge vote of confidence in Snyk’s unique developer-first approach, and in the belief that developers are ready to own and fix open source security

Blog RSS Feed | Snyk ·
Over 10% of Python packages on PyPI are distributed without a license
cybersecurity

Over 10% of Python packages on PyPI are distributed without a license

When installing random Python packages from PyPI, there’s a significant 13.5% chance that a package lacks licensing information. Given the typical Python application often includes numerous dependencies and sub-dependencies, this raises the risk of inadvertently using unlicensed code. The implications of utilizing unlicensed software can vary widely, from minimal consequences to severe repercussions. The article aims to explore this issue more thoroughly.

Blog RSS Feed | Snyk ·
Importing projects via the API
cybersecurity

Importing projects via the API

We’ve just released a shiny new API endpoint that will let you import your repositories, projects, functions and apps so that they are monitored for vulnerabilities.

Blog RSS Feed | Snyk ·
10 Spring Boot security best practices
cybersecurity

10 Spring Boot security best practices

This month’s cheat sheet is about how you can secure your Spring Boot application. Spring Boot has dramatically simplified the development of Spring applications. Its autoconfiguration and starter dependencies reduce the amount of code and configuration you need to begin an app. If you were used to Spring and lots of XML in back in the day, Spring Boot is a breath of fresh air.

Blog RSS Feed | Snyk ·
Behind the disclosure: the Zip Slip vulnerability
cybersecurity

Behind the disclosure: the Zip Slip vulnerability

In June 2018, the Snyk research team discovered numerous exploitable instances of the Zip Slip vulnerability across various ecosystems, affecting thousands of applications. Recognizing the severity of this widespread issue, they emphasized the importance of a careful private disclosure process. This approach ensures that vulnerable libraries and projects are informed of their risks before any public announcements are made. The post details the team’s journey from the discovery of the vulnerability to the creation of fix pull requests and their subsequent steps.

Blog RSS Feed | Snyk ·
How to crash an email server with a single email
cybersecurity

How to crash an email server with a single email

It’s true you can crash an email server with a single email! This guest blog post talks about a vulnerability found in the top five Node mail parsers that will bring each of them down just by clicking send. Joran Greef explains how he found the vulnerability while he was writing his own mail parser and how he disclosed via Snyk’s security team.

Blog RSS Feed | Snyk ·
How to educate, train and empower developers in security
cybersecurity

How to educate, train and empower developers in security

The time has come for you to take responsibility of your application security. This may sound daunting to some of you, but don’t fret! There are many resources available to you, including The Secure Developer podcast, run by Snyk’s very own CEO, Guy Podjarny

Blog RSS Feed | Snyk ·
Revisiting unit testing and mocking in Python
cybersecurity

Revisiting unit testing and mocking in Python

This post covers some higher-level software engineering principles demonstrated in my experience with Python testing over the past year and half. In particular, I want to revisit the idea of patching mock objects in unit tests.

Blog RSS Feed | Snyk ·
Zip Slip Vulnerability Cheat Sheet
cybersecurity

Zip Slip Vulnerability Cheat Sheet

Zip Slip is a form of a Directory Traversal that can be exploited by extracting files from an archive. This cheat sheet informs you of vulnerable libraries and code snippets that are exploitable to a Zip Slip attack. Additionally it provides you with the information you need to upgrade to fixed library versions and offers tips on how to find and fix your own vulnerable code.

Blog RSS Feed | Snyk ·
Container vulnerability management for developers
cybersecurity

Container vulnerability management for developers

Containers are becoming the standard form in which applications are packaged and executed, so the need to protect not only the application itself but the entire container against open source vulnerabilities is growing.

Blog RSS Feed | Snyk ·
The most common vulnerabilities in Maven Central and npm
cybersecurity

The most common vulnerabilities in Maven Central and npm

In this post we’ll look at the most common types of vulnerabilities for two of the main ecosystems we track in our vulnerability database, namely Maven Central and npm. The Snyk Vulnerability database consists of vulnerabilities from over 1,000,000 open source packages we track that use Composer, Go, Maven Central, npm, NuGet, pip and Rubygems.

Blog RSS Feed | Snyk ·
Snyk <3 Jira
cybersecurity

Snyk <3 Jira

In recent months, Snyk has collaborated with customers to enhance the remediation process for vulnerabilities using various issue trackers, with a particular focus on integrating with Jira. Customers expressed a strong desire for this integration to effectively track the status of Snyk vulnerabilities and license issues through their lifecycle—from initial disclosure to assignment and remediation. The aim is to accelerate the workflow and simplify the process of creating Jira issues.

Blog RSS Feed | Snyk ·
Introducing service accounts: API tokens for your org
cybersecurity

Introducing service accounts: API tokens for your org

One of our most frequent feature requests recently has been for the ability to generate an API token that isn’t tied to a particular user. We’re excited to be able to now offer our pro and enterprise customers the ability to create service accounts – a special type of user that has an API token associated with it.

Blog RSS Feed | Snyk ·
JVM Ecosystem Survey 2018
cybersecurity

JVM Ecosystem Survey 2018

We’re excited to launch the a brand new survey called the JVM Ecosystem Survey 2018 in partnership with the Java Magazine. Also, if we reach 2,500 responses, we’ll give $2000 to Devoxx4Kids!

Blog RSS Feed | Snyk ·
Local Type Inference Cheat Sheet for Java 10 and beyond!
cybersecurity

Local Type Inference Cheat Sheet for Java 10 and beyond!

Java 10 introduces Local Type Inference, enabling developers to use the ‘var’ keyword to replace explicit type declarations in their code. While this feature can enhance coding efficiency, understanding its proper application is crucial for its effective use. The provided cheat sheet and blog serve as a condensed guide, based on a more extensive post by Stuart Marks on the OpenJDK site, helping developers to grasp how and when to implement this new feature.

Blog RSS Feed | Snyk ·
JavaScript and Node.js Security – The Common Pitfalls
cybersecurity

JavaScript and Node.js Security – The Common Pitfalls

Guy Podjarny live hacks a Node.js application to exploit vulnerabilities in real world packages. In this edited down video from the JSKongress conference. Guy explains where some of the most common JS security pitfalls exist.

Blog RSS Feed | Snyk ·
Attacking an FTP Client: MGETting more than you bargained for
cybersecurity

Attacking an FTP Client: MGETting more than you bargained for

Snyk identified and responsibly disclosed a directory traversal vulnerability found in FTP clients that connect to malicious servers. This post contains the full details of the vulnerability and what you can do to avoid it.

Blog RSS Feed | Snyk ·
Snyk is Now Integrated with Chrome’s Lighthouse
cybersecurity

Snyk is Now Integrated with Chrome’s Lighthouse

We’re excited to announce that Snyk is now powering the brand-new vulnerable JavaScript audit in Google Chrome’s Lighthouse — the auditing tool built by the Google Chrome team that checks your site’s performance, accessibility, and security.

Blog RSS Feed | Snyk ·
Tailoring your notifications
cybersecurity

Tailoring your notifications

Snyk has recognized the importance of email alerts for users to stay informed about project issues. Previously, there was limited configuration for these alerts regarding the types of problems that would trigger them. As Snyk expands its language support and allows users to monitor more projects, the aim is to enhance user control over alert configurations. This will help users focus on relevant issues while reducing notifications about less significant problems.

Blog RSS Feed | Snyk ·
Suppressing issues in Snyk
cybersecurity

Suppressing issues in Snyk

Ignoring security issues shouldn’t be the default action, but sometimes it’s necessary — for example, if an issue doesn’t currently have a fix, you might want to snooze it until it does. Thankfully, Snyk makes it suppress issues that are currently irrelevant.

Blog RSS Feed | Snyk ·
What’s a known vulnerability?
cybersecurity

What’s a known vulnerability?

A vulnerability is a vulnerability, whether known or not. The key difference between the two is the likelihood of an attacker to be aware of this vulnerability, and thus try to exploit it.

Blog RSS Feed | Snyk ·
We’ll know DevSecOps has won once it’s dead
cybersecurity

We’ll know DevSecOps has won once it’s dead

You can’t go to a security event nowadays without hearing at least a few speakers say the phrase “DevSecOps”. The term has turned into a rallying cry for an approach that automates security throughout the development process. But in order for DevSecOps to succeed, it will first have to die.

Blog RSS Feed | Snyk ·
Where do security patches come from?
cybersecurity

Where do security patches come from?

The best solution for known vulnerabilities is to upgrade your software. But sometimes there’s not a security update immediately available. The next best solution is to patch your software. In this post, we go through four ways to find security patches for open source software.

Blog RSS Feed | Snyk ·
What do open source maintainers know about security?
cybersecurity

What do open source maintainers know about security?

Open source maintainers give up their own time to create great pieces of free software, which we then use to create business value. In our State of Open Source Security Report, open source consumers and maintainers were asked about their security expertise, actions and sense of ownership — and the results were very mixed.

Blog RSS Feed | Snyk ·
npm Shrinkwrap reloaded: Locking npm Deps with Package-Lock and Yarn.Lock
cybersecurity

npm Shrinkwrap reloaded: Locking npm Deps with Package-Lock and Yarn.Lock

Locking or “pinning” dependencies is a widespread best practice in Ruby, Python, and other ecosystems. In Node.js locking was much less widespread, until recently, thanks to the improvements provided by package-lock.json and yarn.lock. This post discusses how each of these solutions works and why you may want to use them.

Blog RSS Feed | Snyk ·
Using the Snyk API to find and fix vulnerabilities
cybersecurity

Using the Snyk API to find and fix vulnerabilities

The Snyk API gives you access to all the issues associated with a given project. In this post, you’ll learn how to use the API to fetch the organisations you have access to, the projects for a given organisation, and all the issues for a given project.

Blog RSS Feed | Snyk ·
Announcing Snyk for .NET, Go and PHP
cybersecurity

Announcing Snyk for .NET, Go and PHP

Snyk has always been committed to making it easy to use open-source code without compromising security. Today, we’re taking another leap forward and launching support for .NET, Go and PHP!

Blog RSS Feed | Snyk ·
Bower is dead, long live npm. And Yarn. And webpack.
cybersecurity

Bower is dead, long live npm. And Yarn. And webpack.

Bower is no longer the dependency manager of choice for front-end projects. While the open source project is still maintained, its creators decided to deprecate it, and have advised how to migrate to other solutions. In this post, we explain why Bower used to be great, list six reasons why it isn’t necessary anymore, and explain how to move on to newer and better technologies.

Blog RSS Feed | Snyk ·
77% of 433,000 sites use vulnerable JavaScript libraries
cybersecurity

77% of 433,000 sites use vulnerable JavaScript libraries

Last week, we released our first annual State of Open Source Security report. One of the discoveries the report mentions is that an analysis of around 433,000 sites found that 77% of them use at least one front-end JavaScript library with a known security vulnerability. In this post, we take a deep dive into that problem space.

Blog RSS Feed | Snyk ·
Exposed or not, vulnerabilities are dangerous
cybersecurity

Exposed or not, vulnerabilities are dangerous

Whether a vulnerability is currently exposed or not matters, but only in prioritization. Where its exploitable today or not, leaving it unaddressed is a unnecessarily risky decision.

Blog RSS Feed | Snyk ·
Why triaging might be going away
cybersecurity

Why triaging might be going away

One of the biggest bottlenecks in security is ’triaging’—the process of validating if a security alert is actually impacting your organization, sizing up the estimated impact, and figuring out how to resolve it. In this article, we’ll make the case that we should all be striving to skip triaging and focus on fixing vulnerabilities instead.

Blog RSS Feed | Snyk ·
Announcing Snyk-Powered Linting in Sonar
cybersecurity

Announcing Snyk-Powered Linting in Sonar

Earlier this year we ran a test on the top 5,000 URL’s on the web and found that 76.6% of them were running a JavaScript library with at least one known security vulnerability. It’s a frighteningly large number. That’s why we’re proud to announce that Snyk now powers the vulnerable JavaScript libraries linter in Microsoft’s Sonar—an open-source linting tool for developers.

Blog RSS Feed | Snyk ·
Python 2 vs 3: Security Differences
cybersecurity

Python 2 vs 3: Security Differences

Python 3 and Python 2 have various functional differences. On their own, they’re not necessarily better or worse (though arguably Python 3 should be an improvement), but any change may introduce risk. This post highlights and explains a few differences between the versions that have security implications.

Blog RSS Feed | Snyk ·
Heroku Add-On Beta
cybersecurity

Heroku Add-On Beta

Where just a few months ago we launched Snyk for Serverless, we are now taking it to the next level by launching the Snyk Heroku Add-On. The add-on is currently in beta, which means it’s free to try out! We’re looking for people to take it for a test drive and provide us with some feedback.

Blog RSS Feed | Snyk ·
GDPR Compliance and Open Source
cybersecurity

GDPR Compliance and Open Source

After years of preparation and debate, the General Data Protection Regulation (GDPR) was finally approved by the EU with enforcement starting as early as May 2018, at which time those organisations in non-compliance will face heavy fines. In this post we explain how that impacts companies using open-source and how they can protect themselves.

Blog RSS Feed | Snyk ·
Launching Cloud Foundry support at CF Summit
cybersecurity

Launching Cloud Foundry support at CF Summit

Today we’re happy to announce that we’ve launched support for testing Cloud Foundry applications for vulnerable libraries with Snyk!

Blog RSS Feed | Snyk ·
XSS Attacks: The Next Wave
cybersecurity

XSS Attacks: The Next Wave

It’s been over 10 years since Cross Site Scripting (XSS) became big news, awareness has grown and defenses have become much more sophisticated. But, as we show in this post, recent data indicates XSS attacks are only increasing.

Blog RSS Feed | Snyk ·
Bitbucket Server Integration in Beta
cybersecurity

Bitbucket Server Integration in Beta

Snyk has launched our next integration with Bitbucket Server, Atlassian’s Git solution for professional teams.

Blog RSS Feed | Snyk ·
Snyk is available on the GOV.UK Digital Marketplace!
cybersecurity

Snyk is available on the GOV.UK Digital Marketplace!

Snyk Enterprise is now available on the UK government G-Cloud digital marketplace! Government services can now easily use Snyk to protect their applications against known vulnerabilities in their dependencies—an increasingly important consideration.

Blog RSS Feed | Snyk ·
Which of the OWASP Top 10 Caused the World’s Biggest Data Breaches?
cybersecurity

Which of the OWASP Top 10 Caused the World’s Biggest Data Breaches?

The OWASP Top 10 is a well known index of web app security vulnerabilities which is used every day by security professionals, but it doesn’t currently take into account how often those vulnerabilities are used by hackers. We dug through security breach records to see which vulnerabilities are exploited most frequently.

Blog RSS Feed | Snyk ·
Serverless Security at Serverless Conf
cybersecurity

Serverless Security at Serverless Conf

Today Guy Podjarny had the pleasure of presenting at the amazing ServerlessConf in Austin, Texas about security in a serverless world. Here are the slides from his talk, “Serverless Security: What’s Left to Secure?”

Blog RSS Feed | Snyk ·
Introducing Snyk for Serverless
cybersecurity

Introducing Snyk for Serverless

Today we’re excited to announce Snyk’s new solution for securing your serverless functions, designed to easily integrate and protect serverless-based applications!

Blog RSS Feed | Snyk ·
Serverless Security implications—from infra to OWASP
cybersecurity

Serverless Security implications—from infra to OWASP

By its very nature, Serverless (FaaS) addresses some of today’s biggest security concerns but it doesn’t fix it all. This post outlines the top areas where Serverless helps or hinders our security efforts, offering advice on how to address concerns and thoughts on what’s to come next.

Blog RSS Feed | Snyk ·
Maven support is here!
cybersecurity

Maven support is here!

Today we’re excited to announce Snyk’s support for Java and other Maven supporting languages!

Blog RSS Feed | Snyk ·
77% of sites use at least one vulnerable JavaScript library
cybersecurity

77% of sites use at least one vulnerable JavaScript library

The other week a paper was released that reported that about 37% of sites included at least one JavaScript library with a known vulnerability. We ran our own test and discovered that the reality is much worse—76.6% of sites were using at least one vulnerable library.

Blog RSS Feed | Snyk ·
Building a Snyk Plugin for VS Code: An Interview with Peter Benjamin
cybersecurity

Building a Snyk Plugin for VS Code: An Interview with Peter Benjamin

Peter Benjamin (@pmbenjamin) is a Senior Software Engineer on the Cyber Security Team at Intuit. Peter recently published a fantastic VS Code plugin that brings Snyk test results right into the editor. We decided to ask him a few questions about the plugin to learn more.

Blog RSS Feed | Snyk ·
Fixing a Prototype Override Protection Bypass Vulnerability in qs
cybersecurity

Fixing a Prototype Override Protection Bypass Vulnerability in qs

Last month, we added a high-severity Prototype Override Protection Bypass vulnerability in the qs package to our database. The fix was released in updated versions of the library about a week ago. This post explains the vulnerability and how to mitigate it.

Blog RSS Feed | Snyk ·
The Frequency of Known Vulnerabilities in JavaScript Libraries
cybersecurity

The Frequency of Known Vulnerabilities in JavaScript Libraries

An interesting whitepaper was released at the 2017 NDSS Symposium discussing a large-scale attempt at determining just how vulnerable client-side JavaScript libraries are. We wanted to share some of our thoughts on the report.

Blog RSS Feed | Snyk ·
Diagnosing and fixing memory leaks in Python
cybersecurity

Diagnosing and fixing memory leaks in Python

One thing we’ve learned from building complex software for the cloud is that a language is only as good as its debugging and profiling tools. Learn about how we diagnosed and fixed memory leaks in Python code.

Blog RSS Feed | Snyk ·
Announcing Snyk’s Integration with Xray
cybersecurity

Announcing Snyk’s Integration with Xray

We’re big fans of open-source development at Snyk. It’s why we built Snyk in the first place: so people could safely use open-source dependencies without compromising security in the process. That’s why we’re excited to announce our integration with JFrog’s Xray!

Blog RSS Feed | Snyk ·
How Voltos Uses Snyk to Secure Their Own Security Product
cybersecurity

How Voltos Uses Snyk to Secure Their Own Security Product

This is a guest post from Glenn Gillen. Glenn is one of the co-founders of Voltos, a service to help you securely manage your apps and service credentials, and is a co-contributor to the online course Tiny Security Wins: Quick steps to secure your dev environment. Previously he ran the add-ons ecosystem at Heroku and is an active investor in early-stage developer tools startups.

Blog RSS Feed | Snyk ·
Fixing XXE Vulnerabilities in Nokogiri
cybersecurity

Fixing XXE Vulnerabilities in Nokogiri

We recently added a pair of high-severity XML External Entities (XXE) vulnerabilities found in the Nokogiri library to our vulnerability database. This post explains how the vulnerability works and discusses how to fix the exploit in your application.

Blog RSS Feed | Snyk ·
Building the Gulp Snyk plugin, an interview with Doug Wade
cybersecurity

Building the Gulp Snyk plugin, an interview with Doug Wade

Doug Wade is a Senior Front-End Engineer at Indeed. Doug built the wonderful gulp-snyk plugin, which lets you seamlessly include Snyk in your Gulp build process. We were really excited to stumble upon the plugin, so we wanted to talk to Doug to hear a little more about it.

Blog RSS Feed | Snyk ·
Introducing pkgbot!
cybersecurity

Introducing pkgbot!

Meet pkgbot – the bot making security analyst lives easier at Snyk!

Blog RSS Feed | Snyk ·
The MongoDB hack and the importance of secure defaults
cybersecurity

The MongoDB hack and the importance of secure defaults

There’s a widespread attack on insecure MongoDB installs that has resulted in over 28,000 databases being held ransom. This post explains the hack, how to protect yourself and what can we learn from it.

Blog RSS Feed | Snyk ·
Building the VSTS Snyk task, an interview with Jesse Houwing
cybersecurity

Building the VSTS Snyk task, an interview with Jesse Houwing

Jesse Houwing is a Lead Consultant at Xpirit. Recently he published a really helpful Visual Studio Team Services (VSTS) task making it easier to get Snyk incorporated into your VSTS workflow. We interviewed him to learn more about how he did it.

Blog RSS Feed | Snyk ·
A brief history of modularity
cybersecurity

A brief history of modularity

Just over a week ago, we were sponsors at the Brighton conference, ffconf. It was a day full of brilliant talks, both thought provoking and useful. Ashley Williams of npm gave a talk titled “A brief history of modularity”, which we felt was particularly relevant to Snyk, and so we thought we’d share a summary of the talk here.

Blog RSS Feed | Snyk ·
Announcing Snyk for Ruby
cybersecurity

Announcing Snyk for Ruby

Today, we’re announcing Snyk’s support for Ruby

Blog RSS Feed | Snyk ·
Launching serverless Snyk
cybersecurity

Launching serverless Snyk

Today we’re releasing the Serverless Snyk plugin—a plugin for the Serverless framework that helps you to prevent vulnerable packages in your application, using Snyk!

Blog RSS Feed | Snyk ·
Building Security Tools Developers Love
cybersecurity

Building Security Tools Developers Love

In the latest episode of “The Secure Developer”, I had the pleasure of interviewing Sabin Thomas, VP Engineering at Codiscope.

Blog RSS Feed | Snyk ·
Yarn is Micro Secure
cybersecurity

Yarn is Micro Secure

In 2016, Facebook announced the open-source release of Yarn: an alternative client for the npm registry. While it’s true that Yarn is often much faster than other clients, and that the new lockfile ensures more consistency when your application is installed, the security claims around it are a little over-optimistic.

Blog RSS Feed | Snyk ·
Fixing Serverless Security Vulnerabilities
cybersecurity

Fixing Serverless Security Vulnerabilities

Well over 80% of successful exploits today occur due to unpatched servers. Approaches such as Serverless & PaaS should dramatically reduce the risk of outdated binaries. Unfortunately, this transition does nothing to secure open source code packages.

Blog RSS Feed | Snyk ·
Announcing Snyk for Bitbucket Pipelines
cybersecurity

Announcing Snyk for Bitbucket Pipelines

We’re excited to announce Snyk for Bitbucket Pipelines, which makes it easy to stay secure if you’re managing your work with the Atlassian product stack.

Blog RSS Feed | Snyk ·
Get Snyk security alerts on Slack
cybersecurity

Get Snyk security alerts on Slack

You can now receive Snyk security alerts via Slack! This blog provides an overview of how to implement Snyk’s Slack integration.

Blog RSS Feed | Snyk ·
Threat modelling For Node.js applications
cybersecurity

Threat modelling For Node.js applications

What should I defend my application against? Should I deal with Cross-Site Scripting (XSS) attacks? How about SQL injection? Should I protect myself against cross-site request forgery? The short answer is yes. But as always, it’s not that simple.

Blog RSS Feed | Snyk ·
Using ES2015 Proxy for fun and profit
cybersecurity

Using ES2015 Proxy for fun and profit

A discussion for JS developers about how to have some fun with the useful ECMAScript 2015 “Proxy” feature, which enables you to create a proxy for another object.

Blog RSS Feed | Snyk ·
What DevOps and Open Source Security have in common
cybersecurity

What DevOps and Open Source Security have in common

Snyk founder Guy Podjarny joins Courtney Nash on the new O’Reilly Security podcast, discussing key topics such as: - Why developers should own security, and why they haven’t done so yet - How can we bring the DevOps revolution into the world of security - What are each of our roles in improving Open Source Security - More tactically, handling vulnerabilities in open source components

Blog RSS Feed | Snyk ·
Engineering is somewhat like basketball
cybersecurity

Engineering is somewhat like basketball

A focus on the engineering team goal of getting things shipped, and what helps us achieve this at Snyk. There are several practices we observe in our development cycle that bind well and keep us shipping all the time; this post outlines the philosophy behind our approach and the continuous delivery practices we use.

Blog RSS Feed | Snyk ·
Enriching bitHound with Snyk
cybersecurity

Enriching bitHound with Snyk

Dependencies are extremely powerful, but also open up a world of complexity. To successfully secure these packages in your application, you need to consider security as a natural aspect of quality. This means embedding it into your suite of quality tools and practices, making handling security the default.

Blog RSS Feed | Snyk ·
HTTPS Adoption *doubled* this year
cybersecurity

HTTPS Adoption *doubled* this year

Despite having been around for over 20 years, HTTPS always remained very lightly adopted – until 2016. Data from two independent sources shows that HTTPS adoption more than doubled from 2015 to 2016. Snyk CEO Guy Podjarny digs into this data.

Blog RSS Feed | Snyk ·
4 steps to address vulnerable dependencies
cybersecurity

4 steps to address vulnerable dependencies

Creating Snyk’s GitHub integration, released in late June, helped clarify the different steps to truly address vulnerable dependencies, both immediately and in a continuous fashion. These steps are consistent across packaging systems, from npm to Maven to Chef cookbooks. This post explains each step, why they are needed, and how to apply them with Snyk.

Blog RSS Feed | Snyk ·
Out of Beta, plus exciting new features
cybersecurity

Out of Beta, plus exciting new features

We’re removing the Beta tag fromSnyk and adding two long-awaited features: tight GitHub integration and organization support.

Blog RSS Feed | Snyk ·
The 5 dimensions of an npm dependency
cybersecurity

The 5 dimensions of an npm dependency

We often talk about the growing number of npm dependencies, and how they make us productive and fast or fragile and insecure. But what exactly is an npm dependency? This post defines the ways to look at an npm dependency.

Blog RSS Feed | Snyk ·
Fixing SQL Injection: ORM is not enough
cybersecurity

Fixing SQL Injection: ORM is not enough

Using a programmable SQL interface such as an ORM (Object Relational Mapping) is a good way to reduce risk of SQL Injection, which is a very bad vulnerability to have. However, ORM packages are not bullet proof. This post explains why you shouldn’t put all your SQL Injection protection eggs in the ORM basket, and what more can you do.

Blog RSS Feed | Snyk ·
5 ways to get Node.js vulnerability alerts
cybersecurity

5 ways to get Node.js vulnerability alerts

A quick look at the different options for getting Node.js vulnerability alerts, based on the based on the RSS feed of Snyk’s Vulnerability DB.

Blog RSS Feed | Snyk ·
Fixing `marked` XSS vulnerability
cybersecurity

Fixing `marked` XSS vulnerability

A recently published vulnerability in the npm marked package shows how attackers can use the flexibility of the Markdown format to introduce Cross-Site Scripting vulnerabilities. This post explains the issue and the fix, and discusses the difficulty of sanitizing complex user input.

Blog RSS Feed | Snyk ·
Exploiting Buffer
cybersecurity

Exploiting Buffer

In this post, we explain how the “Buffer” class works, and why it behaves the way it does. We’ll run an exploit against a vulnerable application, to better demonstrate the ramifications.

Blog RSS Feed | Snyk ·
How to prevent malicious packages
cybersecurity

How to prevent malicious packages

Last week, CERT alerted users to the risk of publishing or consuming a malicious npm package. This important risk is not unique to npm, but it is more likely to happen in this ecosystem. This post explains the risk and how you can protect yourself.

Blog RSS Feed | Snyk ·
Using Node.js event loop for timing attacks
cybersecurity

Using Node.js event loop for timing attacks

A little over 3 years ago, a few friends and I started a group called pasten to participate in the Chaos Computer Club’s Capture The Flag (CTF) competition. It is a jeopardy style CTF, where the participating teams need to solve security related challenges in various categories such as exploitation, reverse engineering, web, forensic & crypto.

Blog RSS Feed | Snyk ·
Keeping your open source credentials closed
cybersecurity

Keeping your open source credentials closed

Leaking credentials means exposing secrets that provide access to different accounts. The most common types of leaked credentials are passwords, API keys and SSH private keys. In this post, we discuss best practices you can establish as part of your flow to introduce multiple layers of defense that help prevent mistakes.

Blog RSS Feed | Snyk ·
Launching Snyk
cybersecurity

Launching Snyk

I’m excited to announce Snyk is now live! Snyk helps you find and fix known vulnerabilities in your Node.js dependencies. These are publicly documented security holes, making them easy for attackers to track and exploit.

Blog RSS Feed | Snyk ·
A CEO's guide to Emacs
cybersecurity

A CEO's guide to Emacs

For those who haven’t used Emacs, it’s something you’ll likely hate, but may love. It’s sort of a Rube Goldberg machine the size of a house that, at first glance, performs all the functions of a toaster.

Blog RSS Feed | Snyk ·
10 Reasons To Use HTTPS
cybersecurity

10 Reasons To Use HTTPS

HTTPS, HTTP over TLS, has been around since 1994, and has been well adopted by the security sensitive web — online banking, shopping, taxes and more. However, the vast majority of websites (est. 81% to 97%) continue to communicate using clear (unencrypted) HTTP — no matter how insecure that is.

Blog RSS Feed | Snyk ·
Immutable infrastructure: Networks
cybersecurity

Immutable infrastructure: Networks

If you work with network infrastructure, you know that it has a tendency to grow warts, that is, it drifts from its original configuration. One of our goals is to prevent this drift from occurring by maintaining your infrastructure’s known good status.

Blog RSS Feed | Snyk ·