Skip to content

Commit 4e5e0d1

Browse files
committed
docs(blog): update Spring analyzer post publish date
1 parent db29a38 commit 4e5e0d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/blog/spring-analyzer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Taint Analysis for Spring: Security Beyond Syntax"
33
description: "AST-pattern matchers miss the data flows Spring's architecture creates: interprocedural flow across class boundaries, conditionally dangerous APIs configured at bean wiring time, and JPA persistence. OpenTaint traces tainted data through every layer, from injected services to database storage to dangerous API calls, distinguishing raw columns from sanitized ones."
4-
date: "2026-03-25"
4+
date: "2026-04-28"
55
updatedDate: "2026-05-13"
66
keywords:
77
- "spring boot security"

0 commit comments

Comments
 (0)