79286454

Date: 2024-12-17 01:21:33
Score: 0.5
Natty:
Report link

This commit in spring-framework from Feb 2024 introduced a new way to escape the colon character.

To escape a property such as

@Value("${sm://my-secret}")

You now must use

@Value("${sm\\://my-secret}")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Diego Marquez