04月
Code Static Analysis with OpenRewrite and AI Skills

Combining the structured automation of OpenRewrite with the reasoning capabilities of AI allows for a sophisticated approach to managing codebases risks (like OWASP/CWE/XSS). Our dev team have found hundreds of vulnerable exploits with a local qwen3.5-27b model.

10月
Security design for token authenticates

This article describes how to choose appreciated tokens in security design.

07月
Design a Fine-grained Authorization System with Capability-first Architecture

Implementing flexible, fine-grained permission management is an essential component of robust software design. This article will walk through various authorization system designs that aim to achieve that goal.

06月
Mask sensitive data with custom Jackson annotations

In this article, we’ll see how to use custom Jackson annotations to mask sensitive data with asterisks.