[{"id":6066492,"name":"volatility3-doc","ecosystem":"alpine","description":"Volatile memory forensics toolkit (documentation)","homepage":"https://github.com/volatilityfoundation/volatility3","licenses":"custom","normalized_licenses":["Other"],"repository_url":"https://github.com/volatilityfoundation/volatility3","keywords_array":[],"namespace":"testing","versions_count":8,"first_release_published_at":"2022-12-19T08:33:37.000Z","latest_release_published_at":"2025-02-13T07:39:57.000Z","latest_release_number":"2.11.0-r0","last_synced_at":"2025-11-08T09:06:10.404Z","created_at":"2023-01-31T19:20:39.423Z","updated_at":"2026-08-25T15:13:08.013Z","registry_url":"https://pkgs.alpinelinux.org/package/edge/testing/x86_64/volatility3-doc","install_command":"apk add volatility3-doc","documentation_url":null,"metadata":{"repository":"testing","architecture":"x86_64"},"repo_metadata":{"id":13566058,"uuid":"16258388","full_name":"volatilityfoundation/volatility3","owner":"volatilityfoundation","description":"Volatility 3.0 development","archived":false,"fork":false,"pushed_at":"2026-08-19T14:14:53.000Z","size":10346,"stargazers_count":4354,"open_issues_count":135,"forks_count":696,"subscribers_count":62,"default_branch":"develop","last_synced_at":"2026-08-25T04:44:30.983Z","etag":null,"topics":["digital-investigation","forensics","incident-response","malware","memory","python","ram","volatility","volatility-framework"],"latest_commit_sha":null,"homepage":"https://volatilityfoundation.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"MoPSource/MopCore547","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/volatilityfoundation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-01-26T18:09:20.000Z","updated_at":"2026-08-24T21:37:54.000Z","dependencies_parsed_at":"2026-08-18T06:00:13.692Z","dependency_job_id":null,"html_url":"https://github.com/volatilityfoundation/volatility3","commit_stats":{"total_commits":3387,"total_committers":64,"mean_commits":52.921875,"dds":"0.26867434307646887","last_synced_commit":"a77a1ae301f9f00a2a073ff4b0eaff6644d732f8"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/volatilityfoundation/volatility3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volatilityfoundation","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/sbom","scorecard":{"id":1237031,"data":{"date":"2025-08-25","repo":{"name":"github.com/volatilityfoundation/volatility3","commit":"1ebb82a0c0ec00c6e54f2d5f731de18520367041"},"scorecard":{"version":"v5.2.1-41-g40576783","commit":"40576783fda6698350fcbbeaea760ff827433034"},"score":5.2,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 8 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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#maintained"}},{"name":"Code-Review","score":8,"reason":"Found 8/9 approved changesets -- score normalized to 8","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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#code-review"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#dangerous-workflow"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:29","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:28","Warn: no topLevel permission defined: .github/workflows/black.yml:1","Warn: no topLevel permission defined: .github/workflows/build-pyinstaller.yml:1","Warn: no topLevel permission defined: .github/workflows/build-pypi.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Warn: no topLevel permission defined: .github/workflows/install.yml:1","Warn: no topLevel permission defined: .github/workflows/ruff.yaml:1","Warn: no topLevel permission defined: .github/workflows/stale.yml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Warn: no topLevel permission defined: .github/workflows/vol3-code-analysis.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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#token-permissions"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#packaging"}},{"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":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#security-policy"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#binary-artifacts"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#license"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.26.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/216864290","Warn: release artifact v2.11.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/195209604","Warn: release artifact v2.8.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/179205946","Warn: release artifact v2.7.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/158056200","Warn: release artifact v2.5.2 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/139400002","Warn: release artifact v2.26.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/216864290","Warn: release artifact v2.11.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/195209604","Warn: release artifact v2.8.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/179205946","Warn: release artifact v2.7.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/158056200","Warn: release artifact v2.5.2 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/139400002"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'","Warn: branch protection not enabled for branch 'stable'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#branch-protection"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#fuzzing"}},{"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/black.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/black.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/black.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/black.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pyinstaller.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pyinstaller.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pyinstaller.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pyinstaller.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pyinstaller.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pyinstaller.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pypi.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pypi.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pypi.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pypi.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pypi.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pypi.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/install.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/install.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/install.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/install.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ruff.yaml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/ruff.yaml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ruff.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/ruff.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/stale.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/test.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/test.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/test.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/vol3-code-analysis.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/vol3-code-analysis.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/vol3-code-analysis.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/vol3-code-analysis.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-pypi.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/build-pypi.yml:32","Warn: pipCommand not pinned by hash: .github/workflows/install.yml:22","Warn: pipCommand not pinned by hash: .github/workflows/install.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:18","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:19","Warn: pipCommand not pinned by hash: .github/workflows/vol3-code-analysis.yml:19","Warn: pipCommand not pinned by hash: .github/workflows/vol3-code-analysis.yml:20","Info:   0 out of  20 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   8 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/40576783fda6698350fcbbeaea760ff827433034/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 (29) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#sast"}}]},"last_synced_at":"2025-09-05T05:50:06.593Z","repository_id":13566058,"created_at":"2025-09-05T05:50:06.594Z","updated_at":"2025-09-05T05:50:06.594Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36901653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-25T02:00:06.831Z","response_time":104,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"volatilityfoundation","name":"Volatility Foundation","uuid":"6001145","kind":"organization","description":"","email":null,"website":"volatilityfoundation.org","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6001145?v=4","repositories_count":7,"last_synced_at":"2023-08-12T07:45:00.491Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/volatilityfoundation","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-07T01:22:08.679Z","updated_at":"2023-08-12T07:45:00.637Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volatilityfoundation","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volatilityfoundation/repositories"},"tags":[{"name":"v2.28.0","sha":"d61335e2a54961bfd619fe6cd7f7b27f01481604","kind":"commit","published_at":"2026-04-30T19:29:02.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.28.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.28.0/manifests"},{"name":"v2.27.0","sha":"d8485fe460fdd85a3c2681cc1780cffc4070d7c5","kind":"commit","published_at":"2026-01-29T21:04:51.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.27.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.27.0/manifests"},{"name":"v2.26.2","sha":"9246ab0afea26c41e8816f06303752316f7f4e9d","kind":"commit","published_at":"2025-09-25T20:10:33.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.26.2","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.2/manifests"},{"name":"v2.26.0","sha":"a7d64ad39d3ceec6e8862f11e0286fd0093a8890","kind":"commit","published_at":"2025-05-06T20:27:58.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.26.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.0/manifests"},{"name":"v2.11.0","sha":"5e75cff62898042f0737e87407049d08df798262","kind":"commit","published_at":"2025-01-16T20:12:52.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.11.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.11.0/manifests"},{"name":"v2.8.0","sha":"4bbbb853336648617037c73da8202beaa39f088a","kind":"commit","published_at":"2024-10-09T21:48:42.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.8.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"b365941f59f4f55843f21bf43ec0e9b7badf0dfc","kind":"commit","published_at":"2024-05-29T19:24:06.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.7.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.7.0/manifests"},{"name":"v2.5.2","sha":"d2f7b416de257464163f87805e35d8f4f7c85d12","kind":"commit","published_at":"2024-01-31T21:21:20.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.5.2","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.2/manifests"},{"name":"v2.5.0","sha":"cb6d6e3a8e5ceb31ef71311e8a63220be055dee5","kind":"commit","published_at":"2023-09-27T19:45:48.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.5.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.0/manifests"},{"name":"v2.4.1","sha":"cbc745d5a865e2e8a66d46d598c2178711e0d60e","kind":"commit","published_at":"2023-04-12T19:22:23.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.4.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"2b46e97e52fe4193d28165fa23889e7106e4aa02","kind":"commit","published_at":"2022-12-14T19:39:11.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.4.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.0/manifests"},{"name":"v2.0.1","sha":"20386d723bff16c31e754bd592ecbd27b9f86b56","kind":"commit","published_at":"2022-03-17T20:25:32.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.0.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"13cb2929eca86855c5c28a77f800b57363569110","kind":"commit","published_at":"2022-01-12T21:49:53.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.0.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.0/manifests"},{"name":"v1.0.1","sha":"8ecc7df9eb6b83ad1c82a9ad3b9790bffb568681","kind":"commit","published_at":"2021-02-01T18:18:38.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v1.0.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"0e372b3ba27d386eb8eac1898aef7f80b8177b2d","kind":"commit","published_at":"2021-02-01T15:30:16.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v1.0.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0/manifests"},{"name":"v1.0.0-beta.1","sha":"97e41e21e4f887ce7134907bb9eede9e80354074","kind":"commit","published_at":"2019-10-13T10:28:09.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v1.0.0-beta.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v1.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v1.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0-beta.1/manifests"},{"name":"dev-prerelease","sha":"fdc6efc4ad66d56b5ae90a65cc9045e8641dd996","kind":"tag","published_at":"2019-01-18T02:17:16.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/dev-prerelease","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/dev-prerelease","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@dev-prerelease","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/dev-prerelease","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/dev-prerelease/manifests"}]},"repo_metadata_updated_at":"2026-08-25T15:13:08.013Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":14.64073262366938,"stargazers_count":8.328115216030056,"forks_count":6.711803381340012,"average":7.420162805259862},"purl":"pkg:apk/alpine/volatility3-doc?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=edge","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/volatility3-doc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/volatility3-doc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/volatility3-doc/dependencies","status":"removed","funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-25T04:43:45.241Z","issues_count":466,"pull_requests_count":1162,"avg_time_to_close_issue":22364063.30952381,"avg_time_to_close_pull_request":2836619.4918367346,"issues_closed_count":335,"pull_requests_closed_count":979,"pull_request_authors_count":84,"issue_authors_count":254,"avg_comments_per_issue":4.3068669527897,"avg_comments_per_pull_request":2.0387263339070567,"merged_pull_requests_count":858,"bot_issues_count":0,"bot_pull_requests_count":2,"past_year_issues_count":21,"past_year_pull_requests_count":35,"past_year_avg_time_to_close_issue":12419955.555555556,"past_year_avg_time_to_close_pull_request":485672.5,"past_year_issues_closed_count":9,"past_year_pull_requests_closed_count":14,"past_year_pull_request_authors_count":22,"past_year_issue_authors_count":19,"past_year_avg_comments_per_issue":5.9523809523809526,"past_year_avg_comments_per_pull_request":1.6285714285714286,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/issues","maintainers":[{"login":"ikelos","count":219,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ikelos"},{"login":"gleeda","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gleeda"}],"active_maintainers":[{"login":"ikelos","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ikelos"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/volatility3-doc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/volatility3-doc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/volatility3-doc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/volatility3-doc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/volatility3-doc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/volatility3-doc/codemeta","maintainers":[{"uuid":"fcolista@alpinelinux.org","login":null,"name":"Francesco Colista","email":"fcolista@alpinelinux.org","url":"https://pkgs.alpinelinux.org/packages?maintainer=Francesco Colista","packages_count":1605,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Francesco Colista","role":null,"created_at":"2023-02-01T01:50:23.419Z","updated_at":"2023-02-01T01:50:23.419Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers/fcolista@alpinelinux.org/packages"}],"registry":{"name":"alpine-edge","url":"https://pkgs.alpinelinux.org/packages?branch=edge","ecosystem":"alpine","default":false,"packages_count":40033,"maintainers_count":909,"namespaces_count":3,"keywords_count":6584,"github":"alpinelinux","metadata":{"repos":["main","community","testing"],"funded_packages_count":2955},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.616Z","updated_at":"2026-09-01T05:05:34.816Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/namespaces"}},{"id":6071049,"name":"volatility3","ecosystem":"alpine","description":"Volatile memory forensics toolkit","homepage":"https://github.com/volatilityfoundation/volatility3","licenses":"custom","normalized_licenses":["Other"],"repository_url":"https://github.com/volatilityfoundation/volatility3","keywords_array":[],"namespace":"testing","versions_count":13,"first_release_published_at":"2022-12-19T08:33:37.000Z","latest_release_published_at":"2026-05-04T16:45:59.000Z","latest_release_number":"2.28.0-r0","last_synced_at":"2026-05-04T19:04:20.391Z","created_at":"2023-01-31T19:31:52.256Z","updated_at":"2026-08-25T15:13:08.013Z","registry_url":"https://pkgs.alpinelinux.org/package/edge/testing/x86_64/volatility3","install_command":"apk add volatility3","documentation_url":null,"metadata":{"repository":"testing","architecture":"x86_64"},"repo_metadata":{"id":13566058,"uuid":"16258388","full_name":"volatilityfoundation/volatility3","owner":"volatilityfoundation","description":"Volatility 3.0 development","archived":false,"fork":false,"pushed_at":"2026-08-19T14:14:53.000Z","size":10346,"stargazers_count":4354,"open_issues_count":135,"forks_count":696,"subscribers_count":62,"default_branch":"develop","last_synced_at":"2026-08-25T04:44:30.983Z","etag":null,"topics":["digital-investigation","forensics","incident-response","malware","memory","python","ram","volatility","volatility-framework"],"latest_commit_sha":null,"homepage":"https://volatilityfoundation.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"MoPSource/MopCore547","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/volatilityfoundation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-01-26T18:09:20.000Z","updated_at":"2026-08-24T21:37:54.000Z","dependencies_parsed_at":"2026-08-18T06:00:13.692Z","dependency_job_id":null,"html_url":"https://github.com/volatilityfoundation/volatility3","commit_stats":{"total_commits":3387,"total_committers":64,"mean_commits":52.921875,"dds":"0.26867434307646887","last_synced_commit":"a77a1ae301f9f00a2a073ff4b0eaff6644d732f8"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/volatilityfoundation/volatility3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volatilityfoundation","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/sbom","scorecard":{"id":1237031,"data":{"date":"2025-08-25","repo":{"name":"github.com/volatilityfoundation/volatility3","commit":"1ebb82a0c0ec00c6e54f2d5f731de18520367041"},"scorecard":{"version":"v5.2.1-41-g40576783","commit":"40576783fda6698350fcbbeaea760ff827433034"},"score":5.2,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 8 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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#maintained"}},{"name":"Code-Review","score":8,"reason":"Found 8/9 approved changesets -- score normalized to 8","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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#code-review"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#dangerous-workflow"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:29","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:28","Warn: no topLevel permission defined: .github/workflows/black.yml:1","Warn: no topLevel permission defined: .github/workflows/build-pyinstaller.yml:1","Warn: no topLevel permission defined: .github/workflows/build-pypi.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Warn: no topLevel permission defined: .github/workflows/install.yml:1","Warn: no topLevel permission defined: .github/workflows/ruff.yaml:1","Warn: no topLevel permission defined: .github/workflows/stale.yml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Warn: no topLevel permission defined: .github/workflows/vol3-code-analysis.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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#token-permissions"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#packaging"}},{"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":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#security-policy"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#binary-artifacts"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#license"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.26.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/216864290","Warn: release artifact v2.11.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/195209604","Warn: release artifact v2.8.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/179205946","Warn: release artifact v2.7.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/158056200","Warn: release artifact v2.5.2 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/139400002","Warn: release artifact v2.26.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/216864290","Warn: release artifact v2.11.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/195209604","Warn: release artifact v2.8.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/179205946","Warn: release artifact v2.7.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/158056200","Warn: release artifact v2.5.2 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/139400002"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'","Warn: branch protection not enabled for branch 'stable'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#branch-protection"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#fuzzing"}},{"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/black.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/black.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/black.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/black.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pyinstaller.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pyinstaller.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pyinstaller.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pyinstaller.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pyinstaller.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pyinstaller.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pypi.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pypi.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pypi.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pypi.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pypi.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pypi.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/install.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/install.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/install.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/install.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ruff.yaml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/ruff.yaml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ruff.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/ruff.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/stale.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/test.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/test.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/test.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/vol3-code-analysis.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/vol3-code-analysis.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/vol3-code-analysis.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/vol3-code-analysis.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-pypi.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/build-pypi.yml:32","Warn: pipCommand not pinned by hash: .github/workflows/install.yml:22","Warn: pipCommand not pinned by hash: .github/workflows/install.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:18","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:19","Warn: pipCommand not pinned by hash: .github/workflows/vol3-code-analysis.yml:19","Warn: pipCommand not pinned by hash: .github/workflows/vol3-code-analysis.yml:20","Info:   0 out of  20 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   8 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/40576783fda6698350fcbbeaea760ff827433034/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 (29) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#sast"}}]},"last_synced_at":"2025-09-05T05:50:06.593Z","repository_id":13566058,"created_at":"2025-09-05T05:50:06.594Z","updated_at":"2025-09-05T05:50:06.594Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36901653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-25T02:00:06.831Z","response_time":104,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"volatilityfoundation","name":"Volatility Foundation","uuid":"6001145","kind":"organization","description":"","email":null,"website":"volatilityfoundation.org","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6001145?v=4","repositories_count":7,"last_synced_at":"2023-08-12T07:45:00.491Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/volatilityfoundation","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-07T01:22:08.679Z","updated_at":"2023-08-12T07:45:00.637Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volatilityfoundation","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volatilityfoundation/repositories"},"tags":[{"name":"v2.28.0","sha":"d61335e2a54961bfd619fe6cd7f7b27f01481604","kind":"commit","published_at":"2026-04-30T19:29:02.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.28.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.28.0/manifests"},{"name":"v2.27.0","sha":"d8485fe460fdd85a3c2681cc1780cffc4070d7c5","kind":"commit","published_at":"2026-01-29T21:04:51.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.27.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.27.0/manifests"},{"name":"v2.26.2","sha":"9246ab0afea26c41e8816f06303752316f7f4e9d","kind":"commit","published_at":"2025-09-25T20:10:33.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.26.2","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.2/manifests"},{"name":"v2.26.0","sha":"a7d64ad39d3ceec6e8862f11e0286fd0093a8890","kind":"commit","published_at":"2025-05-06T20:27:58.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.26.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.0/manifests"},{"name":"v2.11.0","sha":"5e75cff62898042f0737e87407049d08df798262","kind":"commit","published_at":"2025-01-16T20:12:52.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.11.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.11.0/manifests"},{"name":"v2.8.0","sha":"4bbbb853336648617037c73da8202beaa39f088a","kind":"commit","published_at":"2024-10-09T21:48:42.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.8.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"b365941f59f4f55843f21bf43ec0e9b7badf0dfc","kind":"commit","published_at":"2024-05-29T19:24:06.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.7.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.7.0/manifests"},{"name":"v2.5.2","sha":"d2f7b416de257464163f87805e35d8f4f7c85d12","kind":"commit","published_at":"2024-01-31T21:21:20.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.5.2","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.2/manifests"},{"name":"v2.5.0","sha":"cb6d6e3a8e5ceb31ef71311e8a63220be055dee5","kind":"commit","published_at":"2023-09-27T19:45:48.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.5.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.0/manifests"},{"name":"v2.4.1","sha":"cbc745d5a865e2e8a66d46d598c2178711e0d60e","kind":"commit","published_at":"2023-04-12T19:22:23.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.4.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"2b46e97e52fe4193d28165fa23889e7106e4aa02","kind":"commit","published_at":"2022-12-14T19:39:11.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.4.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.0/manifests"},{"name":"v2.0.1","sha":"20386d723bff16c31e754bd592ecbd27b9f86b56","kind":"commit","published_at":"2022-03-17T20:25:32.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.0.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"13cb2929eca86855c5c28a77f800b57363569110","kind":"commit","published_at":"2022-01-12T21:49:53.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.0.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.0/manifests"},{"name":"v1.0.1","sha":"8ecc7df9eb6b83ad1c82a9ad3b9790bffb568681","kind":"commit","published_at":"2021-02-01T18:18:38.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v1.0.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"0e372b3ba27d386eb8eac1898aef7f80b8177b2d","kind":"commit","published_at":"2021-02-01T15:30:16.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v1.0.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0/manifests"},{"name":"v1.0.0-beta.1","sha":"97e41e21e4f887ce7134907bb9eede9e80354074","kind":"commit","published_at":"2019-10-13T10:28:09.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v1.0.0-beta.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v1.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v1.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0-beta.1/manifests"},{"name":"dev-prerelease","sha":"fdc6efc4ad66d56b5ae90a65cc9045e8641dd996","kind":"tag","published_at":"2019-01-18T02:17:16.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/dev-prerelease","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/dev-prerelease","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@dev-prerelease","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/dev-prerelease","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/dev-prerelease/manifests"}]},"repo_metadata_updated_at":"2026-08-25T15:13:08.013Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":14.64073262366938,"stargazers_count":8.308547276142768,"forks_count":6.696149029430182,"average":7.411357232310583},"purl":"pkg:apk/alpine/volatility3?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=edge","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/volatility3","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/volatility3","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/volatility3/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-25T04:43:45.241Z","issues_count":466,"pull_requests_count":1162,"avg_time_to_close_issue":22364063.30952381,"avg_time_to_close_pull_request":2836619.4918367346,"issues_closed_count":335,"pull_requests_closed_count":979,"pull_request_authors_count":84,"issue_authors_count":254,"avg_comments_per_issue":4.3068669527897,"avg_comments_per_pull_request":2.0387263339070567,"merged_pull_requests_count":858,"bot_issues_count":0,"bot_pull_requests_count":2,"past_year_issues_count":21,"past_year_pull_requests_count":35,"past_year_avg_time_to_close_issue":12419955.555555556,"past_year_avg_time_to_close_pull_request":485672.5,"past_year_issues_closed_count":9,"past_year_pull_requests_closed_count":14,"past_year_pull_request_authors_count":22,"past_year_issue_authors_count":19,"past_year_avg_comments_per_issue":5.9523809523809526,"past_year_avg_comments_per_pull_request":1.6285714285714286,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/issues","maintainers":[{"login":"ikelos","count":219,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ikelos"},{"login":"gleeda","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gleeda"}],"active_maintainers":[{"login":"ikelos","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ikelos"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/volatility3/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/volatility3/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/volatility3/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/volatility3/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/volatility3/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/volatility3/codemeta","maintainers":[{"uuid":"fcolista@alpinelinux.org","login":null,"name":"Francesco Colista","email":"fcolista@alpinelinux.org","url":"https://pkgs.alpinelinux.org/packages?maintainer=Francesco Colista","packages_count":1605,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Francesco Colista","role":null,"created_at":"2023-02-01T02:53:39.039Z","updated_at":"2023-02-01T02:53:39.039Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers/fcolista@alpinelinux.org/packages"}],"registry":{"name":"alpine-edge","url":"https://pkgs.alpinelinux.org/packages?branch=edge","ecosystem":"alpine","default":false,"packages_count":40033,"maintainers_count":909,"namespaces_count":3,"keywords_count":6584,"github":"alpinelinux","metadata":{"repos":["main","community","testing"],"funded_packages_count":2955},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.616Z","updated_at":"2026-09-01T05:05:34.816Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/namespaces"}},{"id":8616263,"name":"github.com/volatilityfoundation/volatility3","ecosystem":"go","description":null,"homepage":null,"licenses":"other","normalized_licenses":["Other"],"repository_url":"https://github.com/volatilityfoundation/volatility3","keywords_array":[],"namespace":null,"versions_count":16,"first_release_published_at":"2023-12-03T01:59:00.966Z","latest_release_published_at":"2026-04-30T19:29:02.000Z","latest_release_number":"v2.28.0+incompatible","last_synced_at":"2026-08-31T00:46:36.913Z","created_at":"2023-12-03T01:58:58.449Z","updated_at":"2026-08-31T00:46:36.914Z","registry_url":"https://pkg.go.dev/github.com/volatilityfoundation/volatility3","install_command":"go get github.com/volatilityfoundation/volatility3","documentation_url":"https://pkg.go.dev/github.com/volatilityfoundation/volatility3#section-documentation","metadata":{},"repo_metadata":{"id":13566058,"uuid":"16258388","full_name":"volatilityfoundation/volatility3","owner":"volatilityfoundation","description":"Volatility 3.0 development","archived":false,"fork":false,"pushed_at":"2026-08-13T22:29:11.000Z","size":10344,"stargazers_count":4324,"open_issues_count":136,"forks_count":691,"subscribers_count":62,"default_branch":"develop","last_synced_at":"2026-08-14T04:36:31.947Z","etag":null,"topics":["digital-investigation","forensics","incident-response","malware","memory","python","ram","volatility","volatility-framework"],"latest_commit_sha":null,"homepage":"https://volatilityfoundation.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"MoPSource/MopCore547","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/volatilityfoundation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-01-26T18:09:20.000Z","updated_at":"2026-08-13T22:29:20.000Z","dependencies_parsed_at":"2026-08-14T00:11:47.058Z","dependency_job_id":"d66afa69-dbf5-4508-8f15-a6f2420cf769","html_url":"https://github.com/volatilityfoundation/volatility3","commit_stats":{"total_commits":3387,"total_committers":64,"mean_commits":52.921875,"dds":"0.26867434307646887","last_synced_commit":"a77a1ae301f9f00a2a073ff4b0eaff6644d732f8"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/volatilityfoundation/volatility3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volatilityfoundation","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/sbom","scorecard":{"id":1237031,"data":{"date":"2025-08-25","repo":{"name":"github.com/volatilityfoundation/volatility3","commit":"1ebb82a0c0ec00c6e54f2d5f731de18520367041"},"scorecard":{"version":"v5.2.1-41-g40576783","commit":"40576783fda6698350fcbbeaea760ff827433034"},"score":5.2,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 8 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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#maintained"}},{"name":"Code-Review","score":8,"reason":"Found 8/9 approved changesets -- score normalized to 8","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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#code-review"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#dangerous-workflow"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:29","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:28","Warn: no topLevel permission defined: .github/workflows/black.yml:1","Warn: no topLevel permission defined: .github/workflows/build-pyinstaller.yml:1","Warn: no topLevel permission defined: .github/workflows/build-pypi.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Warn: no topLevel permission defined: .github/workflows/install.yml:1","Warn: no topLevel permission defined: .github/workflows/ruff.yaml:1","Warn: no topLevel permission defined: .github/workflows/stale.yml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Warn: no topLevel permission defined: .github/workflows/vol3-code-analysis.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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#token-permissions"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#packaging"}},{"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":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#security-policy"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#binary-artifacts"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#license"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.26.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/216864290","Warn: release artifact v2.11.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/195209604","Warn: release artifact v2.8.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/179205946","Warn: release artifact v2.7.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/158056200","Warn: release artifact v2.5.2 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/139400002","Warn: release artifact v2.26.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/216864290","Warn: release artifact v2.11.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/195209604","Warn: release artifact v2.8.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/179205946","Warn: release artifact v2.7.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/158056200","Warn: release artifact v2.5.2 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/139400002"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'","Warn: branch protection not enabled for branch 'stable'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#branch-protection"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#fuzzing"}},{"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/black.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/black.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/black.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/black.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pyinstaller.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pyinstaller.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pyinstaller.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pyinstaller.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pyinstaller.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pyinstaller.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pypi.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pypi.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pypi.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pypi.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pypi.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pypi.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/install.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/install.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/install.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/install.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ruff.yaml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/ruff.yaml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ruff.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/ruff.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/stale.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/test.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/test.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/test.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/vol3-code-analysis.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/vol3-code-analysis.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/vol3-code-analysis.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/vol3-code-analysis.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-pypi.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/build-pypi.yml:32","Warn: pipCommand not pinned by hash: .github/workflows/install.yml:22","Warn: pipCommand not pinned by hash: .github/workflows/install.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:18","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:19","Warn: pipCommand not pinned by hash: .github/workflows/vol3-code-analysis.yml:19","Warn: pipCommand not pinned by hash: .github/workflows/vol3-code-analysis.yml:20","Info:   0 out of  20 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   8 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/40576783fda6698350fcbbeaea760ff827433034/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 (29) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#sast"}}]},"last_synced_at":"2025-09-05T05:50:06.593Z","repository_id":13566058,"created_at":"2025-09-05T05:50:06.594Z","updated_at":"2025-09-05T05:50:06.594Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36636754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-14T02:00:06.934Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"volatilityfoundation","name":"Volatility Foundation","uuid":"6001145","kind":"organization","description":"","email":null,"website":"volatilityfoundation.org","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6001145?v=4","repositories_count":7,"last_synced_at":"2023-08-12T07:45:00.491Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/volatilityfoundation","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-07T01:22:08.679Z","updated_at":"2023-08-12T07:45:00.637Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volatilityfoundation","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volatilityfoundation/repositories"},"tags":[{"name":"v2.28.0","sha":"d61335e2a54961bfd619fe6cd7f7b27f01481604","kind":"commit","published_at":"2026-04-30T19:29:02.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.28.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.28.0/manifests"},{"name":"v2.27.0","sha":"d8485fe460fdd85a3c2681cc1780cffc4070d7c5","kind":"commit","published_at":"2026-01-29T21:04:51.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.27.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.27.0/manifests"},{"name":"v2.26.2","sha":"9246ab0afea26c41e8816f06303752316f7f4e9d","kind":"commit","published_at":"2025-09-25T20:10:33.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.26.2","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.2/manifests"},{"name":"v2.26.0","sha":"a7d64ad39d3ceec6e8862f11e0286fd0093a8890","kind":"commit","published_at":"2025-05-06T20:27:58.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.26.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.0/manifests"},{"name":"v2.11.0","sha":"5e75cff62898042f0737e87407049d08df798262","kind":"commit","published_at":"2025-01-16T20:12:52.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.11.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.11.0/manifests"},{"name":"v2.8.0","sha":"4bbbb853336648617037c73da8202beaa39f088a","kind":"commit","published_at":"2024-10-09T21:48:42.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.8.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"b365941f59f4f55843f21bf43ec0e9b7badf0dfc","kind":"commit","published_at":"2024-05-29T19:24:06.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.7.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.7.0/manifests"},{"name":"v2.5.2","sha":"d2f7b416de257464163f87805e35d8f4f7c85d12","kind":"commit","published_at":"2024-01-31T21:21:20.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.5.2","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.2/manifests"},{"name":"v2.5.0","sha":"cb6d6e3a8e5ceb31ef71311e8a63220be055dee5","kind":"commit","published_at":"2023-09-27T19:45:48.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.5.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.0/manifests"},{"name":"v2.4.1","sha":"cbc745d5a865e2e8a66d46d598c2178711e0d60e","kind":"commit","published_at":"2023-04-12T19:22:23.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.4.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"2b46e97e52fe4193d28165fa23889e7106e4aa02","kind":"commit","published_at":"2022-12-14T19:39:11.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.4.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.0/manifests"},{"name":"v2.0.1","sha":"20386d723bff16c31e754bd592ecbd27b9f86b56","kind":"commit","published_at":"2022-03-17T20:25:32.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.0.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"13cb2929eca86855c5c28a77f800b57363569110","kind":"commit","published_at":"2022-01-12T21:49:53.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.0.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.0/manifests"},{"name":"v1.0.1","sha":"8ecc7df9eb6b83ad1c82a9ad3b9790bffb568681","kind":"commit","published_at":"2021-02-01T18:18:38.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v1.0.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"0e372b3ba27d386eb8eac1898aef7f80b8177b2d","kind":"commit","published_at":"2021-02-01T15:30:16.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v1.0.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0/manifests"},{"name":"v1.0.0-beta.1","sha":"97e41e21e4f887ce7134907bb9eede9e80354074","kind":"commit","published_at":"2019-10-13T10:28:09.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v1.0.0-beta.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v1.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v1.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0-beta.1/manifests"},{"name":"dev-prerelease","sha":"fdc6efc4ad66d56b5ae90a65cc9045e8641dd996","kind":"tag","published_at":"2019-01-18T02:17:16.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/dev-prerelease","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/dev-prerelease","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@dev-prerelease","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/dev-prerelease","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/dev-prerelease/manifests"}]},"repo_metadata_updated_at":"2026-08-14T07:39:46.998Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":10.77902998550931,"dependent_packages_count":9.55954712080186,"stargazers_count":1.5403316975090144,"forks_count":1.5818865083044535,"docker_downloads_count":null,"average":5.8651988280311596},"purl":"pkg:golang/github.com/volatilityfoundation/volatility3","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/volatilityfoundation/volatility3","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/volatilityfoundation/volatility3","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/volatilityfoundation/volatility3/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-06-29T03:02:24.339Z","issues_count":456,"pull_requests_count":1142,"avg_time_to_close_issue":21520813.9876161,"avg_time_to_close_pull_request":2846222.9670781894,"issues_closed_count":322,"pull_requests_closed_count":971,"pull_request_authors_count":73,"issue_authors_count":248,"avg_comments_per_issue":4.157894736842105,"avg_comments_per_pull_request":2.0385288966725046,"merged_pull_requests_count":854,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":14,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":4155740.6666666665,"past_year_avg_time_to_close_pull_request":270032.71428571426,"past_year_issues_closed_count":6,"past_year_pull_requests_closed_count":7,"past_year_pull_request_authors_count":11,"past_year_issue_authors_count":14,"past_year_avg_comments_per_issue":6.785714285714286,"past_year_avg_comments_per_pull_request":0.8888888888888888,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/issues","maintainers":[{"login":"ikelos","count":218,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ikelos"},{"login":"gleeda","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gleeda"}],"active_maintainers":[{"login":"ikelos","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ikelos"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fvolatilityfoundation%2Fvolatility3/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fvolatilityfoundation%2Fvolatility3/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fvolatilityfoundation%2Fvolatility3/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fvolatilityfoundation%2Fvolatility3/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fvolatilityfoundation%2Fvolatility3/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fvolatilityfoundation%2Fvolatility3/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2282188,"maintainers_count":0,"namespaces_count":839573,"keywords_count":126245,"github":"golang","metadata":{"funded_packages_count":69842,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-09-01T05:03:01.892Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":2965625,"name":"volatility3","ecosystem":"pypi","description":"Memory forensics framework","homepage":null,"licenses":"VSL","normalized_licenses":["Other"],"repository_url":"https://github.com/volatilityfoundation/volatility3","keywords_array":["volatility","memory","forensics","framework","windows","linux","volshell"],"namespace":null,"versions_count":17,"first_release_published_at":"2019-10-17T06:17:15.000Z","latest_release_published_at":"2026-04-30T19:56:55.000Z","latest_release_number":"2.28.0","last_synced_at":"2026-08-31T00:48:36.721Z","created_at":"2022-04-10T13:01:30.495Z","updated_at":"2026-08-31T00:48:36.722Z","registry_url":"https://pypi.org/project/volatility3/","install_command":"pip install volatility3 --index-url https://pypi.org/simple","documentation_url":"https://volatility3.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":[],"normalized_name":"volatility3","project_status":null},"repo_metadata":{"id":13566058,"uuid":"16258388","full_name":"volatilityfoundation/volatility3","owner":"volatilityfoundation","description":"Volatility 3.0 development","archived":false,"fork":false,"pushed_at":"2026-08-13T22:29:11.000Z","size":10344,"stargazers_count":4324,"open_issues_count":136,"forks_count":691,"subscribers_count":62,"default_branch":"develop","last_synced_at":"2026-08-14T04:36:31.947Z","etag":null,"topics":["digital-investigation","forensics","incident-response","malware","memory","python","ram","volatility","volatility-framework"],"latest_commit_sha":null,"homepage":"https://volatilityfoundation.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"MoPSource/MopCore547","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/volatilityfoundation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-01-26T18:09:20.000Z","updated_at":"2026-08-13T22:29:20.000Z","dependencies_parsed_at":"2026-08-14T00:11:47.058Z","dependency_job_id":"d66afa69-dbf5-4508-8f15-a6f2420cf769","html_url":"https://github.com/volatilityfoundation/volatility3","commit_stats":{"total_commits":3387,"total_committers":64,"mean_commits":52.921875,"dds":"0.26867434307646887","last_synced_commit":"a77a1ae301f9f00a2a073ff4b0eaff6644d732f8"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/volatilityfoundation/volatility3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volatilityfoundation","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/sbom","scorecard":{"id":1237031,"data":{"date":"2025-08-25","repo":{"name":"github.com/volatilityfoundation/volatility3","commit":"1ebb82a0c0ec00c6e54f2d5f731de18520367041"},"scorecard":{"version":"v5.2.1-41-g40576783","commit":"40576783fda6698350fcbbeaea760ff827433034"},"score":5.2,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 8 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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#maintained"}},{"name":"Code-Review","score":8,"reason":"Found 8/9 approved changesets -- score normalized to 8","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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#code-review"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#dangerous-workflow"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:29","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:28","Warn: no topLevel permission defined: .github/workflows/black.yml:1","Warn: no topLevel permission defined: .github/workflows/build-pyinstaller.yml:1","Warn: no topLevel permission defined: .github/workflows/build-pypi.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Warn: no topLevel permission defined: .github/workflows/install.yml:1","Warn: no topLevel permission defined: .github/workflows/ruff.yaml:1","Warn: no topLevel permission defined: .github/workflows/stale.yml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Warn: no topLevel permission defined: .github/workflows/vol3-code-analysis.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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#token-permissions"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#packaging"}},{"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":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#security-policy"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#binary-artifacts"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#license"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.26.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/216864290","Warn: release artifact v2.11.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/195209604","Warn: release artifact v2.8.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/179205946","Warn: release artifact v2.7.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/158056200","Warn: release artifact v2.5.2 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/139400002","Warn: release artifact v2.26.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/216864290","Warn: release artifact v2.11.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/195209604","Warn: release artifact v2.8.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/179205946","Warn: release artifact v2.7.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/158056200","Warn: release artifact v2.5.2 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/139400002"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'","Warn: branch protection not enabled for branch 'stable'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#branch-protection"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#fuzzing"}},{"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/black.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/black.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/black.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/black.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pyinstaller.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pyinstaller.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pyinstaller.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pyinstaller.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pyinstaller.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pyinstaller.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pypi.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pypi.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pypi.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pypi.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pypi.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pypi.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/install.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/install.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/install.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/install.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ruff.yaml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/ruff.yaml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ruff.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/ruff.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/stale.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/test.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/test.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/test.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/vol3-code-analysis.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/vol3-code-analysis.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/vol3-code-analysis.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/vol3-code-analysis.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-pypi.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/build-pypi.yml:32","Warn: pipCommand not pinned by hash: .github/workflows/install.yml:22","Warn: pipCommand not pinned by hash: .github/workflows/install.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:18","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:19","Warn: pipCommand not pinned by hash: .github/workflows/vol3-code-analysis.yml:19","Warn: pipCommand not pinned by hash: .github/workflows/vol3-code-analysis.yml:20","Info:   0 out of  20 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   8 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/40576783fda6698350fcbbeaea760ff827433034/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 (29) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#sast"}}]},"last_synced_at":"2025-09-05T05:50:06.593Z","repository_id":13566058,"created_at":"2025-09-05T05:50:06.594Z","updated_at":"2025-09-05T05:50:06.594Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36636754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-14T02:00:06.934Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"volatilityfoundation","name":"Volatility Foundation","uuid":"6001145","kind":"organization","description":"","email":null,"website":"volatilityfoundation.org","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6001145?v=4","repositories_count":7,"last_synced_at":"2023-08-12T07:45:00.491Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/volatilityfoundation","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-07T01:22:08.679Z","updated_at":"2023-08-12T07:45:00.637Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volatilityfoundation","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volatilityfoundation/repositories"},"tags":[{"name":"v2.28.0","sha":"d61335e2a54961bfd619fe6cd7f7b27f01481604","kind":"commit","published_at":"2026-04-30T19:29:02.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.28.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.28.0/manifests"},{"name":"v2.27.0","sha":"d8485fe460fdd85a3c2681cc1780cffc4070d7c5","kind":"commit","published_at":"2026-01-29T21:04:51.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.27.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.27.0/manifests"},{"name":"v2.26.2","sha":"9246ab0afea26c41e8816f06303752316f7f4e9d","kind":"commit","published_at":"2025-09-25T20:10:33.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.26.2","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.2/manifests"},{"name":"v2.26.0","sha":"a7d64ad39d3ceec6e8862f11e0286fd0093a8890","kind":"commit","published_at":"2025-05-06T20:27:58.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.26.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.0/manifests"},{"name":"v2.11.0","sha":"5e75cff62898042f0737e87407049d08df798262","kind":"commit","published_at":"2025-01-16T20:12:52.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.11.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.11.0/manifests"},{"name":"v2.8.0","sha":"4bbbb853336648617037c73da8202beaa39f088a","kind":"commit","published_at":"2024-10-09T21:48:42.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.8.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"b365941f59f4f55843f21bf43ec0e9b7badf0dfc","kind":"commit","published_at":"2024-05-29T19:24:06.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.7.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.7.0/manifests"},{"name":"v2.5.2","sha":"d2f7b416de257464163f87805e35d8f4f7c85d12","kind":"commit","published_at":"2024-01-31T21:21:20.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.5.2","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.2/manifests"},{"name":"v2.5.0","sha":"cb6d6e3a8e5ceb31ef71311e8a63220be055dee5","kind":"commit","published_at":"2023-09-27T19:45:48.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.5.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.0/manifests"},{"name":"v2.4.1","sha":"cbc745d5a865e2e8a66d46d598c2178711e0d60e","kind":"commit","published_at":"2023-04-12T19:22:23.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.4.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"2b46e97e52fe4193d28165fa23889e7106e4aa02","kind":"commit","published_at":"2022-12-14T19:39:11.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.4.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.0/manifests"},{"name":"v2.0.1","sha":"20386d723bff16c31e754bd592ecbd27b9f86b56","kind":"commit","published_at":"2022-03-17T20:25:32.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.0.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"13cb2929eca86855c5c28a77f800b57363569110","kind":"commit","published_at":"2022-01-12T21:49:53.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.0.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.0/manifests"},{"name":"v1.0.1","sha":"8ecc7df9eb6b83ad1c82a9ad3b9790bffb568681","kind":"commit","published_at":"2021-02-01T18:18:38.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v1.0.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"0e372b3ba27d386eb8eac1898aef7f80b8177b2d","kind":"commit","published_at":"2021-02-01T15:30:16.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v1.0.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0/manifests"},{"name":"v1.0.0-beta.1","sha":"97e41e21e4f887ce7134907bb9eede9e80354074","kind":"commit","published_at":"2019-10-13T10:28:09.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v1.0.0-beta.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v1.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v1.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0-beta.1/manifests"},{"name":"dev-prerelease","sha":"fdc6efc4ad66d56b5ae90a65cc9045e8641dd996","kind":"tag","published_at":"2019-01-18T02:17:16.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/dev-prerelease","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/dev-prerelease","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@dev-prerelease","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/dev-prerelease","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/dev-prerelease/manifests"}]},"repo_metadata_updated_at":"2026-08-14T07:39:47.012Z","dependent_packages_count":0,"downloads":76654,"downloads_period":"last-month","dependent_repos_count":10,"rankings":{"downloads":6.041761673783563,"dependent_repos_count":4.689535902963683,"dependent_packages_count":7.377175419682736,"stargazers_count":1.6486325884775368,"forks_count":2.891769866605072,"docker_downloads_count":0.8455386632079142,"average":3.915735685786751},"purl":"pkg:pypi/volatility3","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/volatility3","docker_dependents_count":4,"docker_downloads_count":764732,"usage_url":"https://repos.ecosyste.ms/usage/pypi/volatility3","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/volatility3/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-06-29T03:02:24.339Z","issues_count":456,"pull_requests_count":1142,"avg_time_to_close_issue":21520813.9876161,"avg_time_to_close_pull_request":2846222.9670781894,"issues_closed_count":322,"pull_requests_closed_count":971,"pull_request_authors_count":73,"issue_authors_count":248,"avg_comments_per_issue":4.157894736842105,"avg_comments_per_pull_request":2.0385288966725046,"merged_pull_requests_count":854,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":14,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":4155740.6666666665,"past_year_avg_time_to_close_pull_request":270032.71428571426,"past_year_issues_closed_count":6,"past_year_pull_requests_closed_count":7,"past_year_pull_request_authors_count":11,"past_year_issue_authors_count":14,"past_year_avg_comments_per_issue":6.785714285714286,"past_year_avg_comments_per_pull_request":0.8888888888888888,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/issues","maintainers":[{"login":"ikelos","count":218,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ikelos"},{"login":"gleeda","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gleeda"}],"active_maintainers":[{"login":"ikelos","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ikelos"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/volatility3/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/volatility3/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/volatility3/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/volatility3/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/volatility3/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/volatility3/codemeta","maintainers":[{"uuid":"awalters","login":"awalters","name":null,"email":null,"url":null,"packages_count":2,"html_url":"https://pypi.org/user/awalters/","role":null,"created_at":"2023-02-06T21:47:09.573Z","updated_at":"2023-02-06T21:47:09.573Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/awalters/packages"},{"uuid":"ikelos","login":"ikelos","name":null,"email":null,"url":null,"packages_count":2,"html_url":"https://pypi.org/user/ikelos/","role":null,"created_at":"2023-02-06T21:47:09.689Z","updated_at":"2023-02-06T21:47:09.689Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/ikelos/packages"},{"uuid":"npetroni","login":"npetroni","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://pypi.org/user/npetroni/","role":null,"created_at":"2023-02-06T21:47:09.944Z","updated_at":"2023-02-06T21:47:09.944Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/npetroni/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":932043,"maintainers_count":400515,"namespaces_count":0,"keywords_count":313027,"github":"pypi","metadata":{"funded_packages_count":59245,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-09-01T05:03:28.950Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":4150297,"name":"volatility","ecosystem":"homebrew","description":"Advanced memory forensics framework","homepage":"https://github.com/volatilityfoundation/volatility3","licenses":"Cannot Represent","normalized_licenses":["Other"],"repository_url":"https://github.com/volatilityfoundation/volatility3","keywords_array":[],"namespace":null,"versions_count":6,"first_release_published_at":"2022-04-12T16:58:41.362Z","latest_release_published_at":"2024-02-01T21:48:45.904Z","latest_release_number":"2.5.2","last_synced_at":"2026-08-31T00:46:13.487Z","created_at":"2022-04-12T16:58:41.350Z","updated_at":"2026-08-31T00:46:13.487Z","registry_url":"https://formulae.brew.sh/formula/volatility","install_command":"brew install volatility","documentation_url":null,"metadata":{},"repo_metadata":{"id":13566058,"uuid":"16258388","full_name":"volatilityfoundation/volatility3","owner":"volatilityfoundation","description":"Volatility 3.0 development","archived":false,"fork":false,"pushed_at":"2026-08-19T14:14:53.000Z","size":10346,"stargazers_count":4354,"open_issues_count":135,"forks_count":696,"subscribers_count":62,"default_branch":"develop","last_synced_at":"2026-08-25T04:44:30.983Z","etag":null,"topics":["digital-investigation","forensics","incident-response","malware","memory","python","ram","volatility","volatility-framework"],"latest_commit_sha":null,"homepage":"https://volatilityfoundation.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"MoPSource/MopCore547","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/volatilityfoundation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-01-26T18:09:20.000Z","updated_at":"2026-08-24T21:37:54.000Z","dependencies_parsed_at":"2026-08-18T06:00:13.692Z","dependency_job_id":null,"html_url":"https://github.com/volatilityfoundation/volatility3","commit_stats":{"total_commits":3387,"total_committers":64,"mean_commits":52.921875,"dds":"0.26867434307646887","last_synced_commit":"a77a1ae301f9f00a2a073ff4b0eaff6644d732f8"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/volatilityfoundation/volatility3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volatilityfoundation","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/sbom","scorecard":{"id":1237031,"data":{"date":"2025-08-25","repo":{"name":"github.com/volatilityfoundation/volatility3","commit":"1ebb82a0c0ec00c6e54f2d5f731de18520367041"},"scorecard":{"version":"v5.2.1-41-g40576783","commit":"40576783fda6698350fcbbeaea760ff827433034"},"score":5.2,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 8 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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#maintained"}},{"name":"Code-Review","score":8,"reason":"Found 8/9 approved changesets -- score normalized to 8","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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#code-review"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#dangerous-workflow"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:29","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:28","Warn: no topLevel permission defined: .github/workflows/black.yml:1","Warn: no topLevel permission defined: .github/workflows/build-pyinstaller.yml:1","Warn: no topLevel permission defined: .github/workflows/build-pypi.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Warn: no topLevel permission defined: .github/workflows/install.yml:1","Warn: no topLevel permission defined: .github/workflows/ruff.yaml:1","Warn: no topLevel permission defined: .github/workflows/stale.yml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Warn: no topLevel permission defined: .github/workflows/vol3-code-analysis.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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#token-permissions"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#packaging"}},{"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":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#security-policy"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#binary-artifacts"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#license"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.26.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/216864290","Warn: release artifact v2.11.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/195209604","Warn: release artifact v2.8.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/179205946","Warn: release artifact v2.7.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/158056200","Warn: release artifact v2.5.2 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/139400002","Warn: release artifact v2.26.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/216864290","Warn: release artifact v2.11.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/195209604","Warn: release artifact v2.8.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/179205946","Warn: release artifact v2.7.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/158056200","Warn: release artifact v2.5.2 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/139400002"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'","Warn: branch protection not enabled for branch 'stable'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#branch-protection"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#fuzzing"}},{"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/black.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/black.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/black.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/black.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pyinstaller.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pyinstaller.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pyinstaller.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pyinstaller.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pyinstaller.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pyinstaller.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pypi.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pypi.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pypi.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pypi.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pypi.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pypi.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/install.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/install.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/install.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/install.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ruff.yaml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/ruff.yaml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ruff.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/ruff.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/stale.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/test.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/test.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/test.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/vol3-code-analysis.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/vol3-code-analysis.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/vol3-code-analysis.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/vol3-code-analysis.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-pypi.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/build-pypi.yml:32","Warn: pipCommand not pinned by hash: .github/workflows/install.yml:22","Warn: pipCommand not pinned by hash: .github/workflows/install.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:18","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:19","Warn: pipCommand not pinned by hash: .github/workflows/vol3-code-analysis.yml:19","Warn: pipCommand not pinned by hash: .github/workflows/vol3-code-analysis.yml:20","Info:   0 out of  20 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   8 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/40576783fda6698350fcbbeaea760ff827433034/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 (29) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#sast"}}]},"last_synced_at":"2025-09-05T05:50:06.593Z","repository_id":13566058,"created_at":"2025-09-05T05:50:06.594Z","updated_at":"2025-09-05T05:50:06.594Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36901653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-25T02:00:06.831Z","response_time":104,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"volatilityfoundation","name":"Volatility Foundation","uuid":"6001145","kind":"organization","description":"","email":null,"website":"volatilityfoundation.org","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6001145?v=4","repositories_count":7,"last_synced_at":"2023-08-12T07:45:00.491Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/volatilityfoundation","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-07T01:22:08.679Z","updated_at":"2023-08-12T07:45:00.637Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volatilityfoundation","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volatilityfoundation/repositories"},"tags":[{"name":"v2.28.0","sha":"d61335e2a54961bfd619fe6cd7f7b27f01481604","kind":"commit","published_at":"2026-04-30T19:29:02.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.28.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.28.0/manifests"},{"name":"v2.27.0","sha":"d8485fe460fdd85a3c2681cc1780cffc4070d7c5","kind":"commit","published_at":"2026-01-29T21:04:51.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.27.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.27.0/manifests"},{"name":"v2.26.2","sha":"9246ab0afea26c41e8816f06303752316f7f4e9d","kind":"commit","published_at":"2025-09-25T20:10:33.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.26.2","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.2/manifests"},{"name":"v2.26.0","sha":"a7d64ad39d3ceec6e8862f11e0286fd0093a8890","kind":"commit","published_at":"2025-05-06T20:27:58.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.26.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.0/manifests"},{"name":"v2.11.0","sha":"5e75cff62898042f0737e87407049d08df798262","kind":"commit","published_at":"2025-01-16T20:12:52.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.11.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.11.0/manifests"},{"name":"v2.8.0","sha":"4bbbb853336648617037c73da8202beaa39f088a","kind":"commit","published_at":"2024-10-09T21:48:42.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.8.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"b365941f59f4f55843f21bf43ec0e9b7badf0dfc","kind":"commit","published_at":"2024-05-29T19:24:06.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.7.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.7.0/manifests"},{"name":"v2.5.2","sha":"d2f7b416de257464163f87805e35d8f4f7c85d12","kind":"commit","published_at":"2024-01-31T21:21:20.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.5.2","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.2/manifests"},{"name":"v2.5.0","sha":"cb6d6e3a8e5ceb31ef71311e8a63220be055dee5","kind":"commit","published_at":"2023-09-27T19:45:48.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.5.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.0/manifests"},{"name":"v2.4.1","sha":"cbc745d5a865e2e8a66d46d598c2178711e0d60e","kind":"commit","published_at":"2023-04-12T19:22:23.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.4.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"2b46e97e52fe4193d28165fa23889e7106e4aa02","kind":"commit","published_at":"2022-12-14T19:39:11.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.4.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.0/manifests"},{"name":"v2.0.1","sha":"20386d723bff16c31e754bd592ecbd27b9f86b56","kind":"commit","published_at":"2022-03-17T20:25:32.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.0.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"13cb2929eca86855c5c28a77f800b57363569110","kind":"commit","published_at":"2022-01-12T21:49:53.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.0.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.0/manifests"},{"name":"v1.0.1","sha":"8ecc7df9eb6b83ad1c82a9ad3b9790bffb568681","kind":"commit","published_at":"2021-02-01T18:18:38.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v1.0.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"0e372b3ba27d386eb8eac1898aef7f80b8177b2d","kind":"commit","published_at":"2021-02-01T15:30:16.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v1.0.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0/manifests"},{"name":"v1.0.0-beta.1","sha":"97e41e21e4f887ce7134907bb9eede9e80354074","kind":"commit","published_at":"2019-10-13T10:28:09.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v1.0.0-beta.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v1.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v1.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0-beta.1/manifests"},{"name":"dev-prerelease","sha":"fdc6efc4ad66d56b5ae90a65cc9045e8641dd996","kind":"tag","published_at":"2019-01-18T02:17:16.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/dev-prerelease","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/dev-prerelease","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@dev-prerelease","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/dev-prerelease","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/dev-prerelease/manifests"}]},"repo_metadata_updated_at":"2026-08-25T15:13:08.013Z","dependent_packages_count":0,"downloads":219,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":24.072535991140644,"dependent_repos_count":29.51682126540219,"dependent_packages_count":19.437906686972173,"stargazers_count":11.932447397563676,"forks_count":8.222591362126245,"docker_downloads_count":null,"average":18.636460540640986},"purl":"pkg:brew/volatility","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/homebrew/volatility","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/homebrew/volatility","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/homebrew/volatility/dependencies","status":"removed","funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-25T04:43:45.241Z","issues_count":466,"pull_requests_count":1162,"avg_time_to_close_issue":22364063.30952381,"avg_time_to_close_pull_request":2836619.4918367346,"issues_closed_count":335,"pull_requests_closed_count":979,"pull_request_authors_count":84,"issue_authors_count":254,"avg_comments_per_issue":4.3068669527897,"avg_comments_per_pull_request":2.0387263339070567,"merged_pull_requests_count":858,"bot_issues_count":0,"bot_pull_requests_count":2,"past_year_issues_count":21,"past_year_pull_requests_count":35,"past_year_avg_time_to_close_issue":12419955.555555556,"past_year_avg_time_to_close_pull_request":485672.5,"past_year_issues_closed_count":9,"past_year_pull_requests_closed_count":14,"past_year_pull_request_authors_count":22,"past_year_issue_authors_count":19,"past_year_avg_comments_per_issue":5.9523809523809526,"past_year_avg_comments_per_pull_request":1.6285714285714286,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/issues","maintainers":[{"login":"ikelos","count":219,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ikelos"},{"login":"gleeda","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gleeda"}],"active_maintainers":[{"login":"ikelos","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ikelos"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/volatility/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/volatility/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/volatility/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/volatility/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/volatility/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/volatility/codemeta","maintainers":[],"registry":{"name":"formulae.brew.sh","url":"https://formulae.brew.sh","ecosystem":"homebrew","default":true,"packages_count":9518,"maintainers_count":0,"namespaces_count":0,"keywords_count":7134,"github":"homebrew","metadata":{"funded_packages_count":1021},"icon_url":"https://github.com/homebrew.png","created_at":"2022-04-12T16:38:29.467Z","updated_at":"2026-09-01T05:06:34.393Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/namespaces"}},{"id":14506188,"name":"app-forensics/volatility3","ecosystem":"gentoo","description":"Framework for analyzing volatile memory","homepage":"https://github.com/volatilityfoundation/volatility3/","licenses":"Volatility-1.0","normalized_licenses":["MulanPSL-1.0"],"repository_url":"https://github.com/volatilityfoundation/volatility3","keywords_array":["~amd64","x86"],"namespace":"app-forensics","versions_count":2,"first_release_published_at":"2026-05-11T16:39:47.000Z","latest_release_published_at":"2026-05-11T16:39:47.000Z","latest_release_number":"2.28.0","last_synced_at":"2026-06-22T01:00:57.280Z","created_at":"2026-05-27T00:49:30.309Z","updated_at":"2026-08-27T01:11:36.229Z","registry_url":"https://packages.gentoo.org/packages/app-forensics/volatility3","install_command":"emerge app-forensics/volatility3","documentation_url":"https://packages.gentoo.org/packages/app-forensics/volatility3","metadata":{"category":"app-forensics","slot":"0","eapi":"8","inherit":"distutils-r1","iuse":"crypt disasm jsonschema leechcore snappy test yara test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14"},"repo_metadata":{"id":13566058,"uuid":"16258388","full_name":"volatilityfoundation/volatility3","owner":"volatilityfoundation","description":"Volatility 3.0 development","archived":false,"fork":false,"pushed_at":"2026-08-19T14:14:53.000Z","size":10346,"stargazers_count":4354,"open_issues_count":135,"forks_count":696,"subscribers_count":62,"default_branch":"develop","last_synced_at":"2026-08-25T04:44:30.983Z","etag":null,"topics":["digital-investigation","forensics","incident-response","malware","memory","python","ram","volatility","volatility-framework"],"latest_commit_sha":null,"homepage":"https://volatilityfoundation.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"MoPSource/MopCore547","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/volatilityfoundation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-01-26T18:09:20.000Z","updated_at":"2026-08-24T21:37:54.000Z","dependencies_parsed_at":"2026-08-18T06:00:13.692Z","dependency_job_id":null,"html_url":"https://github.com/volatilityfoundation/volatility3","commit_stats":{"total_commits":3387,"total_committers":64,"mean_commits":52.921875,"dds":"0.26867434307646887","last_synced_commit":"a77a1ae301f9f00a2a073ff4b0eaff6644d732f8"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/volatilityfoundation/volatility3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volatilityfoundation","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/sbom","scorecard":{"id":1237031,"data":{"date":"2025-08-25","repo":{"name":"github.com/volatilityfoundation/volatility3","commit":"1ebb82a0c0ec00c6e54f2d5f731de18520367041"},"scorecard":{"version":"v5.2.1-41-g40576783","commit":"40576783fda6698350fcbbeaea760ff827433034"},"score":5.2,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 8 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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#maintained"}},{"name":"Code-Review","score":8,"reason":"Found 8/9 approved changesets -- score normalized to 8","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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#code-review"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#dangerous-workflow"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:29","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:28","Warn: no topLevel permission defined: .github/workflows/black.yml:1","Warn: no topLevel permission defined: .github/workflows/build-pyinstaller.yml:1","Warn: no topLevel permission defined: .github/workflows/build-pypi.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Warn: no topLevel permission defined: .github/workflows/install.yml:1","Warn: no topLevel permission defined: .github/workflows/ruff.yaml:1","Warn: no topLevel permission defined: .github/workflows/stale.yml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Warn: no topLevel permission defined: .github/workflows/vol3-code-analysis.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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#token-permissions"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#packaging"}},{"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":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#security-policy"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#binary-artifacts"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#license"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.26.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/216864290","Warn: release artifact v2.11.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/195209604","Warn: release artifact v2.8.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/179205946","Warn: release artifact v2.7.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/158056200","Warn: release artifact v2.5.2 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/139400002","Warn: release artifact v2.26.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/216864290","Warn: release artifact v2.11.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/195209604","Warn: release artifact v2.8.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/179205946","Warn: release artifact v2.7.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/158056200","Warn: release artifact v2.5.2 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/139400002"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'","Warn: branch protection not enabled for branch 'stable'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#branch-protection"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#fuzzing"}},{"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/black.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/black.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/black.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/black.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pyinstaller.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pyinstaller.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pyinstaller.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pyinstaller.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pyinstaller.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pyinstaller.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pypi.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pypi.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pypi.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pypi.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pypi.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pypi.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/install.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/install.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/install.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/install.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ruff.yaml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/ruff.yaml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ruff.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/ruff.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/stale.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/test.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/test.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/test.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/vol3-code-analysis.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/vol3-code-analysis.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/vol3-code-analysis.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/vol3-code-analysis.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-pypi.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/build-pypi.yml:32","Warn: pipCommand not pinned by hash: .github/workflows/install.yml:22","Warn: pipCommand not pinned by hash: .github/workflows/install.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:18","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:19","Warn: pipCommand not pinned by hash: .github/workflows/vol3-code-analysis.yml:19","Warn: pipCommand not pinned by hash: .github/workflows/vol3-code-analysis.yml:20","Info:   0 out of  20 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   8 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/40576783fda6698350fcbbeaea760ff827433034/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 (29) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#sast"}}]},"last_synced_at":"2025-09-05T05:50:06.593Z","repository_id":13566058,"created_at":"2025-09-05T05:50:06.594Z","updated_at":"2025-09-05T05:50:06.594Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36901653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-25T02:00:06.831Z","response_time":104,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"volatilityfoundation","name":"Volatility Foundation","uuid":"6001145","kind":"organization","description":"","email":null,"website":"volatilityfoundation.org","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6001145?v=4","repositories_count":7,"last_synced_at":"2023-08-12T07:45:00.491Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/volatilityfoundation","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-07T01:22:08.679Z","updated_at":"2023-08-12T07:45:00.637Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volatilityfoundation","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volatilityfoundation/repositories"},"tags":[{"name":"v2.28.0","sha":"d61335e2a54961bfd619fe6cd7f7b27f01481604","kind":"commit","published_at":"2026-04-30T19:29:02.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.28.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.28.0/manifests"},{"name":"v2.27.0","sha":"d8485fe460fdd85a3c2681cc1780cffc4070d7c5","kind":"commit","published_at":"2026-01-29T21:04:51.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.27.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.27.0/manifests"},{"name":"v2.26.2","sha":"9246ab0afea26c41e8816f06303752316f7f4e9d","kind":"commit","published_at":"2025-09-25T20:10:33.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.26.2","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.2/manifests"},{"name":"v2.26.0","sha":"a7d64ad39d3ceec6e8862f11e0286fd0093a8890","kind":"commit","published_at":"2025-05-06T20:27:58.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.26.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.0/manifests"},{"name":"v2.11.0","sha":"5e75cff62898042f0737e87407049d08df798262","kind":"commit","published_at":"2025-01-16T20:12:52.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.11.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.11.0/manifests"},{"name":"v2.8.0","sha":"4bbbb853336648617037c73da8202beaa39f088a","kind":"commit","published_at":"2024-10-09T21:48:42.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.8.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"b365941f59f4f55843f21bf43ec0e9b7badf0dfc","kind":"commit","published_at":"2024-05-29T19:24:06.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.7.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.7.0/manifests"},{"name":"v2.5.2","sha":"d2f7b416de257464163f87805e35d8f4f7c85d12","kind":"commit","published_at":"2024-01-31T21:21:20.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.5.2","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.2/manifests"},{"name":"v2.5.0","sha":"cb6d6e3a8e5ceb31ef71311e8a63220be055dee5","kind":"commit","published_at":"2023-09-27T19:45:48.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.5.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.0/manifests"},{"name":"v2.4.1","sha":"cbc745d5a865e2e8a66d46d598c2178711e0d60e","kind":"commit","published_at":"2023-04-12T19:22:23.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.4.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"2b46e97e52fe4193d28165fa23889e7106e4aa02","kind":"commit","published_at":"2022-12-14T19:39:11.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.4.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.0/manifests"},{"name":"v2.0.1","sha":"20386d723bff16c31e754bd592ecbd27b9f86b56","kind":"commit","published_at":"2022-03-17T20:25:32.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.0.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"13cb2929eca86855c5c28a77f800b57363569110","kind":"commit","published_at":"2022-01-12T21:49:53.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.0.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.0/manifests"},{"name":"v1.0.1","sha":"8ecc7df9eb6b83ad1c82a9ad3b9790bffb568681","kind":"commit","published_at":"2021-02-01T18:18:38.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v1.0.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"0e372b3ba27d386eb8eac1898aef7f80b8177b2d","kind":"commit","published_at":"2021-02-01T15:30:16.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v1.0.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0/manifests"},{"name":"v1.0.0-beta.1","sha":"97e41e21e4f887ce7134907bb9eede9e80354074","kind":"commit","published_at":"2019-10-13T10:28:09.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v1.0.0-beta.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v1.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v1.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0-beta.1/manifests"},{"name":"dev-prerelease","sha":"fdc6efc4ad66d56b5ae90a65cc9045e8641dd996","kind":"tag","published_at":"2019-01-18T02:17:16.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/dev-prerelease","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/dev-prerelease","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@dev-prerelease","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/dev-prerelease","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/dev-prerelease/manifests"}]},"repo_metadata_updated_at":"2026-08-27T01:11:36.229Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:gentoo/app-forensics/volatility3","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/gentoo/app-forensics/volatility3","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/gentoo/app-forensics/volatility3","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/gentoo/app-forensics/volatility3/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-25T04:43:45.241Z","issues_count":466,"pull_requests_count":1162,"avg_time_to_close_issue":22364063.30952381,"avg_time_to_close_pull_request":2836619.4918367346,"issues_closed_count":335,"pull_requests_closed_count":979,"pull_request_authors_count":84,"issue_authors_count":254,"avg_comments_per_issue":4.3068669527897,"avg_comments_per_pull_request":2.0387263339070567,"merged_pull_requests_count":858,"bot_issues_count":0,"bot_pull_requests_count":2,"past_year_issues_count":21,"past_year_pull_requests_count":35,"past_year_avg_time_to_close_issue":12419955.555555556,"past_year_avg_time_to_close_pull_request":485672.5,"past_year_issues_closed_count":9,"past_year_pull_requests_closed_count":14,"past_year_pull_request_authors_count":22,"past_year_issue_authors_count":19,"past_year_avg_comments_per_issue":5.9523809523809526,"past_year_avg_comments_per_pull_request":1.6285714285714286,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/issues","maintainers":[{"login":"ikelos","count":219,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ikelos"},{"login":"gleeda","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gleeda"}],"active_maintainers":[{"login":"ikelos","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ikelos"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/app-forensics%2Fvolatility3/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/app-forensics%2Fvolatility3/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/app-forensics%2Fvolatility3/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/app-forensics%2Fvolatility3/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/app-forensics%2Fvolatility3/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/app-forensics%2Fvolatility3/codemeta","maintainers":[],"registry":{"name":"gentoo-portage","url":"https://packages.gentoo.org/","ecosystem":"gentoo","default":true,"packages_count":19528,"maintainers_count":0,"namespaces_count":174,"keywords_count":1054,"github":"gentoo","metadata":{"snapshot_url":"https://distfiles.gentoo.org/snapshots/portage-latest.tar.xz","funded_packages_count":655},"icon_url":"https://github.com/gentoo.png","created_at":"2026-05-26T08:59:24.155Z","updated_at":"2026-09-01T05:05:30.929Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/namespaces"}},{"id":7636856,"name":"volatility3-pyc","ecosystem":"alpine","description":"Precompiled Python bytecode for volatility3","homepage":"https://github.com/volatilityfoundation/volatility3","licenses":"custom","normalized_licenses":["Other"],"repository_url":"https://github.com/volatilityfoundation/volatility3","keywords_array":[],"namespace":"testing","versions_count":12,"first_release_published_at":"2023-04-22T10:13:26.000Z","latest_release_published_at":"2026-05-04T16:45:59.000Z","latest_release_number":"2.28.0-r0","last_synced_at":"2026-05-04T19:04:21.268Z","created_at":"2023-04-24T01:32:34.096Z","updated_at":"2026-08-29T10:51:15.062Z","registry_url":"https://pkgs.alpinelinux.org/package/edge/testing/x86_64/volatility3-pyc","install_command":"apk add volatility3-pyc","documentation_url":null,"metadata":{"repository":"testing","architecture":"x86_64"},"repo_metadata":{"id":13566058,"uuid":"16258388","full_name":"volatilityfoundation/volatility3","owner":"volatilityfoundation","description":"Volatility 3.0 development","archived":false,"fork":false,"pushed_at":"2026-08-19T14:14:53.000Z","size":10346,"stargazers_count":4354,"open_issues_count":135,"forks_count":696,"subscribers_count":62,"default_branch":"develop","last_synced_at":"2026-08-25T04:44:30.983Z","etag":null,"topics":["digital-investigation","forensics","incident-response","malware","memory","python","ram","volatility","volatility-framework"],"latest_commit_sha":null,"homepage":"https://volatilityfoundation.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"MoPSource/MopCore547","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/volatilityfoundation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-01-26T18:09:20.000Z","updated_at":"2026-08-24T21:37:54.000Z","dependencies_parsed_at":"2026-08-18T06:00:13.692Z","dependency_job_id":null,"html_url":"https://github.com/volatilityfoundation/volatility3","commit_stats":{"total_commits":3387,"total_committers":64,"mean_commits":52.921875,"dds":"0.26867434307646887","last_synced_commit":"a77a1ae301f9f00a2a073ff4b0eaff6644d732f8"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/volatilityfoundation/volatility3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volatilityfoundation","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/sbom","scorecard":{"id":1237031,"data":{"date":"2025-08-25","repo":{"name":"github.com/volatilityfoundation/volatility3","commit":"1ebb82a0c0ec00c6e54f2d5f731de18520367041"},"scorecard":{"version":"v5.2.1-41-g40576783","commit":"40576783fda6698350fcbbeaea760ff827433034"},"score":5.2,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 8 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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#maintained"}},{"name":"Code-Review","score":8,"reason":"Found 8/9 approved changesets -- score normalized to 8","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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#code-review"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#dangerous-workflow"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:29","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:28","Warn: no topLevel permission defined: .github/workflows/black.yml:1","Warn: no topLevel permission defined: .github/workflows/build-pyinstaller.yml:1","Warn: no topLevel permission defined: .github/workflows/build-pypi.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Warn: no topLevel permission defined: .github/workflows/install.yml:1","Warn: no topLevel permission defined: .github/workflows/ruff.yaml:1","Warn: no topLevel permission defined: .github/workflows/stale.yml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Warn: no topLevel permission defined: .github/workflows/vol3-code-analysis.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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#token-permissions"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#packaging"}},{"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":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#security-policy"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#binary-artifacts"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#license"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.26.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/216864290","Warn: release artifact v2.11.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/195209604","Warn: release artifact v2.8.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/179205946","Warn: release artifact v2.7.0 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/158056200","Warn: release artifact v2.5.2 not signed: https://api.github.com/repos/volatilityfoundation/volatility3/releases/139400002","Warn: release artifact v2.26.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/216864290","Warn: release artifact v2.11.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/195209604","Warn: release artifact v2.8.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/179205946","Warn: release artifact v2.7.0 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/158056200","Warn: release artifact v2.5.2 does not have provenance: https://api.github.com/repos/volatilityfoundation/volatility3/releases/139400002"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'","Warn: branch protection not enabled for branch 'stable'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#branch-protection"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#fuzzing"}},{"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/black.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/black.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/black.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/black.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pyinstaller.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pyinstaller.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pyinstaller.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pyinstaller.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pyinstaller.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pyinstaller.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pypi.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pypi.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pypi.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pypi.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-pypi.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/build-pypi.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/codeql.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/install.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/install.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/install.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/install.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ruff.yaml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/ruff.yaml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ruff.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/ruff.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/stale.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/test.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/test.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/test.yaml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/vol3-code-analysis.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/vol3-code-analysis.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/vol3-code-analysis.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/volatilityfoundation/volatility3/vol3-code-analysis.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-pypi.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/build-pypi.yml:32","Warn: pipCommand not pinned by hash: .github/workflows/install.yml:22","Warn: pipCommand not pinned by hash: .github/workflows/install.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:18","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:19","Warn: pipCommand not pinned by hash: .github/workflows/vol3-code-analysis.yml:19","Warn: pipCommand not pinned by hash: .github/workflows/vol3-code-analysis.yml:20","Info:   0 out of  20 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   8 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/40576783fda6698350fcbbeaea760ff827433034/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 (29) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#sast"}}]},"last_synced_at":"2025-09-05T05:50:06.593Z","repository_id":13566058,"created_at":"2025-09-05T05:50:06.594Z","updated_at":"2025-09-05T05:50:06.594Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36901653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-25T02:00:06.831Z","response_time":104,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"volatilityfoundation","name":"Volatility Foundation","uuid":"6001145","kind":"organization","description":"","email":null,"website":"volatilityfoundation.org","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6001145?v=4","repositories_count":7,"last_synced_at":"2023-08-12T07:45:00.491Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/volatilityfoundation","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-07T01:22:08.679Z","updated_at":"2023-08-12T07:45:00.637Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volatilityfoundation","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volatilityfoundation/repositories"},"tags":[{"name":"v2.28.0","sha":"d61335e2a54961bfd619fe6cd7f7b27f01481604","kind":"commit","published_at":"2026-04-30T19:29:02.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.28.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.28.0/manifests"},{"name":"v2.27.0","sha":"d8485fe460fdd85a3c2681cc1780cffc4070d7c5","kind":"commit","published_at":"2026-01-29T21:04:51.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.27.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.27.0/manifests"},{"name":"v2.26.2","sha":"9246ab0afea26c41e8816f06303752316f7f4e9d","kind":"commit","published_at":"2025-09-25T20:10:33.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.26.2","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.2/manifests"},{"name":"v2.26.0","sha":"a7d64ad39d3ceec6e8862f11e0286fd0093a8890","kind":"commit","published_at":"2025-05-06T20:27:58.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.26.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.26.0/manifests"},{"name":"v2.11.0","sha":"5e75cff62898042f0737e87407049d08df798262","kind":"commit","published_at":"2025-01-16T20:12:52.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.11.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.11.0/manifests"},{"name":"v2.8.0","sha":"4bbbb853336648617037c73da8202beaa39f088a","kind":"commit","published_at":"2024-10-09T21:48:42.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.8.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"b365941f59f4f55843f21bf43ec0e9b7badf0dfc","kind":"commit","published_at":"2024-05-29T19:24:06.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.7.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.7.0/manifests"},{"name":"v2.5.2","sha":"d2f7b416de257464163f87805e35d8f4f7c85d12","kind":"commit","published_at":"2024-01-31T21:21:20.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.5.2","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.2/manifests"},{"name":"v2.5.0","sha":"cb6d6e3a8e5ceb31ef71311e8a63220be055dee5","kind":"commit","published_at":"2023-09-27T19:45:48.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.5.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.5.0/manifests"},{"name":"v2.4.1","sha":"cbc745d5a865e2e8a66d46d598c2178711e0d60e","kind":"commit","published_at":"2023-04-12T19:22:23.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.4.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"2b46e97e52fe4193d28165fa23889e7106e4aa02","kind":"commit","published_at":"2022-12-14T19:39:11.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.4.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.4.0/manifests"},{"name":"v2.0.1","sha":"20386d723bff16c31e754bd592ecbd27b9f86b56","kind":"commit","published_at":"2022-03-17T20:25:32.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.0.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"13cb2929eca86855c5c28a77f800b57363569110","kind":"commit","published_at":"2022-01-12T21:49:53.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v2.0.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v2.0.0/manifests"},{"name":"v1.0.1","sha":"8ecc7df9eb6b83ad1c82a9ad3b9790bffb568681","kind":"commit","published_at":"2021-02-01T18:18:38.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v1.0.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"0e372b3ba27d386eb8eac1898aef7f80b8177b2d","kind":"commit","published_at":"2021-02-01T15:30:16.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v1.0.0","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0/manifests"},{"name":"v1.0.0-beta.1","sha":"97e41e21e4f887ce7134907bb9eede9e80354074","kind":"commit","published_at":"2019-10-13T10:28:09.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/v1.0.0-beta.1","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/v1.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@v1.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/v1.0.0-beta.1/manifests"},{"name":"dev-prerelease","sha":"fdc6efc4ad66d56b5ae90a65cc9045e8641dd996","kind":"tag","published_at":"2019-01-18T02:17:16.000Z","download_url":"https://codeload.github.com/volatilityfoundation/volatility3/tar.gz/dev-prerelease","html_url":"https://github.com/volatilityfoundation/volatility3/releases/tag/dev-prerelease","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/volatilityfoundation/volatility3@dev-prerelease","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/dev-prerelease","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/tags/dev-prerelease/manifests"}]},"repo_metadata_updated_at":"2026-08-29T10:51:15.062Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":13.87315339331334,"stargazers_count":8.397029919196331,"forks_count":6.66812258862925,"average":7.23457647528473},"purl":"pkg:apk/alpine/volatility3-pyc?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=edge","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/volatility3-pyc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/volatility3-pyc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/volatility3-pyc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-28T22:39:46.881Z","issues_count":466,"pull_requests_count":1163,"avg_time_to_close_issue":22364063.30952381,"avg_time_to_close_pull_request":2836619.4918367346,"issues_closed_count":335,"pull_requests_closed_count":979,"pull_request_authors_count":85,"issue_authors_count":254,"avg_comments_per_issue":4.3068669527897,"avg_comments_per_pull_request":2.0395528804815135,"merged_pull_requests_count":858,"bot_issues_count":0,"bot_pull_requests_count":2,"past_year_issues_count":21,"past_year_pull_requests_count":36,"past_year_avg_time_to_close_issue":12419955.555555556,"past_year_avg_time_to_close_pull_request":485672.5,"past_year_issues_closed_count":9,"past_year_pull_requests_closed_count":14,"past_year_pull_request_authors_count":23,"past_year_issue_authors_count":19,"past_year_avg_comments_per_issue":5.9523809523809526,"past_year_avg_comments_per_pull_request":1.6666666666666667,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/volatilityfoundation%2Fvolatility3/issues","maintainers":[{"login":"ikelos","count":219,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ikelos"},{"login":"gleeda","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gleeda"}],"active_maintainers":[{"login":"ikelos","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ikelos"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/volatility3-pyc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/volatility3-pyc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/volatility3-pyc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/volatility3-pyc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/volatility3-pyc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/volatility3-pyc/codemeta","maintainers":[{"uuid":"fcolista@alpinelinux.org","login":null,"name":"Francesco Colista","email":"fcolista@alpinelinux.org","url":"https://pkgs.alpinelinux.org/packages?maintainer=Francesco Colista","packages_count":1605,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Francesco Colista","role":null,"created_at":"2023-04-24T01:57:19.838Z","updated_at":"2023-04-24T01:57:19.838Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers/fcolista@alpinelinux.org/packages"}],"registry":{"name":"alpine-edge","url":"https://pkgs.alpinelinux.org/packages?branch=edge","ecosystem":"alpine","default":false,"packages_count":40033,"maintainers_count":909,"namespaces_count":3,"keywords_count":6584,"github":"alpinelinux","metadata":{"repos":["main","community","testing"],"funded_packages_count":2955},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.616Z","updated_at":"2026-09-01T05:05:34.816Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/namespaces"}}]