{"date":"2024-12-13T02:47:48Z","repo":{"name":"github.com/sse-secure-systems/connaisseur","commit":"e7e0698ad4ab33926b658ac29e9408497cc3c7f6"},"scorecard":{"version":"v5.0.0","commit":"ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4"},"score":7.7,"checks":[{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#binary-artifacts"}},{"name":"Branch-Protection","score":5,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Info: 'branch protection settings apply to administrators' is required to merge on branch 'master'","Info: 'stale review dismissal' is required to merge on branch 'master'","Warn: required approving review count is 1 on branch 'master'","Warn: codeowners review is not required on branch 'master'","Warn: 'last push approval' is disable on branch 'master'","Info: 'up-to-date branches' is required to merge on branch 'master'","Info: status check found to merge onto on branch 'master'","Info: PRs are required in order to make changes on branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#branch-protection"}},{"name":"CI-Tests","score":10,"reason":"28 out of 28 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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#ci-tests"}},{"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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#cii-best-practices"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#code-review"}},{"name":"Contributors","score":6,"reason":"project has 2 contributing companies or organizations -- score normalized to 6","details":["Info: sse-secure-systems contributor org/company found, sse secure systems engineering gmbh contributor org/company found, "],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#contributors"}},{"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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#dangerous-workflow"}},{"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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#dependency-update-tool"}},{"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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#license"}},{"name":"Maintained","score":10,"reason":"24 commit(s) and 5 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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#packaging"}},{"name":"Pinned-Dependencies","score":8,"reason":"dependency not pinned by hash detected -- score normalized to 8","details":["Warn: containerImage not pinned by hash: build/Dockerfile:1","Warn: containerImage not pinned by hash: build/Dockerfile:15","Warn: containerImage not pinned by hash: test/integration/alerting/Dockerfile:1: pin your Docker image by updating python:3-alpine to python:3-alpine@sha256:657dbdb20479a6523b46c06114c8fec7db448232f956a429d3cc0606d30c1b59","Warn: pipCommand not pinned by hash: test/integration/alerting/Dockerfile:6","Warn: pipCommand not pinned by hash: .github/workflows/.reusable-docs.yaml:38","Info:  36 out of  36 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  20 third-party GitHubAction dependencies pinned","Info:   1 out of   4 containerImage dependencies pinned","Info:   0 out of   2 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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#sast"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: docs/SECURITY.md:1","Info: Found linked content: docs/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: docs/SECURITY.md:1","Info: Found text in security policy: docs/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#security-policy"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#signed-releases"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: found token with 'none' permissions: .github/workflows/.reusable-build.yml:1","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/.reusable-build.yml:81","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/.reusable-ci.yml:162","Info: jobLevel 'packages' permission set to 'read': .github/workflows/.reusable-ci.yml:170","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/.reusable-ci.yml:100","Info: jobLevel 'actions' permission set to 'read': .github/workflows/.reusable-ci.yml:112","Info: jobLevel 'deployments' permission set to 'read': .github/workflows/.reusable-ci.yml:114","Info: jobLevel 'issues' permission set to 'read': .github/workflows/.reusable-ci.yml:115","Info: jobLevel 'packages' permission set to 'read': .github/workflows/.reusable-ci.yml:117","Info: jobLevel 'attestations' permission set to 'read': .github/workflows/.reusable-ci.yml:122","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/.reusable-ci.yml:109","Info: jobLevel 'discussions' permission set to 'read': .github/workflows/.reusable-ci.yml:116","Info: jobLevel 'pages' permission set to 'read': .github/workflows/.reusable-ci.yml:118","Info: jobLevel 'pull-requests' permission set to 'read': .github/workflows/.reusable-ci.yml:119","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/.reusable-ci.yml:111","Info: jobLevel 'repository-projects' permission set to 'read': .github/workflows/.reusable-ci.yml:120","Info: jobLevel 'statuses' permission set to 'read': .github/workflows/.reusable-ci.yml:121","Info: jobLevel 'checks' permission set to 'read': .github/workflows/.reusable-ci.yml:113","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/.reusable-ci.yml:137","Info: jobLevel 'pull-requests' permission set to 'read': .github/workflows/.reusable-ci.yml:138","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/.reusable-ci.yml:147","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/.reusable-ci.yml:148","Info: jobLevel 'packages' permission set to 'read': .github/workflows/.reusable-ci.yml:149","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/.reusable-compliance.yml:48","Info: found token with 'none' permissions: .github/workflows/.reusable-compliance.yml:1","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/.reusable-docs.yaml:24","Info: jobLevel 'packages' permission set to 'read': .github/workflows/.reusable-integration-test.yml:37","Info: jobLevel 'packages' permission set to 'read': .github/workflows/.reusable-integration-test.yml:110","Info: jobLevel 'packages' permission set to 'read': .github/workflows/.reusable-integration-test.yml:174","Info: jobLevel 'packages' permission set to 'read': .github/workflows/.reusable-integration-test.yml:230","Info: jobLevel 'packages' permission set to 'read': .github/workflows/.reusable-integration-test.yml:287","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/.reusable-publish.yml:24","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/.reusable-publish.yml:61","Info: jobLevel 'pull-requests' permission set to 'read': .github/workflows/.reusable-sast.yml:65","Info: jobLevel 'packages' permission set to 'read': .github/workflows/.reusable-sca.yml:38","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/.reusable-sca.yml:39","Info: jobLevel 'packages' permission set to 'read': .github/workflows/.reusable-sca.yml:59","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/.reusable-sca.yml:60","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/.reusable-sca.yml:84","Info: jobLevel 'packages' permission set to 'read': .github/workflows/.reusable-sca.yml:83","Info: jobLevel 'attestations' permission set to 'read': .github/workflows/nightly-build.yaml:30","Info: jobLevel 'checks' permission set to 'read': .github/workflows/nightly-build.yaml:22","Info: jobLevel 'deployments' permission set to 'read': .github/workflows/nightly-build.yaml:23","Info: jobLevel 'issues' permission set to 'read': .github/workflows/nightly-build.yaml:24","Info: jobLevel 'pages' permission set to 'read': .github/workflows/nightly-build.yaml:26","Info: jobLevel 'statuses' permission set to 'read': .github/workflows/nightly-build.yaml:29","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/nightly-build.yaml:17","Info: jobLevel 'actions' permission set to 'read': .github/workflows/nightly-build.yaml:21","Info: jobLevel 'discussions' permission set to 'read': .github/workflows/nightly-build.yaml:25","Info: jobLevel 'pull-requests' permission set to 'read': .github/workflows/nightly-build.yaml:27","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/nightly-build.yaml:18","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/nightly-build.yaml:20","Info: jobLevel 'repository-projects' permission set to 'read': .github/workflows/nightly-build.yaml:28","Info: jobLevel 'statuses' permission set to 'read': .github/workflows/nightly.yaml:29","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/nightly.yaml:18","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/nightly.yaml:20","Info: jobLevel 'issues' permission set to 'read': .github/workflows/nightly.yaml:24","Info: jobLevel 'pull-requests' permission set to 'read': .github/workflows/nightly.yaml:27","Info: jobLevel 'checks' permission set to 'read': .github/workflows/nightly.yaml:22","Info: jobLevel 'deployments' permission set to 'read': .github/workflows/nightly.yaml:23","Info: jobLevel 'discussions' permission set to 'read': .github/workflows/nightly.yaml:25","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/nightly.yaml:17","Info: jobLevel 'actions' permission set to 'read': .github/workflows/nightly.yaml:21","Info: jobLevel 'pages' permission set to 'read': .github/workflows/nightly.yaml:26","Info: jobLevel 'repository-projects' permission set to 'read': .github/workflows/nightly.yaml:28","Info: jobLevel 'attestations' permission set to 'read': .github/workflows/nightly.yaml:30","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/pr.yml:22","Info: jobLevel 'deployments' permission set to 'read': .github/workflows/pr.yml:25","Info: jobLevel 'pull-requests' permission set to 'read': .github/workflows/pr.yml:29","Info: jobLevel 'repository-projects' permission set to 'read': .github/workflows/pr.yml:30","Info: jobLevel 'statuses' permission set to 'read': .github/workflows/pr.yml:31","Info: jobLevel 'issues' permission set to 'read': .github/workflows/pr.yml:26","Info: jobLevel 'discussions' permission set to 'read': .github/workflows/pr.yml:27","Info: jobLevel 'pages' permission set to 'read': .github/workflows/pr.yml:28","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/pr.yml:19","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr.yml:20","Info: jobLevel 'actions' permission set to 'read': .github/workflows/pr.yml:23","Info: jobLevel 'checks' permission set to 'read': .github/workflows/pr.yml:24","Info: jobLevel 'attestations' permission set to 'read': .github/workflows/pr.yml:32","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/publish.yml:25","Info: jobLevel 'deployments' permission set to 'read': .github/workflows/push.yml:25","Info: jobLevel 'discussions' permission set to 'read': .github/workflows/push.yml:27","Info: jobLevel 'repository-projects' permission set to 'read': .github/workflows/push.yml:30","Info: jobLevel 'statuses' permission set to 'read': .github/workflows/push.yml:31","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/push.yml:22","Info: jobLevel 'issues' permission set to 'read': .github/workflows/push.yml:26","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/push.yml:19","Info: jobLevel 'actions' permission set to 'read': .github/workflows/push.yml:23","Info: jobLevel 'pages' permission set to 'read': .github/workflows/push.yml:28","Info: jobLevel 'attestations' permission set to 'read': .github/workflows/push.yml:32","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/push.yml:20","Info: jobLevel 'checks' permission set to 'read': .github/workflows/push.yml:24","Info: jobLevel 'pull-requests' permission set to 'read': .github/workflows/push.yml:29","Info: jobLevel 'packages' permission set to 'read': .github/workflows/release.yaml:55","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:69","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:31","Info: found token with 'none' permissions: .github/workflows/.reusable-build.yml:1","Info: found token with 'none' permissions: .github/workflows/.reusable-ci.yml:1","Info: found token with 'none' permissions: .github/workflows/.reusable-cleanup-registry.yml:1","Info: topLevel permissions set to 'read-all': .github/workflows/.reusable-compliance.yml:11","Info: found token with 'none' permissions: .github/workflows/.reusable-docs.yaml:1","Info: found token with 'none' permissions: .github/workflows/.reusable-integration-test.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/.reusable-publish.yml:18","Info: found token with 'none' permissions: .github/workflows/.reusable-sast.yml:1","Info: found token with 'none' permissions: .github/workflows/.reusable-sca.yml:1","Info: found token with 'none' permissions: .github/workflows/.reusable-unit-test.yml:1","Info: found token with 'none' permissions: .github/workflows/dockerhub-check.yml:1","Info: found token with 'none' permissions: .github/workflows/nightly-build.yaml:1","Info: found token with 'none' permissions: .github/workflows/nightly.yaml:1","Info: found token with 'none' permissions: .github/workflows/pr.yml:1","Info: found token with 'none' permissions: .github/workflows/publish.yml:1","Info: found token with 'none' permissions: .github/workflows/push.yml:1","Info: found token with 'none' permissions: .github/workflows/release.yaml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#token-permissions"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v778-237x-gjrc / GO-2024-3321"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#vulnerabilities"}}]}
