{"date":"2026-04-02T15:57:35Z","repo":{"name":"github.com/locationtech/geomesa","commit":"13e3a6aff219846d905c3cd15d3d4cdc7967c9e6"},"scorecard":{"version":"v5.3.0","commit":"c22063e786c11f9dd714d777a687ff7c4599b600"},"score":6.1,"checks":[{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#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":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#security-policy"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":10,"reason":"28 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#maintained"}},{"name":"Code-Review","score":0,"reason":"Found 1/25 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/build-release.yml:36","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/build-release.yml:20","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codacy.yml:33","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/tag-release.yml:29","Info: topLevel 'contents' permission set to 'read': .github/workflows/assembly.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-and-test.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-release.yml:7","Info: topLevel 'contents' permission set to 'read': .github/workflows/codacy.yml:28","Info: topLevel 'contents' permission set to 'read': .github/workflows/dash.yml:10","Info: topLevel 'contents' permission set to 'read': .github/workflows/dependency-review.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/docs.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/eclipse-snapshots.yml:10","Info: topLevel 'contents' permission set to 'read': .github/workflows/integration-tests.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/javadocs.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/license-headers.yml:13","Info: topLevel permissions set to 'read-all': .github/workflows/scorecard.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/spark.yml:13","Warn: topLevel 'contents' permission set to 'write': .github/workflows/tag-release.yml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-ci.yml:8"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: geomesa-tools/bin/ng:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Info: Possibly incomplete results: error parsing shell code: parameter expansion requires a literal: geomesa-tools/conf-filtered/functions.sh:0","Info: Possibly incomplete results: error parsing shell code: parameter expansion requires a literal: geomesa-tools/conf-filtered/geomesa-env.sh:0","Warn: pipCommand not pinned by hash: geomesa-hbase/geomesa-hbase-tools/bin/bootstrap-geomesa-hbase-aws.sh:31","Warn: pipCommand not pinned by hash: .github/workflows/build-release.yml:53","Warn: pipCommand not pinned by hash: .github/workflows/docs.yml:39","Warn: pipCommand not pinned by hash: .github/workflows/spark.yml:61","Info:  47 out of  47 GitHub-owned GitHubAction dependencies pinned","Info:   2 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   4 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: all commits (29) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#sast"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/eclipse-snapshots.yml:17"],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#packaging"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#fuzzing"}},{"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":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#license"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#branch-protection"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: geomesa-accumulo_2.12-5.4.0-bin.tar.gz.asc: https://github.com/locationtech/geomesa/releases/tag/geomesa-5.4.0","Info: signed release artifact: geomesa-accumulo_2.12-5.3.0-bin.tar.gz.asc: https://github.com/locationtech/geomesa/releases/tag/geomesa-5.3.0","Info: signed release artifact: geomesa-accumulo_2.12-5.2.2-bin.tar.gz.asc: https://github.com/locationtech/geomesa/releases/tag/geomesa-5.2.2","Info: signed release artifact: geomesa-accumulo_2.12-5.2.1-bin.tar.gz.asc: https://github.com/locationtech/geomesa/releases/tag/geomesa-5.2.1","Info: signed release artifact: geomesa-accumulo_2.12-5.2.0-bin.tar.gz.asc: https://github.com/locationtech/geomesa/releases/tag/geomesa-5.2.0","Warn: release artifact geomesa-5.4.0 does not have provenance: https://api.github.com/repos/locationtech/geomesa/releases/253127849","Warn: release artifact geomesa-5.3.0 does not have provenance: https://api.github.com/repos/locationtech/geomesa/releases/220218714","Warn: release artifact geomesa-5.2.2 does not have provenance: https://api.github.com/repos/locationtech/geomesa/releases/208515119","Warn: release artifact geomesa-5.2.1 does not have provenance: https://api.github.com/repos/locationtech/geomesa/releases/205031895","Warn: release artifact geomesa-5.2.0 does not have provenance: https://api.github.com/repos/locationtech/geomesa/releases/195913688"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#signed-releases"}},{"name":"CI-Tests","score":10,"reason":"29 out of 29 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 22 contributing companies or organizations","details":["Info: found contributions from: BaltimoreOpenAir, MIDS-Berkeley, apache, capitalone, ccri, commonwealth computer research, confluent, confluentinc, eclipse, fintive, ga-ccri, gempy-project, geomesa, locationtech, planet labs, planetarypy, planetarysoftware, redminenb, rungalileo, spaceml-org, tekmetric, wherobots"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#contributors"}},{"name":"Vulnerabilities","score":0,"reason":"23 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-cmp6-m4wj-q63q","Warn: Project is vulnerable to: GHSA-vqf4-7m7x-wgfc","Warn: Project is vulnerable to: GHSA-3p8m-j85q-pgmj","Warn: Project is vulnerable to: GHSA-84h7-rjj3-6jx4","Warn: Project is vulnerable to: GHSA-fghv-69vj-qj49","Warn: Project is vulnerable to: GHSA-pwqr-wmgm-9rr8","Warn: Project is vulnerable to: GHSA-prj3-ccx8-p6x4","Warn: Project is vulnerable to: GHSA-w9fj-cfpg-grvv","Warn: Project is vulnerable to: GHSA-xwmg-2g98-w7v9","Warn: Project is vulnerable to: GHSA-vx9q-rhv9-3jvg","Warn: Project is vulnerable to: GHSA-2jc4-r94c-rp7h","Warn: Project is vulnerable to: GHSA-vc5p-v9hr-52mj","Warn: Project is vulnerable to: GHSA-qh8g-58pp-2wxh","Warn: Project is vulnerable to: GHSA-wjpw-4j6x-6rwh","Warn: Project is vulnerable to: PYSEC-2023-44 / GHSA-329j-jfvr-rhr6","Warn: Project is vulnerable to: PYSEC-2022-42976 / GHSA-43xg-8wmj-cw8h","Warn: Project is vulnerable to: PYSEC-2022-236 / GHSA-4x9r-j582-cgr8","Warn: Project is vulnerable to: PYSEC-2018-25 / GHSA-6mqq-8r44-vmjc","Warn: Project is vulnerable to: PYSEC-2017-147 / GHSA-8rhc-48pp-52gr","Warn: Project is vulnerable to: PYSEC-2022-186 / GHSA-9rr6-jpg7-9jg6","Warn: Project is vulnerable to: PYSEC-2019-114 / GHSA-fp5j-3fpf-mhj5","Warn: Project is vulnerable to: PYSEC-2020-95 / GHSA-wgx7-jwwm-cgjv","Warn: Project is vulnerable to: PYSEC-2023-72"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#vulnerabilities"}}]}
