Why Most Vulnerability Management Programs Fail (And What Actually Works)

The design mistakes that quietly break vulnerability management programs — noise, ownership confusion, unrealistic SLAs, no shared accountability — and the shared-responsibility model that fixes them.

August 22, 2026 · 8 min · 1649 words · Javier Pulido

AWS Secrets Manager Now Sends Events to EventBridge: How to Set Up Rotation Alerts

As of July 2026, AWS Secrets Manager automatically publishes events to Amazon EventBridge whenever a secret value changes. No opt-in, no configuration, no extra cost. This is a significant improvement for anyone monitoring credential rotation or building event-driven security workflows. Before this, detecting secret changes meant parsing CloudTrail logs and correlating multiple API calls (PutSecretValue, UpdateSecretValue, rotation success/failure) — doable but brittle. Now you get a single, clean event on the default EventBridge bus every time a secret changes. ...

July 25, 2026 · 5 min · 979 words · Javier Pulido