{"date":"2026-05-11","repo":{"name":"github.com/php/php-src","commit":"c0af26858a95421ec6d77c70bda144c3c3335f92"},"scorecard":{"version":"v5.5.1-0.20260504095009-117f74463c54","commit":"117f74463c544dc32b6da4bd38db575617334b49"},"score":5.6,"checks":[{"name":"Code-Review","score":3,"reason":"Found 9/30 approved changesets -- score normalized to 3","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/117f74463c544dc32b6da4bd38db575617334b49/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 18 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/117f74463c544dc32b6da4bd38db575617334b49/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/117f74463c544dc32b6da4bd38db575617334b49/docs/checks.md#packaging"}},{"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/117f74463c544dc32b6da4bd38db575617334b49/docs/checks.md#security-policy"}},{"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/117f74463c544dc32b6da4bd38db575617334b49/docs/checks.md#cii-best-practices"}},{"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/117f74463c544dc32b6da4bd38db575617334b49/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/close-needs-feedback.yml:8","Info: topLevel 'contents' permission set to 'read': .github/workflows/close-stale-feature-requests.yml:8","Info: topLevel 'contents' permission set to 'read': .github/workflows/close-stale-prs.yml:8","Warn: no topLevel permission defined: .github/workflows/docs.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/labeler.yml:6","Warn: no topLevel permission defined: .github/workflows/nightly-results.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/real-time-benchmark.yml:44","Info: topLevel 'contents' permission set to 'read': .github/workflows/remove-needs-feedback.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/test-suite.yml:12","Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:30","Info: topLevel 'contents' permission set to 'read': .github/workflows/unit-tests.yml:20","Info: topLevel 'contents' permission set to 'read': .github/workflows/verify-bundled-files.yml:17","Warn: no topLevel permission defined: .github/workflows/windows-builds.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/117f74463c544dc32b6da4bd38db575617334b49/docs/checks.md#token-permissions"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/117f74463c544dc32b6da4bd38db575617334b49/docs/checks.md#license"}},{"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/117f74463c544dc32b6da4bd38db575617334b49/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":3,"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'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'master'","Warn: could not determine whether codeowners review is allowed","Warn: no status checks found to merge onto branch 'master'","Warn: PRs are not required to make changes on branch 'master'; or we don't have data to detect it.If you think it might be the latter, make sure to run Scorecard with a PAT or use Repo Rules (that are always public) instead of Branch Protection settings"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/117f74463c544dc32b6da4bd38db575617334b49/docs/checks.md#branch-protection"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CLibFuzzer integration found: sapi/fuzzer/fuzzer-execute.c:17","Info: CLibFuzzer integration found: sapi/fuzzer/fuzzer-exif.c:31","Info: CLibFuzzer integration found: sapi/fuzzer/fuzzer-function-jit.c:17","Info: CLibFuzzer integration found: sapi/fuzzer/fuzzer-json.c:29","Info: CLibFuzzer integration found: sapi/fuzzer/fuzzer-mbregex.c:29","Info: CLibFuzzer integration found: sapi/fuzzer/fuzzer-mbstring.c:49","Info: CLibFuzzer integration found: sapi/fuzzer/fuzzer-parser.c:26","Info: CLibFuzzer integration found: sapi/fuzzer/fuzzer-tracing-jit.c:17","Info: CLibFuzzer integration found: sapi/fuzzer/fuzzer-unserialize.c:30","Info: CLibFuzzer integration found: sapi/fuzzer/fuzzer-unserializehash.c:28"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/117f74463c544dc32b6da4bd38db575617334b49/docs/checks.md#fuzzing"}},{"name":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: ext/ffi/tests/callconv_x86.dll:1","Warn: binary detected: ext/standard/tests/file/windows_acls/tiny.exe:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/117f74463c544dc32b6da4bd38db575617334b49/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid UTF-8 encoding: build/shtool:0","Info: Possibly incomplete results: error parsing shell code: ternary operator missing ? before :: .github/workflows/test-suite.yml:527","Warn: third-party GitHubAction not pinned by hash: .github/workflows/close-needs-feedback.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/close-needs-feedback.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/close-stale-feature-requests.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/close-stale-feature-requests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/close-stale-prs.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/close-stale-prs.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/docs.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/docs.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/labeler.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/labeler.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/real-time-benchmark.yml:111: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/real-time-benchmark.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/real-time-benchmark.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/real-time-benchmark.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/real-time-benchmark.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/real-time-benchmark.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/real-time-benchmark.yml:139: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/real-time-benchmark.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/real-time-benchmark.yml:288: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/real-time-benchmark.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/remove-needs-feedback.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/remove-needs-feedback.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/remove-needs-feedback.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/remove-needs-feedback.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-suite.yml:135: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test-suite.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-suite.yml:257: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test-suite.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-suite.yml:314: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test-suite.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-suite.yml:441: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test-suite.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-suite.yml:647: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test-suite.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-suite.yml:801: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test-suite.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-suite.yml:997: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test-suite.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-suite.yml:1012: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test-suite.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-suite.yml:1074: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test-suite.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-suite.yml:1105: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test-suite.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-suite.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test-suite.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-suite.yml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test-suite.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-suite.yml:391: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test-suite.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-suite.yml:419: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test-suite.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-suite.yml:710: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test-suite.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-suite.yml:835: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test-suite.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-suite.yml:843: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test-suite.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-suite.yml:848: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test-suite.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-suite.yml:853: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test-suite.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-suite.yml:859: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test-suite.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-suite.yml:864: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test-suite.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-suite.yml:869: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test-suite.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-suite.yml:962: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test-suite.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-suite.yml:981: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test-suite.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/unit-tests.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/unit-tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/unit-tests.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/unit-tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/verify-bundled-files.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/verify-bundled-files.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/verify-bundled-files.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/php/php-src/verify-bundled-files.yml/master?enable=pin","Warn: containerImage not pinned by hash: ext/opcache/jit/Dockerfile.arm64.example:3: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: pipCommand not pinned by hash: .github/workflows/docs.yml:23","Warn: downloadThenRun not pinned by hash: .github/workflows/real-time-benchmark.yml:104","Warn: downloadThenRun not pinned by hash: .github/workflows/real-time-benchmark.yml:105","Info:   0 out of  36 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   7 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned","Info:   0 out of   2 downloadThenRun 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/117f74463c544dc32b6da4bd38db575617334b49/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 15 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/117f74463c544dc32b6da4bd38db575617334b49/docs/checks.md#sast"}}]}
