{"id":361358,"url":"https://github.com/beanshell/beanshell","last_synced_at":"2026-06-21T02:30:22.211Z","repository":{"id":38421812,"uuid":"43010103","full_name":"beanshell/beanshell","owner":"beanshell","description":"Beanshell scripting language","archived":false,"fork":false,"pushed_at":"2024-08-17T22:28:41.000Z","size":16099,"stargazers_count":935,"open_issues_count":109,"forks_count":182,"subscribers_count":46,"default_branch":"master","last_synced_at":"2026-06-11T22:03:44.380Z","etag":null,"topics":["beanshell","beanshell-scripting-language","java","java-interpreter","java-shell","scripting-language"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beanshell.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-09-23T15:36:06.000Z","updated_at":"2026-05-31T01:26:57.000Z","dependencies_parsed_at":"2024-11-07T13:40:21.168Z","dependency_job_id":"7d6c54ac-ed6d-4cad-8c99-9cbcece534ed","html_url":"https://github.com/beanshell/beanshell","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/beanshell/beanshell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beanshell","download_url":"https://codeload.github.com/beanshell/beanshell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell/sbom","scorecard":{"id":229458,"data":{"date":"2025-08-11","repo":{"name":"github.com/beanshell/beanshell","commit":"eee36c81c35525fd771285e77b6fb8173db3f1dc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/maven.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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":4,"reason":"Found 6/15 approved changesets -- score normalized to 4","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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"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/maven.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/beanshell/beanshell/maven.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/maven.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/beanshell/beanshell/maven.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/maven.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/beanshell/beanshell/maven.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction 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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact 2.1.1 not signed: https://api.github.com/repos/beanshell/beanshell/releases/84850747","Warn: release artifact 2.0b6 not signed: https://api.github.com/repos/beanshell/beanshell/releases/2561801","Warn: release artifact 2.1.1 does not have provenance: https://api.github.com/repos/beanshell/beanshell/releases/84850747","Warn: release artifact 2.0b6 does not have provenance: https://api.github.com/repos/beanshell/beanshell/releases/2561801"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/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 'master'","Warn: branch protection not enabled for branch 'v2'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 21 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-17T04:34:49.323Z","repository_id":38421812,"created_at":"2025-08-17T04:34:49.323Z","updated_at":"2025-08-17T04:34:49.323Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34554510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":{"login":"beanshell","name":"BeanShell","uuid":"14807257","kind":"organization","description":"Lightweight Scripting for Java","email":null,"website":"http://beanshell.org","location":"apache-extras.org","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/14807257?v=4","repositories_count":2,"last_synced_at":"2023-03-06T22:51:55.288Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/beanshell","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-16T23:03:38.528Z","updated_at":"2023-03-06T22:51:55.306Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beanshell","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beanshell/repositories"},"packages":[{"id":5039381,"name":"org.apache-extras.beanshell:bsh","ecosystem":"maven","description":"BeanShell is a small, free, embeddable Java source interpreter with object scripting language features, written in Java. BeanShell dynamically executes standard Java syntax and extends it with common scripting conveniences such as loose types, commands, and method closures like those in Perl and JavaScript.","homepage":"https://github.com/beanshell/beanshell/","licenses":"Apache License, Version 2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/beanshell/beanshell","keywords_array":[],"namespace":"org.apache-extras.beanshell","versions_count":2,"first_release_published_at":"2015-01-13T02:08:50.000Z","latest_release_published_at":"2016-02-18T15:14:22.000Z","latest_release_number":"2.0b6","last_synced_at":"2026-06-19T10:04:06.631Z","created_at":"2022-07-27T18:26:38.855Z","updated_at":"2026-06-19T10:04:06.631Z","registry_url":"https://central.sonatype.com/artifact/org.apache-extras.beanshell/bsh/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.apache-extras.beanshell/bsh/","metadata":{"distribution_repositories":["https://api.bintray.com/maven/beanshell/Beanshell/bsh"]},"repo_metadata":{"id":38421812,"uuid":"43010103","full_name":"beanshell/beanshell","owner":"beanshell","description":"Beanshell scripting language","archived":false,"fork":false,"pushed_at":"2024-08-17T22:28:41.000Z","size":16099,"stargazers_count":914,"open_issues_count":103,"forks_count":184,"subscribers_count":46,"default_branch":"master","last_synced_at":"2025-10-25T05:38:41.076Z","etag":null,"topics":["beanshell","beanshell-scripting-language","java","java-interpreter","java-shell","scripting-language"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beanshell.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-09-23T15:36:06.000Z","updated_at":"2025-10-22T12:23:30.000Z","dependencies_parsed_at":"2024-11-07T13:40:21.168Z","dependency_job_id":"7d6c54ac-ed6d-4cad-8c99-9cbcece534ed","html_url":"https://github.com/beanshell/beanshell","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/beanshell/beanshell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beanshell","download_url":"https://codeload.github.com/beanshell/beanshell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell/sbom","scorecard":{"id":229458,"data":{"date":"2025-08-11","repo":{"name":"github.com/beanshell/beanshell","commit":"eee36c81c35525fd771285e77b6fb8173db3f1dc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/maven.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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":4,"reason":"Found 6/15 approved changesets -- score normalized to 4","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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"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/maven.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/beanshell/beanshell/maven.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/maven.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/beanshell/beanshell/maven.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/maven.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/beanshell/beanshell/maven.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction 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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact 2.1.1 not signed: https://api.github.com/repos/beanshell/beanshell/releases/84850747","Warn: release artifact 2.0b6 not signed: https://api.github.com/repos/beanshell/beanshell/releases/2561801","Warn: release artifact 2.1.1 does not have provenance: https://api.github.com/repos/beanshell/beanshell/releases/84850747","Warn: release artifact 2.0b6 does not have provenance: https://api.github.com/repos/beanshell/beanshell/releases/2561801"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/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 'master'","Warn: branch protection not enabled for branch 'v2'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 21 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-17T04:34:49.323Z","repository_id":38421812,"created_at":"2025-08-17T04:34:49.323Z","updated_at":"2025-08-17T04:34:49.323Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281397299,"owners_count":26493908,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"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":"beanshell","name":"BeanShell","uuid":"14807257","kind":"organization","description":"Lightweight Scripting for Java","email":null,"website":"http://beanshell.org","location":"apache-extras.org","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/14807257?v=4","repositories_count":2,"last_synced_at":"2023-03-06T22:51:55.288Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/beanshell","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-16T23:03:38.528Z","updated_at":"2023-03-06T22:51:55.306Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beanshell","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beanshell/repositories"},"tags":[{"name":"2.1.1","sha":"ecce2107562e738a44e53db2e3ced1f060f2ad21","kind":"tag","published_at":"2022-12-02T18:47:42.000Z","download_url":"https://codeload.github.com/beanshell/beanshell/tar.gz/2.1.1","html_url":"https://github.com/beanshell/beanshell/releases/tag/2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/beanshell/beanshell@2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell/tags/2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell/tags/2.1.1/manifests"},{"name":"2.1.0","sha":"78de928d6f92393ca154b932b24987c5181591bd","kind":"commit","published_at":"2020-12-22T11:17:37.000Z","download_url":"https://codeload.github.com/beanshell/beanshell/tar.gz/2.1.0","html_url":"https://github.com/beanshell/beanshell/releases/tag/2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/beanshell/beanshell@2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell/tags/2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell/tags/2.1.0/manifests"},{"name":"1.0","sha":"d36ea0f9c0128756ea74af6ca78963e68afa6802","kind":"tag","published_at":"2019-01-13T17:51:38.000Z","download_url":"https://codeload.github.com/beanshell/beanshell/tar.gz/1.0","html_url":"https://github.com/beanshell/beanshell/releases/tag/1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/beanshell/beanshell@1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell/tags/1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell/tags/1.0/manifests"},{"name":"2.0b1","sha":"75d1a0b63ef4a5a69f40a686c807899ec66b98c8","kind":"tag","published_at":"2019-01-13T17:40:01.000Z","download_url":"https://codeload.github.com/beanshell/beanshell/tar.gz/2.0b1","html_url":"https://github.com/beanshell/beanshell/releases/tag/2.0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/beanshell/beanshell@2.0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell/tags/2.0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell/tags/2.0b1/manifests"},{"name":"2.0b4","sha":"1ee6e8540a433ccab5bcf8b061df149a28d51710","kind":"tag","published_at":"2019-01-13T17:21:44.000Z","download_url":"https://codeload.github.com/beanshell/beanshell/tar.gz/2.0b4","html_url":"https://github.com/beanshell/beanshell/releases/tag/2.0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/beanshell/beanshell@2.0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell/tags/2.0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell/tags/2.0b4/manifests"},{"name":"2.0b6","sha":"659de5c1a1cd2f8dd1d75db203e07f26f465b109","kind":"tag","published_at":"2016-02-18T12:17:44.000Z","download_url":"https://codeload.github.com/beanshell/beanshell/tar.gz/2.0b6","html_url":"https://github.com/beanshell/beanshell/releases/tag/2.0b6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/beanshell/beanshell@2.0b6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell/tags/2.0b6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell/tags/2.0b6/manifests"},{"name":"2.0b5","sha":"78d3ba293f4fe086ad71377c9896b08dd6342648","kind":"commit","published_at":"2014-11-07T22:55:13.000Z","download_url":"https://codeload.github.com/beanshell/beanshell/tar.gz/2.0b5","html_url":"https://github.com/beanshell/beanshell/releases/tag/2.0b5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/beanshell/beanshell@2.0b5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell/tags/2.0b5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell/tags/2.0b5/manifests"}]},"repo_metadata_updated_at":"2026-02-11T15:21:57.120Z","dependent_packages_count":73,"downloads":null,"downloads_period":null,"dependent_repos_count":290,"rankings":{"downloads":null,"dependent_repos_count":0.8963949984482775,"dependent_packages_count":0.9931023436013976,"stargazers_count":12.811821121444803,"forks_count":14.661303369346715,"docker_downloads_count":5.660483136281272,"average":7.004620993824493},"purl":"pkg:maven/org.apache-extras.beanshell/bsh","advisories":[{"uuid":"GSA_kwCzR0hTQS1neGc2LXJjNmMtdjY3M832VQ","url":"https://github.com/advisories/GHSA-gxg6-rc6c-v673","title":"Improper Input Validation in BeanShell","description":"BeanShell (bsh) before 2.0b6, when included on the classpath by an application that uses Java serialization or XStream, allows remote attackers to execute arbitrary code via crafted serialized data, related to XThis.Handler.","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2022-05-13T01:14:25.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":8.1,"cvss_vector":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H","references":["https://nvd.nist.gov/vuln/detail/CVE-2016-2510","https://github.com/frohoff/ysoserial/pull/13","https://github.com/beanshell/beanshell/commit/1ccc66bb693d4e46a34a904db8eeff07808d2ced","https://github.com/beanshell/beanshell/commit/7c68fde2d6fc65e362f20863d868c112a90a9b49","https://access.redhat.com/errata/RHSA-2016:1135","https://access.redhat.com/errata/RHSA-2016:1376","https://access.redhat.com/errata/RHSA-2019:1545","https://github.com/beanshell/beanshell/releases/tag/2.0b6","https://security.gentoo.org/glsa/201607-17","https://www.oracle.com/security-alerts/cpuoct2020.html","https://www.rsaconference.com/writable/presentations/file_upload/asd-f03-serial-killer-silently-pwning-your-java-endpoints.pdf","http://lists.opensuse.org/opensuse-security-announce/2016-03/msg00056.html","http://lists.opensuse.org/opensuse-security-announce/2016-03/msg00078.html","http://rhn.redhat.com/errata/RHSA-2016-0539.html","http://rhn.redhat.com/errata/RHSA-2016-0540.html","http://rhn.redhat.com/errata/RHSA-2016-2035.html","http://www.debian.org/security/2016/dsa-3504","http://www.ubuntu.com/usn/USN-2923-1","https://github.com/advisories/GHSA-gxg6-rc6c-v673"],"source_kind":"github","identifiers":["GHSA-gxg6-rc6c-v673","CVE-2016-2510"],"repository_url":"https://github.com/frohoff/ysoserial","blast_radius":0.0,"created_at":"2022-12-21T16:12:13.387Z","updated_at":"2026-05-19T22:11:01.250Z","epss_percentage":0.39216,"epss_percentile":0.97328,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1neGc2LXJjNmMtdjY3M832VQ","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1neGc2LXJjNmMtdjY3M832VQ","packages":[{"ecosystem":"maven","package_name":"org.apache-extras.beanshell:bsh","versions":[{"first_patched_version":"2.0b6","vulnerable_version_range":"\u003c= 2.0b5"}],"purl":null}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1neGc2LXJjNmMtdjY3M832VQ/related_packages","related_advisories":[]}],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.apache-extras.beanshell:bsh","docker_dependents_count":7,"docker_downloads_count":82273,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.apache-extras.beanshell:bsh","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.apache-extras.beanshell:bsh/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-30T11:36:19.854Z","issues_count":101,"pull_requests_count":54,"avg_time_to_close_issue":281062684.6666667,"avg_time_to_close_pull_request":4620908.162162162,"issues_closed_count":47,"pull_requests_closed_count":37,"pull_request_authors_count":9,"issue_authors_count":27,"avg_comments_per_issue":4.069306930693069,"avg_comments_per_pull_request":2.759259259259259,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":5,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":4,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell/issues","maintainers":[{"login":"nickl-","count":46,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nickl-"},{"login":"jimjag","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jimjag"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.apache-extras.beanshell:bsh/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.apache-extras.beanshell:bsh/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.apache-extras.beanshell:bsh/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.apache-extras.beanshell:bsh/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.apache-extras.beanshell:bsh/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.apache-extras.beanshell:bsh/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://repo.maven.apache.org/maven2","ecosystem":"maven","default":true,"packages_count":608482,"maintainers_count":0,"namespaces_count":80807,"keywords_count":34879,"github":"maven-central","metadata":{"funded_packages_count":37828},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-06-10T05:05:55.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":14508543,"name":"dev-java/bsh","ecosystem":"gentoo","description":"A small embeddable Java source interpreter","homepage":"https://github.com/beanshell/beanshell","licenses":"LGPL-2.1","normalized_licenses":["LGPL-2.1"],"repository_url":"https://github.com/beanshell/beanshell","keywords_array":["amd64","arm64","ppc64"],"namespace":"dev-java","versions_count":1,"first_release_published_at":"2026-01-25T14:41:24.000Z","latest_release_published_at":"2026-01-25T14:41:24.000Z","latest_release_number":"2.1.1-r2","last_synced_at":"2026-05-27T01:29:55.610Z","created_at":"2026-05-27T01:29:55.256Z","updated_at":"2026-05-27T01:29:56.018Z","registry_url":"https://packages.gentoo.org/packages/dev-java/bsh","install_command":"emerge dev-java/bsh","documentation_url":"https://packages.gentoo.org/packages/dev-java/bsh","metadata":{"category":"dev-java","slot":"0","eapi":"8","inherit":"java-pkg-2 java-pkg-simple","iuse":"doc source test"},"repo_metadata":{},"repo_metadata_updated_at":"2026-05-27T01:29:55.991Z","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/dev-java/bsh","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/gentoo/dev-java/bsh","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/gentoo/dev-java/bsh","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/gentoo/dev-java/bsh/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/dev-java%2Fbsh/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/dev-java%2Fbsh/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/dev-java%2Fbsh/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/dev-java%2Fbsh/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/dev-java%2Fbsh/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/dev-java%2Fbsh/codemeta","maintainers":[],"registry":{"name":"gentoo-portage","url":"https://packages.gentoo.org/","ecosystem":"gentoo","default":true,"packages_count":19339,"maintainers_count":0,"namespaces_count":174,"keywords_count":382,"github":"gentoo","metadata":{"snapshot_url":"https://distfiles.gentoo.org/snapshots/portage-latest.tar.xz","funded_packages_count":77},"icon_url":"https://github.com/gentoo.png","created_at":"2026-05-26T08:59:24.155Z","updated_at":"2026-06-10T05:04:01.738Z","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"}}],"commits":{"id":9855968,"full_name":"beanshell/beanshell","default_branch":"master","total_commits":976,"total_committers":28,"total_bot_commits":4,"total_bot_committers":1,"mean_commits":34.857142857142854,"dds":0.5758196721311475,"past_year_total_commits":0,"past_year_total_committers":0,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":0.0,"past_year_dds":0.0,"last_synced_at":"2026-06-18T01:04:09.350Z","last_synced_commit":"eee36c81c35525fd771285e77b6fb8173db3f1dc","created_at":"2025-05-08T14:55:20.918Z","updated_at":"2026-06-18T01:02:18.681Z","committers":[{"name":"nickl-","email":"github@jigsoft.co.za","login":"nickl-","count":414},{"name":"Patrick Niemeyer","email":"patniemeyer@gmail.com","login":"patniemeyer","count":307},{"name":"tmoore","email":"tmoore@spatial.ca","login":"opeongo","count":69},{"name":"Stian Soiland-Reyes","email":"soiland-reyes@cs.manchester.ac.uk","login":"stain","count":61},{"name":"Pedro Giffuni","email":"pgiffuni","login":"pgiffuni","count":24},{"name":"pejobo70@gmail.com","email":"pejobo70@gmail.com@934af587-6f8e-29cc-0aa7-85b2284b99e2","login":null,"count":11},{"name":"pfgiffunis@unal.edu.co","email":"pfgiffunis@unal.edu.co@934af587-6f8e-29cc-0aa7-85b2284b99e2","login":null,"count":11},{"name":"Jim Jagielski","email":"jimjag@gmail.com","login":"jimjag","count":11},{"name":"Daniel Leuck","email":"dleuck","login":null,"count":10},{"name":"stian@mygrid.org.uk","email":"stian@mygrid.org.uk@934af587-6f8e-29cc-0aa7-85b2284b99e2","login":null,"count":10},{"name":"Arthur Henkels","email":"arthur.henkels@senior.com.br","login":"Arthur-Henkels-Senior","count":9},{"name":"Stefano Fornari","email":"stefano.fornari@gmail.com","login":"stefanofornari","count":6},{"name":"jmetertea","email":"33323555+jmetertea","login":"jmetertea","count":6},{"name":"Michael Wall","email":"mjwall@gmail.com","login":"mjwall","count":4},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":4},{"name":"Charles Noble","email":"Charles.Noble@dmv.ca.gov","login":"charlie-cadmv","count":4},{"name":"Devin Rosenbauer","email":"devin@identityworksllc.com","login":"drosenbauer","count":2},{"name":"Nicehat","email":"119663530+n1ceh4t","login":"n1ceh4t","count":2},{"name":"Zebreus","email":"lennart@zebre.us","login":"zebreus","count":2},{"name":"Christian Cairney","email":"christian.cairney@sailpoint.com","login":"Christian-Cairney-sp","count":1},{"name":"Matthias Seidel","email":"mseidel@apache.org","login":"Pilot-Pirx","count":1},{"name":"simone.tripodi","email":"simone.tripodi@934af587-6f8e-29cc-0aa7-85b2284b99e2","login":null,"count":1},{"name":"CVS Administrator","email":"root","login":null,"count":1},{"name":"(no author)","email":"(no author)","login":null,"count":1},{"name":"Rico Neubauer","email":"R.Neubauer@seeburger.de","login":"MrEasy","count":1},{"name":"Samuel Mehrbrodt","email":"Samuel.Mehrbrodt@cib.de","login":"smehrbrodt","count":1},{"name":"Shiang-Yun Yang","email":"morris821028@gmail.com","login":"morris821028","count":1},{"name":"TarCV","email":"2857607+TarCV","login":"TarCV","count":1}],"past_year_committers":[],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-06-20T00:00:10.001Z","repositories_count":6264294,"commits_count":875188865,"contributors_count":35081442,"owners_count":1168942,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues":{"table":{"full_name":"beanshell/beanshell","html_url":"https://github.com/beanshell/beanshell","last_synced_at":"2026-05-28T15:00:44.845Z","status":"active","issues_count":107,"pull_requests_count":54,"avg_time_to_close_issue":275563002.6938776,"avg_time_to_close_pull_request":4620908.162162162,"issues_closed_count":48,"pull_requests_closed_count":37,"pull_request_authors_count":9,"issue_authors_count":32,"avg_comments_per_issue":3.9345794392523366,"avg_comments_per_pull_request":2.759259259259259,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":6,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":11578268.0,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":6,"past_year_avg_comments_per_issue":0.3333333333333333,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"created_at":"2023-05-16T18:26:47.043Z","updated_at":"2026-05-28T15:00:44.845Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanshell%2Fbeanshell/issues","issue_labels_count":{"table":{"auto-migrated sourceforge":31,"checked":31,"bug":27,"feature":14,"out of scope v3.0":11,"General":7,"discussion":6,"Documentation":3,"patch":2,"GUI":1,"Parsing":1}},"pull_request_labels_count":{"table":{}},"issue_author_associations_count":{"table":{"NONE":61,"MEMBER":27,"CONTRIBUTOR":19}},"pull_request_author_associations_count":{"table":{"CONTRIBUTOR":25,"MEMBER":20,"NONE":9}},"issue_authors":{"table":{"sourceforge-issue-exporter":31,"nickl-":26,"opeongo":18,"revusky":2,"TianYuanSX":2,"sergioszy":2,"thevpc":1,"db00lean":1,"f-ckAndroid":1,"QiuYucheng2003":1,"cri-s":1,"jimjag":1,"max-m-s":1,"NeumimTo":1,"capfei":1,"a-lex-anders":1,"makiam":1,"bugla":1,"uni-beta":1,"jrburk":1,"Tianscar":1,"Alexenon":1,"Wade-tech":1,"rrangelo":1,"garethhurley":1,"MikOfClassX":1,"tolot27":1,"klcolon":1,"TarCV":1,"Thotakrishna7":1,"lispercat":1,"Raffa064":1}},"pull_request_authors":{"table":{"nickl-":20,"opeongo":20,"Net-0":5,"f-ckAndroid":2,"zebreus":2,"TarCV":2,"charlie-cadmv":1,"n1ceh4t":1,"matthinc":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-06-20T00:00:09.966Z","repositories_count":14816194,"issues_count":33005009,"pull_requests_count":108992489,"authors_count":11312184,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"}},"past_year_issue_labels_count":{"table":{}},"past_year_pull_request_labels_count":{"table":{}},"past_year_issue_author_associations_count":{"table":{"NONE":6}},"past_year_pull_request_author_associations_count":{"table":{}},"past_year_issue_authors":{"table":{"capfei":1,"jrburk":1,"MikOfClassX":1,"QiuYucheng2003":1,"rrangelo":1,"Thotakrishna7":1}},"past_year_pull_request_authors":{"table":{}},"maintainers":[{"table":{"login":"nickl-","count":46,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nickl-"}},{"table":{"login":"jimjag","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jimjag"}}],"active_maintainers":[]}},"events":{"total":{"ForkEvent":7,"IssuesEvent":5,"WatchEvent":72,"IssueCommentEvent":6,"GollumEvent":2},"last_year":{"ForkEvent":3,"IssuesEvent":2,"WatchEvent":24,"IssueCommentEvent":2,"GollumEvent":1}},"keywords":["beanshell","beanshell-scripting-language","java","java-interpreter","java-shell","scripting-language"],"dependencies":[{"ecosystem":"maven","filepath":"bsh-bsf-engine/pom.xml","sha":null,"kind":"manifest","created_at":"2022-07-11T19:24:58.118Z","updated_at":"2022-07-11T19:24:58.118Z","repository_link":"https://github.com/beanshell/beanshell/blob/master/bsh-bsf-engine/pom.xml","dependencies":[{"id":136376086,"package_name":"junit:junit","ecosystem":"maven","requirements":"4.13.1","direct":true,"kind":"test","optional":false},{"id":136376091,"package_name":"org.hamcrest:hamcrest-all","ecosystem":"maven","requirements":"1.3","direct":true,"kind":"test","optional":false},{"id":136376093,"package_name":"bsf:bsf","ecosystem":"maven","requirements":"2.4.0","direct":true,"kind":"runtime","optional":false},{"id":136376096,"package_name":"org.apache-extras.beanshell:bsh","ecosystem":"maven","requirements":"2.1.0-SNAPSHOT","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"maven","filepath":"pom.xml","sha":null,"kind":"manifest","created_at":"2022-07-11T19:24:58.138Z","updated_at":"2022-07-11T19:24:58.138Z","repository_link":"https://github.com/beanshell/beanshell/blob/master/pom.xml","dependencies":[{"id":136376114,"package_name":"junit:junit","ecosystem":"maven","requirements":"4.13.1","direct":true,"kind":"test","optional":false},{"id":136376115,"package_name":"org.hamcrest:hamcrest-all","ecosystem":"maven","requirements":"1.3","direct":true,"kind":"test","optional":false},{"id":136376116,"package_name":"javax.servlet:javax.servlet-api","ecosystem":"maven","requirements":"4.0.1","direct":true,"kind":"provided","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/maven.yml","sha":null,"kind":"manifest","created_at":"2023-10-20T18:20:28.248Z","updated_at":"2023-10-20T18:20:28.248Z","repository_link":"https://github.com/beanshell/beanshell/blob/master/.github/workflows/maven.yml","dependencies":[{"id":14267464225,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":14267464226,"package_name":"actions/setup-java","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":14267464227,"package_name":"codecov/codecov-action","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]}],"score":21.605304683785317,"created_at":"2025-05-08T14:55:19.510Z","updated_at":"2026-06-21T02:30:22.212Z","avatar_url":"https://github.com/beanshell.png","language":"Java","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/361358","html_url":"https://summary.ecosyste.ms/projects/361358"}