From cfa45675b4ca301d7e775e50a5ae889c142d5519 Mon Sep 17 00:00:00 2001 From: Alan Graham <14013943+AlanGraham@users.noreply.github.com> Date: Mon, 7 Sep 2026 11:54:49 +0100 Subject: [PATCH] Update OpenSSF badge link in README.md OpenSSF have provided a way to link to a nicer page of your OpenSSF score. `https://api.securityscorecards.dev/projects/github.com/apache/commons-validator` -> `https://scorecard.dev/viewer/?uri=github.com/apache/commons-validator` So rather than a json blob, the link can now go to a nicely formatted page which also links to information on some of the items on what is needed to improve the score. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce37e0f73..3c73d3d57 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Apache Commons Validator [![Maven Central](https://img.shields.io/maven-central/v/commons-validator/commons-validator?label=Maven%20Central)](https://search.maven.org/artifact/commons-validator/commons-validator) [![Javadocs](https://javadoc.io/badge/commons-validator/commons-validator/1.11.0.svg)](https://javadoc.io/doc/commons-validator/commons-validator/1.11.0) [![CodeQL](https://github.com/apache/commons-validator/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-validator/actions/workflows/codeql-analysis.yml) -[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-validator/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-validator) +[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-validator/badge)](https://scorecard.dev/viewer/?uri=github.com/apache/commons-validator) Apache Commons Validator provides the building blocks for both client-side and server-side data validation. It may be used standalone or with a framework like Struts.