Latest updates for Spring Security

Fresh curated links around Spring Security are collected here so marketers can spot useful updates and turn timely ideas into posts faster.

Recent items include:

  • Designing Secure REST APIs With Spring Boot
  • Security Baked Into the JVM: two Subjects, one call
  • Spring Security: дополнение к JWT токенам

Post angles to try

Share the most useful takeaway for your audience.
Turn one article into a quick practical checklist.
Ask your audience how this shift affects their work.
Turn angles into scheduled posts

Fresh articles and ideas

Recent curated links from global sources. Generate one free draft from any story, then use SocialBu to schedule and refine your content calendar.

dzone.com /1 month ago

Designing Secure REST APIs With Spring Boot

Most Spring Boot APIs I’ve reviewed have a security configuration that was correct three commits ago. Then somebody added a new endpoint, the security config didn’t get the matchin...

Read source
blog.frankel.ch /1 month ago

Security Baked Into the JVM: two Subjects, one call

The constraint system stops a bad call before it leaves the JVM. The Safe Codebase Audit Pipeline stops bad code before a client ever loads it. What remains is identity: who is cal...

Read source
habr.com /1 month ago

Spring Security: дополнение к JWT токенам

Всех приветствую!Данная статья будет посвящена довольно важным вещам, таким как: refreshtoken, метод-уровневой безопасности и примеру реализации правила "свой/чужой профиль" Читать...

Read source
javacodegeeks.com /4 weeks ago

Implementing and Testing a Spring MVC HandlerInterceptor

In a Spring MVC application, interceptors provide a powerful mechanism to execute custom logic before and after processing HTTP requests. They are commonly used for cross-cutting c...

Read source
javacodegeeks.com /1 month ago

Implementing Authorization Using jCasbin

Modern applications require a robust security mechanism to ensure that users can access only the resources they are authorized to use. While authentication verifies a user’s identi...

Read source
javacodegeeks.com /1 month ago

Spring Dynamic Authorization Scopes Example

Modern enterprise applications often require fine-grained access control where different users, clients, and business scenarios need different levels of permissions. OAuth 2.0 scop...

Read source
habr.com /1 month ago

Spring Security: работа с JWT токенами

Всем привет! Данная статья посвящена регистрации и аутентификации с помощью JWT что помогает нам избавиться от тяжёлых сессий и куки и быть более крутыми и современными разработчик...

Read source
feeds.feedblitz.com /2 weeks ago

HTTP Client SSRF Mitigation with InetAddressFilter in Spring Boot

Learn how to use the InetAddressFilter class in a Spring-based application to limit the address that an HTTP client can call. The post HTTP Client SSRF Mitigation with InetAddress...

Read source
gbhackers.com /2 weeks ago

Critical Spring Security LDAP Flaw Lets Remote Attackers Read and Modify Directory Data

A critical vulnerability has been identified in the embedded UnboundID LDAP server within Spring Security. This flaw could allow remote attackers to authenticate using a well-known...

Read source
feeds.feedblitz.com /1 month ago

Testing Spring MVC HandlerInterceptor

Learn how to test Spring MVC HandlerInterceptor using @WebMvcTest and MockMvc without starting the full application. The post Testing Spring MVC HandlerInterceptor first appeared...

Read source
blog.frankel.ch /1 month ago

Security Baked Into the JVM: the Safe Codebase Audit Pipeline

In Part 1, the minimal deployment showed constraints traveling with the proxy: authentication, encryption, hardened deserialization, all declared in configuration and enforced at t...

Read source
javacodegeeks.com /2 weeks ago

Access Request and Response Body in HandlerInterceptor

In a Spring Boot application, we sometimes need to inspect or log the HTTP request body and response body. This can be useful for debugging, auditing, troubleshooting, or request-r...

Read source
ministryoftesting.com /1 week ago

A Security Collection for the Security Chapter

Read source
blog.frankel.ch /2 weeks ago

Security Baked Into the JVM: sixteen Subjects on the wire

Alice calls the order service. The order service calls the ledger on her behalf. At the second hop, the ledger has to decide whose authority the debit is being made under. Most s...

Read source
feeds.feedblitz.com /1 month ago

How to Get The RequestBody and ResponseBody in HandlerInterceptor

Learn how to log HTTP request and response bodies using a Spring MVC HandlerInterceptor. The post How to Get The RequestBody and ResponseBody in HandlerInterceptor first appeared...

Read source
simplilearn.com /1 month ago

Spring AOP Tutorial | Simplilearn

In this tutorial on Spring AOP, we are going to discuss AOP (Aspect Oriented Programming) with Spring, and learn how to use this powerful and widely used tool in practical scenario...

Read source
infoq.com /1 week ago

Article: Post-Quantum Cryptography in Spring Boot: Four Patterns You Can Ship This Sprint

There are four patterns that bring PQC into a Spring Boot fleet: encrypting payloads between services, locking down database fields, signing documents that need to hold up for deca...

Read source
infoq.com /1 week ago

Spring News Roundup: First Milestone Releases for Boot, Framework, Data, Security, Modulith, Batch

After a 10-week hiatus since the last batch of Spring ecosystem releases, there was a flurry of activity during the week of August 17th, 2026, highlighting first milestone releases...

Read source
joetietz.com /3 weeks ago

Streamlined Security Management with VMware SSP 5.2

Embracing Zero Trust in the AI Era: VMware vDefend SSP 5.2 and the Integration of Cybersecurity Frameworks <p>As enterprise private</p>

Read source
blogs.vmware.com /1 month ago

VMware Tanzu Spring Delivers SLSA L3 Compliant Java Dependencies for Spring Boot 2.7.x, 3.x, and 4.x

<div><img width="300" height="157" src="https://blogs.vmware.com/wp-content/uploads/2026/07/Spring_blogtile_lightangle_v2-1.png" class="...

Read source
feeds.feedblitz.com /2 days ago

MCP Logging in Spring AI

Learn about MCP logging in Spring AI, both in an MCP server and a client. The post MCP Logging in Spring AI first appeared on Baeldung.       

Read source
javacodegeeks.com /1 month ago

How Spring Proxies Actually Work — And the Four Cases Where They Silently Don’t

A deep-dive into how @Transactional, @Cacheable, and @Async use CGLIB or JDK dynamic proxies — and the four well-known failure modes that swallow the annotation silently with no er...

Read source
salesforce.com /1 month ago

Simplify Security Visibility with Security Center Essentials

Simplify Salesforce security with Security Center Essentials. Learn how to track Health Check scores, audit integrations, and monitor IP ranges in one place.

Read source
javacodegeeks.com /4 weeks ago

Role-Based Access Control in Node.js with JWT

Role-Based Access Control (RBAC) is a fundamental security pattern used to restrict system access based on user roles. When combined with JSON Web Tokens (JWT), it enables stateles...

Read source

Turn fresh research into a full content calendar

Use SocialBu to discover ideas, generate post drafts, and schedule them across your social channels.

Sources covering Spring Security

feeds.dzone.com

Recent coverage from public sources
Public source

blog.frankel.ch

Recent coverage from public sources
Public source

blogs.vmware.com

Recent coverage from public sources
Public source

feed.infoq.com

Recent coverage from public sources
Public source

feeds.feedblitz.com

Recent coverage from public sources
Public source

gbhackers.com

Recent coverage from public sources
Public source