chore(upgrade): sync dependency metadata with AppCAT rules#1025
chore(upgrade): sync dependency metadata with AppCAT rules#1025frankliu20 wants to merge 2 commits into
Conversation
d44e9af to
84c9035
Compare
Align EOL/deprecated thresholds with AppCAT azure rulesets using commercial support end dates to avoid false-positive EOL warnings for enterprise users: - Spring Boot: supportedVersion 2.7.x || >=3.5.x, suggest 4.0 - Spring Framework: suggestedVersion 7.0 - Spring Security: supportedVersion 5.7.x || 5.8.x || >=6.5.x, suggest 6.5 - Add Spring Cloud (>=2025.x) - Jakarta EE: suggest version 11 - Add eolDate entries for newer versions (4.0, 3.5, 3.4, 3.3) Data sourced from endoflife.date.
84c9035 to
4920c06
Compare
Spring Cloud entry: version-scheme mismatch (likely false positives)The new Spring Cloud is the one project where the two differ: the release train is calendar-versioned, but the individual Consequences (verified with the repo's
Only literal calendar versions — which never appear as resolved jar versions — would pass. Suggestion: either express the rule in the modules' semantic versions (e.g.
|
Align EOL/deprecated thresholds with AppCAT azure rulesets: