Search Articles

Search Results: ORM

ORM Leaks: When Filtering Becomes a Data Breach

ORM Leaks: When Filtering Becomes a Data Breach

A deep dive into the rising class of ORM Leak vulnerabilities shows how seemingly innocuous filtering features can expose passwords, tokens, and other secrets. From Beego in Harbor to Prisma authentication bypasses, the article explains the mechanics, real‑world exploits, and practical defenses.
OpenProfiler: A Lightweight Tool for Debugging NHibernate Queries

OpenProfiler: A Lightweight Tool for Debugging NHibernate Queries

A new open-source tool simplifies NHibernate query debugging by capturing generated SQL through reflection. OpenProfiler provides real-time visualization of ORM queries without complex configuration, addressing a persistent pain point for .NET developers.