原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"event-driven",
"events",
"java",
"json",
"rule",
"rules",
"matching",
"filtering"
],
"is_fork": false,
"size_kb": 65143,
"has_wiki": true,
"homepage": null,
"languages": {
"Java": 1197332,
"Shell": 6408
},
"pushed_at": "2026-07-21T18:05:58Z",
"created_at": "2022-06-17T16:10:12Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T18:06:13Z",
"description": "Event Ruler is a Java library that allows matching many thousands of Events per second to any number of expressive and sophisticated rules.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Java",
"significant_languages": [
"Java"
]
},
"owner": {
"blog": "https://amazon.com/aws",
"name": "Amazon Web Services",
"type": "Organization",
"login": "aws",
"company": null,
"location": "United States of America",
"followers": 16186,
"avatar_url": "https://avatars.githubusercontent.com/u/2232217?v=4",
"created_at": "2012-08-28T05:37:55Z",
"is_verified": null,
"public_repos": 551,
"account_age_days": 5081
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2026-07-15T23:08:51Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2026-07-15T22:52:47Z"
},
{
"tag": "v1.9.0",
"kind": "minor",
"published_at": "2026-04-17T21:47:50Z"
},
{
"tag": "v1.8.2",
"kind": "patch",
"published_at": "2025-07-15T22:38:18Z"
},
{
"tag": "v1.8.1",
"kind": "patch",
"published_at": "2024-11-01T20:01:57Z"
},
{
"tag": "v1.8.0",
"kind": "minor",
"published_at": "2024-09-19T23:36:03Z"
},
{
"tag": "v1.7.5",
"kind": "patch",
"published_at": "2024-08-06T17:38:32Z"
},
{
"tag": "v1.7.4",
"kind": "patch",
"published_at": "2024-07-08T18:39:18Z"
},
{
"tag": "v1.7.3",
"kind": "patch",
"published_at": "2024-03-14T18:31:51Z"
},
{
"tag": "v1.7.2",
"kind": "patch",
"published_at": "2024-02-06T18:53:26Z"
},
{
"tag": "v1.7.1",
"kind": "patch",
"published_at": "2024-01-22T20:22:02Z"
},
{
"tag": "v1.7.0",
"kind": "minor",
"published_at": "2023-11-23T16:36:33Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2023-11-22T00:21:01Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2023-10-25T03:05:05Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2023-10-11T02:43:29Z"
},
{
"tag": "v1.2.2",
"kind": "patch",
"published_at": "2023-05-04T17:50:41Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2023-04-01T01:47:33Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2023-02-16T18:45:54Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2023-02-03T04:58:46Z"
},
{
"tag": "v1.0.4",
"kind": "patch",
"published_at": "2022-11-07T21:38:36Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2022-10-06T23:14:42Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2022-10-02T07:04:01Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2022-09-06T15:36:08Z"
}
],
"recent_commits": [
{
"oid": "337e8d99026d3f6687f783535f157be8bf4ebbb7",
"body": "…eckout-7\n\nchore(deps): bump actions/checkout from 6 to 7",
"is_bot": false,
"headline": "Merge pull request #261 from aws/dependabot/github_actions/actions/ch…",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-07-21T18:05:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34996801a8ede0088bd0be84c5c8d598325a9059",
"body": "A tag pushed right after its commit found CI still running and failed\nthe gate, requiring a manual re-run. Poll instead: pass on the first\nsuccessful run, fail fast when CI concluded without success and\nnothing is pending, time out after 60 minutes otherwise.",
"is_bot": false,
"headline": "ci: Wait for in-progress CI instead of failing the release gate",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-07-21T18:01:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae0f39c34e7401b629efa922ca5b102ed31015e4",
"body": "The release workflow built, signed, and uploaded whatever the tag or\ndispatch ref pointed at, without checking that the commit had passed\nthe Java Build workflow (4-JDK verify + benchmarks). Unit tests ran\nimplicitly via mvn deploy on JDK 8 only.\n\nAdd a gate step that queries the CI workflow runs fo\n[…]\nact\ncommit being released and fails the job when no successful run\nexists. Pushes to main trigger CI, so tags on main are covered. A\nskip_ci_gate dispatch input covers backfill refs that never ran CI.",
"is_bot": false,
"headline": "ci: Gate Maven Central release on CI success",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-07-21T17:47:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b4c8c49dd6d8fe2025c47af8e8307f009855b1b3",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v6...v7)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/checkout from 6 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T07:32:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b27e5287fbedf7557a4affb537febf332a926442",
"body": null,
"is_bot": false,
"headline": "Update MAINTAINERS.md",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-07-17T23:37:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6677bacd695213a2cccefc5085d607d123925e6",
"body": null,
"is_bot": false,
"headline": "build: Name Central Portal deployments by GAV coordinates",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-07-17T23:28:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b4811ed07789104c4dd936bb05e1b2a6260a7c5",
"body": "Builds from the pushed tag (or a dispatched ref for backfills), signs\nwith the team GPG key, and uploads to the Central Publisher Portal with\nauto-publish off; a maintainer publishes the validated deployment from\nthe Portal UI. Credentials and signing key live in Actions secrets.",
"is_bot": false,
"headline": "ci: Add tag-triggered Maven Central release workflow",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-07-17T22:55:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae97c60c436b6743170a121bd98dbf9ba850943b",
"body": "Replace nexus-staging-maven-plugin and the aws.oss.sonatype.org\ndistributionManagement (legacy OSSRH, EOL 2025-06-30) with\ncentral-publishing-maven-plugin targeting central.sonatype.com.\nautoPublish is off: deployments are validated in the Portal and\npublished manually from the UI.",
"is_bot": false,
"headline": "build: Migrate publishing to Central Publisher Portal",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-07-17T22:54:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ddabe71ed357a4442489ce58b2a8f0dbe6e037a",
"body": "Remove maintainers with no repo activity since 2024 (baldawar,\njonessha, longzhang-lz); keep timbray (active through 2026) and\nadd fym-rgb (current primary maintainer).",
"is_bot": false,
"headline": "chore: Update MAINTAINERS.md to current active maintainers",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-07-16T03:03:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e544671ac1e9f143acbb32aae03d30f19c8196e",
"body": "…eckout-7\n\nchore(deps): bump actions/checkout from 6 to 7",
"is_bot": false,
"headline": "Merge pull request #254 from aws/dependabot/github_actions/actions/ch…",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-07-15T23:38:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c5fea4fd3ce980450f08168324f38a6a1809501",
"body": "…on.core-jackson-databind-2.22.1\n\nchore(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.21.0 to 2.22.1",
"is_bot": false,
"headline": "Merge pull request #258 from aws/dependabot/maven/com.fasterxml.jacks…",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-07-15T23:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13297de440df1ab19c0c491e5874399b05dd00fa",
"body": null,
"is_bot": false,
"headline": "chore: Bump version to 2.0.1",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-07-15T23:07:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07a25d77c463d1930cdb8c42fba933f668a3611d",
"body": "… switch\n\nCollapses the duplicated pattern-type switch so the two methods cannot\ndrift when a new pattern type is added. No behavior change: findPattern\nreturns the first (or only) NameState findAllPatterns yields, matching\nthe previous semantics for every pattern type.",
"is_bot": false,
"headline": "Implement findPattern on top of findAllPatterns to keep a single type…",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-07-15T23:01:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "981793fc1e81bcb6026e759b6c44bfd73aca9719",
"body": "Deleting one rule could silently break other rules that share byte-level\ntrie transitions, which happens for identical or overlapping wildcard\nsub-patterns. The result was either a ghost (deleted rule keeps matching)\nor an orphan (surviving rule stops matching), and it was non-deterministic\nbecause \n[…]\ns. Full suite passes; no performance regression.\n\nAlso adds a mixed-operator shape test (wildcard combined with anything-but,\nnumeric, exists, prefix and exact) to guard the multi-operator trie shape.",
"is_bot": false,
"headline": "Fix Machine.deleteRule isolation for shared wildcard sub-patterns (#255)",
"author_name": "Daniel Sanchez",
"author_login": "sanchezdale",
"committed_at": "2026-07-15T23:01:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eb819090d0832104fc3329b0bc209dbb8c4ad3eb",
"body": "Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.21.0 to 2.22.1.\n- [Commits](https://github.com/FasterXML/jackson/commits)\n\n---\nupdated-dependencies:\n- dependency-name: com.fasterxml.jackson.core:jackson-databind\n dependency-version: 2.22.1\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump com.fasterxml.jackson.core:jackson-databind",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-13T07:33:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "debffc625095f9c5171c2fa547f83aef19ae0c44",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v6...v7)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/checkout from 6 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-22T07:32:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "23374705326da9ddf81eeb5ee618bba7b60f1ca5",
"body": "…ugins-maven-javadoc-plugin-3.12.0\n\nBump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.12.0",
"is_bot": false,
"headline": "Merge pull request #229 from aws/dependabot/maven/org.apache.maven.pl…",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-04-30T17:48:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0dbc8b434af695a5bfd540558241ce12f9a217b",
"body": "…ven-javadoc-plugin-3.12.0",
"is_bot": false,
"headline": "Merge branch 'main' into dependabot/maven/org.apache.maven.plugins-ma…",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-04-30T17:47:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b00a6c4eab09526251bb15cfb2ecf3a3f46a69eb",
"body": "…eckout-6\n\nBump actions/checkout from 4 to 6",
"is_bot": false,
"headline": "Merge pull request #237 from aws/dependabot/github_actions/actions/ch…",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-04-30T17:46:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d24f80cd87d567167e469030cbc87a5090b90fd",
"body": "…ugins-maven-source-plugin-3.4.0\n\nBump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0",
"is_bot": false,
"headline": "Merge pull request #239 from aws/dependabot/maven/org.apache.maven.pl…",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-04-30T17:45:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e708bb355c5bcab7096ed3a3ac5c8788bc1c686",
"body": "…xec-maven-plugin-3.6.3\n\nBump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3",
"is_bot": false,
"headline": "Merge pull request #240 from aws/dependabot/maven/org.codehaus.mojo-e…",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-04-30T17:45:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c753ccfe06fb85e4d7b16dfd0ff311b26ff325c",
"body": "…on.core-jackson-databind-2.21.0\n\nBump com.fasterxml.jackson.core:jackson-databind from 2.19.1 to 2.21.0",
"is_bot": false,
"headline": "Merge pull request #241 from aws/dependabot/maven/com.fasterxml.jacks…",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-04-30T17:44:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ec61c3b8d9bc92c70f005a58e072bce6936139f",
"body": "…ugins-maven-compiler-plugin-3.15.0\n\nBump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.15.0",
"is_bot": false,
"headline": "Merge pull request #242 from aws/dependabot/maven/org.apache.maven.pl…",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-04-30T17:44:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "591cbe1298160314e466bbf6c5edc4c6cc607779",
"body": "test: Add StableBenchmarks harness and perf-compare wrapper",
"is_bot": false,
"headline": "Merge pull request #249 from fym-rgb/perf/stable-benchmarks",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-04-30T17:43:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7779246c2ad0d0e4e465deaa20da2fe38e99e9a",
"body": "Adds a warmup + averaged companion to Benchmarks#CL2Benchmark for\nreviewing changes for perf regressions, plus a shell wrapper for the\ncommon before/after comparison case.\n\nMotivation\n----------\nBenchmarks#CL2Benchmark measures throughput with a single pass per\nrule type. JIT warmup and class load m\n[…]\n as the\n primary regression-check tool, with the bare mvn invocation kept as\n the advanced option. Shows a realistic sample of wrapper output.\n- CONTRIBUTING point 4 updated to point at the wrapper.",
"is_bot": false,
"headline": "test: Add StableBenchmarks harness and perf-compare wrapper",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-04-30T01:42:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f2886f8e2cf95bd8eeb9182420b7f7fb3dc14edb",
"body": "fix: Guard backwards-array walker against non-InputByte sentinels",
"is_bot": false,
"headline": "Merge pull request #248 from fym-rgb/release/v2.0.0",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-04-28T00:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e0a73fe0b8bf73318c253884f6d371e46839921",
"body": "The extractNextJavaCharacterFromInputCharactersForBackwardsArrays walker\nand isContinuationByte assumed every element in the InputCharacter[] array\nis an InputByte. For wildcard patterns, the array contains InputWildcard\nsentinels (the leading/trailing '*'). When the walker iterated past the\nlast co\n[…]\nints, many-rule interleaving, all add-order permutations,\nadd-delete-add, stress (50 duplicate wildcards), and matching correctness\nfor every scenario.\n\nsim: https://taskei.amazon.dev/tasks/P421369483",
"is_bot": false,
"headline": "fix: Guard backwards-array walker against non-InputByte sentinels",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-04-27T23:19:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6f93ea0c704c221f1558bd86f31d51cbadd0c564",
"body": "feat!: Make StructuredFinder the default for rulesForJSONEvent (v2.0.0)",
"is_bot": false,
"headline": "Merge pull request #247 from fym-rgb/release/v2.0.0",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-04-17T21:42:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0252d2e2b6d4e9c4228fbb783d794ef632a21df",
"body": "BREAKING CHANGE: rulesForJSONEvent() now uses StructuredFinder (indexed\ntrie walker) instead of ACFinder (step-queue iteration) by default.\nThis changes the default value of useStructuredMatching from false to true\nin GenericMachine.Builder.\n\nStructuredFinder provides linear-time matching on events \n[…]\nulesForJSONEvent(JsonNode) use it\n- Bump version to 2.0.0\n\nTo opt out and use the previous ACFinder behavior:\n Machine machine = Machine.builder()\n .withStructuredMatching(false)\n .build();",
"is_bot": false,
"headline": "feat!: Make StructuredFinder the default for rulesForJSONEvent (v2.0.0)",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-04-13T22:05:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "547ee59e2cc3a444d6716d4093b054126d437796",
"body": "chore: Bump version to 1.9.0",
"is_bot": false,
"headline": "Merge pull request #246 from fym-rgb/release/v1.9.0",
"author_name": "fym",
"author_login": "fym-rgb",
"committed_at": "2026-04-07T17:47:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0161713de3620fa90febedb959d2f95ae78033a3",
"body": null,
"is_bot": false,
"headline": "chore: Bump version to 1.9.0 for StructuredFinder release",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-04-07T04:05:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7677eaf54da06a488d17fe3cc7909fab6b745633",
"body": "…ching\n\nAdd a configuration flag withStructuredMatching(true) on Machine.Builder that\nenables StructuredFinder, a linear-time matching algorithm for rulesForJSONEvent().\n\nThe default behavior is UNCHANGED — rulesForJSONEvent() uses the original\nACFinder with no modifications. Only when withStructure\n[…]\nal to origin/main, enabling safe shadow-mode validation.\n\nValidated against 748 in-repo tests + 2799 external correctness cases.\nTested with 28 perf scenarios including 14 attack payloads up to 1.2MB.",
"is_bot": false,
"headline": "feat: Add withStructuredMatching for linear-time array-consistent mat…",
"author_name": "Francis Ma",
"author_login": "fym-rgb",
"committed_at": "2026-04-06T20:31:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f61732a0c170f66b68b264afb1ff29c9838795e3",
"body": "Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.14.0 to 3.15.0.\n- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)\n- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.14.0.\n[…]\nven.plugins:maven-compiler-plugin\n dependency-version: 3.15.0\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven.plugins:maven-compiler-plugin",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-02T07:49:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ee70ba59490bc4af2c17e4df8e4739c885fcbe01",
"body": "Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.19.1 to 2.21.0.\n- [Commits](https://github.com/FasterXML/jackson/commits)\n\n---\nupdated-dependencies:\n- dependency-name: com.fasterxml.jackson.core:jackson-databind\n dependency-version: 2.21.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump com.fasterxml.jackson.core:jackson-databind from 2.19.1 to 2.21.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-19T08:06:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "410153ad75ceca718c99011b3282fc14783626bf",
"body": "Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.5.1 to 3.6.3.\n- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)\n- [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.5.1...3.6.3)\n\n---\nupdated-dependencies:\n- depe\n[…]\norg.codehaus.mojo:exec-maven-plugin\n dependency-version: 3.6.3\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-22T07:05:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "67b1cf5facd3bba5e33522c07ab1d5f4e4101af9",
"body": "Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.3.1 to 3.4.0.\n- [Release notes](https://github.com/apache/maven-source-plugin/releases)\n- [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.3.1...maven-sourc\n[…]\ne.maven.plugins:maven-source-plugin\n dependency-version: 3.4.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-01T08:31:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3e6d42766ff34f20b9e0027d027f0dac732367ae",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v6)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 4 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-24T07:05:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3ed76b5eb75d1bf819fbd5712b8f111ec8749d0e",
"body": "Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.11.2 to 3.12.0.\n- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)\n- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.11.2...mav\n[…]\nmaven.plugins:maven-javadoc-plugin\n dependency-version: 3.12.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.12.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-22T07:05:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b415d13649fbe7cca2e3f7e32dc88dbe20c1718e",
"body": "…ugins-maven-gpg-plugin-3.2.8\n\nBump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8",
"is_bot": false,
"headline": "Merge pull request #219 from aws/dependabot/maven/org.apache.maven.pl…",
"author_name": "kamouney",
"author_login": "kamouney",
"committed_at": "2025-07-23T05:00:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "858be71587ea5617ccee0685baf16c9fda01f344",
"body": "Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.7 to 3.2.8.\n- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)\n- [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.7...maven-gpg-plugin-3.2.8)\n\n-\n[…]\nache.maven.plugins:maven-gpg-plugin\n dependency-version: 3.2.8\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-07-07T09:01:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bb4c071f4b091d474909687851520c1a548ea4a2",
"body": "…on.core-jackson-databind-2.19.1\n\nBump com.fasterxml.jackson.core:jackson-databind from 2.18.2 to 2.19.1",
"is_bot": false,
"headline": "Merge pull request #217 from aws/dependabot/maven/com.fasterxml.jacks…",
"author_name": "kamouney",
"author_login": "kamouney",
"committed_at": "2025-06-25T18:06:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a67537fb019761564e419bb88295408f406c5fa",
"body": "Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.2 to 2.19.1.\n- [Commits](https://github.com/FasterXML/jackson/commits)\n\n---\nupdated-dependencies:\n- dependency-name: com.fasterxml.jackson.core:jackson-databind\n dependency-version: 2.19.1\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump com.fasterxml.jackson.core:jackson-databind from 2.18.2 to 2.19.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-06-16T07:20:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "850492bc7da9af34e2a781dd9afd0506cdd66e88",
"body": "Introduce option to detect and fail on path overriding in rule definitions",
"is_bot": false,
"headline": "Merge pull request #212 from nicdard/issue-22",
"author_name": "kamouney",
"author_login": "kamouney",
"committed_at": "2025-06-13T04:41:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83633741d92eba84b4f840719e0b504019ac560e",
"body": "…xec-maven-plugin-3.5.1\n\nBump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1",
"is_bot": false,
"headline": "Merge pull request #216 from aws/dependabot/maven/org.codehaus.mojo-e…",
"author_name": "kamouney",
"author_login": "kamouney",
"committed_at": "2025-06-11T16:28:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "059aa4ba5d43917c675bd730a9003ba4c4b92be7",
"body": "Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.5.0 to 3.5.1.\n- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)\n- [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.5.0...3.5.1)\n\n---\nupdated-dependencies:\n- depe\n[…]\norg.codehaus.mojo:exec-maven-plugin\n dependency-version: 3.5.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-06-02T07:56:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "46aced22a208da2211fbf35d60bf83826c04d526",
"body": null,
"is_bot": false,
"headline": "refactor: review comments from @rishibaldawa",
"author_name": "Nicola Dardanis",
"author_login": "nicdard",
"committed_at": "2025-05-15T09:17:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03988587e478527e23987c0bfda1d2e3f77a2590",
"body": null,
"is_bot": false,
"headline": "feat: update library version to 1.8.2",
"author_name": "Nicola Dardanis",
"author_login": "nicdard",
"committed_at": "2025-05-15T08:52:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5626fa37f5a8394939d183898a9c8cc051637d97",
"body": "… flag",
"is_bot": false,
"headline": "feat: detect path overriding in RuleCompiler calls based on a boolean…",
"author_name": "Nicola Dardanis",
"author_login": "nicdard",
"committed_at": "2025-05-15T08:52:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dd7a15f9100116b7d438eacb4291317638fd824",
"body": "…lean flag",
"is_bot": false,
"headline": "feat: detect path overriding in JsonRuleCompiler calls based on a boo…",
"author_name": "Nicola Dardanis",
"author_login": "nicdard",
"committed_at": "2025-05-15T08:52:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8dd44cfab06330864308e48e41a55b9d691f6c1",
"body": null,
"is_bot": false,
"headline": "feat: Add ruleOverriding configuration",
"author_name": "Nicola Dardanis",
"author_login": "nicdard",
"committed_at": "2025-05-15T08:52:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb2cc7faa522fe85913bf2db1ae7ab9413b9e494",
"body": "…ugins-maven-compiler-plugin-3.14.0\n\nBump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0",
"is_bot": false,
"headline": "Merge pull request #208 from aws/dependabot/maven/org.apache.maven.pl…",
"author_name": "kamouney",
"author_login": "kamouney",
"committed_at": "2025-05-14T23:13:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc95717b640fc2188a8f7bbbe20bb112fd0e2f63",
"body": "feat(ci): Bump ubuntu runner version to 24.04",
"is_bot": false,
"headline": "Merge pull request #215 from nicdard/ci-runner",
"author_name": "Tim Bray",
"author_login": "timbray",
"committed_at": "2025-05-10T02:34:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e40623e2812cb5495a50dbe40313ed8bf69cdc4",
"body": null,
"is_bot": false,
"headline": "feat(ci): Bump ubuntu runner version to 24.04",
"author_name": "Nicola Dardanis",
"author_login": "nicdard",
"committed_at": "2025-05-08T13:41:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5bd67ca5f21b0ba0adf2bef24ea9e8204bf350c",
"body": "Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.13.0 to 3.14.0.\n- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)\n- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.13.0.\n[…]\ndependency-name: org.apache.maven.plugins:maven-compiler-plugin\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven.plugins:maven-compiler-plugin",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-02-24T07:18:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e63458fb74a618f918a10e8e6f9bf90e6a21407b",
"body": "…1.2 (#205)\n\nBumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.11.1 to 3.11.2.\r\n- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)\r\n- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plug\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.1…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-12-12T21:18:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dc9ef885638e519a25ab51f0fec001cb06761a21",
"body": "…2 (#204)\n\nBumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.1 to 2.18.2.\r\n- [Commits](https://github.com/FasterXML/jackson/commits)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: com.fasterxml.jackson.core:jackson-databind\r\n dependency-type: dir\n[…]\n: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Rishi Baldawa <107701668+baldawar@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump com.fasterxml.jackson.core:jackson-databind from 2.18.1 to 2.18.…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-12-02T16:15:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "781b240ebf4ab24a878664271dd5f0b7a63a7835",
"body": "…6 (#203)\n\nBumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.8.6.5 to 4.8.6.6.\r\n- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)\r\n- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-mave\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.5 to 4.8.6.…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-12-02T16:14:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e026996bb8cb205ebd91c4d80f5b291509691651",
"body": "Bumps [ch.randelshofer:fastdoubleparser](https://github.com/wrandelshofer/FastDoubleParser) from 2.0.0 to 2.0.1.\r\n- [Release notes](https://github.com/wrandelshofer/FastDoubleParser/releases)\r\n- [Commits](https://github.com/wrandelshofer/FastDoubleParser/compare/v2.0.0...v2.0.1)\r\n\r\n---\r\nupdated-depe\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump ch.randelshofer:fastdoubleparser from 2.0.0 to 2.0.1 (#202)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-12-02T16:14:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "559650cc2888bdbd918018ecd0b7d2616300c265",
"body": "…1.1 (#200)\n\nBumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.10.1 to 3.11.1.\r\n- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)\r\n- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plug\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.1…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-11-04T16:53:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d993b26ca49e6e101e540f67ae281924842f7b04",
"body": "…1 (#201)\n\nBumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.0 to 2.18.1.\r\n- [Commits](https://github.com/FasterXML/jackson/commits)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: com.fasterxml.jackson.core:jackson-databind\r\n dependency-type: dir\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump com.fasterxml.jackson.core:jackson-databind from 2.18.0 to 2.18.…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-11-04T16:53:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4c883d7f0b1d5ac27f3775e55bbe8ed8475a942f",
"body": "Add ByteMatch hashCode() to reduce transitions object count.\r\n\r\nIt takes many hours to compute the machine complexity of this rule\r\non a laptop:\r\n\r\n{\r\n \"field1\": [{\r\n \"numeric\": [\"<=\", 120.0]\r\n }],\r\n \"field2\": [{\r\n \"numeric\": [\">\", 300.0]\r\n }],\r\n \"field3\": [{\r\n \"n\n[…]\nvoid creating duplicates. This offers nominal benefit in rule matching\r\nlatency but has notable improvement for (1) rule addition / removal time,\r\nand (2) when comparing the machine size / complexity.",
"is_bot": false,
"headline": "Add ByteMatch hashCode() to reduce transitions object count. (#199)",
"author_name": "Rishi Baldawa",
"author_login": "baldawar",
"committed_at": "2024-11-01T19:09:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "28c3d81a784a83a40b7eef9ada91b0bc91068289",
"body": "…5 (#195)\n\nBumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.8.6.4 to 4.8.6.5.\r\n- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)\r\n- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-mave\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.4 to 4.8.6.…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-28T16:38:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b9e21010382fefb551e193f3a633981485b03385",
"body": "Bumps [ch.randelshofer:fastdoubleparser](https://github.com/wrandelshofer/FastDoubleParser) from 1.0.1 to 2.0.0.\r\n- [Release notes](https://github.com/wrandelshofer/FastDoubleParser/releases)\r\n- [Commits](https://github.com/wrandelshofer/FastDoubleParser/compare/v1.0.1...v2.0.0)\r\n\r\n---\r\nupdated-depe\n[…]\n:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump ch.randelshofer:fastdoubleparser from 1.0.1 to 2.0.0 (#196)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-28T16:38:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a0ac70c3237b2eb391b633a863b5cbcd1f74ea86",
"body": "Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.4.1 to 3.5.0.\r\n- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)\r\n- [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.4.1...3.5.0)\r\n\r\n---\r\nupdated-dependencies:\r\n\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0 (#197)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-28T16:37:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2b773faeef5070d459b609656660e7e51da2660f",
"body": "Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.5.0 to 3.6.0.\r\n- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.5.0...maven-checkstyle-plugin-3.6.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- depe\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven.plugins:maven-checkstyle-plugin (#198)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-28T14:14:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d098560aead90c3f3b1830188d7fa00b03e8edc2",
"body": "Instead of Double id use SubRuleContext directly everywhere. SubRuleContext id is only used internally for backward compatibility in equals and hashCode (not sure if this is actually needed, but tests check that). The benchmarks are not stable (need JMH with forking, proper warmup and multiple longe\n[…]\n not true (NaN).\r\n\r\nChanged only types but did not rename variables all over the place because it would be harder to review, can be done later as needed.\r\n\r\nhttps://github.com/aws/event-ruler/pull/173",
"is_bot": false,
"headline": "Optimization: removed level of indirection for SubRuleContext. (#173)",
"author_name": "Sergi Vladykin",
"author_login": "svladykin",
"committed_at": "2024-10-15T16:07:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "357968ca939adff77932e34ed7a4d72a32d34311",
"body": "…0.1 (#194)\n\nBumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.10.0 to 3.10.1.\r\n- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)\r\n- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plug\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.1…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-07T21:45:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2b50ac53314718d5b3cede036dfc15add57286a4",
"body": "…0 (#191)\n\nBumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.2 to 2.18.0.\r\n- [Commits](https://github.com/FasterXML/jackson/commits)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: com.fasterxml.jackson.core:jackson-databind\r\n dependency-type: dir\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.18.…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-01T17:30:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "343c85b9b6594e7c296e2e7072c03a84725197b2",
"body": "…192)\n\nBumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.6 to 3.2.7.\r\n- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)\r\n- [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.6...maven-gpg-plugin-\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 (#…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-01T17:29:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e1d3276a7b7c9e743ed7dac26f69ceca26a82dff",
"body": "* Minor fixes addressing missed comments from pull request 188",
"is_bot": false,
"headline": "Minor updates to ComparableNumbers based on PR feedback. (#190)",
"author_name": "Rishi Baldawa",
"author_login": "baldawar",
"committed_at": "2024-09-27T17:14:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2df996717c1c5edbb8445fbca6ae5218cab5aeb",
"body": "…4 (#189)\n\nBumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.8.6.3 to 4.8.6.4.\r\n- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)\r\n- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-mave\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.3 to 4.8.6.…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-23T15:16:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1406b64b9986572895fe0992982895c705650926",
"body": "This change follows the guidance from #179 on using 10 byte base-128 encoded format for numbers similar to how Quamina does it.\r\n\r\nDidn't see any performance implications of supporting the new range, but had to fix a bunch of tests. I will be changing the numbers we use for testing to better test th\n[…]\n numbers before merging.\r\n\r\nDuring debugging, I found it challenging to make sense of the numbers to I've also added a helper method in ComparableNumbers and modified toString() methods in few places.",
"is_bot": false,
"headline": "Improve Numeric matching to support full range of float64 (#188)",
"author_name": "Rishi Baldawa",
"author_login": "baldawar",
"committed_at": "2024-09-19T22:43:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c5dc2023b14ff21e8f4f575ff400f3d0d3bf881d",
"body": "Bumps [ch.randelshofer:fastdoubleparser](https://github.com/wrandelshofer/FastDoubleParser) from 1.0.0 to 1.0.1.\r\n- [Release notes](https://github.com/wrandelshofer/FastDoubleParser/releases)\r\n- [Commits](https://github.com/wrandelshofer/FastDoubleParser/compare/v1.0.0...v1.0.1)\r\n\r\n---\r\nupdated-depe\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump ch.randelshofer:fastdoubleparser from 1.0.0 to 1.0.1 (#184)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-16T16:57:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "27a5201743d44449d8d1003b5f50871c01142854",
"body": "Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.0.0 to 3.4.1.\r\n- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)\r\n- [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/exec-maven-plugin-3.0.0...3.4.1)\r\n\r\n---\r\nupdat\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.codehaus.mojo:exec-maven-plugin from 3.0.0 to 3.4.1 (#185)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-16T16:57:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "af52c226b3a7738b4dfb8262847283c3759d67ad",
"body": "…186)\n\nBumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.5 to 3.2.6.\r\n- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)\r\n- [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.5...maven-gpg-plugin-\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 (#…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-16T16:56:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c831e6225bd22a9ebbe8f97d6d0fe83a5eeb4cab",
"body": "* JMH Benchmarks added.\r\n\r\n* stability fixes and improvements\r\n\r\n* corretto + reduced run time\r\n\r\n* minor improvements\r\n\r\n* run every benchmark in 2 threads",
"is_bot": false,
"headline": "JMH Benchmarks added. (#178)",
"author_name": "Sergi Vladykin",
"author_login": "svladykin",
"committed_at": "2024-09-12T00:33:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "055727ed4a44fb1799cd160d23ae701bf83a53a1",
"body": "…3 (#183)\n\nBumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.8.6.2 to 4.8.6.3.\r\n- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)\r\n- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-mave\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.2 to 4.8.6.…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-09T17:42:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3b57d21cf3bc0a607fe7033574ae299d8de7a02c",
"body": "* Fix testPatternPermutations within ByteMachingTest\r\n\r\nFor each test within the class we add a list of \"noMatches\" objects\r\nthat should never be pattern matches intentinoally or not. However\r\nwe never check if we ever accidentally register these pattern when\r\nadding other patterns. We will fix this\n[…]\nrectness of the ByteMachine itself, just\r\nthat the test scaffolding was broken and needed to be fixed.\r\n\r\nSee https://github.com/aws/event-ruler/issues/181 for more context.\r\n\r\n* Remover unused import",
"is_bot": false,
"headline": "Fix testPatternPermutations within ByteMachingTest (#182)",
"author_name": "Rishi Baldawa",
"author_login": "baldawar",
"committed_at": "2024-09-04T22:25:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "96bb056848cbb3e98023244543d23a1557137653",
"body": "….0 (#180)\n\nBumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.8.0 to 3.10.0.\r\n- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)\r\n- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-03T00:23:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2e76e58ed2d361e798602984c1a40efd8a168469",
"body": "…176)\n\nBumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.4 to 3.2.5.\r\n- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)\r\n- [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.4...maven-gpg-plugin-\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 (#…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-08-27T20:42:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "11e119615ae6edb94450c762a19520c79e4bcb01",
"body": "Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.4.0 to 3.5.0.\r\n- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.4.0...maven-checkstyle-plugin-3.5.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- depe\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven.plugins:maven-checkstyle-plugin (#177)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-08-27T20:42:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "21b7a8c2e94bc7d70139d15fb10ddf02ddb2964d",
"body": "* Improve GenericMachine.Builder Generics\r\n* Add a test",
"is_bot": false,
"headline": "Improve GenericMachine.Builder Generics (#175)",
"author_name": "Mike Youngstrom",
"author_login": "youngm",
"committed_at": "2024-08-20T02:20:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "661bba8d56cfd634408c67780adf9f11d5170802",
"body": "Based on following message from Jackson\r\nhttps://github.com/FasterXML/jackson-core/blob/2.18/src/main/java/com/fasterxml/jackson/core/io/BigDecimalParser.java#L11\r\nto not use their shaded version.",
"is_bot": false,
"headline": "Add fastdoubleparser instead of using the older & shaded version (#172)",
"author_name": "Rishi Baldawa",
"author_login": "baldawar",
"committed_at": "2024-08-07T17:47:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d04e3f03bd68d583cd7e01d9e174ad8ff949ac7b",
"body": "* support for 1e11. backing up data\r\n\r\n* Adding 5e11 support. pending docs and code cleanup\r\n\r\n* code cleanup for digit sequence\r\n\r\n* Readme update\r\n\r\n* version bump\r\n\r\n* Add more testcases for WHEN_CompareIsPassedComparableNumbers_THEN_ItOrdersThemCorrectly",
"is_bot": false,
"headline": "Use base64 radix to support 5e11 to -5e11 (#171)",
"author_name": "Rishi Baldawa",
"author_login": "baldawar",
"committed_at": "2024-08-06T17:19:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5210e7cf8fc4cf134fe5246c983e53eaa3b0f688",
"body": "…0 (#170)\n\nBumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.7.0 to 3.8.0.\r\n- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)\r\n- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-07-22T14:43:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "431a6ede07fe057632ecdeb66306a3893793cfca",
"body": null,
"is_bot": false,
"headline": "Cleaning up code based on IDE / autoamted tools (#169)",
"author_name": "Rishi Baldawa",
"author_login": "baldawar",
"committed_at": "2024-07-11T17:44:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23e75a213e97ff5177e18111c89a8d9664c7f9a8",
"body": "…mentation (#166)\n\nhttps://github.com/aws/event-ruler/issues/163\r\n\r\n### Description of changes:\r\n\r\nAs was reported in issue 163, ruler today ignores precision and causes false matches for numbers or rules with high precision numbers. This change moves away from using `double` for doing arithmetic ad\n[…]\ning on performance. \r\n\r\nA bunch of our tests needed to be changed / fixed as a result of this change. These have been fixed. We're added additional test cases to help catch precision issues in future.",
"is_bot": false,
"headline": "Ensure numeric matching respectes precisions as described in our docu…",
"author_name": "Rishi Baldawa",
"author_login": "baldawar",
"committed_at": "2024-07-08T17:28:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ccafd48aee587ec45239ba630c0a679dd837278b",
"body": "…2 (#167)\n\nBumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.8.6.1 to 4.8.6.2.\r\n- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)\r\n- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-mave\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.1 to 4.8.6.…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-07-08T16:44:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4e0c509bdd6a7e39f7ac64034b01664e1ecabfaf",
"body": "…2 (#168)\n\nBumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.1 to 2.17.2.\r\n- [Commits](https://github.com/FasterXML/jackson/commits)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: com.fasterxml.jackson.core:jackson-databind\r\n dependency-type: dir\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-07-08T16:44:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0b6e25d3b855ca4996daf38dc8a1360bc11615a4",
"body": "…1 (#164)\n\nBumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.8.5.0 to 4.8.6.1.\r\n- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)\r\n- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-mave\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.5.0 to 4.8.6.…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-07-03T21:37:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "22d1759922c53bd24956e8b5ca8c9f86aaafa44d",
"body": "Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.3.1 to 3.4.0.\r\n- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.3.1...maven-checkstyle-plugin-3.4.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- depe\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven.plugins:maven-checkstyle-plugin (#162)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-06-10T16:54:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a4668d570973f6af1f00ea9cbe5abf0f24380768",
"body": "…0 (#161)\n\nBumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.3 to 3.7.0.\r\n- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)\r\n- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-06-03T18:51:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dbb716eef74b03c77c4b0bda25f23b8611bbd771",
"body": "Bumps org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0.\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.sonatype.plugins:nexus-staging-maven-plugin (#160)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-06-03T18:50:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2100bd0ad87261e3c2c7f773bea74580b17f3d77",
"body": "…1 (#157)\n\nBumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.0 to 2.17.1.\r\n- [Commits](https://github.com/FasterXML/jackson/commits)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: com.fasterxml.jackson.core:jackson-databind\r\n dependency-type: dir\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-05-06T15:05:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a4a145dd1e93cac70fade6012857e3b9bfe9a229",
"body": "…0 (#158)\n\nBumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.8.4.0 to 4.8.5.0.\r\n- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)\r\n- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-mave\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.4.0 to 4.8.5.…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-05-06T15:04:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3f3614fdac2e95c0a93fc3531916bdf235656a05",
"body": "…0 (#147)\n\n* Bump com.fasterxml.jackson.core:jackson-databind from 2.16.2 to 2.17.0\r\n\r\nBumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.16.2 to 2.17.0.\r\n- [Commits](https://github.com/FasterXML/jackson/commits)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependen\n[…]\n-------\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Rishi Baldawa <baldawar@amazon.com>",
"is_bot": true,
"headline": "Bump com.fasterxml.jackson.core:jackson-databind from 2.16.2 to 2.17.…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-23T23:17:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "48db0b03449451ee02723f8e648f2f4aef18cbdb",
"body": "…0 (#155)\n\n* Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.1 to 4.8.4.0\r\n\r\nBumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.8.3.1 to 4.8.4.0.\r\n- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)\r\n- [Comm\n[…]\n-------\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Rishi Baldawa <baldawar@amazon.com>",
"is_bot": true,
"headline": "Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.1 to 4.8.4.…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-23T17:35:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ad0078a093e4f061e2b1a24b8b982b71d540ba57",
"body": "…156)\n\nBumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.3 to 3.2.4.\r\n- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)\r\n- [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.3...maven-gpg-plugin-\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 (#…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-22T15:45:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "72f2305a74c88904f82d7f69217e41851a093f5f",
"body": "…154)\n\nBumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.1 to 3.2.3.\r\n- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)\r\n- [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.1...maven-gpg-plugin-\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.3 (#…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-15T13:46:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e8963e81953f9c125adafad3f949c7e5704b7000",
"body": "… (#153)\n\nBumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.3.0 to 3.3.1.\r\n- [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.3.0...maven-source-plugin-3.3.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-nam\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-08T13:56:18Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 23,
"commits_last_year": 38,
"latest_release_at": "2026-07-15T23:08:51Z",
"latest_release_tag": "v2.0.1",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 13,
"days_since_latest_release": 11,
"mean_days_between_releases": 98.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "software.amazon.event.ruler:event-ruler",
"exists": true,
"license": "Apache License, Version 2.0",
"keywords": [],
"ecosystem": "maven",
"matches_repo": true,
"registry_url": "https://central.sonatype.com/artifact/software.amazon.event.ruler/event-ruler",
"is_deprecated": false,
"latest_version": "2.0.1",
"repository_url": "https://github.com/aws/event-ruler.git",
"versions_count": 23,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T23:33:14Z",
"latest_version_yanked": null,
"days_since_latest_publish": 9
}
]
},
"popularity": {
"forks": 80,
"stars": 614,
"watchers": 13,
"fork_history": {
"days": [
{
"date": "2022-09-06",
"count": 2
},
{
"date": "2022-09-07",
"count": 7
},
{
"date": "2022-09-08",
"count": 1
},
{
"date": "2022-09-09",
"count": 1
},
{
"date": "2022-09-11",
"count": 3
},
{
"date": "2022-09-12",
"count": 1
},
{
"date": "2022-09-14",
"count": 2
},
{
"date": "2022-09-16",
"count": 1
},
{
"date": "2022-09-17",
"count": 1
},
{
"date": "2022-09-19",
"count": 1
},
{
"date": "2022-09-24",
"count": 1
},
{
"date": "2022-09-25",
"count": 1
},
{
"date": "2022-09-26",
"count": 1
},
{
"date": "2022-10-05",
"count": 2
},
{
"date": "2022-11-15",
"count": 1
},
{
"date": "2022-11-18",
"count": 1
},
{
"date": "2022-12-15",
"count": 1
},
{
"date": "2023-01-04",
"count": 1
},
{
"date": "2023-03-19",
"count": 1
},
{
"date": "2023-04-05",
"count": 1
},
{
"date": "2023-04-12",
"count": 1
},
{
"date": "2023-04-13",
"count": 1
},
{
"date": "2023-04-27",
"count": 1
},
{
"date": "2023-05-06",
"count": 1
},
{
"date": "2023-05-22",
"count": 1
},
{
"date": "2023-08-07",
"count": 1
},
{
"date": "2023-08-08",
"count": 1
},
{
"date": "2023-08-09",
"count": 1
},
{
"date": "2023-08-16",
"count": 1
},
{
"date": "2023-08-23",
"count": 1
},
{
"date": "2023-09-17",
"count": 1
},
{
"date": "2023-09-25",
"count": 1
},
{
"date": "2023-09-27",
"count": 1
},
{
"date": "2023-10-19",
"count": 1
},
{
"date": "2023-12-07",
"count": 1
},
{
"date": "2023-12-15",
"count": 1
},
{
"date": "2023-12-20",
"count": 1
},
{
"date": "2024-02-16",
"count": 1
},
{
"date": "2024-02-22",
"count": 1
},
{
"date": "2024-06-05",
"count": 1
},
{
"date": "2024-06-11",
"count": 1
},
{
"date": "2024-07-03",
"count": 1
},
{
"date": "2024-07-15",
"count": 1
},
{
"date": "2024-07-30",
"count": 1
},
{
"date": "2024-08-08",
"count": 1
},
{
"date": "2024-08-13",
"count": 1
},
{
"date": "2024-08-15",
"count": 1
},
{
"date": "2024-09-04",
"count": 1
},
{
"date": "2024-10-07",
"count": 1
},
{
"date": "2024-11-22",
"count": 1
},
{
"date": "2024-12-18",
"count": 1
},
{
"date": "2025-01-24",
"count": 1
},
{
"date": "2025-02-28",
"count": 1
},
{
"date": "2025-03-17",
"count": 1
},
{
"date": "2025-04-24",
"count": 1
},
{
"date": "2025-07-06",
"count": 1
},
{
"date": "2025-07-21",
"count": 1
},
{
"date": "2025-07-24",
"count": 1
},
{
"date": "2025-08-11",
"count": 1
},
{
"date": "2025-10-11",
"count": 1
},
{
"date": "2025-10-17",
"count": 1
},
{
"date": "2025-12-30",
"count": 1
},
{
"date": "2026-01-07",
"count": 1
},
{
"date": "2026-01-25",
"count": 1
},
{
"date": "2026-02-23",
"count": 1
},
{
"date": "2026-04-01",
"count": 1
},
{
"date": "2026-07-09",
"count": 1
},
{
"date": "2026-07-12",
"count": 1
}
],
"complete": true,
"collected": 79,
"total_forks": 80
},
"star_history": null,
"open_issues_and_prs": 27
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"pom.xml"
],
"largest_source_bytes": 132225,
"source_files_sampled": 106,
"oversized_source_files": 4,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pom.xml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"direct": true,
"version": "2.21.0",
"severity": "high",
"ecosystem": "maven",
"cvss_score": 8.1,
"advisory_ids": [
"GHSA-3pjw-73gf-8qr5",
"GHSA-5gvw-p9qm-jgwh",
"GHSA-5hh8-q8hv-fr38",
"GHSA-5jmj-h7xm-6q6v",
"GHSA-9fxm-vc8v-hj55",
"GHSA-hgj6-7826-r7m5",
"GHSA-j3rv-43j4-c7qm",
"GHSA-mhm7-754m-9p8w",
"GHSA-rcqc-6cw3-h962",
"GHSA-rmj7-2vxq-3g9f"
],
"fixed_version": "3.2.1",
"advisory_count": 10,
"oldest_advisory_days": 33
},
{
"name": "com.fasterxml.jackson.core:jackson-core",
"direct": false,
"version": "2.21.0",
"severity": "high",
"ecosystem": "maven",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-72hv-8253-57qq",
"GHSA-r7wm-3cxj-wff9"
],
"fixed_version": "3.2.1",
"advisory_count": 2,
"oldest_advisory_days": 149
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 2
},
"advisory_count": 12,
"affected_count": 2,
"assessed_count": 5,
"malicious_count": 0,
"assessed_package": "maven:software.amazon.event.ruler:event-ruler@2.0.1",
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"maven"
],
"dependencies": [
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${jackson.version}"
},
{
"name": "ch.randelshofer:fastdoubleparser",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${fastdoubleparser.version}"
},
{
"name": "com.google.code.findbugs:jsr305",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${jsr.version}"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "ch.randelshofer:fastdoubleparser",
"direct": true,
"version": "2.0.1",
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"direct": true,
"version": "2.22.1",
"ecosystem": "maven"
},
{
"name": "com.google.code.findbugs:jsr305",
"direct": true,
"version": "3.0.2",
"ecosystem": "maven"
},
{
"name": "com.github.spotbugs:spotbugs-maven-plugin",
"direct": false,
"version": "4.8.6.6",
"ecosystem": "maven"
},
{
"name": "junit:junit",
"direct": false,
"version": "4.13.2",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-checkstyle-plugin",
"direct": false,
"version": "3.6.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-compiler-plugin",
"direct": false,
"version": "3.15.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-gpg-plugin",
"direct": false,
"version": "3.2.8",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-javadoc-plugin",
"direct": false,
"version": "3.12.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-source-plugin",
"direct": false,
"version": "3.4.0",
"ecosystem": "maven"
},
{
"name": "org.codehaus.mojo:exec-maven-plugin",
"direct": false,
"version": "3.6.3",
"ecosystem": "maven"
},
{
"name": "org.openjdk.jmh:jmh-core",
"direct": false,
"version": "1.37",
"ecosystem": "maven"
},
{
"name": "org.openjdk.jmh:jmh-generator-annprocess",
"direct": false,
"version": "1.37",
"ecosystem": "maven"
},
{
"name": "org.sonatype.central:central-publishing-maven-plugin",
"direct": false,
"version": "0.11.0",
"ecosystem": "maven"
}
],
"collected": true,
"truncated": false,
"total_count": 14,
"direct_count": 3,
"indirect_count": 11
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 168,
"open_issues": 26,
"closed_ratio": 0.5,
"closed_issues": 26,
"closed_unmerged_prs": 40
},
"bus_factor": 2,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "baldawar",
"commits": 51,
"avatar_url": "https://avatars.githubusercontent.com/u/107701668?v=4"
},
{
"type": "User",
"login": "fym-rgb",
"commits": 28,
"avatar_url": "https://avatars.githubusercontent.com/u/236488788?v=4"
},
{
"type": "User",
"login": "jonessha",
"commits": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/108424630?v=4"
},
{
"type": "User",
"login": "nicdard",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/55001950?v=4"
},
{
"type": "User",
"login": "kamouney",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/173939239?v=4"
},
{
"type": "User",
"login": "rudygt",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1120692?v=4"
},
{
"type": "User",
"login": "timbray",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/17555?v=4"
},
{
"type": "User",
"login": "embano1",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/15986659?v=4"
},
{
"type": "User",
"login": "rogeriosy",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/19799428?v=4"
},
{
"type": "User",
"login": "schenksj",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/15025459?v=4"
}
],
"contributors_sampled": 19,
"top_contributor_share": 0.389
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"CI.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 6,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "14 out of 14 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/13 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "25 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 5,
"reason": "SAST tool is not run on all commits -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "337e8d99026d3f6687f783535f157be8bf4ebbb7",
"ran_at": "2026-07-27T13:47:30Z",
"aggregate_score": 6.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T07:32:33Z",
"oldest_open_prs": [
{
"number": 257,
"created_at": "2026-07-13T07:32:53Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-21T18:05:50Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 20,
"created_at": "2022-08-03T18:19:15Z",
"last_comment_at": "2022-08-09T16:42:19Z",
"last_comment_author": "baldawar"
},
{
"number": 22,
"created_at": "2022-08-09T16:10:29Z",
"last_comment_at": "2025-04-24T14:21:55Z",
"last_comment_author": "nicdard"
},
{
"number": 23,
"created_at": "2022-08-10T17:45:26Z",
"last_comment_at": "2022-08-10T20:20:45Z",
"last_comment_author": "timbray"
},
{
"number": 25,
"created_at": "2022-08-22T18:08:01Z",
"last_comment_at": "2022-09-09T22:44:23Z",
"last_comment_author": "baldawar"
},
{
"number": 26,
"created_at": "2022-08-22T18:57:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 28,
"created_at": "2022-08-22T22:00:16Z",
"last_comment_at": "2022-08-22T22:02:05Z",
"last_comment_author": "baldawar"
},
{
"number": 31,
"created_at": "2022-09-04T01:36:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 32,
"created_at": "2022-09-04T18:46:50Z",
"last_comment_at": "2023-01-29T18:47:12Z",
"last_comment_author": "timbray"
},
{
"number": 36,
"created_at": "2022-09-07T17:26:45Z",
"last_comment_at": "2022-09-10T04:54:41Z",
"last_comment_author": "aymkhalil"
},
{
"number": 43,
"created_at": "2022-09-12T17:26:26Z",
"last_comment_at": "2023-01-29T18:39:43Z",
"last_comment_author": "schenksj"
},
{
"number": 46,
"created_at": "2022-09-27T08:21:07Z",
"last_comment_at": "2022-10-12T06:21:24Z",
"last_comment_author": "embano1"
},
{
"number": 57,
"created_at": "2022-11-14T17:30:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 69,
"created_at": "2023-01-30T14:59:53Z",
"last_comment_at": "2025-02-11T00:31:31Z",
"last_comment_author": "vincen7tran"
},
{
"number": 74,
"created_at": "2023-02-16T23:54:19Z",
"last_comment_at": "2025-02-04T19:14:28Z",
"last_comment_author": "vincen7tran"
},
{
"number": 83,
"created_at": "2023-03-31T19:33:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 100,
"created_at": "2023-05-23T08:20:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 105,
"created_at": "2023-06-06T21:51:42Z",
"last_comment_at": "2023-06-08T14:07:51Z",
"last_comment_author": "baldawar"
},
{
"number": 107,
"created_at": "2023-06-27T12:48:32Z",
"last_comment_at": "2024-11-30T17:36:36Z",
"last_comment_author": "vagharshakmoia"
},
{
"number": 159,
"created_at": "2024-05-10T20:32:51Z",
"last_comment_at": "2024-11-28T01:04:12Z",
"last_comment_author": "baldawar"
},
{
"number": 213,
"created_at": "2025-04-25T21:07:32Z",
"last_comment_at": "2026-01-25T19:20:13Z",
"last_comment_author": "timbray"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/aws/event-ruler",
"host": "github.com",
"name": "event-ruler",
"owner": "aws"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"security": 66,
"vitality": 75,
"community": 79,
"governance": 72,
"engineering": 65
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 75,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"commits_last_year": 38,
"human_commit_share": 0.52,
"days_since_last_push": 5,
"active_weeks_last_year": 13
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "13/52 weeks with commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 13
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "38 commits in the last year",
"points": 14.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 38
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "25 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"releases_count": 23,
"latest_release_tag": "v2.0.1",
"releases_from_tags": false,
"days_since_latest_release": 11,
"mean_days_between_releases": 98.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "23 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 23
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 11 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~98.9 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 98.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 79,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"forks": 80,
"stars": 614,
"watchers": 13,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "614 stars",
"points": 45.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 614
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "80 forks",
"points": 15.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 80
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "13 watchers",
"points": 6,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 13
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 72,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 19,
"top_contributor_share": 0.389
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 39% of commits",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 39
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "19 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 19
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"merged_prs": 168,
"open_issues": 26,
"closed_issues": 26,
"issue_closed_ratio": 0.5,
"closed_unmerged_prs": 40
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "50% of issues closed",
"points": 23.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 50
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "168/208 decided PRs merged",
"points": 30.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 168,
"decided": 208
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/13 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 16186,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "aws",
"public_repos": 551,
"account_age_days": 5081
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "16,186 followers of aws",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 16186,
"login": "aws"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "551 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 551
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"software.amazon.event.ruler:event-ruler"
],
"ecosystems": "maven",
"any_deprecated": false,
"min_days_since_publish": 9
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on maven",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "maven"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 9 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 9
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "23 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 23
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 65,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "14 out of 14 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"event-driven",
"events",
"java",
"json",
"rule",
"rules",
"matching",
"filtering"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "8 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 8
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 66,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 6.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "14 out of 14 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/13 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "25 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 5",
"points": 2.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "moderate",
"name": "Dependency advisories",
"note": "Matched the maven:software.amazon.event.ruler:event-ruler@2.0.1 runtime dependency closure — what installing the published package pulls in — 5 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "maven:software.amazon.event.ruler:event-ruler@2.0.1",
"assessed": 5
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 56,
"inputs": {
"source": "osv",
"advisories": 12,
"affected_packages": 2,
"assessed_packages": 5,
"unassessed_packages": 0,
"affected_by_severity": "high 2",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: com.fasterxml.jackson.core:jackson-databind 2.21.0 (high 8.1)",
"points": 12.3,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "com.fasterxml.jackson.core:jackson-databind 2.21.0 (high 8.1)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "1 affected: com.fasterxml.jackson.core:jackson-core 2.21.0 (high 7.5)",
"points": 10,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "com.fasterxml.jackson.core:jackson-core 2.21.0 (high 7.5)"
}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 149 days ago",
"points": 33.7,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 1,
"oldest": 149
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 5,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 9
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 57,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.962,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "50 of 52 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 50,
"sampled": 52
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"pom.xml"
],
"dependency_bot_commit_share": 0.48
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "pom.xml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "pom.xml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Java (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Java"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "48 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 48,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"primary_language": "Java",
"largest_source_bytes": 132225,
"source_files_sampled": 106,
"oversized_source_files": 4
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Java (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Java"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "4/106 source files over 60KB",
"points": 52.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 106,
"oversized": 4
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-27T13:47:57.343501Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/aws/event-ruler.svg",
"full_name": "aws/event-ruler",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}