Safeguard
Topic

Security

In-depth guides and analysis on security from the Safeguard engineering team.

521 articles

Security

How to Use PyPI openpyxl Safely: Security Risks and Fixes

The openpyxl package on PyPI is safe for most workloads, but XML parsing and spreadsheet formula injection deserve attention. Here is what to watch for.

Feb 13, 20255 min read
Security

eslint-plugin-jest-dom: What It Secures and What It Does Not

eslint-plugin-jest-dom enforces better jest-dom assertions, but as a dev dependency it also lives in your supply chain. Here is where its real security value and its real risk both sit.

Feb 11, 20254 min read
Security

What a Static Application Security Test Catches (and What It Misses)

A clear-eyed look at the static application security test: how SAST works, the vulnerability classes it finds, its blind spots and false positives, and how to run it without drowning developers.

Feb 11, 20256 min read
Security

CVE-2023-45857: The Axios XSRF Token Leak Explained

How CVE-2023-45857 caused Axios to leak XSRF tokens to any host over cross-origin requests, who is affected, and the one-line upgrade that fixes it.

Feb 11, 20256 min read
Security

nginx/1.18.0 (ubuntu): What the Server Banner Reveals and How to Reduce Risk

Seeing nginx/1.18.0 (ubuntu) in a Server header tells you the version, the packaging, and roughly the age of a deployment. Here is what that string implies for security and what to check before assuming you are exposed.

Feb 11, 20256 min read
Security

awesome-typescript-loader: Why to Migrate Off It

awesome-typescript-loader is an unmaintained webpack loader for TypeScript. Here is the security case for migrating to ts-loader and how to do it cleanly.

Feb 11, 20255 min read
Security

Types of Vulnerability Assessments and When to Use Each

Network, host, application, database, wireless, and cloud assessments each answer a different question. Knowing which type fits which risk is half the job.

Feb 11, 20256 min read
Security

CVE-2021-41183: jQuery UI Datepicker XSS and How to Fix It

CVE-2021-41183 is a cross-site scripting flaw in the jQuery UI Datepicker's *Text options, fixed in 1.13.0. Here is the risk and the remediation.

Feb 11, 20255 min read
Security

How to Hash a Password in Java the Right Way in 2025

To hash a password in Java, use a slow, salted, adaptive algorithm like bcrypt or Argon2 — never a raw SHA or MD5 digest. This guide shows working code and the tuning that actually matters.

Feb 11, 20255 min read
Security

The Main Types of Asymmetric Encryption, Explained

The types of asymmetric encryption come down to a few families built on hard math problems: RSA, elliptic curve, Diffie-Hellman, and the post-quantum newcomers. Here is how each works and when to use it.

Feb 11, 20256 min read
Security

An Asymmetric Encryption Example, Explained for Developers

A concrete asymmetric encryption example using RSA key pairs, plus how public-key cryptography secures TLS, signing, and the code you ship.

Feb 11, 20255 min read
Security

CVE-2023-5363 Explained: The OpenSSL Key and IV Length Flaw

CVE-2023-5363 is an OpenSSL bug where key and IV length parameters get processed too late, risking confidentiality in GCM, CCM and OCB modes. Here is who is affected and how to fix it.

Feb 11, 20255 min read

Self-healing security runs on Safeguard.

Your first fix PR is minutes away.

No sales call required, even your agent can complete the purchase over MCP.

Security (Page 41) — Supply Chain Security Blog | Safeguard