Python


Nov 21, 2021

I found a security breach by buying a blender

How a blender warranty registration led to discovering a website security vulnerability that exposed customer personal data through predictable image URLs.

I found a security breach by buying a blender
Mar 14, 2020

Multiple-regex-checking Python One-liner

How to check a string against multiple regex patterns in Python — using map() when you need to know which patterns matched, or any()/all() for a quick boolean check.

Multiple-regex-checking Python One-liner