Skip to content

Commit b033dc7

Browse files
committed
Improve spring-analyzer blog post description
1 parent 21238c4 commit b033dc7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/blog/spring-analyzer.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Taint Analysis for Spring: Data Flow Beyond the Call Graph"
3-
description: "Spring-aware taint analysis — cross-endpoint detection and column-sensitive tracking. Scannable code examples from the seqra-java-spring-demo."
4-
date: "2026-03-24"
3+
description: "Most SAST tools lose the data trail at Spring's DI and JPA boundaries. OpenTaint follows tainted input through @Autowired services, across database persistence, and into Thymeleaf and Freemarker — flagging stored XSS per-column while suppressing sanitized fields."
4+
date: "2026-03-25"
55
---
66

77
import Mermaid from "@/components/astro/Mermaid.astro";

0 commit comments

Comments
 (0)