{"date":"2026-09-07T13:42:27Z","repo":{"name":"github.com/apache/commons-dbcp","commit":"d16b6a36bba2eb70270a709642df8e7792cf2a6e"},"scorecard":{"version":"v5.5.0","commit":"c395761df6afe1a69e476bc60a013a94bcbc153f"},"score":6.8,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained","short":"Determines if the project is \"actively maintained\"."}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging","short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall."}},{"name":"Code-Review","score":0,"reason":"Found 0/29 approved changesets -- score normalized to 0","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review","short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged."}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yml:1"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool","short":"Determines if the project uses a dependency update tool."}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy","short":"Determines if the project has published a security policy."}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow","short":"Determines if the project's GitHub Action workflows avoid dangerous patterns."}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:  13 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 third-party GitHubAction dependencies pinned"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies","short":"Determines if the project has declared and pinned the dependencies of its build process."}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql-analysis.yml:35","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:36","Info: jobLevel 'actions' permission set to 'read': .github/workflows/scorecards-analysis.yml:36","Info: jobLevel 'contents' permission set to 'read': .github/workflows/scorecards-analysis.yml:38","Info: topLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:28","Info: topLevel 'contents' permission set to 'read': .github/workflows/dependency-review.yml:22","Info: topLevel 'contents' permission set to 'read': .github/workflows/maven.yml:25","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards-analysis.yml:25","Info: no jobLevel write permissions found"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions","short":"Determines if the project's workflows follow the principle of least privilege."}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts","short":"Determines if the project has generated executable (binary) artifacts in the source repository."}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE.txt:0"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license","short":"Determines if the project has defined a license."}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices","short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge."}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases","short":"Determines if the project cryptographically signs release artifacts."}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing","short":"Determines if the project uses fuzzing."}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (1) are checked with a SAST tool"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast","short":"Determines if the project uses static code analysis."}},{"name":"CI-Tests","score":10,"reason":"1 out of 1 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests","short":"Determines if the project runs tests before pull requests are merged."}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection","short":"Determines if the default and release branches are protected with GitHub's branch protection settings."}},{"name":"Vulnerabilities","score":0,"reason":"42 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: https://osv.dev/GHSA-2p3x-qw9c-25hh","Warn: Project is vulnerable to: https://osv.dev/GHSA-2q8x-2p7f-574v","Warn: Project is vulnerable to: https://osv.dev/GHSA-3ccq-5vw3-2p6x","Warn: Project is vulnerable to: https://osv.dev/GHSA-43gc-mjxg-gvrq","Warn: Project is vulnerable to: https://osv.dev/GHSA-4cch-wxpw-8p28","Warn: Project is vulnerable to: https://osv.dev/GHSA-4hrm-m67v-5cxr","Warn: Project is vulnerable to: https://osv.dev/GHSA-56p8-3fh9-4cvq","Warn: Project is vulnerable to: https://osv.dev/GHSA-59jw-jqf4-3wq3","Warn: Project is vulnerable to: https://osv.dev/GHSA-64xx-cq4q-mf44","Warn: Project is vulnerable to: https://osv.dev/GHSA-6w62-hx7r-mw68","Warn: Project is vulnerable to: https://osv.dev/GHSA-6wf9-jmg9-vxcc","Warn: Project is vulnerable to: https://osv.dev/GHSA-74cv-f58x-f9wf","Warn: Project is vulnerable to: https://osv.dev/GHSA-7chv-rrw6-w6fc","Warn: Project is vulnerable to: https://osv.dev/GHSA-7hwc-46rm-65jh","Warn: Project is vulnerable to: https://osv.dev/GHSA-8jrj-525p-826v","Warn: Project is vulnerable to: https://osv.dev/GHSA-cxfm-5m4g-x7xp","Warn: Project is vulnerable to: https://osv.dev/GHSA-f554-x222-wgf7","Warn: Project is vulnerable to: https://osv.dev/GHSA-f6hm-88x3-mfjv","Warn: Project is vulnerable to: https://osv.dev/GHSA-f8cc-g7j8-xxpm","Warn: Project is vulnerable to: https://osv.dev/GHSA-g5w6-mrj7-75h2","Warn: Project is vulnerable to: https://osv.dev/GHSA-h7v4-7xg3-hxcc","Warn: Project is vulnerable to: https://osv.dev/GHSA-hfq9-hggm-c56q","Warn: Project is vulnerable to: https://osv.dev/GHSA-hph2-m3g5-xxv4","Warn: Project is vulnerable to: https://osv.dev/GHSA-hrcp-8f3q-4w2c","Warn: Project is vulnerable to: https://osv.dev/GHSA-hvv8-336g-rx3m","Warn: Project is vulnerable to: https://osv.dev/GHSA-hwpc-8xqv-jvj4","Warn: Project is vulnerable to: https://osv.dev/GHSA-j563-grx4-pjpv","Warn: Project is vulnerable to: https://osv.dev/GHSA-j9h8-phrw-h4fh","Warn: Project is vulnerable to: https://osv.dev/GHSA-jfvx-7wrx-43fh","Warn: Project is vulnerable to: https://osv.dev/GHSA-mw36-7c6c-q4q2","Warn: Project is vulnerable to: https://osv.dev/GHSA-p8pq-r894-fm8f","Warn: Project is vulnerable to: https://osv.dev/GHSA-qpfq-ph7r-qv6f","Warn: Project is vulnerable to: https://osv.dev/GHSA-qrx8-8545-4wg2","Warn: Project is vulnerable to: https://osv.dev/GHSA-rgh3-987h-wpmw","Warn: Project is vulnerable to: https://osv.dev/GHSA-rmr5-cpv2-vgjf","Warn: Project is vulnerable to: https://osv.dev/GHSA-xw4p-crpj-vjx2","Warn: Project is vulnerable to: https://osv.dev/GHSA-2qrg-x229-3v8q","Warn: Project is vulnerable to: https://osv.dev/GHSA-65fg-84f6-3jq3","Warn: Project is vulnerable to: https://osv.dev/GHSA-f7vh-qwp3-x37m","Warn: Project is vulnerable to: https://osv.dev/GHSA-fp5r-v3w9-4333","Warn: Project is vulnerable to: https://osv.dev/GHSA-vp98-w2p3-mv35","Warn: Project is vulnerable to: https://osv.dev/GHSA-w9p3-5cr8-m3jj"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities","short":"Determines if the project has open, known unfixed vulnerabilities."}},{"name":"Contributors","score":10,"reason":"project has 31 contributing companies or organizations","details":["Info: found contributions from: DSpace, Debian, Hack42, HackerHotel, JavaNCSS, NixOS, TinyGearsOrg, airlift, apache, apache software foundation, apple, arnhem-air, assertj, atmire, bibliotheekdeventer, eclipse-csi, eicas-nl, facebook, groovy, inkcut, jenkinsci, notionwm, playframework, proxytoys, retired, scala-labs, scalacommunitybuild, scalapenos, self-employed apache software foundation, trinodb, x-stream"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors","short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies)."}}]}
