{"date":"2026-08-24","repo":{"name":"github.com/log2timeline/plaso","commit":"09266eff829982ecdecda743df90eda59bd43626"},"scorecard":{"version":"v5.5.1-0.20260815060127-d1fab88f5463","commit":"d1fab88f54636ff366076edfc5c239f97b3c8e66"},"score":5.8,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/30 approved changesets -- score normalized to 2","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#code-review","short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged."}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 21 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#maintained","short":"Determines if the project is \"actively maintained\"."}},{"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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#cii-best-practices","short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge."}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#dangerous-workflow","short":"Determines if the project's GitHub Action workflows avoid dangerous patterns."}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel permissions set to 'read-all': .github/workflows/build_wheel.yml:10","Info: topLevel permissions set to 'read-all': .github/workflows/lint.yml:10","Info: topLevel permissions set to 'read-all': .github/workflows/test_docker.yml:4","Info: topLevel permissions set to 'read-all': .github/workflows/test_docs.yml:10","Info: topLevel permissions set to 'read-all': .github/workflows/test_macos.yml:4","Info: topLevel permissions set to 'read-all': .github/workflows/test_tox.yml:10","Info: topLevel permissions set to 'read-all': .github/workflows/test_windows.yml:4","Info: no jobLevel write permissions found"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#token-permissions","short":"Determines if the project's workflows follow the principle of least privilege."}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#security-policy","short":"Determines if the project has published a security policy."}},{"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":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#license","short":"Determines if the project has defined a license."}},{"name":"Binary-Artifacts","score":7,"reason":"binaries present in source code","details":["Warn: binary detected: test_data/test_driver.sys:1","Warn: binary detected: test_data/test_pe.exe:1","Warn: binary detected: test_data/wrc-test-wevt_template.dll:1"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#binary-artifacts","short":"Determines if the project has generated executable (binary) artifacts in the source repository."}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#branch-protection","short":"Determines if the default and release branches are protected with GitHub's branch protection settings."}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#fuzzing","short":"Determines if the project uses fuzzing."}},{"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: plaso-20260720.tar.gz.asc: https://github.com/log2timeline/plaso/releases/tag/20260720","Info: signed release artifact: plaso-20260512.tar.gz.asc: https://github.com/log2timeline/plaso/releases/tag/20260512","Info: signed release artifact: plaso-20260119.tar.gz.asc: https://github.com/log2timeline/plaso/releases/tag/20260119","Info: signed release artifact: plaso-20250918.tar.gz.asc: https://github.com/log2timeline/plaso/releases/tag/20250918","Info: signed release artifact: plaso-20240826.tar.gz.asc: https://github.com/log2timeline/plaso/releases/tag/20240826","Warn: release artifact 20260720 does not have provenance: https://api.github.com/repos/log2timeline/plaso/releases/356567363","Warn: release artifact 20260512 does not have provenance: https://api.github.com/repos/log2timeline/plaso/releases/321361047","Warn: release artifact 20260119 does not have provenance: https://api.github.com/repos/log2timeline/plaso/releases/279608879","Warn: release artifact 20250918 does not have provenance: https://api.github.com/repos/log2timeline/plaso/releases/248185844","Warn: release artifact 20240826 does not have provenance: https://api.github.com/repos/log2timeline/plaso/releases/172065038"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#signed-releases","short":"Determines if the project cryptographically signs release artifacts."}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/build_wheel.yml:44"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#sast","short":"Determines if the project uses static code analysis."}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build_wheel.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/log2timeline/plaso/build_wheel.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build_wheel.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/log2timeline/plaso/build_wheel.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build_wheel.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/log2timeline/plaso/build_wheel.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build_wheel.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/log2timeline/plaso/build_wheel.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build_wheel.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/log2timeline/plaso/build_wheel.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_wheel.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/log2timeline/plaso/build_wheel.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build_wheel.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/log2timeline/plaso/build_wheel.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_wheel.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/log2timeline/plaso/build_wheel.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/log2timeline/plaso/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/log2timeline/plaso/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/log2timeline/plaso/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/log2timeline/plaso/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/log2timeline/plaso/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_docker.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/log2timeline/plaso/test_docker.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_docker.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/log2timeline/plaso/test_docker.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_docs.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/log2timeline/plaso/test_docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_macos.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/log2timeline/plaso/test_macos.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_tox.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/log2timeline/plaso/test_tox.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_tox.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/log2timeline/plaso/test_tox.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_tox.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/log2timeline/plaso/test_tox.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_windows.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/log2timeline/plaso/test_windows.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_windows.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/log2timeline/plaso/test_windows.yml/main?enable=pin","Warn: containerImage not pinned by hash: config/docker/Dockerfile:1: pin your Docker image by updating ubuntu:resolute to ubuntu:resolute@sha256:2260313b31c8c011cd2eebe728008efac1b3982be73eb71348ea2648d2c0e09b","Warn: containerImage not pinned by hash: config/docker/Windows.Dockerfile:1: pin your Docker image by updating python:3.8-windowsservercore to python:3.8-windowsservercore@sha256:fe99e6d35dca1e9896520ca7c5853e765b32cadb1f86f9d3f35f43ebf7566276","Warn: containerImage not pinned by hash: config/end_to_end/extract_and_output.Dockerfile:1: pin your Docker image by updating ubuntu:resolute to ubuntu:resolute@sha256:2260313b31c8c011cd2eebe728008efac1b3982be73eb71348ea2648d2c0e09b","Warn: containerImage not pinned by hash: config/end_to_end/nsrlsvr.Dockerfile:1: pin your Docker image by updating ubuntu:jammy to ubuntu:jammy@sha256:2edbbc5dc405e9612ba3584ce95480277e3eb374407b5505fe26f17df77c7dbc","Warn: pipCommand not pinned by hash: config/docker/Windows.Dockerfile:5","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:65","Info:   0 out of  18 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 third-party GitHubAction dependencies pinned","Info:   0 out of   4 containerImage dependencies pinned","Info:   0 out of   2 pipCommand dependencies pinned"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#pinned-dependencies","short":"Determines if the project has declared and pinned the dependencies of its build process."}}]}
