my param`\nresolves against the key the caller bound instead of silently yielding null - the same class\nof failure, in the one spelling the check would otherwise have accepted.", "is_bot": false, "headline": "feat(cypher) #5501: raise on a parameter the query references but the…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-28T18:51:28Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "21a087d96cb07c81217d36a3aa49e9a74ae927bd", "body": "…aluator\n\nThe parameter fix for the EXISTS/COUNT/COLLECT subqueries closed one instance of a wider\nproblem: a value written inside a pattern's inline property map - the {k: v} in\n(n:Account {accountNumber: $id}) or -[:TRANSFER {transactionId: row.id}]-> - is resolved\nseparately by each pattern evalu\n[…]\neters, get the map resolved once per row instead.\n\nComparing numbers as longs also truncated the fraction away, declaring a stored 1.5 equal to\nan inline 1.9; only integral types compare as longs now.", "is_bot": false, "headline": "fix(cypher) #5501: resolve inline pattern property values in every ev…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-28T18:51:28Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "eb7739e9db13b8d6cb0de4e48b5bd6ff1a01a46d", "body": null, "is_bot": false, "headline": "feat(#4861): add the MCP hybrid_search tool (#5500)", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T17:32:32Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "ba2b2ea42d8cacaefb318232e8837f8129598b34", "body": "…t every index of the type\n\nA transaction writing to a type that carries a unique index locked every sub-index file of\nEVERY index on that type. The fan-out is needed for the unique index itself: it is\npartitioned by the record's bucket, so a colliding key can sit in any bucket's sub-index and\ncheck\n[…]\n is reduced, not removed: writers to a unique-indexed type still serialise on that\nindex's 32 files. Narrowing that further needs the unique index partitioned by key hash\nrather than by record bucket.", "is_bot": false, "headline": "perf(#5499): fan out the commit lock over the unique indexes only, no…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-28T15:22:28Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "1a8aae0c99f3159ebdf0901b2f90450f164e3fc9", "body": "…nd COLLECT subqueries\n\nThe three subquery expressions run their body as a standalone statement and built the\nparameter map for that nested execution empty, so it carried only the generated\ncorrelation bindings. Every $param the body mentioned was therefore unbound, and since an\nunbound parameter ev\n[…]\n the shared rewriter, so all three call sites stay\nconsistent. Seeded before correlate() runs, so the bindings it adds still win and an outer\nrow variable keeps shadowing a parameter of the same name.", "is_bot": false, "headline": "fix(cypher) #5501: bind outer query parameters inside EXISTS, COUNT a…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-28T14:28:19Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "d3cb57b9f6b07b8d972351f758b08973f3f82f46", "body": "…#5498)", "is_bot": false, "headline": "perf(#5496): use hasProperty instead of building a name set per row (…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T14:01:05Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "b125778a7a4b49d806f24a3958e97196cbe41694", "body": "…th endpoint (#5497)", "is_bot": false, "headline": "fix(#5496): raise instead of returning null for an unbound shortestPa…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T12:42:10Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "2dfc3c75b7256399954840feac5309b3c45c737f", "body": "…tterns (#5493)", "is_bot": false, "headline": "fix(#5490): apply the relationship inline WHERE on variable-length pa…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T11:39:32Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "4aaa90c565a53e089a4337ed4286b9bd427457a1", "body": "… WHERE in pattern comprehensions (#5491)", "is_bot": false, "headline": "fix(#5489): bind the hop relationship variable before the node inline…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T10:57:11Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "74f776db3ba53ef70e740fd8d57aea236cce98d1", "body": "…ons (#5486)", "is_bot": false, "headline": "fix(#5480): apply node inline WHERE predicates in pattern comprehensi…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T09:22:15Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "972d5366cfea4b1d45544978e1687bff6416048c", "body": "…h shortestPath evaluators (#5487)", "is_bot": false, "headline": "fix(#5481): enforce relationship inline WHERE and property map in bot…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T09:21:33Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "f4397160ed2be4694941b5f77e722f8259f55dda", "body": "…redicate (#5485)", "is_bot": false, "headline": "fix(#5463, #5462): pin count(*) against a relationship inline WHERE p…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T08:54:12Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "f2ff6d54d051e7ad0761ee984c79ed55dfdc47bd", "body": "…plies (#5479)", "is_bot": false, "headline": "fix(mcp) #5445: a principal profile keyed by a bare API-token name ap…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T07:52:28Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "043309f615ef03e6698a54e769bae0d5deb29f48", "body": "…prehensions (#5471)", "is_bot": false, "headline": "fix(#5460): apply relationship inline WHERE predicates in pattern com…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T07:00:02Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "0a2e4def6c95f587d4e53952a2212e72bff76839", "body": "…s (#5472)", "is_bot": false, "headline": "fix(#5410): release the phase-2 ticket when an abandoned entry applie…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T06:57:11Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "ec3447a9644f012b66b5820645df9810d6836617", "body": null, "is_bot": false, "headline": "feat(mcp) : add per-principal tool profiles (#5468) (#5445)", "author_name": "justinblethrow-cloud", "author_login": "justinblethrow-cloud", "committed_at": "2026-07-28T06:45:31Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "5a435a53fa8baa9f04784cc3500f1a05bda77207", "body": "…ounts map entries\n\nRETURN size(42) answered {\"r\": null}, which a client cannot tell apart from legal\nCypher null propagation, so a wrong query looked like a successful one. Neo4j and\nMemgraph both answer with a client-facing type error.\n\nsize() now counts characters of a STRING and entries of a LIS\n[…]\n() too (issue #5476).\n\nisEmpty() and range() already rejected bad arguments but raised a\nCommandExecutionException, reported as a 500 server failure; they now use the same\nclient-error classification.", "is_bot": false, "headline": "fix(cypher) #5477: size() rejects an argument that has no size, and c…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-28T06:10:15Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "d8eb4a38e047a295527ae17ed5590cd82417f848", "body": null, "is_bot": false, "headline": "fix(cypher) #5476: head(), last() and tail() reject a non-list argument", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-28T05:15:26Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "c9895242cbd97a8421fb99598e744d35f0fd4f58", "body": "The Cypher signature is head(list :: LIST\u003cANY>) :: ANY, so a scalar argument\nis a type error. ArcadeDB accepted INTEGER, FLOAT, BOOLEAN, STRING, MAP and\nNODE arguments and answered null, so a wrong query looked like a successful\none returning no value (HTTP 200 with {\"r\": null}). Neo4j and Memgraph \n[…]\ntill answers null for head()/last() and an empty list for tail().\n\nThe Cypher type names used in the message come from a new shared\nCypherFunctionHelper.cypherTypeName(), which valueType() now reuses.", "is_bot": false, "headline": "fix(cypher) #5476: head(), last() and tail() reject a non-list argument", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-28T05:06:50Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "b8bbc4acb28cbba38c54e94df78eba09a03216ca", "body": null, "is_bot": true, "headline": "docs(bolt): refresh driver compatibility matrix [skip ci]", "author_name": "github-actions[bot]", "author_login": "github-actions[bot]", "committed_at": "2026-07-28T04:06:22Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "72d70d8f5b7095202dc5b880e6d9cfaa978d6f9c", "body": "…or the same slot\n\nTwo transactions inserting DIFFERENT records were handed the very same free slot of the same\nbucket page - and therefore the same optimistic RID - because each picked it from its own\nsnapshot with nothing making the choices disjoint. At commit every transaction but the first\nfaile\n[…]\nrough.\n\nMeasured on the reported workload (single bucket, attempts=1): concurrent document inserts went\nfrom ~1750 conflicts out of 2000 to 0, concurrent sub-graph creations from ~270 out of 320 to 0.", "is_bot": false, "headline": "fix(engine) #5279: concurrent inserts in one bucket no longer fight f…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-28T02:51:32Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "30c9bf4fb282c8e471e0470d1a2c2049a49a7676", "body": "…ommand\n\nThe console split the typed text on the semicolon without knowing about comments, so\n`SELECT 2 -- a comment with a semicolon ; here` was cut in two and the tail of the\ncomment was executed as a command.\n\nTerminalParser now tracks line and block comments while splitting: comments are dropped\n[…]\nworking. Loading a script with `load`\nnow buffers the lines of a block comment that spans multiple lines, and a comment at the\nend of a command line argument no longer swallows the following argument.", "is_bot": false, "headline": "fix(console) #5457: a semicolon inside a comment no longer ends the c…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T22:28:55Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "d5fc6ec79e3550469ecda9928ae5d54eaa199980", "body": "The mutable row format and the sealed block format disagreed, and the failure\nmode was silent.\n\nDATE and the sub-millisecond DATETIME_* variants had no case in the row writer\nor reader: the writer advanced the row cursor by 8 bytes while the reader,\ntreating the column as variable-length, advanced b\n[…]\nfor an existing\ndatabase is the Java type the sealed layer hands back, which is the point. A\ntype using one of the affected column types changes row stride, and holds\nunreadable data today either way.", "is_bot": false, "headline": "fix(#5475): agree on what a TIMESERIES column's declared type means", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T21:59:51Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "07a6c67096c97283319edbb839233a9b54b8afd7", "body": "…ch relationship once\n\nAn undirected hop inside a pattern comprehension ran two direction-pure passes,\none over the outgoing adjacency list and one over the incoming one. A self-loop\nis stored in both lists of its vertex, so every self-loop produced two matches:\n[(a)-[r:LOOP]-(b) | r.rid] returned [\n[…]\nst also lets a variable-length undirected hop change\ndirection between steps, so head->tail\u003c-far is now reachable as an undirected\n2-hop path; the previous per-direction passes could never produce it.", "is_bot": false, "headline": "fix(cypher) #5456: an undirected pattern-comprehension hop matches ea…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T21:59:39Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "1f02356a48855db66bfc00792a97cef0254a165d", "body": "GraphBatch.Builder.build() derived commitEvery from the *requested* WAL setting, while the\nconstructor forced the WAL back on for replicated databases (issue #4076) only afterwards. The\nbatch endpoint defaults wal=false, so on a replicated database the \"no WAL means one commit per\nflush\" shortcut wa\n[…]\ned/standalone against WAL off, WAL on and\nan explicit commitEvery. It flips isReplicated() with a java.lang.reflect.Proxy over\nDatabaseInternal so the engine module does not gain a mocking dependency.", "is_bot": false, "headline": "fix(engine) #5470: a replicated bulk load keeps committing in chunks", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T20:56:43Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "eb050f1aa6a7006716f29edaad0c30b655589895", "body": "The only ingest API was typed on Object[] per column, so a caller holding\nprimitive samples boxed every value into a Double/Long that the engine unboxed\na few frames later to write the very same raw bits.\n\nAdds TimeSeriesRowSource, a primitive contract over a block of samples (raw\nbits + column widt\n[…]\nader had no\ncase at all, so the value overran its neighbouring columns and always read back\nas null. Sharing one width table between the two paths is what makes the\nmismatch impossible to reintroduce.", "is_bot": false, "headline": "perf(#5474): ingest TimeSeries samples without boxing a value per point", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T20:43:30Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "cb07a58d1b398830245331aabaa4fdd791f04cf8", "body": "…vector queries\n\nBmwScorer's top-K accumulators used PriorityQueue\u003cRidScore> with\nComparator.comparing(RidScore::score), which allocates on two axes: a\njava.lang.Float per operand of every heap comparison, and a RidScore per\naccepted candidate.\n\nMeasured with ThreadMXBean.getThreadAllocatedBytes, on\n[…]\nlies on. RidScoreMinHeapTest cross-checks\nagainst the replaced PriorityQueue code verbatim over randomised streams\nand the NaN / signed-zero / infinity domain, and asserts the steady-state\nallocation.", "is_bot": false, "headline": "perf(sparsevector) #5473: allocation-free top-K collector for sparse-…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T20:21:00Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "e201edb3c19e832490c85780601cd0e4fb436fb4", "body": "… a bare identifier\n\nThe auto-derived name of a compound index is `Type[propA,propB]`. The comma was not\naccepted in the trailing name part of a `schema:\u003ckind>:\u003cname>` target, so the Studio\n\"Indexes\" tab logged a SQL syntax error on the server for every compound index in the\ndatabase.\n\n- lexer: acce\n[…]\nagainst a back-tick quoted identifier,\n which resolved as a missing property of the record, so it always answered false; both\n existsIndex() and existsBucket() now bind the name as a query parameter", "is_bot": false, "headline": "fix(sql) #5469: address schema:index/bucket targets whose name is not…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T20:04:18Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "7012c0772a806386b6e0d0efee41373db5993198", "body": "CypherVariableUsage decides whether a relationship variable is read anywhere\noutside the pattern that binds it, and both executors use the answer to choose\nbetween materializing edge records and walking adjacency ids. A miss there does\nnot fail loudly: it silently changes which path a query takes, o\n[…]\n each scanned\ntwice, so disabling one path alone changes nothing, and the statement-level WHERE\nscan is unreachable because the parser attaches a WHERE to its MATCH or WITH and\nnever to the statement.", "is_bot": false, "headline": "test: pin the variable-usage analysis, one case per clause it walks", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T20:02:34Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "02f5d5f039b1af80b1cea1a18b17d5b336ebf24f", "body": "A CPU profile of a learned-sparse top-K on a 100k-document corpus (48-120 query\nterms, Zipf document frequencies, near-uniform weights) put 45% of query time in\nthe essential-term min-heap and almost none in block decoding. The traversal was\nnot I/O bound at all - it was bound on comparing cursor po\n[…]\neek, the undecoded block-boundary park and exhaustion,\non segment cursors under all three quantizations and on merged multi-source cursors.\nFull engine index and query suites green (849 + 6122 tests).", "is_bot": false, "headline": "perf(#5467): navigate the sparse-vector traversal on primitive positions", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T18:52:00Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "24813519b4f1b5417ca299bd9aad896d5373253c", "body": "…er-side pauses\n\nA POST /api/v1/batch upload is consumed while the load runs, so the time the worker\nthread spends inside a commit counts towards Undertow's read watchdog: when nobody\ncalls read() on the request channel for arcadedb.network.socketTimeout (30s by\ndefault) the connection is closed asy\n[…]\nes the maximum entry size.\n\nTests: Issue5470BatchStreamStallIT (stall > timeout must not truncate; a stalled\nclient is still cut off and answered), plus vertexBatchSize coverage in\nPostBatchHandlerIT.", "is_bot": false, "headline": "fix(server) #5470: keep a streaming batch load alive across long serv…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T18:03:49Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "8f0819d370f5385fbd8c66b41f8d4a6ba34ace18", "body": "… not the page\n\nA block's byte length is not stored in the segment format, so\nPaginatedSegmentReader.readBlockPayloadInto copied everything from the block\npayload to the end of the page and let the cursor stop decoding after\npostingCount postings. Correct, but at the 64 KiB page / blockSize-128 defa\n[…]\ndecodedPayloadBytes() hook next to the existing\ndecodedBlockCount() to make that assertable, and MaxScorePruningTest's benchmark\nnow reports median/min/p90 plus bytes-per-block for both quantizations.", "is_bot": false, "headline": "perf(#5388): bound the sparse-vector block payload copy to the block,…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T17:48:37Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "475582108c83ce3f441c7d7a5d16e11d96f50b1a", "body": "…ship patterns\n\nAn `EXISTS { (a)-[r:E WHERE 1=1]->(:A) }` subquery returned false even for a\ntrivially true predicate. Three distinct defects were behind it:\n\n1. The correlated-subquery rewrite scanned for the body's clause-level WHERE\n counting brace depth only, so an inline pattern predicate ins\n[…]\nrun is still absorbed into false/0/[], but now leaves a FINE-level trace.\n\nThe pattern-predicate fast path (`WHERE (a)-[:E]->(b:X WHERE ...)`) evaluates\ninline predicates against the bound record too.", "is_bot": false, "headline": "fix(cypher) #5464: honor inline WHERE predicates in node and relation…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T17:34:00Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "116278160edf1c17ed37af622af4b2477a632baa", "body": "…ing as default (#4276) (#5361)\n\nCo-authored-by: robfrank \u003cro.franchini@gmail.com>", "is_bot": false, "headline": "Add opt-in SLF4J facade logging (Slf4jLogger), keeping java.util.logg…", "author_name": "Rui Pereira", "author_login": "ruispereira", "committed_at": "2026-07-27T17:17:39Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "a4da66d975cbee144f3747b5a29603aaaf5ffbc1", "body": "Co-authored-by: robfrank \u003cro.franchini@gmail.com>", "is_bot": false, "headline": "fix(fulltext) #5267: make BM25 scores comparable across buckets (#5400)", "author_name": "justinblethrow-cloud", "author_login": "justinblethrow-cloud", "committed_at": "2026-07-27T15:55:58Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "7efe66c71bae9812983644a566a3ddeae2be3c97", "body": "…#5465)", "is_bot": false, "headline": "fix(e2e-studio): make DataTables assertions version-agnostic for v3 (…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-27T12:55:28Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "ca89bf9b354cecf01430476a96fe974d3336fe8d", "body": "Co-authored-by: robfrank \u003cro.franchini@gmail.com>", "is_bot": false, "headline": "feat(mcp): scope permissions per database (#5401)", "author_name": "justinblethrow-cloud", "author_login": "justinblethrow-cloud", "committed_at": "2026-07-27T12:26:04Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "e3cc14a3299c399a2f3adc0ada969624980904a1", "body": "…#5458)", "is_bot": false, "headline": "fix(#5453): gate leader readiness on the Ratis isLeaderReady signal (…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-27T10:40:58Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "68d6596dca4b2ca20ac8de19342016bb929fc550", "body": "Co-authored-by: robfrank \u003cro.franchini@gmail.com>", "is_bot": false, "headline": "feat(mcp) #4867: add configurable tool profiles (#5402)", "author_name": "justinblethrow-cloud", "author_login": "justinblethrow-cloud", "committed_at": "2026-07-27T10:40:05Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "a66d00f7f6673240cbcc77e47c799c0ca1d80254", "body": "Co-authored-by: robfrank \u003cro.franchini@gmail.com>", "is_bot": false, "headline": "feat(mcp): add bounded sample_records tool (#5398)", "author_name": "justinblethrow-cloud", "author_login": "justinblethrow-cloud", "committed_at": "2026-07-27T09:12:26Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "3226999348f772a3fe9773b69738a78fff6be20b", "body": "Co-authored-by: robfrank \u003cro.franchini@gmail.com>", "is_bot": false, "headline": "feat(mcp): add dense and sparse vector_search tool (#5399)", "author_name": "justinblethrow-cloud", "author_login": "justinblethrow-cloud", "committed_at": "2026-07-27T08:23:55Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "4b350fe1c3fcb03e8cd4b7221ac1972d9816add6", "body": "… apply (#5455)", "is_bot": false, "headline": "fix(#5454): drop database no longer deletes the files inside the Raft…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-27T08:18:29Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "3673996bd69e7885ea75cdd33ebd09a77763838b", "body": null, "is_bot": false, "headline": "fix(e2e-ha): restore the nightly HA resilience suite to green (#5452)", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-27T06:30:17Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "1134185d5494f5ab0583da4a508d846449f8e04c", "body": "…#5451)\n\n* fix(#5443): replicate the pages an incremental compaction appends to an existing index\n\nA follower's LSM index could end up short of the leader's after a compaction -\n49488 of 60000 entries in the regression test - while every record replicated\ncorrectly. Keys in the missing range simply \n[…]\n-degrade\nis the wrong default here: that count is precisely what left followers with a\nshort index, so a caller that ever reaches this should fail rather than quietly\nreintroduce the bug it documents.", "is_bot": false, "headline": "fix(#5443): a follower's index can be short after an LSM compaction (…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T05:13:01Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "4cc99ffd938e19bd3c00a779c41beb727d251c5c", "body": "…llable (#5449)\n\n* fix(#5450): the JVM shutdown hook can no longer make the process unkillable\n\nArcadeDBServer.start() held the instance monitor for the whole startup, and\nstop() was synchronized on the same monitor. Apache Ratis reports a failure to\nbind its gRPC port by calling System.exit() from \n[…]\ntabases are then left as\na kill would leave them and the WAL replays on the next start, which is the same\ntrade-off the timeout path already makes - and the only alternative is a JVM\nthat cannot exit.", "is_bot": false, "headline": "fix(#5450): the JVM shutdown hook can no longer make the process unki…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T04:50:56Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "02882aca9bf2116ab08485d6ed43d9d665a49f2b", "body": null, "is_bot": true, "headline": "docs(bolt): refresh driver compatibility matrix [skip ci]", "author_name": "github-actions[bot]", "author_login": "github-actions[bot]", "committed_at": "2026-07-27T04:24:51Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "725eb48062c8a781c45df52c0b5bafaa24bd37b3", "body": "…variables from RETURN * (#5448)\n\nTwo silent wrong-answer defects in the native Cypher engine.\n\nA composite index was offered for a predicate on its leading property, but the\noperators resolved the index by that single property name - a lookup a composite\nindex is not registered under - and treated \n[…]\ne place and both projection\nsteps filter on it.\n\nRegression tests assert parity with the SQL engine over the same data for every\ncomposite-index shape, and exact projected variable names for RETURN *.", "is_bot": false, "headline": "fix(#5444): seek composite indexes by their whole key, hide internal …", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T02:53:08Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "e30308d79a4c044102239664cb9c7d946abef86b", "body": "… stands for (#5447)\n\n* perf(#5446): plan an inline property map as the equality predicate it stands for\n\nMATCH (n:Person {id: $id})-[:KNOWS]->(m) and MATCH (n:Person)-[:KNOWS]->(m)\nWHERE n.id = $id mean the same thing, but only the second reached the cost-based\noptimizer: any pattern carrying an in\n[…]\nch is where the largest\nnumber sits: unindexed property over one hop goes from 231.0ms to 52.6ms.\n\nCypherInlinePropertyPlanningBenchmark carries the measurement; it is tagged\nbenchmark so CI skips it.", "is_bot": false, "headline": "perf(#5446): plan an inline property map as the equality predicate it…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T02:08:10Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "e3c94a1a6116b30fdb5b98b5b16a88d1dff5a333", "body": "…ths (#5393)\n\n* Relax indexed anchors for open-ended and anonymous paths\n\n* Fix VLP target label semantics and cover the relaxed indexed-anchor bridge\n\nThe reversal introduced by #5357 and widened here evaluates the written source\nnode as the expansion target, so ExpandPathStep's target-node label c\n[…]\nip and the single-property index\n\n---------\n\nCo-authored-by: justinblethrow-cloud \u003c226385385+justinblethrow-cloud@users.noreply.github.com>\nCo-authored-by: Luca Garulli \u003clvca@users.noreply.github.com>", "is_bot": false, "headline": "Relax indexed anchors for open-ended and anonymous variable-length pa…", "author_name": "justinblethrow-cloud", "author_login": "justinblethrow-cloud", "committed_at": "2026-07-26T19:29:24Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "778dd5a6df7d48dfd76d2d0b8beaf1b9ffb91074", "body": "…updates [skip ci]\n\nBumps the github-actions group with 6 updates in the / directory:\n| Package | From | To |\n| --- | --- | --- |\n| [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` |\n| [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) | `1.0\n[…]\nangelog for v4.37.2\n* Additional commits viewable in [compare view](https://github.com/github/codeql-action/compare/7188fc363630916deb702c7fdcf4e481b751f97a...e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81)", "is_bot": true, "headline": "build(deps): bump the github-actions group across 1 directory with 6 …", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:11:55Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "ac0763052e5ebed1b0a443bf041bf12cce0f1637", "body": "…updates\n\nBumps the github-actions group with 6 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` |\n| [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) | `1.0.178` | `\n[…]\n dependency-version: 4.37.3\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: github-actions\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps): bump the github-actions group across 1 directory with 6 …", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T19:10:39Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "7e10f2de59a0894b77fd5462940c6916b0b80361", "body": "… with 8 updates [skip ci]\n\nBumps the security-critical group in /studio with 8 updates:\n| Package | From | To |\n| --- | --- | --- |\n| [datatables.net](https://github.com/DataTables/DataTablesSrc) | `2.3.8` | `3.0.0` |\n| [datatables.net-bs5](https://github.com/DataTables/DataTablesSrc) | `2.3.8` | `\n[…]\ndependabot unignore ` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions", "is_bot": true, "headline": "chore(studio-deps)(deps): bump the security-critical group in /studio…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:04:28Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "654bf36dfe69d702793be4ab1b9e4e7a64630f0a", "body": "…dio in the ui-visualization group [skip ci]\n\nBumps the ui-visualization group in /studio with 1 update: [apexcharts](https://github.com/apexcharts/apexcharts.js).\nUpdates `apexcharts` from 6.1.0 to 6.5.0\nRelease notes\n\n*Sourced from [apexcharts's releases](https://github.com/apexcharts/apexcharts.j\n[…]\ndependabot unignore ` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions", "is_bot": true, "headline": "chore(studio-deps)(deps): bump apexcharts from 6.1.0 to 6.5.0 in /stu…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:04:23Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "59f70c37447d039ed9b817629c95b754c3152555", "body": "…io with 2 updates [skip ci]\n\nBumps the build-tools group in /studio with 2 updates: [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) and [webpack](https://github.com/webpack/webpack).\nUpdates `html-webpack-plugin` from 5.6.7 to 5.6.8\nChangelog\n\n*Sourced from [html-webpack-plug\n[…]\ndependabot unignore ` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions", "is_bot": true, "headline": "chore(studio-deps-dev)(deps-dev): bump the build-tools group in /stud…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:04:16Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "f76e3dddc96de4eae668195da78637c0e4cb86f2", "body": "…o 5.24.3 in /studio [skip ci]\n\nBumps [enhanced-resolve](https://github.com/webpack/enhanced-resolve) from 5.24.2 to 5.24.3.\nRelease notes\n\n*Sourced from [enhanced-resolve's releases](https://github.com/webpack/enhanced-resolve/releases).*\n\n> v5.24.3\n> -------\n>\n> ### Patch Changes\n>\n> * Resolve tsc\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "chore(studio-deps-dev)(deps-dev): bump enhanced-resolve from 5.24.2 t…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:04:12Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "e5ceec580ec12f391864323a7af6c6b1b6642079", "body": "…2.10.43 to 2.11.3 in /studio [skip ci]\n\nBumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.10.43 to 2.11.3.\nRelease notes\n\n*Sourced from [baseline-browser-mapping's releases](https://github.com/web-platform-dx/baseline-browser-mapping/releases).*\n\n>\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "chore(studio-deps-dev)(deps-dev): bump baseline-browser-mapping from …", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:04:04Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "2a6b75291bace9dc17a6d1aec0f3cdc253ec3afa", "body": "…28.7 in /studio [skip ci]\n\nBumps [browserslist](https://github.com/browserslist/browserslist) from 4.28.6 to 4.28.7.\nRelease notes\n\n*Sourced from [browserslist's releases](https://github.com/browserslist/browserslist/releases).*\n\n> 4.28.7\n> ------\n>\n> * Improved parsing performance.\n> * Fixed unbou\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "chore(studio-deps-dev)(deps-dev): bump browserslist from 4.28.6 to 4.…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:04:00Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "068e2a79fcb71086fd402259093b78f845ee2a44", "body": "…393 to 1.5.396 in /studio [skip ci]\n\nBumps [electron-to-chromium](https://github.com/Kilian/electron-to-chromium) from 1.5.393 to 1.5.396.\nCommits\n\n* [`13a13df`](https://github.com/Kilian/electron-to-chromium/commit/13a13df123c7517cdc362d49e502fba45b42b418) 1.5.396\n* [`c471e9c`](https://github.com/\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "chore(studio-deps-dev)(deps-dev): bump electron-to-chromium from 1.5.…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:55Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "727ca4e71715fd7e898cbc83ac67bbbb6bff195d", "body": "…in /studio [skip ci]\n\nBumps [postcss](https://github.com/postcss/postcss) from 8.5.20 to 8.5.23.\nRelease notes\n\n*Sourced from [postcss's releases](https://github.com/postcss/postcss/releases).*\n\n> 8.5.23\n> ------\n>\n> * Do not load source map without `opts.from` for security reasons.\n>\n> 8.5.22\n> --\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "chore(studio-deps-dev)(deps-dev): bump postcss from 8.5.20 to 8.5.23 …", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:47Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "b2f4a9abe8c4aa9cfea2fe41720cb657344bda68", "body": "…ip ci]\n\nBumps [sax](https://github.com/isaacs/sax-js) from 1.6.0 to 1.6.1.\nCommits\n\n* [`961ceee`](https://github.com/isaacs/sax-js/commit/961ceeefcc5186005466f2085aeb36f31b161e37) 1.6.1\n* [`e68a39e`](https://github.com/isaacs/sax-js/commit/e68a39ec4950437d3ef40d986e5ce511c89bdc91) use Object.create\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "chore(studio-deps)(deps): bump sax from 1.6.0 to 1.6.1 in /studio [sk…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:42Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "ea7a5e1b9506a3f50c6a98bcd5ae69a0e8efc51b", "body": "…o [skip ci]\n\nBumps [marked](https://github.com/markedjs/marked) from 18.0.6 to 18.0.7.\nRelease notes\n\n*Sourced from [marked's releases](https://github.com/markedjs/marked/releases).*\n\n> v18.0.7\n> -------\n>\n> [18.0.7](https://github.com/markedjs/marked/compare/v18.0.6...v18.0.7) (2026-07-21)\n> -----\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "chore(studio-deps)(deps): bump marked from 18.0.6 to 18.0.7 in /studi…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:36Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "d7486471385ed0cbfa9e7cc9890e6c5eedae15ba", "body": "… in /studio [skip ci]\n\nBumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 5.32.9 to 5.32.11.\nRelease notes\n\n*Sourced from [swagger-ui-dist's releases](https://github.com/swagger-api/swagger-ui/releases).*\n\n> v5.32.11\n> --------\n>\n> [5.32.11](https://github.com/swagger-api/swagg\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "chore(studio-deps)(deps): bump swagger-ui-dist from 5.32.9 to 5.32.11…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:29Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "8163a695b673a65f9972edf9e5906f84b9888e68", "body": "…0 to 3.5.1 [skip ci]\n\nBumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.5.0 to 3.5.1.\nRelease notes\n\n*Sourced from [org.apache.maven.plugins:maven-jar-plugin's releases](https://github.com/apache/maven-jar-plugin/releases).*\n\n> 3.5.1\n> -----\n>\n> 📝 \n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.5.…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:23Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "6f1891e4851e461495eb4e2d19af21c3a9469b10", "body": "… [skip ci]\n\nBumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.38 to 1.6.0.\nRelease notes\n\n*Sourced from [ch.qos.logback:logback-classic's releases](https://github.com/qos-ch/logback/releases).*\n\n> Logback 1.6.0\n> -------------\n>\n> **2026-07-23 Release of logback ver\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps): bump ch.qos.logback:logback-classic from 1.5.38 to 1.6.0…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:19Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "0ce896733d0132c767ffa4c13f628a39804eec0a", "body": "…5.0 in /e2e-python [skip ci]\n\nUpdates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-python) to permit the latest version.\nRelease notes\n\n*Sourced from [testcontainers's releases](https://github.com/testcontainers/testcontainers-python/releases).*\n\n> testconta\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps): update testcontainers requirement from >=4.14.2 to >=4.1…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:11Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "a17bafe94855c8a0687adadb9eaebe599d12b64b", "body": "…studio [skip ci]\n\nBumps [@playwright/test](https://github.com/microsoft/playwright) from 1.61.1 to 1.62.0.\nRelease notes\n\n*Sourced from [@​playwright/test's releases](https://github.com/microsoft/playwright/releases).*\n\n> v1.62.0\n> -------\n>\n> 🧱 New component testing model\n> -----------------------\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps-dev): bump @playwright/test from 1.61.1 to 1.62.0 in /e2e-…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:03Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "9cdd4feb77d4aaa3520f8a5b1436fa9d9ab35aaf", "body": "….1.1 [skip ci]\n\nBumps [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin) from 5.0.0 to 5.1.1.\nRelease notes\n\n*Sourced from [com.mycila:license-maven-plugin's releases](https://github.com/mathieucarbou/license-maven-plugin/releases).*\n\n> v5.1.1\n> ------\n>\n> What\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps-dev): bump com.mycila:license-maven-plugin from 5.0.0 to 5…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:02:59Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "b48e958882a946bbdc7d886a6a2b4277caafd4f3", "body": "…s group [skip ci]\n\nBumps the pre-commit-hooks group with 1 update: prettier.\nUpdates `prettier` from 3.9.5 to 3.9.6\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\\_score?dependency-name=prettier&package-manager=pre\\_commit&previous-version=3.9.5&new-\n[…]\ndependabot unignore ` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions", "is_bot": true, "headline": "build(deps): bump prettier from 3.9.5 to 3.9.6 in the pre-commit-hook…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:02:52Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "494d678a637dad915ec540229bab53e3a8eac09d", "body": "….9.5 to 3.9.6 [skip ci]\n\nBumps [https://github.com/rbubley/mirrors-prettier](https://github.com/rbubley/mirrors-prettier) from v3.9.5 to 3.9.6.\nCommits\n\n* [`0ee1786`](https://github.com/rbubley/mirrors-prettier/commit/0ee178619d696787ca73d210cc191d720868c631) Mirror: 3.9.6\n* See full diff in [compa\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps): bump https://github.com/rbubley/mirrors-prettier from v3…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:02:48Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "ffbd68397b545d84274c1e20440dec4fb19e7ebd", "body": "…from 3.4.1 to 3.6.3 [skip ci]\n\nBumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.1 to 3.6.3.\nRelease notes\n\n*Sourced from [org.apache.maven.plugins:maven-enforcer-plugin's releases](https://github.com/apache/maven-enforcer/releases).*\n\n> 3.6.3\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps-dev): bump org.apache.maven.plugins:maven-enforcer-plugin …", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:02:39Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "eda668aa8c734dca336a741630befccc5fbe86b3", "body": "…p ci]\n\nBumps [io.cucumber:cucumber-bom](https://github.com/cucumber/cucumber-jvm) from 7.34.4 to 7.34.6.\nRelease notes\n\n*Sourced from [io.cucumber:cucumber-bom's releases](https://github.com/cucumber/cucumber-jvm/releases).*\n\n> v7.34.6\n> -------\n>\n> ### Fixed\n>\n> * [JUnit Platform Engine] Do not fa\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps): bump io.cucumber:cucumber-bom from 7.34.4 to 7.34.6 [ski…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:02:34Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "41f3a81975a3b426d341b1abaed2aacc670381ee", "body": "Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0.\nRelease notes\n\n*Sourced from [actions/setup-python's releases](https://github.com/actions/setup-python/releases).*\n\n> v7.0.0\n> ------\n>\n> What's Changed\n> --------------\n>\n> ### Enhancements\n>\n> * Migrate to E\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps): bump actions/setup-python from 6.3.0 to 7.0.0 [skip ci]", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:02:27Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "013e0cf2e481f93a0da5e34abed07aa094850f50", "body": "…ader-index lookup in HA tests (#5442)", "is_bot": false, "headline": "fix(remote): honor the server's 503 \"please retry\"; drop redundant le…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-26T18:56:28Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "2acf3f44b5943a3bb29a1fd9a42c651f5a0f6a33", "body": "Follow-up to the previous commit. The reporter's minimal reproduction confirms\nthe diagnosis from the other direction: a GraphBatch of ~250-byte vertices, each\nwith a unique md5 key, produces a 5.4MB TX_ENTRY and fails at 300k vertices -\nno large records involved at all, just enough unique index key\n[…]\n the fix.\nIssue4743OversizedRaftEntryTest additionally pins the coupling between\nappendBufferSize, writeBufferSize, the log segment size and the gRPC cap, so\nthe two buffers can no longer drift apart.", "is_bot": false, "headline": "fix(#4743): raise the maximum replicated transaction size to 32MB", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-26T14:53:06Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "9a5c898dc02906060b05bde4799aa3c62232821c", "body": "Round 4 of #4743. A bulk load into a 3-node cluster failed after ~500k\nvertices: the leader stepped down every ~130s, every node answered\nNotLeaderException for the same request, and phase-2 applies stayed\nunconfirmed for 20 minutes - with no CPU, disk or network pressure anywhere.\n\nRatis enforces r\n[…]\nction, split ordering and delta alignment), Issue4743CompactionEntrySizeIT\n(3 nodes, shrunk append buffer; fails on the unpatched code), and\nIssue4743InvalidSubIndexTest (fails on the unpatched code).", "is_bot": false, "headline": "fix(#4743): a single oversized Raft entry no longer topples the leader", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-26T14:53:06Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "0fc2d79554cd6839acbd52abe1007258bb923e65", "body": "…ocument-backed vector indexes (#3144)", "is_bot": false, "headline": "Merge branch 'issue-5412-build': auto-size the HNSW build cache for d…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-26T14:45:40Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "5d9f9ff72f1bbb18323a40013decffa58f18002a", "body": "…cked indexes\n\nBounding the graph-build vector cache at a flat 100,000 entries also applied to\nindexes whose vectors live in the documents (quantization NONE or PRODUCT). There\na cache miss costs a record lookup plus a full ARRAY_OF_FLOATS deserialization,\nand the validation phase had already read e\n[…]\npus with the pre-#5412 cache policy took 214.2s.\n\nTests: LSMVectorIndexBuildCacheSizingTest (residency, explicit bound, quantized\nbound, heap cap) plus VectorGraphBuildCacheBenchmark for re-measuring.", "is_bot": false, "headline": "fix(#3144): size the HNSW build cache from the corpus for document-ba…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-26T14:15:11Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "1e64c87916eb256560e52bc413932ed9d9492951", "body": "Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0.\n- [Release notes](https://github.com/actions/setup-python/releases)\n- [Commits](https://github.com/actions/setup-python/compare/ece7cb06caefa5fff74198d8649806c4678c61a1...5fda3b95a4ea91299a34e894583c3862153e4b\n[…]\npendency-name: actions/setup-python\n dependency-version: 7.0.0\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps): bump actions/setup-python from 6.3.0 to 7.0.0", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:17:38Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "a272528ed22971de17443c562a0647e3e4d0f76f", "body": "Bumps [io.cucumber:cucumber-bom](https://github.com/cucumber/cucumber-jvm) from 7.34.4 to 7.34.6.\n- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)\n- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/cucumber/cucumber-jvm/c\n[…]\nncy-name: io.cucumber:cucumber-bom\n dependency-version: 7.34.6\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps): bump io.cucumber:cucumber-bom from 7.34.4 to 7.34.6", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:13:20Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "54bb667e03cc3536425296862adcee055a133d11", "body": "Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.1 to 3.6.3.\n- [Release notes](https://github.com/apache/maven-enforcer/releases)\n- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.4.1...enforcer-3.6.3)\n\n---\nupdated-depend\n[…]\naven.plugins:maven-enforcer-plugin\n dependency-version: 3.6.3\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps-dev): bump org.apache.maven.plugins:maven-enforcer-plugin", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:12:53Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "2663fb9b10961519ea0c7f7ac35e723a03b444b6", "body": "Bumps [https://github.com/rbubley/mirrors-prettier](https://github.com/rbubley/mirrors-prettier) from v3.9.5 to 3.9.6.\n- [Commits](https://github.com/rbubley/mirrors-prettier/compare/v3.9.5...v3.9.6)\n\n---\nupdated-dependencies:\n- dependency-name: https://github.com/rbubley/mirrors-prettier\n dependency-version: 3.9.6\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps): bump https://github.com/rbubley/mirrors-prettier", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:12:46Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "2ea1e55270dbaad3f4c34f9d9ed0476b565a11bf", "body": "Bumps the pre-commit-hooks group with 1 update: prettier.\n\n\nUpdates `prettier` from 3.9.5 to 3.9.6\n\n---\nupdated-dependencies:\n- dependency-name: prettier\n dependency-version: 3.9.6\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: pre-commit-hooks\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps): bump prettier in the pre-commit-hooks group", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:12:43Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "b8456f4dc7f089f27704c887a3f496359edde0b8", "body": "Bumps [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin) from 5.0.0 to 5.1.1.\n- [Release notes](https://github.com/mathieucarbou/license-maven-plugin/releases)\n- [Changelog](https://github.com/mathieucarbou/license-maven-plugin/blob/master/docs/releases.md)\n- [C\n[…]\ne: com.mycila:license-maven-plugin\n dependency-version: 5.1.1\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps-dev): bump com.mycila:license-maven-plugin", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:12:40Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "f77d7c7dd283f2451ad9379a8e2f0f6a8c98983c", "body": "Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.61.1 to 1.62.0.\n- [Release notes](https://github.com/microsoft/playwright/releases)\n- [Commits](https://github.com/microsoft/playwright/compare/v1.61.1...v1.62.0)\n\n---\nupdated-dependencies:\n- dependency-name: \"@playwright/test\"\n dependency-version: 1.62.0\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps-dev): bump @playwright/test in /e2e-studio", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:12:38Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "87c873d7c9620fd03e013f7b09401c8de4d84cb1", "body": "Updates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-python) to permit the latest version.\n- [Release notes](https://github.com/testcontainers/testcontainers-python/releases)\n- [Changelog](https://github.com/testcontainers/testcontainers-python/blob/main/CHAN\n[…]\ntainers-v4.15.0)\n\n---\nupdated-dependencies:\n- dependency-name: testcontainers\n dependency-version: 4.15.0\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps): update testcontainers requirement in /e2e-python", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:12:32Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "f42ae579899780fa08037a3e106a69235899ac3f", "body": "Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.38 to 1.6.0.\n- [Release notes](https://github.com/qos-ch/logback/releases)\n- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.38...v_1.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: ch.qos.logback:logback-classic\n dependency-version: 1.6.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps): bump ch.qos.logback:logback-classic from 1.5.38 to 1.6.0", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:12:28Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "eec9d00fd005ac87797dd3719022b802f848dd2c", "body": "Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.5.0 to 3.5.1.\n- [Release notes](https://github.com/apache/maven-jar-plugin/releases)\n- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.5.0...maven-jar-plugin-3.5.1)\n\n-\n[…]\nache.maven.plugins:maven-jar-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] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps): bump org.apache.maven.plugins:maven-jar-plugin", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:12:18Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "44016adabcf5616219a637c2bc138922e66a368c", "body": "Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 5.32.9 to 5.32.11.\n- [Release notes](https://github.com/swagger-api/swagger-ui/releases)\n- [Commits](https://github.com/swagger-api/swagger-ui/compare/v5.32.9...v5.32.11)\n\n---\nupdated-dependencies:\n- dependency-name: swagger-ui-dist\n dependency-version: 5.32.11\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "chore(studio-deps)(deps): bump swagger-ui-dist in /studio", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T09:06:15Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "027fabf6cd1c735d0058f56abdde1bec6bf34401", "body": "Bumps [marked](https://github.com/markedjs/marked) from 18.0.6 to 18.0.7.\n- [Release notes](https://github.com/markedjs/marked/releases)\n- [Commits](https://github.com/markedjs/marked/compare/v18.0.6...v18.0.7)\n\n---\nupdated-dependencies:\n- dependency-name: marked\n dependency-version: 18.0.7\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "chore(studio-deps)(deps): bump marked from 18.0.6 to 18.0.7 in /studio", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T09:06:02Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "fcf89d4689f9e1264b776dc0114ad932b6854e67", "body": "Bumps [sax](https://github.com/isaacs/sax-js) from 1.6.0 to 1.6.1.\n- [Commits](https://github.com/isaacs/sax-js/compare/v1.6.0...v1.6.1)\n\n---\nupdated-dependencies:\n- dependency-name: sax\n dependency-version: 1.6.1\n dependency-type: indirect\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "chore(studio-deps)(deps): bump sax from 1.6.0 to 1.6.1 in /studio", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T09:05:54Z", "body_truncated": false, "is_coding_agent": false } ], "releases_count": 58, "commits_last_year": 4382, "latest_release_at": "2026-07-17T18:12:18Z", "latest_release_tag": "26.7.3", "releases_from_tags": false, "days_since_last_push": 0, "active_weeks_last_year": 52, "days_since_latest_release": 11, "mean_days_between_releases": 19.4 }, "community": { "has_readme": true, "has_license": true, "has_description": true, "has_contributing": true, "health_percentage": 87, "has_issue_template": true, "has_code_of_conduct": false, "has_pull_request_template": true }, "ecosystem": { "packages": [ { "name": "com.arcadedb:arcadedb-bolt", "exists": true, "license": null, "keywords": [], "ecosystem": "maven", "matches_repo": null, "registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-bolt", "is_deprecated": false, "latest_version": "26.7.3", "repository_url": null, "versions_count": 10, "total_downloads": null, "dependents_count": null, "deprecation_note": null, "maintainers_count": null, "monthly_downloads": null, "first_published_at": null, "latest_published_at": "2026-07-17T17:33:18Z", "latest_version_yanked": null, "days_since_latest_publish": 11 }, { "name": "com.arcadedb:arcadedb-grpc", "exists": true, "license": null, "keywords": [], "ecosystem": "maven", "matches_repo": null, "registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-grpc", "is_deprecated": false, "latest_version": "26.7.3", "repository_url": null, "versions_count": 15, "total_downloads": null, "dependents_count": null, "deprecation_note": null, "maintainers_count": null, "monthly_downloads": null, "first_published_at": null, "latest_published_at": "2026-07-17T17:33:24Z", "latest_version_yanked": null, "days_since_latest_publish": 11 }, { "name": "com.arcadedb:arcadedb-grpcw", "exists": true, "license": null, "keywords": [], "ecosystem": "maven", "matches_repo": null, "registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-grpcw", "is_deprecated": false, "latest_version": "26.7.3", "repository_url": null, "versions_count": 15, "total_downloads": null, "dependents_count": null, "deprecation_note": null, "maintainers_count": null, "monthly_downloads": null, "first_published_at": null, "latest_published_at": "2026-07-17T17:33:31Z", "latest_version_yanked": null, "days_since_latest_publish": 11 }, { "name": "com.arcadedb:arcadedb-engine", "exists": true, "license": null, "keywords": [], "ecosystem": "maven", "matches_repo": null, "registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-engine", "is_deprecated": false, "latest_version": "26.7.3", "repository_url": null, "versions_count": 60, "total_downloads": null, "dependents_count": null, "deprecation_note": null, "maintainers_count": null, "monthly_downloads": null, "first_published_at": null, "latest_published_at": "2026-07-17T17:33:21Z", "latest_version_yanked": null, "days_since_latest_publish": 11 }, { "name": "com.arcadedb:arcadedb-redisw", "exists": true, "license": null, "keywords": [], "ecosystem": "maven", "matches_repo": null, "registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-redisw", "is_deprecated": false, "latest_version": "26.7.3", "repository_url": null, "versions_count": 60, "total_downloads": null, "dependents_count": null, "deprecation_note": null, "maintainers_count": null, "monthly_downloads": null, "first_published_at": null, "latest_published_at": "2026-07-17T17:33:42Z", "latest_version_yanked": null, "days_since_latest_publish": 11 } ] }, "popularity": { "forks": 125, "stars": 1047, "watchers": 15, "fork_history": { "days": [ { "date": "2021-09-01", "count": 1 }, { "date": "2021-09-02", "count": 3 }, { "date": "2021-09-26", "count": 1 }, { "date": "2021-09-28", "count": 1 }, { "date": "2021-10-13", "count": 1 }, { "date": "2021-10-21", "count": 1 }, { "date": "2021-10-26", "count": 1 }, { "date": "2021-11-01", "count": 1 }, { "date": "2021-11-10", "count": 1 }, { "date": "2021-11-23", "count": 1 }, { "date": "2022-01-04", "count": 1 }, { "date": "2022-01-12", "count": 1 }, { "date": "2022-01-17", "count": 1 }, { "date": "2022-02-07", "count": 1 }, { "date": "2022-02-12", "count": 1 }, { "date": "2022-05-17", "count": 1 }, { "date": "2022-05-26", "count": 1 }, { "date": "2022-06-01", "count": 1 }, { "date": "2022-07-30", "count": 1 }, { "date": "2022-08-31", "count": 1 }, { "date": "2022-09-19", "count": 1 }, { "date": "2022-09-23", "count": 1 }, { "date": "2022-09-24", "count": 1 }, { "date": "2022-09-30", "count": 1 }, { "date": "2022-11-02", "count": 1 }, { "date": "2022-11-30", "count": 1 }, { "date": "2022-12-08", "count": 1 }, { "date": "2022-12-28", "count": 1 }, { "date": "2023-01-01", "count": 1 }, { "date": "2023-01-12", "count": 1 }, { "date": "2023-01-17", "count": 1 }, { "date": "2023-01-23", "count": 1 }, { "date": "2023-02-10", "count": 2 }, { "date": "2023-02-12", "count": 1 }, { "date": "2023-02-26", "count": 1 }, { "date": "2023-03-14", "count": 2 }, { "date": "2023-03-20", "count": 1 }, { "date": "2023-06-15", "count": 1 }, { "date": "2023-07-06", "count": 1 }, { "date": "2023-08-04", "count": 2 }, { "date": "2023-08-15", "count": 1 }, { "date": "2023-10-17", "count": 1 }, { "date": "2023-10-25", "count": 1 }, { "date": "2023-11-18", "count": 1 }, { "date": "2023-11-24", "count": 1 }, { "date": "2024-03-21", "count": 1 }, { "date": "2024-04-02", "count": 1 }, { "date": "2024-08-01", "count": 1 }, { "date": "2024-08-02", "count": 1 }, { "date": "2024-09-19", "count": 1 }, { "date": "2024-09-22", "count": 1 }, { "date": "2024-11-29", "count": 1 }, { "date": "2024-12-02", "count": 1 }, { "date": "2024-12-23", "count": 1 }, { "date": "2024-12-30", "count": 1 }, { "date": "2025-02-18", "count": 1 }, { "date": "2025-03-01", "count": 1 }, { "date": "2025-03-02", "count": 1 }, { "date": "2025-04-06", "count": 1 }, { "date": "2025-04-11", "count": 1 }, { "date": "2025-04-22", "count": 1 }, { "date": "2025-06-18", "count": 2 }, { "date": "2025-06-26", "count": 1 }, { "date": "2025-08-11", "count": 1 }, { "date": "2025-08-13", "count": 1 }, { "date": "2025-08-15", "count": 1 }, { "date": "2025-08-21", "count": 1 }, { "date": "2025-08-31", "count": 1 }, { "date": "2025-10-13", "count": 1 }, { "date": "2025-11-05", "count": 1 }, { "date": "2025-11-19", "count": 1 }, { "date": "2025-11-21", "count": 1 }, { "date": "2025-12-04", "count": 1 }, { "date": "2025-12-06", "count": 1 }, { "date": "2025-12-19", "count": 1 }, { "date": "2025-12-28", "count": 1 }, { "date": "2026-01-04", "count": 1 }, { "date": "2026-01-15", "count": 1 }, { "date": "2026-01-28", "count": 1 }, { "date": "2026-02-04", "count": 1 }, { "date": "2026-02-08", "count": 1 }, { "date": "2026-02-27", "count": 1 }, { "date": "2026-03-02", "count": 1 }, { "date": "2026-03-05", "count": 1 }, { "date": "2026-03-16", "count": 1 }, { "date": "2026-03-17", "count": 1 }, { "date": "2026-03-22", "count": 2 }, { "date": "2026-03-25", "count": 1 }, { "date": "2026-03-30", "count": 1 }, { "date": "2026-04-08", "count": 1 }, { "date": "2026-04-17", "count": 1 }, { "date": "2026-04-26", "count": 1 }, { "date": "2026-05-02", "count": 2 }, { "date": "2026-05-09", "count": 1 }, { "date": "2026-05-14", "count": 1 }, { "date": "2026-05-15", "count": 1 }, { "date": "2026-05-19", "count": 1 }, { "date": "2026-05-21", "count": 1 }, { "date": "2026-05-22", "count": 1 }, { "date": "2026-05-23", "count": 1 }, { "date": "2026-05-28", "count": 1 }, { "date": "2026-05-29", "count": 1 }, { "date": "2026-06-01", "count": 1 }, { "date": "2026-06-06", "count": 1 }, { "date": "2026-06-11", "count": 2 }, { "date": "2026-06-22", "count": 1 }, { "date": "2026-07-03", "count": 1 }, { "date": "2026-07-07", "count": 1 }, { "date": "2026-07-08", "count": 2 }, { "date": "2026-07-10", "count": 1 }, { "date": "2026-07-16", "count": 1 }, { "date": "2026-07-18", "count": 1 }, { "date": "2026-07-20", "count": 1 }, { "date": "2026-07-28", "count": 1 } ], "complete": true, "collected": 124, "total_forks": 125 }, "star_history": null, "open_issues_and_prs": 78 }, "ai_readiness": { "has_nix": false, "example_dirs": [ "examples" ], "has_llms_txt": false, "has_dockerfile": true, "has_mcp_signal": false, "bootstrap_files": [], "api_schema_files": [ "grpc/src/main/proto/arcadedb-server.proto" ], "has_devcontainer": false, "typecheck_configs": [ "e2e-studio/tsconfig.json" ], "toolchain_manifests": [ "bolt/pom.xml", "console/pom.xml", "coverage/pom.xml", "e2e-csharp/ArcadeDB.E2ETests/ArcadeDB.E2ETests.csproj", "e2e-go/go.mod", "e2e-ha/pom.xml", "e2e/pom.xml", "engine/pom.xml", "graphql/pom.xml", "gremlin-consumer-it/pom.xml", "gremlin-it/pom.xml", "gremlin/pom.xml", "grpc-client/pom.xml", "grpc/pom.xml", "grpcw/pom.xml", "ha-raft/pom.xml", "integration/pom.xml", "load-tests/pom.xml", "metrics/pom.xml", "mongodbw/pom.xml", "network/pom.xml", "package/pom.xml", "pom.xml", "postgresw/pom.xml", "redisw/pom.xml", "server/pom.xml", "studio/pom.xml", "tracing/pom.xml" ], "largest_source_bytes": 707519, "source_files_sampled": 4250, "oversized_source_files": 58, "agent_instruction_files": [ "CLAUDE.md", "engine/CLAUDE.md", "ha-raft/CLAUDE.md", "studio/CLAUDE.md" ], "agent_instruction_max_bytes": 8176 }, "dependencies": { "manifests": [ "bolt/pom.xml", "console/pom.xml", "coverage/pom.xml", "e2e-go/go.mod", "e2e-ha/pom.xml", "e2e-js/package.json", "e2e-python/pyproject.toml", "e2e-studio/package.json", "e2e/pom.xml", "engine/pom.xml", "graphql/pom.xml", "gremlin-consumer-it/pom.xml", "gremlin-it/pom.xml", "gremlin/pom.xml", "grpc-client/pom.xml", "grpc/pom.xml", "grpcw/pom.xml", "ha-raft/pom.xml", "integration/pom.xml", "load-tests/pom.xml", "metrics/pom.xml", "mongodbw/pom.xml", "network/pom.xml", "package/pom.xml", "pom.xml", "postgresw/pom.xml", "redisw/pom.xml", "server/pom.xml", "studio/package.json", "studio/pom.xml", "tracing/pom.xml" ], "advisories": { "error": null, "scope": "published_package", "source": "osv", "findings": [ { "name": "com.fasterxml.jackson.core:jackson-core", "direct": false, "version": "2.21.1", "severity": "high", "ecosystem": "maven", "cvss_score": 7.5, "advisory_ids": [ "GHSA-r7wm-3cxj-wff9" ], "fixed_version": "3.2.1", "advisory_count": 1, "oldest_advisory_days": 7 }, { "name": "com.fasterxml.jackson.core:jackson-databind", "direct": false, "version": "2.21.1", "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": 35 }, { "name": "io.undertow:undertow-core", "direct": false, "version": "2.4.2.Final", "severity": "moderate", "ecosystem": "maven", "cvss_score": 5.9, "advisory_ids": [ "GHSA-3x3v-w654-m28m" ], "fixed_version": null, "advisory_count": 1, "oldest_advisory_days": 126 } ], "collected": true, "malicious": [], "truncated": false, "by_severity": { "high": 2, "moderate": 1 }, "advisory_count": 12, "affected_count": 3, "assessed_count": 69, "malicious_count": 0, "assessed_package": "maven:com.arcadedb:arcadedb-bolt@26.7.3", "unassessed_count": 0, "direct_affected_count": 0 }, "ecosystems": [ "go", "maven", "npm", "pypi" ], "dependencies": [ { "name": "com.arcadedb:arcadedb-engine", "manifest": "console/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-network", "manifest": "console/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-integration", "manifest": "console/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "org.jline:jline-terminal", "manifest": "console/pom.xml", "ecosystem": "maven", "version_constraint": "${jline.version}" }, { "name": "org.jline:jline-reader", "manifest": "console/pom.xml", "ecosystem": "maven", "version_constraint": "${jline.version}" }, { "name": "org.jline:jline-terminal-jni", "manifest": "console/pom.xml", "ecosystem": "maven", "version_constraint": "${jline.version}" }, { "name": "org.slf4j:slf4j-jdk14", "manifest": "console/pom.xml", "ecosystem": "maven", "version_constraint": "${slf4j.version}" }, { "name": "${project.groupId}:arcadedb-console", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-engine", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-bolt", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-network", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-server", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-postgresw", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-redisw", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-gremlin", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-mongodbw", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-graphql", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-metrics", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-grpcw", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-grpc-client", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-integration", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "github.com/neo4j/neo4j-go-driver/v5", "manifest": "e2e-go/go.mod", "ecosystem": "go", "version_constraint": "v5.28.4" }, { "name": "github.com/stretchr/testify", "manifest": "e2e-go/go.mod", "ecosystem": "go", "version_constraint": "v1.11.1" }, { "name": "github.com/testcontainers/testcontainers-go", "manifest": "e2e-go/go.mod", "ecosystem": "go", "version_constraint": "v0.43.0" }, { "name": "neo4j-driver", "manifest": "e2e-js/package.json", "ecosystem": "npm", "version_constraint": "^6.0.1" }, { "name": "pg", "manifest": "e2e-js/package.json", "ecosystem": "npm", "version_constraint": "^8.16.0" }, { "name": "testcontainers", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=4.15.0" }, { "name": "pytest", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=9.1.1" }, { "name": "pytest-check", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=2.8.0" }, { "name": "pytest-asyncio", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=1.4.0" }, { "name": "docker", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=7.2.0" }, { "name": "psycopg", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=3.3.4" }, { "name": "psycopg-binary", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=3.3.4" }, { "name": "asyncpg", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=0.31.0" }, { "name": "requests", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=2.34.2" }, { "name": "sqlalchemy", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=2.0.51" }, { "name": "neo4j", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=6.2.0" }, { "name": "io.cucumber:cucumber-bom", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${cucumber.version}" }, { "name": "org.slf4j:slf4j-api", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${slf4j.version}" }, { "name": "com.conversantmedia:disruptor", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${disruptor.version}" }, { "name": "at.yawk.lz4:lz4-java", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${lz4-java.version}" }, { "name": "org.apache.lucene:lucene-analysis-common", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${lucene.version}" }, { "name": "org.apache.lucene:lucene-spatial-extras", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${lucene.version}" }, { "name": "org.apache.lucene:lucene-queryparser", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${lucene.version}" }, { "name": "org.locationtech.spatial4j:spatial4j", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${spatial4j.version}" }, { "name": "org.locationtech.jts:jts-core", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${jts-core.version}" }, { "name": "com.google.code.gson:gson", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${gson.version}" }, { "name": "io.github.jbellis:jvector", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${jvector.version}" }, { "name": "org.antlr:antlr4-runtime", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${antlr4.version}" }, { "name": "org.graalvm.sdk:graal-sdk", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${graalvm.version}" }, { "name": "org.graalvm.polyglot:polyglot", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${graalvm.version}" }, { "name": "org.graalvm.polyglot:js", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${graalvm.version}" }, { "name": "com.arcadedb:arcadedb-engine", "manifest": "gremlin-consumer-it/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-gremlin", "manifest": "gremlin-consumer-it/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-integration", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "org.antlr:antlr4-runtime", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${antlr4.version}" }, { "name": "io.netty:netty-all", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${netty.version}" }, { "name": "org.apache.commons:commons-lang3", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${commons-lang3.version}" }, { "name": "org.apache.commons:commons-configuration2", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${commons-configuration2.version}" }, { "name": "commons-beanutils:commons-beanutils", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${commons-beanutils.version}" }, { "name": "org.apache.groovy:groovy", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${groovy.version}" }, { "name": "org.apache.tinkerpop:gremlin-core", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${gremlin.version}" }, { "name": "org.apache.tinkerpop:gremlin-server", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${gremlin.version}" }, { "name": "org.apache.tinkerpop:gremlin-driver", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${gremlin.version}" }, { "name": "org.apache.tinkerpop:gremlin-util", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${gremlin.version}" }, { "name": "org.apache.tinkerpop:gremlin-groovy", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${gremlin.version}" }, { "name": "org.yaml:snakeyaml", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${snakeyaml.version}" }, { "name": "com.arcadedb:arcadedb-engine", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-network", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-grpc", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "io.grpc:grpc-netty-shaded", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "io.grpc:grpc-protobuf", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "io.grpc:grpc-stub", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "io.grpc:grpc-services", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "com.google.protobuf:protobuf-java", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${protobuf-java.version}" }, { "name": "com.google.protobuf:protobuf-java-util", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${protobuf-java.version}" }, { "name": "com.google.api.grpc:proto-google-common-protos", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${com.google.api.grpc.version}" }, { "name": "javax.annotation:javax.annotation-api", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${javax.annotation-api.version}" }, { "name": "com.arcadedb:arcadedb-grpc", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "io.grpc:grpc-netty-shaded", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "io.grpc:grpc-protobuf", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "io.grpc:grpc-stub", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "io.grpc:grpc-services", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "io.grpc:grpc-xds", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "com.google.protobuf:protobuf-java", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${protobuf-java.version}" }, { "name": "com.google.protobuf:protobuf-java-util", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${protobuf-java.version}" }, { "name": "com.google.api.grpc:proto-google-common-protos", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${com.google.api.grpc.version}" }, { "name": "javax.annotation:javax.annotation-api", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${javax.annotation-api.version}" }, { "name": "com.arcadedb:arcadedb-grpc", "manifest": "grpcw/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-engine", "manifest": "ha-raft/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-network", "manifest": "ha-raft/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "org.apache.ratis:ratis-server", "manifest": "ha-raft/pom.xml", "ecosystem": "maven", "version_constraint": "${ratis.version}" }, { "name": "org.apache.ratis:ratis-grpc", "manifest": "ha-raft/pom.xml", "ecosystem": "maven", "version_constraint": "${ratis.version}" }, { "name": "org.apache.ratis:ratis-metrics-default", "manifest": "ha-raft/pom.xml", "ecosystem": "maven", "version_constraint": "${ratis.version}" }, { "name": "com.arcadedb:arcadedb-engine", "manifest": "integration/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.sonofab1rd:univocity-parsers", "manifest": "integration/pom.xml", "ecosystem": "maven", "version_constraint": "${univocity-parsers.version}" }, { "name": "io.micrometer:micrometer-registry-prometheus", "manifest": "metrics/pom.xml", "ecosystem": "maven", "version_constraint": "${micrometer.version}" }, { "name": "io.micrometer:micrometer-registry-otlp", "manifest": "metrics/pom.xml", "ecosystem": "maven", "version_constraint": "${micrometer.version}" }, { "name": "de.bwaldvogel:mongo-java-server", "manifest": "mongodbw/pom.xml", "ecosystem": "maven", "version_constraint": "${mongo-java-server.version}" }, { "name": "io.netty:netty-transport", "manifest": "mongodbw/pom.xml", "ecosystem": "maven", "version_constraint": "${netty.version}" }, { "name": "io.netty:netty-codec", "manifest": "mongodbw/pom.xml", "ecosystem": "maven", "version_constraint": "${netty.version}" }, { "name": "io.netty:netty-handler", "manifest": "mongodbw/pom.xml", "ecosystem": "maven", "version_constraint": "${netty.version}" }, { "name": "com.arcadedb:arcadedb-engine", "manifest": "network/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-engine", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-console", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-server", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-studio", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-ha-raft", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-metrics", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-tracing", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-gremlin", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-bolt", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-redisw", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-postgresw", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-mongodbw", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-grpcw", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-graphql", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "org.slf4j:slf4j-jdk14", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${slf4j.version}" }, { "name": "org.junit:junit-bom", "manifest": "pom.xml", "ecosystem": "maven", "version_constraint": "${junit.jupiter.version}" }, { "name": "org.assertj:assertj-bom", "manifest": "pom.xml", "ecosystem": "maven", "version_constraint": "${assertj-core.version}" }, { "name": "io.micrometer:micrometer-tracing-bom", "manifest": "pom.xml", "ecosystem": "maven", "version_constraint": "${micrometer-tracing.version}" }, { "name": "io.opentelemetry:opentelemetry-bom", "manifest": "pom.xml", "ecosystem": "maven", "version_constraint": "${opentelemetry.version}" }, { "name": "org.jboss.threads:jboss-threads", "manifest": "pom.xml", "ecosystem": "maven", "version_constraint": "${jboss-threads.version}" }, { "name": "com.google.protobuf:protobuf-java", "manifest": "pom.xml", "ecosystem": "maven", "version_constraint": "${protobuf-java.version}" }, { "name": "com.google.protobuf:protobuf-java-util", "manifest": "pom.xml", "ecosystem": "maven", "version_constraint": "${protobuf-java.version}" }, { "name": "com.arcadedb:arcadedb-engine", "manifest": "server/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-network", "manifest": "server/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "io.undertow:undertow-core", "manifest": "server/pom.xml", "ecosystem": "maven", "version_constraint": "${undertow-core.version}" }, { "name": "io.micrometer:micrometer-core", "manifest": "server/pom.xml", "ecosystem": "maven", "version_constraint": "${micrometer.version}" }, { "name": "io.swagger.core.v3:swagger-core", "manifest": "server/pom.xml", "ecosystem": "maven", "version_constraint": "${swagger.version}" }, { "name": "io.swagger.core.v3:swagger-annotations", "manifest": "server/pom.xml", "ecosystem": "maven", "version_constraint": "${swagger.version}" }, { "name": "io.swagger.core.v3:swagger-models", "manifest": "server/pom.xml", "ecosystem": "maven", "version_constraint": "${swagger.version}" }, { "name": "org.xerial.snappy:snappy-java", "manifest": "server/pom.xml", "ecosystem": "maven", "version_constraint": "${snappy.version}" }, { "name": "@fortawesome/fontawesome-free", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^7.3.1" }, { "name": "@popperjs/core", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^2.11.8" }, { "name": "apexcharts", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^6.5.0" }, { "name": "bootstrap", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^5.3.8" }, { "name": "codemirror", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^5.65.21" }, { "name": "cytoscape", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^3.34.0" }, { "name": "cytoscape-cxtmenu", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^3.5.0" }, { "name": "cytoscape-fcose", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^2.2.0" }, { "name": "cytoscape-graphml", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^1.0.6" }, { "name": "cytoscape-node-html-label", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^1.2.2" }, { "name": "datatables.net", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^3.0.0" }, { "name": "datatables.net-bs5", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^3.0.0" }, { "name": "datatables.net-buttons", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^4.0.0" }, { "name": "datatables.net-buttons-bs5", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^4.0.0" }, { "name": "datatables.net-responsive", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^4.0.0" }, { "name": "datatables.net-responsive-bs5", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^4.0.0" }, { "name": "datatables.net-select", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^4.0.0" }, { "name": "datatables.net-select-bs5", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^4.0.0" }, { "name": "jquery", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^4.0.0" }, { "name": "marked", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^18.0.7" }, { "name": "jszip", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^3.10.1" }, { "name": "pdfmake", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^0.3.11" }, { "name": "swagger-ui-dist", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^5.32.11" }, { "name": "sweetalert2", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^11.26.25" }, { "name": "io.micrometer:micrometer-tracing-bridge-otel", "manifest": "tracing/pom.xml", "ecosystem": "maven", "version_constraint": null }, { "name": "io.opentelemetry:opentelemetry-exporter-otlp", "manifest": "tracing/pom.xml", "ecosystem": "maven", "version_constraint": null }, { "name": "io.opentelemetry:opentelemetry-sdk", "manifest": "tracing/pom.xml", "ecosystem": "maven", "version_constraint": null } ], "all_dependencies": { "error": null, "source": "github-sbom", "packages": [ { "name": "github.com/neo4j/neo4j-go-driver/v5", "direct": true, "version": "v5.28.4", "ecosystem": "go" }, { "name": "github.com/stretchr/testify", "direct": true, "version": "v1.11.1", "ecosystem": "go" }, { "name": "github.com/testcontainers/testcontainers-go", "direct": true, "version": "v0.43.0", "ecosystem": "go" }, { "name": "at.yawk.lz4:lz4-java", "direct": true, "version": "1.11.1", "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-bolt", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-console", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-engine", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-graphql", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-gremlin", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-grpc", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-grpcw", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-ha-raft", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-integration", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-metrics", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-mongodbw", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-network", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-postgresw", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-redisw", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-server", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-studio", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-tracing", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.conversantmedia:disruptor", "direct": true, "version": "1.2.21", "ecosystem": "maven" }, { "name": "com.google.api.grpc:proto-google-common-protos", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.google.code.gson:gson", "direct": true, "version": "2.14.0", "ecosystem": "maven" }, { "name": "com.google.protobuf:protobuf-java", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.google.protobuf:protobuf-java", "direct": true, "version": "4.35.1", "ecosystem": "maven" }, { "name": "com.google.protobuf:protobuf-java-util", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.google.protobuf:protobuf-java-util", "direct": true, "version": "4.35.1", "ecosystem": "maven" }, { "name": "com.sonofab1rd:univocity-parsers", "direct": true, "version": "2.10.2", "ecosystem": "maven" }, { "name": "commons-beanutils:commons-beanutils", "direct": true, "version": "1.11.0", "ecosystem": "maven" }, { "name": "de.bwaldvogel:mongo-java-server", "direct": true, "version": "1.47.0", "ecosystem": "maven" }, { "name": "io.cucumber:cucumber-bom", "direct": true, "version": "7.34.6", "ecosystem": "maven" }, { "name": "io.github.jbellis:jvector", "direct": true, "version": "4.0.0-rc.9", "ecosystem": "maven" }, { "name": "io.grpc:grpc-netty-shaded", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.grpc:grpc-protobuf", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.grpc:grpc-services", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.grpc:grpc-stub", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.grpc:grpc-xds", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.micrometer:micrometer-core", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.micrometer:micrometer-core", "direct": true, "version": "1.17.0", "ecosystem": "maven" }, { "name": "io.micrometer:micrometer-registry-otlp", "direct": true, "version": "1.17.0", "ecosystem": "maven" }, { "name": "io.micrometer:micrometer-registry-prometheus", "direct": true, "version": "1.17.0", "ecosystem": "maven" }, { "name": "io.micrometer:micrometer-tracing-bom", "direct": true, "version": "1.7.0", "ecosystem": "maven" }, { "name": "io.micrometer:micrometer-tracing-bridge-otel", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.netty:netty-all", "direct": true, "version": "4.2.16", "ecosystem": "maven" }, { "name": "io.netty:netty-codec", "direct": true, "version": "4.2.16", "ecosystem": "maven" }, { "name": "io.netty:netty-handler", "direct": true, "version": "4.2.16", "ecosystem": "maven" }, { "name": "io.netty:netty-transport", "direct": true, "version": "4.2.16", "ecosystem": "maven" }, { "name": "io.opentelemetry:opentelemetry-bom", "direct": true, "version": "1.64.0", "ecosystem": "maven" }, { "name": "io.opentelemetry:opentelemetry-exporter-otlp", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.opentelemetry:opentelemetry-sdk", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.swagger.core.v3:swagger-annotations", "direct": true, "version": "2.2.52", "ecosystem": "maven" }, { "name": "io.swagger.core.v3:swagger-core", "direct": true, "version": "2.2.52", "ecosystem": "maven" }, { "name": "io.swagger.core.v3:swagger-models", "direct": true, "version": "2.2.52", "ecosystem": "maven" }, { "name": "io.undertow:undertow-core", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "javax.annotation:javax.annotation-api", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "org.antlr:antlr4-runtime", "direct": true, "version": "4.13.2", "ecosystem": "maven" }, { "name": "org.antlr:antlr4-runtime", "direct": true, "version": "4.9.1", "ecosystem": "maven" }, { "name": "org.apache.commons:commons-configuration2", "direct": true, "version": "2.15.1", "ecosystem": "maven" }, { "name": "org.apache.commons:commons-lang3", "direct": true, "version": "3.20.0", "ecosystem": "maven" }, { "name": "org.apache.groovy:groovy", "direct": true, "version": "4.0.32", "ecosystem": "maven" }, { "name": "org.apache.lucene:lucene-analysis-common", "direct": true, "version": "10.5.0", "ecosystem": "maven" }, { "name": "org.apache.lucene:lucene-queryparser", "direct": true, "version": "10.5.0", "ecosystem": "maven" }, { "name": "org.apache.lucene:lucene-spatial-extras", "direct": true, "version": "10.5.0", "ecosystem": "maven" }, { "name": "org.apache.ratis:ratis-grpc", "direct": true, "version": "3.2.2", "ecosystem": "maven" }, { "name": "org.apache.ratis:ratis-metrics-default", "direct": true, "version": "3.2.2", "ecosystem": "maven" }, { "name": "org.apache.ratis:ratis-server", "direct": true, "version": "3.2.2", "ecosystem": "maven" }, { "name": "org.apache.tinkerpop:gremlin-core", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "org.apache.tinkerpop:gremlin-driver", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "org.apache.tinkerpop:gremlin-groovy", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "org.apache.tinkerpop:gremlin-server", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "org.apache.tinkerpop:gremlin-util", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "org.assertj:assertj-bom", "direct": true, "version": "3.27.7", "ecosystem": "maven" }, { "name": "org.graalvm.polyglot:js", "direct": true, "version": "25.1.3", "ecosystem": "maven" }, { "name": "org.graalvm.polyglot:polyglot", "direct": true, "version": "25.1.3", "ecosystem": "maven" }, { "name": "org.graalvm.sdk:graal-sdk", "direct": true, "version": "25.1.3", "ecosystem": "maven" }, { "name": "org.jboss.threads:jboss-threads", "direct": true, "version": "3.9.2", "ecosystem": "maven" }, { "name": "org.jline:jline-reader", "direct": true, "version": "4.3.1", "ecosystem": "maven" }, { "name": "org.jline:jline-terminal", "direct": true, "version": "4.3.1", "ecosystem": "maven" }, { "name": "org.jline:jline-terminal-jni", "direct": true, "version": "4.3.1", "ecosystem": "maven" }, { "name": "org.junit:junit-bom", "direct": true, "version": "6.1.2", "ecosystem": "maven" }, { "name": "org.locationtech.jts:jts-core", "direct": true, "version": "1.20.0", "ecosystem": "maven" }, { "name": "org.locationtech.spatial4j:spatial4j", "direct": true, "version": "0.8", "ecosystem": "maven" }, { "name": "org.slf4j:slf4j-api", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "org.slf4j:slf4j-jdk14", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "org.slf4j:slf4j-jdk14", "direct": true, "version": "2.0.18", "ecosystem": "maven" }, { "name": "org.xerial.snappy:snappy-java", "direct": true, "version": "1.1.10.8", "ecosystem": "maven" }, { "name": "org.yaml:snakeyaml", "direct": true, "version": "2.6", "ecosystem": "maven" }, { "name": "@fortawesome/fontawesome-free", "direct": true, "version": "7.3.1", "ecosystem": "npm" }, { "name": "@popperjs/core", "direct": true, "version": "2.11.8", "ecosystem": "npm" }, { "name": "apexcharts", "direct": true, "version": "6.5.0", "ecosystem": "npm" }, { "name": "bootstrap", "direct": true, "version": "5.3.8", "ecosystem": "npm" }, { "name": "codemirror", "direct": true, "version": "5.65.21", "ecosystem": "npm" }, { "name": "cytoscape", "direct": true, "version": "3.34.0", "ecosystem": "npm" }, { "name": "cytoscape-cxtmenu", "direct": true, "version": "3.5.0", "ecosystem": "npm" }, { "name": "cytoscape-fcose", "direct": true, "version": "2.2.0", "ecosystem": "npm" }, { "name": "cytoscape-graphml", "direct": true, "version": "1.0.6", "ecosystem": "npm" }, { "name": "cytoscape-node-html-label", "direct": true, "version": "1.2.2", "ecosystem": "npm" }, { "name": "datatables.net", "direct": true, "version": "3.0.0", "ecosystem": "npm" }, { "name": "datatables.net-bs5", "direct": true, "version": "3.0.0", "ecosystem": "npm" }, { "name": "datatables.net-buttons", "direct": true, "version": "4.0.0", "ecosystem": "npm" }, { "name": "datatables.net-buttons-bs5", "direct": true, "version": "4.0.0", "ecosystem": "npm" }, { "name": "datatables.net-responsive", "direct": true, "version": "4.0.0", "ecosystem": "npm" }, { "name": "datatables.net-responsive-bs5", "direct": true, "version": "4.0.0", "ecosystem": "npm" }, { "name": "datatables.net-select", "direct": true, "version": "4.0.0", "ecosystem": "npm" }, { "name": "datatables.net-select-bs5", "direct": true, "version": "4.0.0", "ecosystem": "npm" }, { "name": "jquery", "direct": true, "version": "4.0.0", "ecosystem": "npm" }, { "name": "jszip", "direct": true, "version": "3.10.1", "ecosystem": "npm" }, { "name": "marked", "direct": true, "version": "18.0.7", "ecosystem": "npm" }, { "name": "neo4j-driver", "direct": true, "version": "6.2.0", "ecosystem": "npm" }, { "name": "pdfmake", "direct": true, "version": "0.3.11", "ecosystem": "npm" }, { "name": "pg", "direct": true, "version": "8.22.0", "ecosystem": "npm" }, { "name": "swagger-ui-dist", "direct": true, "version": "5.32.11", "ecosystem": "npm" }, { "name": "sweetalert2", "direct": true, "version": "11.26.25", "ecosystem": "npm" }, { "name": "asyncpg", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "docker", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "neo4j", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "psycopg", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "psycopg-binary", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "pytest", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "pytest-asyncio", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "pytest-check", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "requests", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "sqlalchemy", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "testcontainers", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "dario.cat/mergo", "direct": false, "version": "v1.0.2", "ecosystem": "go" }, { "name": "github.com/azure/go-ansiterm", "direct": false, "version": "v0.0.0-20250102033503-faa5f7b0171c", "ecosystem": "go" }, { "name": "github.com/cenkalti/backoff/v4", "direct": false, "version": "v4.3.0", "ecosystem": "go" }, { "name": "github.com/cespare/xxhash/v2", "direct": false, "version": "v2.3.0", "ecosystem": "go" }, { "name": "github.com/containerd/errdefs", "direct": false, "version": "v1.0.0", "ecosystem": "go" }, { "name": "github.com/containerd/errdefs/pkg", "direct": false, "version": "v0.3.0", "ecosystem": "go" }, { "name": "github.com/containerd/log", "direct": false, "version": "v0.1.0", "ecosystem": "go" }, { "name": "github.com/containerd/platforms", "direct": false, "version": "v0.2.1", "ecosystem": "go" }, { "name": "github.com/cpuguy83/dockercfg", "direct": false, "version": "v0.3.2", "ecosystem": "go" }, { "name": "github.com/davecgh/go-spew", "direct": false, "version": "v1.1.1", "ecosystem": "go" }, { "name": "github.com/distribution/reference", "direct": false, "version": "v0.6.0", "ecosystem": "go" }, { "name": "github.com/docker/go-connections", "direct": false, "version": "v0.6.0", "ecosystem": "go" }, { "name": "github.com/docker/go-units", "direct": false, "version": "v0.5.0", "ecosystem": "go" }, { "name": "github.com/ebitengine/purego", "direct": false, "version": "v0.10.0", "ecosystem": "go" }, { "name": "github.com/felixge/httpsnoop", "direct": false, "version": "v1.0.4", "ecosystem": "go" }, { "name": "github.com/go-logr/logr", "direct": false, "version": "v1.4.3", "ecosystem": "go" }, { "name": "github.com/go-logr/stdr", "direct": false, "version": "v1.2.2", "ecosystem": "go" }, { "name": "github.com/go-ole/go-ole", "direct": false, "version": "v1.2.6", "ecosystem": "go" }, { "name": "github.com/google/uuid", "direct": false, "version": "v1.6.0", "ecosystem": "go" }, { "name": "github.com/klauspost/compress", "direct": false, "version": "v1.18.5", "ecosystem": "go" }, { "name": "github.com/lufia/plan9stats", "direct": false, "version": "v0.0.0-20211012122336-39d0f177ccd0", "ecosystem": "go" }, { "name": "github.com/magiconair/properties", "direct": false, "version": "v1.8.10", "ecosystem": "go" }, { "name": "github.com/microsoft/go-winio", "direct": false, "version": "v0.6.2", "ecosystem": "go" }, { "name": "github.com/moby/docker-image-spec", "direct": false, "version": "v1.3.1", "ecosystem": "go" }, { "name": "github.com/moby/go-archive", "direct": false, "version": "v0.2.0", "ecosystem": "go" }, { "name": "github.com/moby/moby/api", "direct": false, "version": "v1.54.2", "ecosystem": "go" }, { "name": "github.com/moby/moby/client", "direct": false, "version": "v0.4.0", "ecosystem": "go" }, { "name": "github.com/moby/patternmatcher", "direct": false, "version": "v0.6.1", "ecosystem": "go" }, { "name": "github.com/moby/sys/sequential", "direct": false, "version": "v0.6.0", "ecosystem": "go" }, { "name": "github.com/moby/sys/user", "direct": false, "version": "v0.4.0", "ecosystem": "go" }, { "name": "github.com/moby/sys/userns", "direct": false, "version": "v0.1.0", "ecosystem": "go" }, { "name": "github.com/moby/term", "direct": false, "version": "v0.5.2", "ecosystem": "go" }, { "name": "github.com/opencontainers/go-digest", "direct": false, "version": "v1.0.0", "ecosystem": "go" }, { "name": "github.com/opencontainers/image-spec", "direct": false, "version": "v1.1.1", "ecosystem": "go" }, { "name": "github.com/pmezard/go-difflib", "direct": false, "version": "v1.0.0", "ecosystem": "go" }, { "name": "github.com/power-devops/perfstat", "direct": false, "version": "v0.0.0-20240221224432-82ca36839d55", "ecosystem": "go" }, { "name": "github.com/shirou/gopsutil/v4", "direct": false, "version": "v4.26.5", "ecosystem": "go" }, { "name": "github.com/sirupsen/logrus", "direct": false, "version": "v1.9.4", "ecosystem": "go" }, { "name": "github.com/tklauser/go-sysconf", "direct": false, "version": "v0.3.16", "ecosystem": "go" }, { "name": "github.com/tklauser/numcpus", "direct": false, "version": "v0.11.0", "ecosystem": "go" }, { "name": "github.com/yusufpapurcu/wmi", "direct": false, "version": "v1.2.4", "ecosystem": "go" }, { "name": "go.opentelemetry.io/auto/sdk", "direct": false, "version": "v1.2.1", "ecosystem": "go" }, { "name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp", "direct": false, "version": "v0.60.0", "ecosystem": "go" }, { "name": "go.opentelemetry.io/otel", "direct": false, "version": "v1.43.0", "ecosystem": "go" }, { "name": "go.opentelemetry.io/otel/metric", "direct": false, "version": "v1.43.0", "ecosystem": "go" }, { "name": "go.opentelemetry.io/otel/sdk", "direct": false, "version": "v1.43.0", "ecosystem": "go" }, { "name": "go.opentelemetry.io/otel/sdk/metric", "direct": false, "version": "v1.43.0", "ecosystem": "go" }, { "name": "go.opentelemetry.io/otel/trace", "direct": false, "version": "v1.43.0", "ecosystem": "go" }, { "name": "golang.org/x/crypto", "direct": false, "version": "v0.53.0", "ecosystem": "go" }, { "name": "golang.org/x/sys", "direct": false, "version": "v0.46.0", "ecosystem": "go" }, { "name": "gopkg.in/yaml.v3", "direct": false, "version": "v3.0.1", "ecosystem": "go" }, { "name": "ch.qos.logback:logback-classic", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "ch.qos.logback:logback-classic", "direct": false, "version": "1.6.0", "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-grpc-client", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-load-tests", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "com.fasterxml.jackson.core:jackson-databind", "direct": false, "version": "2.22.1", "ecosystem": "maven" }, { "name": "com.github.eirslett:frontend-maven-plugin", "direct": false, "version": "2.0.1", "ecosystem": "maven" }, { "name": "com.helger.maven:ph-javacc-maven-plugin", "direct": false, "version": "5.0.1", "ecosystem": "maven" }, { "name": "com.jayway.jsonpath:json-path", "direct": false, "version": "3.0.0", "ecosystem": "maven" }, { "name": "com.mycila:license-maven-plugin", "direct": false, "version": "5.1.1", "ecosystem": "maven" }, { "name": "io.cucumber:cucumber-java", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "io.cucumber:cucumber-junit-platform-engine", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "io.fabric8:docker-maven-plugin", "direct": false, "version": "0.48.1", "ecosystem": "maven" }, { "name": "io.github.ascopes:protobuf-maven-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "io.github.ascopes:protobuf-maven-plugin", "direct": false, "version": "5.1.7", "ecosystem": "maven" }, { "name": "io.grpc:grpc-testing", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "io.grpc:protoc-gen-grpc-java", "direct": false, "version": "1.79.0", "ecosystem": "maven" }, { "name": "io.opentelemetry:opentelemetry-sdk-testing", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "io.swagger.parser.v3:swagger-parser", "direct": false, "version": "2.1.45", "ecosystem": "maven" }, { "name": "net.nicoulaj.maven.plugins:checksum-maven-plugin", "direct": false, "version": "1.11", "ecosystem": "maven" }, { "name": "org.antlr:antlr4-maven-plugin", "direct": false, "version": "4.13.2", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-assembly-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-clean-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-compiler-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-compiler-plugin", "direct": false, "version": "3.15.0", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-deploy-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-enforcer-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-failsafe-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-failsafe-plugin", "direct": false, "version": "3.5.6", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-gpg-plugin", "direct": false, "version": "3.2.8", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-install-plugin", "direct": false, "version": "3.1.4", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-jar-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-jar-plugin", "direct": false, "version": "3.5.1", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-javadoc-plugin", "direct": false, "version": "3.12.0", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-resources-plugin", "direct": false, "version": "3.5.0", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-shade-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-shade-plugin", "direct": false, "version": "3.6.2", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-source-plugin", "direct": false, "version": "3.4.0", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-surefire-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-surefire-plugin", "direct": false, "version": "3.5.6", "ecosystem": "maven" }, { "name": "org.apache.ratis:ratis-common", "direct": false, "version": "3.2.2", "ecosystem": "maven" }, { "name": "org.apache.ratis:ratis-test", "direct": false, "version": "3.2.2", "ecosystem": "maven" }, { "name": "org.apache.tinkerpop:gremlin-test", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.tomcat:tomcat-jdbc", "direct": false, "version": "11.0.24", "ecosystem": "maven" }, { "name": "org.assertj:assertj-core", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.assertj:assertj-db", "direct": false, "version": "3.0.2", "ecosystem": "maven" }, { "name": "org.awaitility:awaitility", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.awaitility:awaitility", "direct": false, "version": "4.3.0", "ecosystem": "maven" }, { "name": "org.codehaus.mojo:build-helper-maven-plugin", "direct": false, "version": "3.6.1", "ecosystem": "maven" }, { "name": "org.codehaus.mojo:buildnumber-maven-plugin", "direct": false, "version": "3.3.0", "ecosystem": "maven" }, { "name": "org.codehaus.mojo:license-maven-plugin", "direct": false, "version": "2.7.1", "ecosystem": "maven" }, { "name": "org.codehaus.mojo:versions-maven-plugin", "direct": false, "version": "2.21.0", "ecosystem": "maven" }, { "name": "org.jacoco:jacoco-maven-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.jacoco:jacoco-maven-plugin", "direct": false, "version": "0.8.15", "ecosystem": "maven" }, { "name": "org.junit.jupiter:junit-jupiter", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.junit.jupiter:junit-jupiter-params", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.junit.platform:junit-platform-suite", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.junit.vintage:junit-vintage-engine", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.mockito:mockito-core", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.mockito:mockito-core", "direct": false, "version": "5.23.0", "ecosystem": "maven" }, { "name": "org.mongodb:mongo-java-driver", "direct": false, "version": "3.12.14", "ecosystem": "maven" }, { "name": "org.neo4j.driver:neo4j-java-driver", "direct": false, "version": null, "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.postgresql:postgresql", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.postgresql:postgresql", "direct": false, "version": "42.7.13", "ecosystem": "maven" }, { "name": "org.sonatype.central:central-publishing-maven-plugin", "direct": false, "version": "0.11.0", "ecosystem": "maven" }, { "name": "org.testcontainers:testcontainers", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.testcontainers:testcontainers-junit-jupiter", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.testcontainers:testcontainers-toxiproxy", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "redis.clients:jedis", "direct": false, "version": "7.5.3", "ecosystem": "maven" }, { "name": "@babel/code-frame", "direct": false, "version": "7.29.0", "ecosystem": "npm" }, { "name": "@babel/compat-data", "direct": false, "version": "7.29.3", "ecosystem": "npm" }, { "name": "@babel/core", "direct": false, "version": "7.29.0", "ecosystem": "npm" }, { "name": "@babel/generator", "direct": false, "version": "7.29.1", "ecosystem": "npm" }, { "name": "@babel/helper-compilation-targets", "direct": false, "version": "7.28.6", "ecosystem": "npm" }, { "name": "@babel/helper-globals", "direct": false, "version": "7.28.0", "ecosystem": "npm" }, { "name": "@babel/helper-module-imports", "direct": false, "version": "7.28.6", "ecosystem": "npm" }, { "name": "@babel/helper-module-transforms", "direct": false, "version": "7.28.6", "ecosystem": "npm" }, { "name": "@babel/helper-plugin-utils", "direct": false, "version": "7.28.6", "ecosystem": "npm" }, { "name": "@babel/helper-string-parser", "direct": false, "version": "7.27.1", "ecosystem": "npm" }, { "name": "@babel/helper-validator-identifier", "direct": false, "version": "7.28.5", "ecosystem": "npm" }, { "name": "@babel/helper-validator-option", "direct": false, "version": "7.27.1", "ecosystem": "npm" }, { "name": "@babel/helpers", "direct": false, "version": "7.29.2", "ecosystem": "npm" }, { "name": "@babel/parser", "direct": false, "version": "7.29.3", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-async-generators", "direct": false, "version": "7.8.4", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-bigint", "direct": false, "version": "7.8.3", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-class-properties", "direct": false, "version": "7.12.13", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-class-static-block", "direct": false, "version": "7.14.5", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-import-attributes", "direct": false, "version": "7.28.6", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-import-meta", "direct": false, "version": "7.10.4", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-json-strings", "direct": false, "version": "7.8.3", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-jsx", "direct": false, "version": "7.28.6", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-logical-assignment-operators", "direct": false, "version": "7.10.4", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-nullish-coalescing-operator", "direct": false, "version": "7.8.3", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-numeric-separator", "direct": false, "version": "7.10.4", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-object-rest-spread", "direct": false, "version": "7.8.3", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-optional-catch-binding", "direct": false, "version": "7.8.3", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-optional-chaining", "direct": false, "version": "7.8.3", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-private-property-in-object", "direct": false, "version": "7.14.5", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-top-level-await", "direct": false, "version": "7.14.5", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-typescript", "direct": false, "version": "7.28.6", "ecosystem": "npm" }, { "name": "@babel/template", "direct": false, "version": "7.28.6", "ecosystem": "npm" }, { "name": "@babel/traverse", "direct": false, "version": "7.29.0", "ecosystem": "npm" }, { "name": "@babel/types", "direct": false, "version": "7.29.0", "ecosystem": "npm" }, { "name": "@balena/dockerignore", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "@bcoe/v8-coverage", "direct": false, "version": "0.2.3", "ecosystem": "npm" }, { "name": "@discoveryjs/json-ext", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "@emnapi/core", "direct": false, "version": "1.10.0", "ecosystem": "npm" }, { "name": "@emnapi/runtime", "direct": false, "version": "1.10.0", "ecosystem": "npm" }, { "name": "@emnapi/wasi-threads", "direct": false, "version": "1.2.1", "ecosystem": "npm" }, { "name": "@grpc/grpc-js", "direct": false, "version": "1.14.4", "ecosystem": "npm" }, { "name": "@grpc/proto-loader", "direct": false, "version": "0.7.15", "ecosystem": "npm" }, { "name": "@grpc/proto-loader", "direct": false, "version": "0.8.1", "ecosystem": "npm" }, { "name": "@isaacs/cliui", "direct": false, "version": "8.0.2", "ecosystem": "npm" }, { "name": "@istanbuljs/load-nyc-config", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "@istanbuljs/schema", "direct": false, "version": "0.1.6", "ecosystem": "npm" }, { "name": "@jest/console", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/core", "direct": false, "version": "30.4.2", "ecosystem": "npm" }, { "name": "@jest/diff-sequences", "direct": false, "version": "30.4.0", "ecosystem": "npm" }, { "name": "@jest/environment", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/expect", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/expect-utils", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/fake-timers", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/get-type", "direct": false, "version": "30.1.0", "ecosystem": "npm" }, { "name": "@jest/globals", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/pattern", "direct": false, "version": "30.4.0", "ecosystem": "npm" }, { "name": "@jest/reporters", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/schemas", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/snapshot-utils", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/source-map", "direct": false, "version": "30.0.1", "ecosystem": "npm" }, { "name": "@jest/test-result", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/test-sequencer", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/transform", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/types", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jridgewell/gen-mapping", "direct": false, "version": "0.3.13", "ecosystem": "npm" }, { "name": "@jridgewell/remapping", "direct": false, "version": "2.3.5", "ecosystem": "npm" }, { "name": "@jridgewell/resolve-uri", "direct": false, "version": "3.1.2", "ecosystem": "npm" }, { "name": "@jridgewell/source-map", "direct": false, "version": "0.3.11", "ecosystem": "npm" }, { "name": "@jridgewell/sourcemap-codec", "direct": false, "version": "1.5.5", "ecosystem": "npm" }, { "name": "@jridgewell/trace-mapping", "direct": false, "version": "0.3.31", "ecosystem": "npm" }, { "name": "@js-sdsl/ordered-map", "direct": false, "version": "4.4.2", "ecosystem": "npm" }, { "name": "@kwsites/file-exists", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "@napi-rs/wasm-runtime", "direct": false, "version": "0.2.12", "ecosystem": "npm" }, { "name": "@noble/ciphers", "direct": false, "version": "1.3.0", "ecosystem": "npm" }, { "name": "@noble/hashes", "direct": false, "version": "1.8.0", "ecosystem": "npm" }, { "name": "@pkgjs/parseargs", "direct": false, "version": "0.11.0", "ecosystem": "npm" }, { "name": "@pkgr/core", "direct": false, "version": "0.2.9", "ecosystem": "npm" }, { "name": "@playwright/test", "direct": false, "version": "1.62.0", "ecosystem": "npm" }, { "name": "@protobufjs/aspromise", "direct": false, "version": "1.1.2", "ecosystem": "npm" }, { "name": "@protobufjs/base64", "direct": false, "version": "1.1.2", "ecosystem": "npm" }, { "name": "@protobufjs/codegen", "direct": false, "version": "2.0.5", "ecosystem": "npm" }, { "name": "@protobufjs/eventemitter", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "@protobufjs/fetch", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "@protobufjs/float", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "@protobufjs/inquire", "direct": false, "version": "1.1.2", "ecosystem": "npm" }, { "name": "@protobufjs/path", "direct": false, "version": "1.1.2", "ecosystem": "npm" }, { "name": "@protobufjs/pool", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "@protobufjs/utf8", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "@scarf/scarf", "direct": false, "version": "1.4.0", "ecosystem": "npm" }, { "name": "@sinclair/typebox", "direct": false, "version": "0.34.49", "ecosystem": "npm" }, { "name": "@sinonjs/commons", "direct": false, "version": "3.0.1", "ecosystem": "npm" }, { "name": "@sinonjs/fake-timers", "direct": false, "version": "15.4.0", "ecosystem": "npm" }, { "name": "@swc/helpers", "direct": false, "version": "0.5.23", "ecosystem": "npm" }, { "name": "@tybys/wasm-util", "direct": false, "version": "0.10.2", "ecosystem": "npm" }, { "name": "@types/babel__core", "direct": false, "version": "7.20.5", "ecosystem": "npm" }, { "name": "@types/babel__generator", "direct": false, "version": "7.27.0", "ecosystem": "npm" }, { "name": "@types/babel__template", "direct": false, "version": "7.4.4", "ecosystem": "npm" }, { "name": "@types/babel__traverse", "direct": false, "version": "7.28.0", "ecosystem": "npm" }, { "name": "@types/docker-modem", "direct": false, "version": "3.0.6", "ecosystem": "npm" }, { "name": "@types/dockerode", "direct": false, "version": "4.0.1", "ecosystem": "npm" }, { "name": "@types/estree", "direct": false, "version": "1.0.9", "ecosystem": "npm" }, { "name": "@types/html-minifier-terser", "direct": false, "version": "6.1.0", "ecosystem": "npm" }, { "name": "@types/istanbul-lib-coverage", "direct": false, "version": "2.0.6", "ecosystem": "npm" }, { "name": "@types/istanbul-lib-report", "direct": false, "version": "3.0.3", "ecosystem": "npm" }, { "name": "@types/istanbul-reports", "direct": false, "version": "3.0.4", "ecosystem": "npm" }, { "name": "@types/json-schema", "direct": false, "version": "7.0.15", "ecosystem": "npm" }, { "name": "@types/node", "direct": false, "version": "18.19.130", "ecosystem": "npm" }, { "name": "@types/node", "direct": false, "version": "22.13.1", "ecosystem": "npm" }, { "name": "@types/node", "direct": false, "version": "26.1.1", "ecosystem": "npm" }, { "name": "@types/ssh2", "direct": false, "version": "0.5.52", "ecosystem": "npm" }, { "name": "@types/ssh2", "direct": false, "version": "1.15.5", "ecosystem": "npm" }, { "name": "@types/ssh2-streams", "direct": false, "version": "0.1.12", "ecosystem": "npm" }, { "name": "@types/stack-utils", "direct": false, "version": "2.0.3", "ecosystem": "npm" }, { "name": "@types/yargs", "direct": false, "version": "17.0.35", "ecosystem": "npm" }, { "name": "@types/yargs-parser", "direct": false, "version": "21.0.3", "ecosystem": "npm" }, { "name": "@typescript/typescript-aix-ppc64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-darwin-arm64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-darwin-x64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-freebsd-arm64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-freebsd-x64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-linux-arm", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-linux-arm64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-linux-loong64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-linux-mips64el", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-linux-ppc64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-linux-riscv64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-linux-s390x", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-linux-x64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-netbsd-arm64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-netbsd-x64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-openbsd-arm64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-openbsd-x64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-sunos-x64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-win32-arm64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-win32-x64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@ungap/structured-clone", "direct": false, "version": "1.3.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-android-arm-eabi", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-android-arm64", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-darwin-arm64", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-darwin-x64", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-freebsd-x64", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-arm-gnueabihf", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-arm-musleabihf", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-arm64-gnu", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-arm64-musl", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-ppc64-gnu", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-riscv64-gnu", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-riscv64-musl", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-s390x-gnu", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-x64-gnu", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-x64-musl", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-wasm32-wasi", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-win32-arm64-msvc", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-win32-ia32-msvc", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-win32-x64-msvc", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@webassemblyjs/ast", "direct": false, "version": "1.14.1", "ecosystem": "npm" }, { "name": "@webassemblyjs/floating-point-hex-parser", "direct": false, "version": "1.13.2", "ecosystem": "npm" }, { "name": "@webassemblyjs/helper-api-error", "direct": false, "version": "1.13.2", "ecosystem": "npm" }, { "name": "@webassemblyjs/helper-buffer", "direct": false, "version": "1.14.1", "ecosystem": "npm" }, { "name": "@webassemblyjs/helper-numbers", "direct": false, "version": "1.13.2", "ecosystem": "npm" }, { "name": "@webassemblyjs/helper-wasm-bytecode", "direct": false, "version": "1.13.2", "ecosystem": "npm" }, { "name": "@webassemblyjs/helper-wasm-section", "direct": false, "version": "1.14.1", "ecosystem": "npm" }, { "name": "@webassemblyjs/ieee754", "direct": false, "version": "1.13.2", "ecosystem": "npm" }, { "name": "@webassemblyjs/leb128", "direct": false, "version": "1.13.2", "ecosystem": "npm" }, { "name": "@webassemblyjs/utf8", "direct": false, "version": "1.13.2", "ecosystem": "npm" }, { "name": "@webassemblyjs/wasm-edit", "direct": false, "version": "1.14.1", "ecosystem": "npm" }, { "name": "@webassemblyjs/wasm-gen", "direct": false, "version": "1.14.1", "ecosystem": "npm" }, { "name": "@webassemblyjs/wasm-opt", "direct": false, "version": "1.14.1", "ecosystem": "npm" }, { "name": "@webassemblyjs/wasm-parser", "direct": false, "version": "1.14.1", "ecosystem": "npm" }, { "name": "@webassemblyjs/wast-printer", "direct": false, "version": "1.14.1", "ecosystem": "npm" }, { "name": "@xtuc/ieee754", "direct": false, "version": "1.2.0", "ecosystem": "npm" }, { "name": "@xtuc/long", "direct": false, "version": "4.2.2", "ecosystem": "npm" }, { "name": "abort-controller", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "acorn", "direct": false, "version": "8.17.0", "ecosystem": "npm" }, { "name": "ajv", "direct": false, "version": "8.20.0", "ecosystem": "npm" }, { "name": "ajv-formats", "direct": false, "version": "2.1.1", "ecosystem": "npm" }, { "name": "ajv-keywords", "direct": false, "version": "3.5.2", "ecosystem": "npm" }, { "name": "ajv-keywords", "direct": false, "version": "5.1.0", "ecosystem": "npm" }, { "name": "ansi-escapes", "direct": false, "version": "4.3.2", "ecosystem": "npm" }, { "name": "ansi-regex", "direct": false, "version": "5.0.1", "ecosystem": "npm" }, { "name": "ansi-regex", "direct": false, "version": "6.1.0", "ecosystem": "npm" }, { "name": "ansi-regex", "direct": false, "version": "6.2.2", "ecosystem": "npm" }, { "name": "ansi-styles", "direct": false, "version": "4.3.0", "ecosystem": "npm" }, { "name": "ansi-styles", "direct": false, "version": "5.2.0", "ecosystem": "npm" }, { "name": "ansi-styles", "direct": false, "version": "6.2.1", "ecosystem": "npm" }, { "name": "ansi-styles", "direct": false, "version": "6.2.3", "ecosystem": "npm" }, { "name": "anymatch", "direct": false, "version": "3.1.3", "ecosystem": "npm" }, { "name": "archiver", "direct": false, "version": "7.0.1", "ecosystem": "npm" }, { "name": "archiver-utils", "direct": false, "version": "5.0.2", "ecosystem": "npm" }, { "name": "argparse", "direct": false, "version": "1.0.10", "ecosystem": "npm" }, { "name": "asn1", "direct": false, "version": "0.2.6", "ecosystem": "npm" }, { "name": "async", "direct": false, "version": "3.2.6", "ecosystem": "npm" }, { "name": "async-lock", "direct": false, "version": "1.4.1", "ecosystem": "npm" }, { "name": "b4a", "direct": false, "version": "1.6.7", "ecosystem": "npm" }, { "name": "babel-jest", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "babel-plugin-istanbul", "direct": false, "version": "7.0.1", "ecosystem": "npm" }, { "name": "babel-plugin-jest-hoist", "direct": false, "version": "30.4.0", "ecosystem": "npm" }, { "name": "babel-preset-current-node-syntax", "direct": false, "version": "1.2.0", "ecosystem": "npm" }, { "name": "babel-preset-jest", "direct": false, "version": "30.4.0", "ecosystem": "npm" }, { "name": "balanced-match", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "bare-events", "direct": false, "version": "2.8.2", "ecosystem": "npm" }, { "name": "bare-fs", "direct": false, "version": "4.5.6", "ecosystem": "npm" }, { "name": "bare-os", "direct": false, "version": "3.8.0", "ecosystem": "npm" }, { "name": "bare-path", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "bare-stream", "direct": false, "version": "2.10.0", "ecosystem": "npm" }, { "name": "bare-url", "direct": false, "version": "2.4.0", "ecosystem": "npm" }, { "name": "base64-js", "direct": false, "version": "0.0.8", "ecosystem": "npm" }, { "name": "base64-js", "direct": false, "version": "1.5.1", "ecosystem": "npm" }, { "name": "baseline-browser-mapping", "direct": false, "version": "2.10.29", "ecosystem": "npm" }, { "name": "baseline-browser-mapping", "direct": false, "version": "2.11.3", "ecosystem": "npm" }, { "name": "bcrypt-pbkdf", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "big.js", "direct": false, "version": "5.2.2", "ecosystem": "npm" }, { "name": "bl", "direct": false, "version": "4.1.0", "ecosystem": "npm" }, { "name": "boolbase", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "brace-expansion", "direct": false, "version": "1.1.14", "ecosystem": "npm" }, { "name": "brace-expansion", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "brace-expansion", "direct": false, "version": "2.1.1", "ecosystem": "npm" }, { "name": "brotli", "direct": false, "version": "1.3.3", "ecosystem": "npm" }, { "name": "browserify-zlib", "direct": false, "version": "0.2.0", "ecosystem": "npm" }, { "name": "browserslist", "direct": false, "version": "4.28.2", "ecosystem": "npm" }, { "name": "browserslist", "direct": false, "version": "4.28.7", "ecosystem": "npm" }, { "name": "bser", "direct": false, "version": "2.1.1", "ecosystem": "npm" }, { "name": "buffer", "direct": false, "version": "5.7.1", "ecosystem": "npm" }, { "name": "buffer", "direct": false, "version": "6.0.3", "ecosystem": "npm" }, { "name": "buffer-crc32", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "buffer-from", "direct": false, "version": "1.1.2", "ecosystem": "npm" }, { "name": "buildcheck", "direct": false, "version": "0.0.6", "ecosystem": "npm" }, { "name": "byline", "direct": false, "version": "5.0.0", "ecosystem": "npm" }, { "name": "callsites", "direct": false, "version": "3.1.0", "ecosystem": "npm" }, { "name": "camel-case", "direct": false, "version": "4.1.2", "ecosystem": "npm" }, { "name": "camelcase", "direct": false, "version": "5.3.1", "ecosystem": "npm" }, { "name": "camelcase", "direct": false, "version": "6.3.0", "ecosystem": "npm" }, { "name": "caniuse-lite", "direct": false, "version": "1.0.30001792", "ecosystem": "npm" }, { "name": "caniuse-lite", "direct": false, "version": "1.0.30001806", "ecosystem": "npm" }, { "name": "chalk", "direct": false, "version": "4.1.2", "ecosystem": "npm" }, { "name": "char-regex", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "chownr", "direct": false, "version": "1.1.4", "ecosystem": "npm" }, { "name": "chrome-trace-event", "direct": false, "version": "1.0.4", "ecosystem": "npm" }, { "name": "ci-info", "direct": false, "version": "4.4.0", "ecosystem": "npm" }, { "name": "cjs-module-lexer", "direct": false, "version": "2.2.0", "ecosystem": "npm" }, { "name": "clean-css", "direct": false, "version": "5.3.3", "ecosystem": "npm" }, { "name": "cliui", "direct": false, "version": "8.0.1", "ecosystem": "npm" }, { "name": "clone", "direct": false, "version": "2.1.2", "ecosystem": "npm" }, { "name": "clone-deep", "direct": false, "version": "4.0.1", "ecosystem": "npm" }, { "name": "co", "direct": false, "version": "4.6.0", "ecosystem": "npm" }, { "name": "collect-v8-coverage", "direct": false, "version": "1.0.3", "ecosystem": "npm" }, { "name": "color-convert", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "color-name", "direct": false, "version": "1.1.4", "ecosystem": "npm" }, { "name": "commander", "direct": false, "version": "14.0.3", "ecosystem": "npm" }, { "name": "commander", "direct": false, "version": "2.20.3", "ecosystem": "npm" }, { "name": "commander", "direct": false, "version": "8.3.0", "ecosystem": "npm" }, { "name": "compress-commons", "direct": false, "version": "6.0.2", "ecosystem": "npm" }, { "name": "concat-map", "direct": false, "version": "0.0.1", "ecosystem": "npm" }, { "name": "convert-source-map", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "copy-webpack-plugin", "direct": false, "version": "14.0.0", "ecosystem": "npm" }, { "name": "core-util-is", "direct": false, "version": "1.0.3", "ecosystem": "npm" }, { "name": "cose-base", "direct": false, "version": "2.2.0", "ecosystem": "npm" }, { "name": "cpu-features", "direct": false, "version": "0.0.10", "ecosystem": "npm" }, { "name": "crc-32", "direct": false, "version": "1.2.2", "ecosystem": "npm" }, { "name": "crc32-stream", "direct": false, "version": "6.0.0", "ecosystem": "npm" }, { "name": "cross-spawn", "direct": false, "version": "7.0.6", "ecosystem": "npm" }, { "name": "css-loader", "direct": false, "version": "7.1.4", "ecosystem": "npm" }, { "name": "css-select", "direct": false, "version": "4.3.0", "ecosystem": "npm" }, { "name": "css-what", "direct": false, "version": "6.2.2", "ecosystem": "npm" }, { "name": "cssesc", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "debug", "direct": false, "version": "4.4.3", "ecosystem": "npm" }, { "name": "dedent", "direct": false, "version": "1.7.2", "ecosystem": "npm" }, { "name": "deepmerge", "direct": false, "version": "4.3.1", "ecosystem": "npm" }, { "name": "detect-newline", "direct": false, "version": "3.1.0", "ecosystem": "npm" }, { "name": "dfa", "direct": false, "version": "1.2.0", "ecosystem": "npm" }, { "name": "docker-compose", "direct": false, "version": "1.4.2", "ecosystem": "npm" }, { "name": "docker-modem", "direct": false, "version": "5.0.7", "ecosystem": "npm" }, { "name": "dockerode", "direct": false, "version": "5.0.0", "ecosystem": "npm" }, { "name": "dom-converter", "direct": false, "version": "0.2.0", "ecosystem": "npm" }, { "name": "dom-serializer", "direct": false, "version": "1.4.1", "ecosystem": "npm" }, { "name": "domelementtype", "direct": false, "version": "2.3.0", "ecosystem": "npm" }, { "name": "domhandler", "direct": false, "version": "4.3.1", "ecosystem": "npm" }, { "name": "domutils", "direct": false, "version": "2.8.0", "ecosystem": "npm" }, { "name": "dot-case", "direct": false, "version": "3.0.4", "ecosystem": "npm" }, { "name": "eastasianwidth", "direct": false, "version": "0.2.0", "ecosystem": "npm" }, { "name": "electron-to-chromium", "direct": false, "version": "1.5.353", "ecosystem": "npm" }, { "name": "electron-to-chromium", "direct": false, "version": "1.5.396", "ecosystem": "npm" }, { "name": "emittery", "direct": false, "version": "0.13.1", "ecosystem": "npm" }, { "name": "emoji-regex", "direct": false, "version": "8.0.0", "ecosystem": "npm" }, { "name": "emoji-regex", "direct": false, "version": "9.2.2", "ecosystem": "npm" }, { "name": "emojis-list", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "end-of-stream", "direct": false, "version": "1.4.5", "ecosystem": "npm" }, { "name": "enhanced-resolve", "direct": false, "version": "5.24.3", "ecosystem": "npm" }, { "name": "entities", "direct": false, "version": "2.2.0", "ecosystem": "npm" }, { "name": "envinfo", "direct": false, "version": "7.21.0", "ecosystem": "npm" }, { "name": "error-ex", "direct": false, "version": "1.3.4", "ecosystem": "npm" }, { "name": "es-errors", "direct": false, "version": "1.3.0", "ecosystem": "npm" }, { "name": "es-module-lexer", "direct": false, "version": "2.3.1", "ecosystem": "npm" }, { "name": "escalade", "direct": false, "version": "3.2.0", "ecosystem": "npm" }, { "name": "escape-string-regexp", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "eslint-scope", "direct": false, "version": "5.1.1", "ecosystem": "npm" }, { "name": "esprima", "direct": false, "version": "4.0.1", "ecosystem": "npm" }, { "name": "esrecurse", "direct": false, "version": "4.3.0", "ecosystem": "npm" }, { "name": "estraverse", "direct": false, "version": "4.3.0", "ecosystem": "npm" }, { "name": "estraverse", "direct": false, "version": "5.3.0", "ecosystem": "npm" }, { "name": "event-target-shim", "direct": false, "version": "5.0.1", "ecosystem": "npm" }, { "name": "events", "direct": false, "version": "3.3.0", "ecosystem": "npm" }, { "name": "events-universal", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "execa", "direct": false, "version": "5.1.1", "ecosystem": "npm" }, { "name": "exit-x", "direct": false, "version": "0.2.2", "ecosystem": "npm" }, { "name": "expect", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "fast-deep-equal", "direct": false, "version": "3.1.3", "ecosystem": "npm" }, { "name": "fast-fifo", "direct": false, "version": "1.3.2", "ecosystem": "npm" }, { "name": "fast-json-stable-stringify", "direct": false, "version": "2.1.0", "ecosystem": "npm" }, { "name": "fast-uri", "direct": false, "version": "3.1.4", "ecosystem": "npm" }, { "name": "fb-watchman", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "fdir", "direct": false, "version": "6.5.0", "ecosystem": "npm" }, { "name": "file-loader", "direct": false, "version": "6.2.0", "ecosystem": "npm" }, { "name": "find-up", "direct": false, "version": "4.1.0", "ecosystem": "npm" }, { "name": "flat", "direct": false, "version": "5.0.2", "ecosystem": "npm" }, { "name": "fontkit", "direct": false, "version": "2.0.4", "ecosystem": "npm" }, { "name": "foreground-child", "direct": false, "version": "3.3.1", "ecosystem": "npm" }, { "name": "fs-constants", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "fs.realpath", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "fsevents", "direct": false, "version": "2.3.2", "ecosystem": "npm" }, { "name": "fsevents", "direct": false, "version": "2.3.3", "ecosystem": "npm" }, { "name": "function-bind", "direct": false, "version": "1.1.2", "ecosystem": "npm" }, { "name": "gensync", "direct": false, "version": "1.0.0-beta.2", "ecosystem": "npm" }, { "name": "get-caller-file", "direct": false, "version": "2.0.5", "ecosystem": "npm" }, { "name": "get-package-type", "direct": false, "version": "0.1.0", "ecosystem": "npm" }, { "name": "get-port", "direct": false, "version": "5.1.1", "ecosystem": "npm" }, { "name": "get-stream", "direct": false, "version": "6.0.1", "ecosystem": "npm" }, { "name": "glob", "direct": false, "version": "10.5.0", "ecosystem": "npm" }, { "name": "glob", "direct": false, "version": "7.2.3", "ecosystem": "npm" }, { "name": "glob-parent", "direct": false, "version": "6.0.2", "ecosystem": "npm" }, { "name": "graceful-fs", "direct": false, "version": "4.2.11", "ecosystem": "npm" }, { "name": "has-flag", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "hasown", "direct": false, "version": "2.0.4", "ecosystem": "npm" }, { "name": "he", "direct": false, "version": "1.2.0", "ecosystem": "npm" }, { "name": "html-escaper", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "html-minifier-terser", "direct": false, "version": "6.1.0", "ecosystem": "npm" }, { "name": "html-webpack-plugin", "direct": false, "version": "5.6.8", "ecosystem": "npm" }, { "name": "htmlparser2", "direct": false, "version": "6.1.0", "ecosystem": "npm" }, { "name": "human-signals", "direct": false, "version": "2.1.0", "ecosystem": "npm" }, { "name": "icss-utils", "direct": false, "version": "5.1.0", "ecosystem": "npm" }, { "name": "ieee754", "direct": false, "version": "1.2.1", "ecosystem": "npm" }, { "name": "immediate", "direct": false, "version": "3.0.6", "ecosystem": "npm" }, { "name": "import-local", "direct": false, "version": "3.2.0", "ecosystem": "npm" }, { "name": "imurmurhash", "direct": false, "version": "0.1.4", "ecosystem": "npm" }, { "name": "inflight", "direct": false, "version": "1.0.6", "ecosystem": "npm" }, { "name": "inherits", "direct": false, "version": "2.0.4", "ecosystem": "npm" }, { "name": "interpret", "direct": false, "version": "3.1.1", "ecosystem": "npm" }, { "name": "is-arrayish", "direct": false, "version": "0.2.1", "ecosystem": "npm" }, { "name": "is-core-module", "direct": false, "version": "2.16.2", "ecosystem": "npm" }, { "name": "is-extglob", "direct": false, "version": "2.1.1", "ecosystem": "npm" }, { "name": "is-fullwidth-code-point", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "is-generator-fn", "direct": false, "version": "2.1.0", "ecosystem": "npm" }, { "name": "is-glob", "direct": false, "version": "4.0.3", "ecosystem": "npm" }, { "name": "is-plain-object", "direct": false, "version": "2.0.4", "ecosystem": "npm" }, { "name": "is-stream", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "isarray", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "isexe", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "isobject", "direct": false, "version": "3.0.1", "ecosystem": "npm" }, { "name": "istanbul-lib-coverage", "direct": false, "version": "3.2.2", "ecosystem": "npm" }, { "name": "istanbul-lib-instrument", "direct": false, "version": "6.0.3", "ecosystem": "npm" }, { "name": "istanbul-lib-report", "direct": false, "version": "3.0.1", "ecosystem": "npm" }, { "name": "istanbul-lib-source-maps", "direct": false, "version": "5.0.6", "ecosystem": "npm" }, { "name": "istanbul-reports", "direct": false, "version": "3.2.0", "ecosystem": "npm" }, { "name": "jackspeak", "direct": false, "version": "3.4.3", "ecosystem": "npm" }, { "name": "jest", "direct": false, "version": "30.4.2", "ecosystem": "npm" }, { "name": "jest-changed-files", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-circus", "direct": false, "version": "30.4.2", "ecosystem": "npm" }, { "name": "jest-cli", "direct": false, "version": "30.4.2", "ecosystem": "npm" }, { "name": "jest-config", "direct": false, "version": "30.4.2", "ecosystem": "npm" }, { "name": "jest-diff", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-docblock", "direct": false, "version": "30.4.0", "ecosystem": "npm" }, { "name": "jest-each", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-environment-node", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-haste-map", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-junit", "direct": false, "version": "17.0.0", "ecosystem": "npm" }, { "name": "jest-leak-detector", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-matcher-utils", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-message-util", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-mock", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-pnp-resolver", "direct": false, "version": "1.2.3", "ecosystem": "npm" }, { "name": "jest-regex-util", "direct": false, "version": "30.4.0", "ecosystem": "npm" }, { "name": "jest-resolve", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-resolve-dependencies", "direct": false, "version": "30.4.2", "ecosystem": "npm" }, { "name": "jest-runner", "direct": false, "version": "30.4.2", "ecosystem": "npm" }, { "name": "jest-runtime", "direct": false, "version": "30.4.2", "ecosystem": "npm" }, { "name": "jest-snapshot", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-util", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-validate", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-watcher", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-worker", "direct": false, "version": "27.5.1", "ecosystem": "npm" }, { "name": "jest-worker", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "js-md5", "direct": false, "version": "0.8.3", "ecosystem": "npm" }, { "name": "js-tokens", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "js-yaml", "direct": false, "version": "3.14.2", "ecosystem": "npm" }, { "name": "jsesc", "direct": false, "version": "3.1.0", "ecosystem": "npm" }, { "name": "json-parse-even-better-errors", "direct": false, "version": "2.3.1", "ecosystem": "npm" }, { "name": "json-schema-traverse", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "json5", "direct": false, "version": "2.2.3", "ecosystem": "npm" }, { "name": "kind-of", "direct": false, "version": "6.0.3", "ecosystem": "npm" }, { "name": "layout-base", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "lazystream", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "leven", "direct": false, "version": "3.1.0", "ecosystem": "npm" }, { "name": "lie", "direct": false, "version": "3.3.0", "ecosystem": "npm" }, { "name": "linebreak", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "lines-and-columns", "direct": false, "version": "1.2.4", "ecosystem": "npm" }, { "name": "loader-utils", "direct": false, "version": "2.0.4", "ecosystem": "npm" }, { "name": "locate-path", "direct": false, "version": "5.0.0", "ecosystem": "npm" }, { "name": "lodash", "direct": false, "version": "4.18.1", "ecosystem": "npm" }, { "name": "lodash.camelcase", "direct": false, "version": "4.3.0", "ecosystem": "npm" }, { "name": "long", "direct": false, "version": "5.3.2", "ecosystem": "npm" }, { "name": "lower-case", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "lru-cache", "direct": false, "version": "10.4.3", "ecosystem": "npm" }, { "name": "lru-cache", "direct": false, "version": "5.1.1", "ecosystem": "npm" }, { "name": "make-dir", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "makeerror", "direct": false, "version": "1.0.12", "ecosystem": "npm" }, { "name": "merge-stream", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "mime-db", "direct": false, "version": "1.52.0", "ecosystem": "npm" }, { "name": "mime-db", "direct": false, "version": "1.54.0", "ecosystem": "npm" }, { "name": "mime-types", "direct": false, "version": "2.1.35", "ecosystem": "npm" }, { "name": "mimic-fn", "direct": false, "version": "2.1.0", "ecosystem": "npm" }, { "name": "minimatch", "direct": false, "version": "3.1.5", "ecosystem": "npm" }, { "name": "minimatch", "direct": false, "version": "5.1.9", "ecosystem": "npm" }, { "name": "minimatch", "direct": false, "version": "9.0.9", "ecosystem": "npm" }, { "name": "minimizer-webpack-plugin", "direct": false, "version": "5.6.1", "ecosystem": "npm" }, { "name": "minipass", "direct": false, "version": "7.1.2", "ecosystem": "npm" }, { "name": "minipass", "direct": false, "version": "7.1.3", "ecosystem": "npm" }, { "name": "mkdirp", "direct": false, "version": "1.0.4", "ecosystem": "npm" }, { "name": "mkdirp", "direct": false, "version": "3.0.1", "ecosystem": "npm" }, { "name": "mkdirp-classic", "direct": false, "version": "0.5.3", "ecosystem": "npm" }, { "name": "ms", "direct": false, "version": "2.1.3", "ecosystem": "npm" }, { "name": "nan", "direct": false, "version": "2.22.2", "ecosystem": "npm" }, { "name": "nanoid", "direct": false, "version": "3.3.16", "ecosystem": "npm" }, { "name": "napi-postinstall", "direct": false, "version": "0.3.4", "ecosystem": "npm" }, { "name": "natural-compare", "direct": false, "version": "1.4.0", "ecosystem": "npm" }, { "name": "neo-async", "direct": false, "version": "2.6.2", "ecosystem": "npm" }, { "name": "neo4j-driver-bolt-connection", "direct": false, "version": "6.2.0", "ecosystem": "npm" }, { "name": "neo4j-driver-core", "direct": false, "version": "6.2.0", "ecosystem": "npm" }, { "name": "no-case", "direct": false, "version": "3.0.4", "ecosystem": "npm" }, { "name": "node-int64", "direct": false, "version": "0.4.0", "ecosystem": "npm" }, { "name": "node-releases", "direct": false, "version": "2.0.38", "ecosystem": "npm" }, { "name": "node-releases", "direct": false, "version": "2.0.51", "ecosystem": "npm" }, { "name": "normalize-path", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "npm-run-path", "direct": false, "version": "4.0.1", "ecosystem": "npm" }, { "name": "nth-check", "direct": false, "version": "2.1.1", "ecosystem": "npm" }, { "name": "once", "direct": false, "version": "1.4.0", "ecosystem": "npm" }, { "name": "onetime", "direct": false, "version": "5.1.2", "ecosystem": "npm" }, { "name": "p-limit", "direct": false, "version": "2.3.0", "ecosystem": "npm" }, { "name": "p-limit", "direct": false, "version": "3.1.0", "ecosystem": "npm" }, { "name": "p-locate", "direct": false, "version": "4.1.0", "ecosystem": "npm" }, { "name": "p-try", "direct": false, "version": "2.2.0", "ecosystem": "npm" }, { "name": "package-json-from-dist", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "pako", "direct": false, "version": "0.2.9", "ecosystem": "npm" }, { "name": "pako", "direct": false, "version": "1.0.11", "ecosystem": "npm" }, { "name": "param-case", "direct": false, "version": "3.0.4", "ecosystem": "npm" }, { "name": "parse-json", "direct": false, "version": "5.2.0", "ecosystem": "npm" }, { "name": "pascal-case", "direct": false, "version": "3.1.2", "ecosystem": "npm" }, { "name": "path-exists", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "path-is-absolute", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "path-key", "direct": false, "version": "3.1.1", "ecosystem": "npm" }, { "name": "path-parse", "direct": false, "version": "1.0.7", "ecosystem": "npm" }, { "name": "path-scurry", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "pdfkit", "direct": false, "version": "0.19.1", "ecosystem": "npm" }, { "name": "pg-cloudflare", "direct": false, "version": "1.4.0", "ecosystem": "npm" }, { "name": "pg-connection-string", "direct": false, "version": "2.14.0", "ecosystem": "npm" }, { "name": "pg-int8", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "pg-pool", "direct": false, "version": "3.14.0", "ecosystem": "npm" }, { "name": "pg-protocol", "direct": false, "version": "1.15.0", "ecosystem": "npm" }, { "name": "pg-types", "direct": false, "version": "2.2.0", "ecosystem": "npm" }, { "name": "pgpass", "direct": false, "version": "1.0.5", "ecosystem": "npm" }, { "name": "picocolors", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "picomatch", "direct": false, "version": "2.3.2", "ecosystem": "npm" }, { "name": "picomatch", "direct": false, "version": "4.0.4", "ecosystem": "npm" }, { "name": "picomatch", "direct": false, "version": "4.0.5", "ecosystem": "npm" }, { "name": "pirates", "direct": false, "version": "4.0.7", "ecosystem": "npm" }, { "name": "pkg-dir", "direct": false, "version": "4.2.0", "ecosystem": "npm" }, { "name": "playwright", "direct": false, "version": "1.62.0", "ecosystem": "npm" }, { "name": "playwright-core", "direct": false, "version": "1.62.0", "ecosystem": "npm" }, { "name": "png-js", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "postcss", "direct": false, "version": "8.5.23", "ecosystem": "npm" }, { "name": "postcss-modules-extract-imports", "direct": false, "version": "3.1.0", "ecosystem": "npm" }, { "name": "postcss-modules-local-by-default", "direct": false, "version": "4.2.0", "ecosystem": "npm" }, { "name": "postcss-modules-scope", "direct": false, "version": "3.2.1", "ecosystem": "npm" }, { "name": "postcss-modules-values", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "postcss-selector-parser", "direct": false, "version": "7.1.4", "ecosystem": "npm" }, { "name": "postcss-value-parser", "direct": false, "version": "4.2.0", "ecosystem": "npm" }, { "name": "postgres-array", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "postgres-bytea", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "postgres-date", "direct": false, "version": "1.0.7", "ecosystem": "npm" }, { "name": "postgres-interval", "direct": false, "version": "1.2.0", "ecosystem": "npm" }, { "name": "pretty-error", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "pretty-format", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "process", "direct": false, "version": "0.11.10", "ecosystem": "npm" }, { "name": "process-nextick-args", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "proper-lockfile", "direct": false, "version": "4.1.2", "ecosystem": "npm" }, { "name": "properties-reader", "direct": false, "version": "3.0.1", "ecosystem": "npm" }, { "name": "protobufjs", "direct": false, "version": "7.6.1", "ecosystem": "npm" }, { "name": "pump", "direct": false, "version": "3.0.3", "ecosystem": "npm" }, { "name": "pure-rand", "direct": false, "version": "7.0.1", "ecosystem": "npm" }, { "name": "react-is", "direct": false, "version": "18.3.1", "ecosystem": "npm" }, { "name": "react-is", "direct": false, "version": "19.2.6", "ecosystem": "npm" }, { "name": "readable-stream", "direct": false, "version": "2.3.8", "ecosystem": "npm" }, { "name": "readable-stream", "direct": false, "version": "3.6.2", "ecosystem": "npm" }, { "name": "readable-stream", "direct": false, "version": "4.7.0", "ecosystem": "npm" }, { "name": "readdir-glob", "direct": false, "version": "1.1.3", "ecosystem": "npm" }, { "name": "rechoir", "direct": false, "version": "0.8.0", "ecosystem": "npm" }, { "name": "relateurl", "direct": false, "version": "0.2.7", "ecosystem": "npm" }, { "name": "renderkid", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "require-directory", "direct": false, "version": "2.1.1", "ecosystem": "npm" }, { "name": "require-from-string", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "resolve", "direct": false, "version": "1.22.12", "ecosystem": "npm" }, { "name": "resolve-cwd", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "resolve-from", "direct": false, "version": "5.0.0", "ecosystem": "npm" }, { "name": "restructure", "direct": false, "version": "3.0.2", "ecosystem": "npm" }, { "name": "retry", "direct": false, "version": "0.12.0", "ecosystem": "npm" }, { "name": "rxjs", "direct": false, "version": "7.8.2", "ecosystem": "npm" }, { "name": "safe-buffer", "direct": false, "version": "5.1.2", "ecosystem": "npm" }, { "name": "safe-buffer", "direct": false, "version": "5.2.1", "ecosystem": "npm" }, { "name": "safer-buffer", "direct": false, "version": "2.1.2", "ecosystem": "npm" }, { "name": "sax", "direct": false, "version": "1.6.1", "ecosystem": "npm" }, { "name": "schema-utils", "direct": false, "version": "3.3.0", "ecosystem": "npm" }, { "name": "schema-utils", "direct": false, "version": "4.3.3", "ecosystem": "npm" }, { "name": "semver", "direct": false, "version": "6.3.1", "ecosystem": "npm" }, { "name": "semver", "direct": false, "version": "7.8.0", "ecosystem": "npm" }, { "name": "semver", "direct": false, "version": "7.8.5", "ecosystem": "npm" }, { "name": "serialize-javascript", "direct": false, "version": "7.0.7", "ecosystem": "npm" }, { "name": "setimmediate", "direct": false, "version": "1.0.5", "ecosystem": "npm" }, { "name": "shallow-clone", "direct": false, "version": "3.0.1", "ecosystem": "npm" }, { "name": "shebang-command", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "shebang-regex", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "signal-exit", "direct": false, "version": "3.0.7", "ecosystem": "npm" }, { "name": "signal-exit", "direct": false, "version": "4.1.0", "ecosystem": "npm" }, { "name": "slash", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "source-map", "direct": false, "version": "0.6.1", "ecosystem": "npm" }, { "name": "source-map-js", "direct": false, "version": "1.2.1", "ecosystem": "npm" }, { "name": "source-map-support", "direct": false, "version": "0.5.13", "ecosystem": "npm" }, { "name": "source-map-support", "direct": false, "version": "0.5.21", "ecosystem": "npm" }, { "name": "split-ca", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "split2", "direct": false, "version": "4.2.0", "ecosystem": "npm" }, { "name": "sprintf-js", "direct": false, "version": "1.0.3", "ecosystem": "npm" }, { "name": "ssh-remote-port-forward", "direct": false, "version": "1.0.4", "ecosystem": "npm" }, { "name": "ssh2", "direct": false, "version": "1.16.0", "ecosystem": "npm" }, { "name": "stack-utils", "direct": false, "version": "2.0.6", "ecosystem": "npm" }, { "name": "streamx", "direct": false, "version": "2.25.0", "ecosystem": "npm" }, { "name": "string-length", "direct": false, "version": "4.0.2", "ecosystem": "npm" }, { "name": "string-width", "direct": false, "version": "4.2.3", "ecosystem": "npm" }, { "name": "string-width", "direct": false, "version": "5.1.2", "ecosystem": "npm" }, { "name": "string_decoder", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "string_decoder", "direct": false, "version": "1.3.0", "ecosystem": "npm" }, { "name": "strip-ansi", "direct": false, "version": "6.0.1", "ecosystem": "npm" }, { "name": "strip-ansi", "direct": false, "version": "7.1.0", "ecosystem": "npm" }, { "name": "strip-ansi", "direct": false, "version": "7.2.0", "ecosystem": "npm" }, { "name": "strip-bom", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "strip-final-newline", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "strip-json-comments", "direct": false, "version": "3.1.1", "ecosystem": "npm" }, { "name": "style-loader", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "supports-color", "direct": false, "version": "7.2.0", "ecosystem": "npm" }, { "name": "supports-color", "direct": false, "version": "8.1.1", "ecosystem": "npm" }, { "name": "supports-preserve-symlinks-flag", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "synckit", "direct": false, "version": "0.11.12", "ecosystem": "npm" }, { "name": "tapable", "direct": false, "version": "2.3.3", "ecosystem": "npm" }, { "name": "tar-fs", "direct": false, "version": "2.1.4", "ecosystem": "npm" }, { "name": "tar-fs", "direct": false, "version": "3.1.2", "ecosystem": "npm" }, { "name": "tar-stream", "direct": false, "version": "2.2.0", "ecosystem": "npm" }, { "name": "tar-stream", "direct": false, "version": "3.1.7", "ecosystem": "npm" }, { "name": "teex", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "terser", "direct": false, "version": "5.49.0", "ecosystem": "npm" }, { "name": "test-exclude", "direct": false, "version": "6.0.0", "ecosystem": "npm" }, { "name": "testcontainers", "direct": false, "version": "12.0.4", "ecosystem": "npm" }, { "name": "text-decoder", "direct": false, "version": "1.2.3", "ecosystem": "npm" }, { "name": "tiny-inflate", "direct": false, "version": "1.0.3", "ecosystem": "npm" }, { "name": "tinyglobby", "direct": false, "version": "0.2.17", "ecosystem": "npm" }, { "name": "tmp", "direct": false, "version": "0.2.7", "ecosystem": "npm" }, { "name": "tmpl", "direct": false, "version": "1.0.5", "ecosystem": "npm" }, { "name": "tslib", "direct": false, "version": "2.8.1", "ecosystem": "npm" }, { "name": "tweetnacl", "direct": false, "version": "0.14.5", "ecosystem": "npm" }, { "name": "type-detect", "direct": false, "version": "4.0.8", "ecosystem": "npm" }, { "name": "type-fest", "direct": false, "version": "0.21.3", "ecosystem": "npm" }, { "name": "typescript", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "undici", "direct": false, "version": "8.5.0", "ecosystem": "npm" }, { "name": "undici-types", "direct": false, "version": "5.26.5", "ecosystem": "npm" }, { "name": "undici-types", "direct": false, "version": "6.20.0", "ecosystem": "npm" }, { "name": "undici-types", "direct": false, "version": "8.3.0", "ecosystem": "npm" }, { "name": "unicode-properties", "direct": false, "version": "1.4.1", "ecosystem": "npm" }, { "name": "unicode-trie", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "unrs-resolver", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "update-browserslist-db", "direct": false, "version": "1.2.3", "ecosystem": "npm" }, { "name": "url-loader", "direct": false, "version": "4.1.1", "ecosystem": "npm" }, { "name": "util-deprecate", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "utila", "direct": false, "version": "0.4.0", "ecosystem": "npm" }, { "name": "uuid", "direct": false, "version": "14.0.0", "ecosystem": "npm" }, { "name": "v8-to-istanbul", "direct": false, "version": "9.3.0", "ecosystem": "npm" }, { "name": "walker", "direct": false, "version": "1.0.8", "ecosystem": "npm" }, { "name": "watchpack", "direct": false, "version": "2.5.2", "ecosystem": "npm" }, { "name": "webpack", "direct": false, "version": "5.109.0", "ecosystem": "npm" }, { "name": "webpack-cli", "direct": false, "version": "7.2.1", "ecosystem": "npm" }, { "name": "webpack-merge", "direct": false, "version": "6.0.1", "ecosystem": "npm" }, { "name": "webpack-sources", "direct": false, "version": "3.5.1", "ecosystem": "npm" }, { "name": "which", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "wildcard", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "wrap-ansi", "direct": false, "version": "7.0.0", "ecosystem": "npm" }, { "name": "wrap-ansi", "direct": false, "version": "8.1.0", "ecosystem": "npm" }, { "name": "wrappy", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "write-file-atomic", "direct": false, "version": "5.0.1", "ecosystem": "npm" }, { "name": "xml", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "xmldoc", "direct": false, "version": "2.0.3", "ecosystem": "npm" }, { "name": "xtend", "direct": false, "version": "4.0.2", "ecosystem": "npm" }, { "name": "y18n", "direct": false, "version": "5.0.8", "ecosystem": "npm" }, { "name": "yallist", "direct": false, "version": "3.1.1", "ecosystem": "npm" }, { "name": "yaml", "direct": false, "version": "2.8.3", "ecosystem": "npm" }, { "name": "yargs", "direct": false, "version": "17.7.2", "ecosystem": "npm" }, { "name": "yargs-parser", "direct": false, "version": "21.1.1", "ecosystem": "npm" }, { "name": "yocto-queue", "direct": false, "version": "0.1.0", "ecosystem": "npm" }, { "name": "zip-stream", "direct": false, "version": "6.0.1", "ecosystem": "npm" }, { "name": "JunitXml.TestLogger", "direct": false, "version": "8.0.0", "ecosystem": "nuget" }, { "name": "Microsoft.NET.Test.Sdk", "direct": false, "version": "18.5.1", "ecosystem": "nuget" }, { "name": "Neo4j.Driver", "direct": false, "version": "6.2.1", "ecosystem": "nuget" }, { "name": "Npgsql", "direct": false, "version": "10.0.2", "ecosystem": "nuget" }, { "name": "Testcontainers", "direct": false, "version": "4.11.0", "ecosystem": "nuget" }, { "name": "xunit", "direct": false, "version": "2.9.3", "ecosystem": "nuget" }, { "name": "xunit.runner.visualstudio", "direct": false, "version": "2.8.2", "ecosystem": "nuget" }, { "name": "bandit", "direct": false, "version": null, "ecosystem": "pypi" }, { "name": "build", "direct": false, "version": null, "ecosystem": "pypi" }, { "name": "jpype1", "direct": false, "version": null, "ecosystem": "pypi" }, { "name": "numpy", "direct": false, "version": null, "ecosystem": "pypi" }, { "name": "py7zr", "direct": false, "version": null, "ecosystem": "pypi" }, { "name": "pyyaml", "direct": false, "version": "6.0.2", "ecosystem": "pypi" }, { "name": "setuptools", "direct": false, "version": null, "ecosystem": "pypi" } ], "collected": true, "truncated": false, "total_count": 873, "direct_count": 125, "indirect_count": 748 } }, "maintainership": { "issues": { "open_prs": 24, "merged_prs": 2687, "open_issues": 54, "closed_ratio": 0.975, "closed_issues": 2108, "closed_unmerged_prs": 316 }, "bus_factor": 1, "bot_contributors": 5, "top_contributors": [ { "type": "User", "login": "lvca", "commits": 3712, "avatar_url": "https://avatars.githubusercontent.com/u/312606?v=4" }, { "type": "User", "login": "robfrank", "commits": 646, "avatar_url": "https://avatars.githubusercontent.com/u/413587?v=4" }, { "type": "User", "login": "gramian", "commits": 159, "avatar_url": "https://avatars.githubusercontent.com/u/4374619?v=4" }, { "type": "User", "login": "arcade-player", "commits": 122, "avatar_url": "https://avatars.githubusercontent.com/u/56138992?v=4" }, { "type": "User", "login": "antarcticgiraffe", "commits": 36, "avatar_url": "https://avatars.githubusercontent.com/u/89014087?v=4" }, { "type": "User", "login": "actions-user", "commits": 27, "avatar_url": "https://avatars.githubusercontent.com/u/65916846?v=4" }, { "type": "User", "login": "ExtReMLapin", "commits": 23, "avatar_url": "https://avatars.githubusercontent.com/u/3909752?v=4" }, { "type": "User", "login": "tae898", "commits": 19, "avatar_url": "https://avatars.githubusercontent.com/u/10544311?v=4" }, { "type": "User", "login": "justinblethrow-cloud", "commits": 16, "avatar_url": "https://avatars.githubusercontent.com/u/226385385?v=4" }, { "type": "User", "login": "snyk-bot", "commits": 14, "avatar_url": "https://avatars.githubusercontent.com/u/19733683?v=4" } ], "contributors_sampled": 41, "top_contributor_share": 0.767 }, "quality_signals": { "has_ci": true, "has_tests": true, "ci_workflows": [ "benchmark-tests.yml", "bolt-conformance-spec.yml", "bolt-nightly.yml", "claude-code-review.yml", "claude.yml", "ha-resilience-tests.yml", "license-compliance.yml", "load-tests.yml", "meterian.yml", "mvn-deploy.yml", "mvn-release.yml", "mvn-test.yml", "native-image.yml", "sponsor-priority.yml", "studio-security-audit.yml", "test-python-bindings.yml", "test-python-examples.yml" ], "has_docs_dir": true, "linter_configs": [], "has_editorconfig": false, "has_linter_config": true, "has_precommit_config": true }, "security_signals": { "lockfiles": [ "go.sum", "package-lock.json" ], "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": 0, "reason": "branch protection not enabled on development/release branches", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection" }, { "name": "CI-Tests", "score": 9, "reason": "15 out of 16 merged PRs checked by a CI test -- score normalized to 9", "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/30 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 13 contributing companies or organizations", "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": "30 commit(s) and 22 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": 8, "reason": "dependency not pinned by hash detected -- score normalized to 8", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies" }, { "name": "SAST", "score": 9, "reason": "SAST tool detected but not run on all commits", "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": 1, "reason": "1 out of the last 5 releases have a total of 1 signed artifacts.", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases" }, { "name": "Token-Permissions", "score": 0, "reason": "detected GitHub workflow tokens with excessive permissions", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions" }, { "name": "Vulnerabilities", "score": 0, "reason": "11 existing vulnerabilities detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities" } ], "commit": "340f1bee561f86dd8bc7fc907e40ad6939c2677f", "ran_at": "2026-07-29T01:28:33Z", "aggregate_score": 5.6, "scorecard_version": "v5.5.0" }, "has_codeql_workflow": false, "has_security_policy": true, "has_dependabot_config": true }, "contribution_flow": { "collected": true, "ci_last_run_at": "2026-07-29T01:04:53Z", "oldest_open_prs": [ { "number": 1188, "created_at": "2023-07-26T17:27:58Z", "last_comment_at": "2024-01-14T23:55:20Z", "last_comment_author": "lvca" }, { "number": 1934, "created_at": "2025-01-25T07:06:58Z", "last_comment_at": "2025-07-04T05:03:02Z", "last_comment_author": "lvca" }, { "number": 2059, "created_at": "2025-03-12T15:42:54Z", "last_comment_at": "2025-03-12T17:16:11Z", "last_comment_author": "ExtReMLapin" }, { "number": 2554, "created_at": "2025-09-23T21:01:19Z", "last_comment_at": "2025-09-23T21:25:14Z", "last_comment_author": "codacy-production" }, { "number": 2561, "created_at": "2025-09-28T07:53:52Z", "last_comment_at": "2025-09-28T08:23:34Z", "last_comment_author": "codacy-production" }, { "number": 2778, "created_at": "2025-11-15T14:14:27Z", "last_comment_at": "2025-11-15T20:19:59Z", "last_comment_author": "codacy-production" }, { "number": 3235, "created_at": "2026-01-25T10:13:09Z", "last_comment_at": "2026-01-28T19:17:09Z", "last_comment_author": "lvca" }, { "number": 3895, "created_at": "2026-04-18T15:16:41Z", "last_comment_at": "2026-04-22T08:51:12Z", "last_comment_author": "ExtReMLapin" }, { "number": 4007, "created_at": "2026-04-27T21:49:19Z", "last_comment_at": "2026-04-27T22:34:24Z", "last_comment_author": "codecov" }, { "number": 4904, "created_at": "2026-07-02T17:34:12Z", "last_comment_at": "2026-07-02T17:40:10Z", "last_comment_author": "codacy-production" }, { "number": 4969, "created_at": "2026-07-04T15:24:11Z", "last_comment_at": "2026-07-12T10:56:25Z", "last_comment_author": "github-actions" }, { "number": 5078, "created_at": "2026-07-07T05:06:00Z", "last_comment_at": "2026-07-09T15:48:49Z", "last_comment_author": "lvca" }, { "number": 5200, "created_at": "2026-07-10T09:22:47Z", "last_comment_at": "2026-07-10T09:59:01Z", "last_comment_author": "claude" }, { "number": 5300, "created_at": "2026-07-15T16:09:45Z", "last_comment_at": "2026-07-17T10:19:29Z", "last_comment_author": "codacy-production" }, { "number": 5312, "created_at": "2026-07-17T07:18:53Z", "last_comment_at": "2026-07-17T07:20:17Z", "last_comment_author": "codacy-production" }, { "number": 5323, "created_at": "2026-07-18T19:24:08Z", "last_comment_at": "2026-07-20T10:54:06Z", "last_comment_author": "github-actions" }, { "number": 5355, "created_at": "2026-07-20T17:37:29Z", "last_comment_at": "2026-07-20T17:38:34Z", "last_comment_author": "codacy-production" }, { "number": 5504, "created_at": "2026-07-28T16:48:07Z", "last_comment_at": "2026-07-28T17:45:03Z", "last_comment_author": "codecov" }, { "number": 5506, "created_at": "2026-07-28T17:38:45Z", "last_comment_at": "2026-07-28T18:54:08Z", "last_comment_author": "codecov" }, { "number": 5510, "created_at": "2026-07-28T20:55:01Z", "last_comment_at": "2026-07-28T20:55:56Z", "last_comment_author": "codacy-production" } ], "last_merged_pr_at": "2026-07-28T20:37:01Z", "ci_last_conclusion": "SUCCESS", "oldest_open_issues": [ { "number": 1992, "created_at": "2025-02-15T06:41:51Z", "last_comment_at": null, "last_comment_author": null }, { "number": 2120, "created_at": "2025-04-02T13:18:53Z", "last_comment_at": null, "last_comment_author": null }, { "number": 2346, "created_at": "2025-07-12T17:06:16Z", "last_comment_at": "2025-11-07T22:11:26Z", "last_comment_author": "lvca" }, { "number": 2777, "created_at": "2025-11-15T14:13:16Z", "last_comment_at": null, "last_comment_author": null }, { "number": 3157, "created_at": "2026-01-16T12:33:31Z", "last_comment_at": "2026-01-16T14:09:28Z", "last_comment_author": "robfrank" }, { "number": 3480, "created_at": "2026-02-18T10:03:48Z", "last_comment_at": "2026-03-20T06:44:17Z", "last_comment_author": "gramian" }, { "number": 3816, "created_at": "2026-04-10T14:54:54Z", "last_comment_at": "2026-04-15T18:39:40Z", "last_comment_author": "lvca" }, { "number": 3890, "created_at": "2026-04-17T17:48:13Z", "last_comment_at": null, "last_comment_author": null }, { "number": 3970, "created_at": "2026-04-23T16:20:58Z", "last_comment_at": "2026-04-24T19:45:53Z", "last_comment_author": "odysseaspenta" }, { "number": 3993, "created_at": "2026-04-27T09:15:11Z", "last_comment_at": "2026-05-11T18:08:11Z", "last_comment_author": "lvca" }, { "number": 4085, "created_at": "2026-05-05T17:15:27Z", "last_comment_at": null, "last_comment_author": null }, { "number": 4416, "created_at": "2026-05-29T18:35:16Z", "last_comment_at": null, "last_comment_author": null }, { "number": 4531, "created_at": "2026-06-08T22:23:49Z", "last_comment_at": null, "last_comment_author": null }, { "number": 4537, "created_at": "2026-06-10T19:45:14Z", "last_comment_at": null, "last_comment_author": null }, { "number": 4641, "created_at": "2026-06-15T15:50:00Z", "last_comment_at": null, "last_comment_author": null }, { "number": 4859, "created_at": "2026-07-02T10:16:23Z", "last_comment_at": "2026-07-24T06:12:18Z", "last_comment_author": "robfrank" }, { "number": 4866, "created_at": "2026-07-02T10:17:41Z", "last_comment_at": null, "last_comment_author": null }, { "number": 4869, "created_at": "2026-07-02T11:45:51Z", "last_comment_at": null, "last_comment_author": null }, { "number": 4870, "created_at": "2026-07-02T11:46:17Z", "last_comment_at": null, "last_comment_author": null }, { "number": 4871, "created_at": "2026-07-02T11:46:37Z", "last_comment_at": null, "last_comment_author": null } ] } }, "config": { "disabled_metrics": [], "disabled_categories": [], "disabled_components": {} }, "source": { "url": "https://github.com/ArcadeData/arcadedb", "host": "github.com", "name": "arcadedb", "owner": "ArcadeData" }, "metrics": { "overall": { "key": "overall", "band": "good", "name": "Overall health", "note": null, "notes": [], "value": 79, "inputs": { "security": 60, "vitality": 96, "community": 79, "governance": 68, "engineering": 91 }, "components": [] }, "categories": [ { "key": "vitality", "band": "excellent", "name": "Vitality", "value": 96, "weight": 0.22, "metrics": [ { "key": "development_activity", "band": "excellent", "name": "Development activity", "note": null, "notes": [], "value": 100, "inputs": { "commits_last_year": 4382, "human_commit_share": 0.62, "days_since_last_push": 0, "active_weeks_last_year": 52 }, "components": [ { "key": "push_recency", "name": "Push recency", "detail": "last push 0 days ago", "points": 36, "status": "met", "details": [ { "code": "push_recency", "params": { "days": 0 } } ], "max_points": 36 }, { "key": "commit_cadence", "name": "Commit cadence", "detail": "52/52 weeks with commits", "points": 36, "status": "met", "details": [ { "code": "commit_cadence_weeks", "params": { "weeks": 52 } } ], "max_points": 36 }, { "key": "commit_volume", "name": "Commit volume", "detail": "4382 commits in the last year", "points": 18, "status": "met", "details": [ { "code": "commits_last_year", "params": { "count": 4382 } } ], "max_points": 18 }, { "key": "openssf_scorecard_maintained", "name": "OpenSSF Scorecard: Maintained", "detail": "30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10", "points": 10, "status": "met", "details": [], "max_points": 10 } ] }, { "key": "release_discipline", "band": "excellent", "name": "Release discipline", "note": null, "notes": [], "value": 91, "inputs": { "releases_count": 58, "latest_release_tag": "26.7.3", "releases_from_tags": false, "days_since_latest_release": 11, "mean_days_between_releases": 19.4 }, "components": [ { "key": "ships_releases", "name": "Ships releases", "detail": "58 releases published", "points": 27, "status": "met", "details": [ { "code": "releases_published", "params": { "count": 58 } } ], "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 ~19.4 days", "points": 27, "status": "met", "details": [ { "code": "release_cadence", "params": { "gap": 19.4 } } ], "max_points": 27 }, { "key": "openssf_scorecard_signed_releases", "name": "OpenSSF Scorecard: Signed-Releases", "detail": "1 out of the last 5 releases have a total of 1 signed artifacts.", "points": 1, "status": "partial", "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": 0, "days_since_last_human_commit_is_floor": false }, "components": [ { "key": "project_is_still_maintained", "name": "Project is still maintained", "detail": "last human commit 0 days ago", "points": 100, "status": "met", "details": [ { "code": "abandonment_maintained", "params": { "days": 0 } } ], "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": "good", "name": "Popularity & adoption", "note": null, "notes": [], "value": 73, "inputs": { "forks": 125, "stars": 1047, "watchers": 15, "growth_state": "unverified", "growth_factor_pct": 100, "growth_unverified_reason": "no_history" }, "components": [ { "key": "stars", "name": "Stars", "detail": "1,047 stars", "points": 49, "status": "partial", "details": [ { "code": "stars", "params": { "count": 1047 } } ], "max_points": 60 }, { "key": "forks", "name": "Forks", "detail": "125 forks", "points": 17.4, "status": "partial", "details": [ { "code": "forks", "params": { "count": 125 } } ], "max_points": 25 }, { "key": "watchers", "name": "Watchers", "detail": "15 watchers", "points": 6.4, "status": "partial", "details": [ { "code": "watchers", "params": { "count": 15 } } ], "max_points": 15 } ] }, { "key": "community_health", "band": "excellent", "name": "Community health", "note": null, "notes": [], "value": 85, "inputs": { "has_readme": true, "has_license": true, "has_contributing": true, "has_issue_template": true, "has_code_of_conduct": false, "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": 0, "status": "missed", "details": [], "max_points": 13.5 }, { "key": "issue_template", "name": "Issue template", "detail": null, "points": 7.2, "status": "met", "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": "moderate", "name": "Sustainability & Governance", "value": 68, "weight": 0.24, "metrics": [ { "key": "maintainer_resilience", "band": "at_risk", "name": "Maintainer resilience (bus factor)", "note": null, "notes": [], "value": 38, "inputs": { "bus_factor": 1, "contributors_sampled": 41, "top_contributor_share": 0.767 }, "components": [ { "key": "bus_factor", "name": "Bus factor", "detail": "1 contributor(s) cover half of all commits", "points": 9, "status": "partial", "details": [ { "code": "bus_factor", "params": { "count": 1 } } ], "max_points": 54 }, { "key": "commit_distribution", "name": "Commit distribution", "detail": "top contributor authored 77% of commits", "points": 5.2, "status": "partial", "details": [ { "code": "top_contributor_share", "params": { "share": 77 } } ], "max_points": 22.5 }, { "key": "contributor_breadth", "name": "Contributor breadth", "detail": "41 contributors", "points": 13.5, "status": "met", "details": [ { "code": "contributors_sampled", "params": { "count": 41 } } ], "max_points": 13.5 }, { "key": "openssf_scorecard_contributors", "name": "OpenSSF Scorecard: Contributors", "detail": "project has 13 contributing companies or organizations", "points": 10, "status": "met", "details": [], "max_points": 10 } ] }, { "key": "responsiveness", "band": "good", "name": "Issue & PR responsiveness", "note": null, "notes": [], "value": 80, "inputs": { "merged_prs": 2687, "open_issues": 54, "closed_issues": 2108, "issue_closed_ratio": 0.975, "closed_unmerged_prs": 316 }, "components": [ { "key": "issue_resolution", "name": "Issue resolution", "detail": "98% of issues closed", "points": 45.6, "status": "partial", "details": [ { "code": "issues_closed_share", "params": { "share": 98 } } ], "max_points": 46.75 }, { "key": "pr_acceptance", "name": "PR acceptance", "detail": "2687/3003 decided PRs merged", "points": 34.2, "status": "partial", "details": [ { "code": "decided_prs_merged", "params": { "merged": 2687, "decided": 3003 } } ], "max_points": 38.25 }, { "key": "openssf_scorecard_code_review", "name": "OpenSSF Scorecard: Code-Review", "detail": "Found 1/30 approved changesets -- score normalized to 0", "points": 0, "status": "missed", "details": [], "max_points": 15 } ] }, { "key": "stewardship", "band": "moderate", "name": "Ownership & stewardship", "note": null, "notes": [], "value": 65, "inputs": { "followers": 46, "owner_type": "Organization", "is_verified": null, "owner_login": "ArcadeData", "public_repos": 28, "account_age_days": 3228 }, "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": "46 followers of ArcadeData", "points": 12, "status": "partial", "details": [ { "code": "owner_followers", "params": { "count": 46, "login": "ArcadeData" } } ], "max_points": 25 }, { "key": "track_record", "name": "Track record", "detail": "28 public repos, account ~8 yr old", "points": 22.6, "status": "partial", "details": [ { "code": "public_repos", "params": { "count": 28 } }, { "code": "account_age_years", "params": { "years": 8 } } ], "max_points": 25 } ] }, { "key": "package_maintenance", "band": "excellent", "name": "Package maintenance", "note": null, "notes": [], "value": 100, "inputs": { "packages": [ "com.arcadedb:arcadedb-bolt", "com.arcadedb:arcadedb-grpc", "com.arcadedb:arcadedb-grpcw", "com.arcadedb:arcadedb-engine", "com.arcadedb:arcadedb-redisw" ], "ecosystems": "maven", "any_deprecated": false, "min_days_since_publish": 11 }, "components": [ { "key": "published_resolvable", "name": "Published & resolvable", "detail": "5 package(s) on maven", "points": 25, "status": "met", "details": [ { "code": "packages_published", "params": { "count": 5, "ecosystems": "maven" } } ], "max_points": 25 }, { "key": "publish_recency", "name": "Publish recency", "detail": "latest publish 11 days ago", "points": 35, "status": "met", "details": [ { "code": "publish_recency", "params": { "days": 11 } } ], "max_points": 35 }, { "key": "version_history", "name": "Version history", "detail": "60 published versions", "points": 20, "status": "met", "details": [ { "code": "published_versions", "params": { "count": 60 } } ], "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": "excellent", "name": "Engineering Quality", "value": 91, "weight": 0.2, "metrics": [ { "key": "engineering_practices", "band": "excellent", "name": "Engineering practices", "note": null, "notes": [], "value": 92, "inputs": { "has_ci": true, "has_tests": true, "has_editorconfig": false, "has_linter_config": true, "has_precommit_config": true }, "components": [ { "key": "ci_workflows", "name": "CI workflows", "detail": "17 workflow(s)", "points": 24, "status": "met", "details": [ { "code": "ci_workflows", "params": { "count": 17 } } ], "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": 16, "status": "met", "details": [], "max_points": 16 }, { "key": "pre_commit_hooks", "name": "Pre-commit hooks", "detail": null, "points": 9.6, "status": "met", "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": "15 out of 16 merged PRs checked by a CI test -- score normalized to 9", "points": 18, "status": "partial", "details": [], "max_points": 20 } ] }, { "key": "documentation", "band": "excellent", "name": "Documentation", "note": null, "notes": [], "value": 90, "inputs": { "topics": [ "database", "dbms", "multi-model", "graph", "document", "time-series", "key-value", "embedded", "docker", "kubernetes", "k8s", "distributed", "arcadedb", "orientdb", "search-engine", "similarity-search", "vector-database", "vector-search" ], "has_wiki": false, "homepage": "https://arcadedb.com", "has_readme": true, "has_docs_dir": true, "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": 25, "status": "met", "details": [], "max_points": 25 }, { "key": "documentation_homepage_site", "name": "Documentation / homepage site", "detail": "https://arcadedb.com", "points": 15, "status": "met", "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": "18 topics", "points": 10, "status": "met", "details": [ { "code": "topics_count", "params": { "count": 18 } } ], "max_points": 10 }, { "key": "wiki", "name": "Wiki", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 10 } ] } ], "description": "Are baseline engineering and documentation practices in place?" }, { "key": "security", "band": "moderate", "name": "Security", "value": 60, "weight": 0.16, "metrics": [ { "key": "security_posture", "band": "moderate", "name": "Security posture", "note": null, "notes": [], "value": 56, "inputs": { "source": "openssf_scorecard", "checks_evaluated": 18, "scorecard_version": "v5.5.0", "checks_inconclusive": 0, "scorecard_aggregate": 5.6 }, "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 not enabled on development/release branches", "points": 0, "status": "missed", "details": [], "max_points": 7.5 }, { "key": "ci_tests", "name": "CI-Tests", "detail": "15 out of 16 merged PRs checked by a CI test -- score normalized to 9", "points": 2.2, "status": "partial", "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/30 approved changesets -- score normalized to 0", "points": 0, "status": "missed", "details": [], "max_points": 7.5 }, { "key": "contributors", "name": "Contributors", "detail": "project has 13 contributing companies or organizations", "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": "30 commit(s) and 22 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 8", "points": 4, "status": "partial", "details": [], "max_points": 5 }, { "key": "sast", "name": "SAST", "detail": "SAST tool detected but not run on all commits", "points": 4.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": "1 out of the last 5 releases have a total of 1 signed artifacts.", "points": 0.8, "status": "partial", "details": [], "max_points": 7.5 }, { "key": "token_permissions", "name": "Token-Permissions", "detail": "detected GitHub workflow tokens with excessive permissions", "points": 0, "status": "missed", "details": [], "max_points": 7.5 }, { "key": "vulnerabilities", "name": "Vulnerabilities", "detail": "11 existing vulnerabilities detected", "points": 0, "status": "missed", "details": [], "max_points": 7.5 } ] }, { "key": "dependency_advisories", "band": "good", "name": "Dependency advisories", "note": "Matched the maven:com.arcadedb:arcadedb-bolt@26.7.3 runtime dependency closure — what installing the published package pulls in — 69 packages. Reachability is not analyzed.", "notes": [ { "code": "advisories_scope_published", "params": { "package": "maven:com.arcadedb:arcadedb-bolt@26.7.3", "assessed": 69 } }, { "code": "advisories_reachability", "params": {} } ], "value": 76, "inputs": { "source": "osv", "advisories": 12, "affected_packages": 3, "assessed_packages": 69, "unassessed_packages": 0, "affected_by_severity": "high 2, moderate 1", "direct_affected_packages": 0 }, "components": [ { "key": "direct_dependencies_free_of_known_advisories", "name": "Direct dependencies free of known advisories", "detail": "no direct dependency carries a known advisory", "points": 35, "status": "met", "details": [ { "code": "no_direct_advisories", "params": {} } ], "max_points": 35 }, { "key": "indirect_dependencies_free_of_known_advisories", "name": "Indirect dependencies free of known advisories", "detail": "3 affected: com.fasterxml.jackson.core:jackson-core 2.21.1 (high 7.5), com.fasterxml.jackson.core:jackson-databind 2.21.1 (high 8.1), io.undertow:undertow-core 2.4.2.Final (moderate 5.9)", "points": 6.6, "status": "partial", "details": [ { "code": "advisories_affected", "params": { "count": 3, "packages": "com.fasterxml.jackson.core:jackson-core 2.21.1 (high 7.5), com.fasterxml.jackson.core:jackson-databind 2.21.1 (high 8.1), io.undertow:undertow-core 2.4.2.Final (moderate 5.9)" } } ], "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 126 days ago", "points": 34.9, "status": "partial", "details": [ { "code": "advisories_stale", "params": { "days": 90, "count": 1, "oldest": 126 } } ], "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": 69, "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": 10 }, "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": "excellent", "name": "AI Readiness", "value": 86, "weight": 0, "metrics": [ { "key": "ai_agent_context", "band": "excellent", "name": "Agent context & guidance", "note": null, "notes": [], "value": 85, "inputs": { "has_llms_txt": false, "legible_history_share": 0.984, "agent_instruction_files": [ "CLAUDE.md", "engine/CLAUDE.md", "ha-raft/CLAUDE.md", "studio/CLAUDE.md" ], "agent_instruction_max_bytes": 8176 }, "components": [ { "key": "agent_instructions", "name": "Agent instructions", "detail": "CLAUDE.md, engine/CLAUDE.md, ha-raft/CLAUDE.md, studio/CLAUDE.md", "points": 45, "status": "met", "details": [ { "code": "file_list", "params": { "files": "CLAUDE.md, engine/CLAUDE.md, ha-raft/CLAUDE.md, studio/CLAUDE.md" } } ], "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": "61 of 62 human commits state their intent (structured subject or explanatory body)", "points": 40, "status": "met", "details": [ { "code": "legible_history", "params": { "legible": 61, "sampled": 62 } } ], "max_points": 40 } ] }, { "key": "ai_verify_loop", "band": "good", "name": "Verify loop (build / test / typecheck)", "note": null, "notes": [], "value": 83, "inputs": { "has_nix": false, "has_tests": true, "lockfiles": [ "go.sum", "package-lock.json" ], "has_dockerfile": true, "typed_language": true, "bootstrap_files": [], "has_devcontainer": false, "has_linter_config": true, "typecheck_configs": [ "e2e-studio/tsconfig.json" ], "agent_commit_share": 0, "toolchain_manifests": [ "bolt/pom.xml", "console/pom.xml", "coverage/pom.xml", "e2e-csharp/ArcadeDB.E2ETests/ArcadeDB.E2ETests.csproj", "e2e-go/go.mod", "e2e-ha/pom.xml", "e2e/pom.xml", "engine/pom.xml", "graphql/pom.xml", "gremlin-consumer-it/pom.xml", "gremlin-it/pom.xml", "gremlin/pom.xml", "grpc-client/pom.xml", "grpc/pom.xml", "grpcw/pom.xml", "ha-raft/pom.xml", "integration/pom.xml", "load-tests/pom.xml", "metrics/pom.xml", "mongodbw/pom.xml", "network/pom.xml", "package/pom.xml", "pom.xml", "postgresw/pom.xml", "redisw/pom.xml", "server/pom.xml", "studio/pom.xml", "tracing/pom.xml" ], "dependency_bot_commit_share": 0.14 }, "components": [ { "key": "one_command_bootstrap", "name": "One-command bootstrap", "detail": "bolt/pom.xml, console/pom.xml, coverage/pom.xml (toolchain convention, no task runner)", "points": 12.6, "status": "partial", "details": [ { "code": "toolchain_convention", "params": { "files": "bolt/pom.xml, console/pom.xml, coverage/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": 11, "status": "met", "details": [], "max_points": 11 }, { "key": "static_type_checking", "name": "Static type checking", "detail": "e2e-studio/tsconfig.json", "points": 11, "status": "met", "details": [ { "code": "file_list", "params": { "files": "e2e-studio/tsconfig.json" } } ], "max_points": 11 }, { "key": "reproducible_environment", "name": "Reproducible environment", "detail": "Dockerfile, lockfile", "points": 10, "status": "met", "details": [ { "code": "file_list", "params": { "files": "Dockerfile, lockfile" } } ], "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": "14 of the last 100 commits are automated dependency updates", "points": 8, "status": "met", "details": [ { "code": "dependency_bot_commits", "params": { "count": 14, "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 8", "points": 8, "status": "partial", "details": [], "max_points": 10 } ] }, { "key": "ai_code_legibility", "band": "excellent", "name": "Code legibility for models", "note": null, "notes": [], "value": 99, "inputs": { "primary_language": "Java", "largest_source_bytes": 707519, "source_files_sampled": 4250, "oversized_source_files": 58 }, "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": "58/4250 source files over 60KB", "points": 54.2, "status": "partial", "details": [ { "code": "oversized_source_files", "params": { "kb": 60, "sampled": 4250, "oversized": 58 } } ], "max_points": 55 } ] }, { "key": "ai_interfaces", "band": "good", "name": "Machine-readable interfaces", "note": null, "notes": [], "value": 80, "inputs": { "example_dirs": [ "examples" ], "has_mcp_signal": false, "api_schema_files": [ "grpc/src/main/proto/arcadedb-server.proto" ] }, "components": [ { "key": "api_schema_openapi_graphql_proto", "name": "API schema (OpenAPI/GraphQL/proto)", "detail": "grpc/src/main/proto/arcadedb-server.proto", "points": 40, "status": "met", "details": [ { "code": "file_list", "params": { "files": "grpc/src/main/proto/arcadedb-server.proto" } } ], "max_points": 40 }, { "key": "mcp_server", "name": "MCP server", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 20 }, { "key": "runnable_examples", "name": "Runnable examples", "detail": "examples", "points": 40, "status": "met", "details": [ { "code": "file_list", "params": { "files": "examples" } } ], "max_points": 40 } ] } ], "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", "Could not fetch maven package 'com.arcadedb:arcadedb-e2e' from its registry", "Could not fetch go package 'arcadedb.com/e2e-go' from its registry", "Could not fetch maven package 'com.arcadedb:arcadedb-e2e-ha' from its registry" ], "report_type": "repository", "generated_at": "2026-07-29T01:28:59.681163Z", "schema_version": "0.27.0", "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/ArcadeData/arcadedb.svg", "full_name": "ArcadeData/arcadedb", "license_state": "standard", "license_spdx": "Apache-2.0" }, "repoMeta": null, "notFound": false, "related": [ { "id": 17636, "full_name": "weaviate/weaviate", "url": "https://github.com/weaviate/weaviate", "description": "Weaviate is an open-source vector database that stores both objects and vectors, allowing for the combination of vector search with structured filtering with the fault tolerance and scalability of a cloud-native database​.", "ecosystem": "go", "ecosystems": [ "go", "pypi" ], "primary_language": "Go", "languages": [ "Go" ], "topics": [ "search-engine", "semantic-search", "semantic-search-engine", "vector-search", "vector-search-engine", "vector-database", "approximate-nearest-neighbor-search", "image-search", "hnsw", "information-retrieval", "mlops", "nearest-neighbor-search", "neural-search", "recommender-system", "similarity-search", "vectors", "generative-search", "hybrid-search", "weaviate", "grpc" ], "license_spdx": "BSD-3-Clause", "license_state": "standard", "stars": 16606, "forks": 1350, "watchers": 138, "monthly_downloads": null, "latest_score": 88, "latest_band": "excellent", "latest_scanned_at": "2026-07-17T18:24:59.789342Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 16084, "full_name": "valkey-io/valkey-glide", "url": "https://github.com/valkey-io/valkey-glide", "description": "An open source Valkey client library that supports Valkey, and Redis open source 6.2, 7.0 and 7.2. Valkey GLIDE is designed for reliability, optimized performance, and high-availability, for Valkey and Redis OSS based applications. GLIDE is a multi language client library, written in Rust with programming language bindings, such as Java and Python", "ecosystem": "npm", "ecosystems": [ "npm", "go", "crates", "maven", "pypi" ], "primary_language": "Java", "languages": [ "Java", "Python", "Rust", "Go", "TypeScript" ], "topics": [ "cache", "fault-tolerance", "golang", "java", "javascript", "kotlin", "nodejs", "open-source", "performance", "python", "reliability", "rust", "typescript", "valkey", "valkey-client", "database", "key-value", "csharp", "pubsub", "scala", "redis", "client", "driver", "napi", "cross-platform", "cluster", "standalone", "high-availability", "fault-tolerant", "distributed", "scalable", "resilient", "valkey-glide" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 767, "forks": 168, "watchers": 12, "monthly_downloads": 1695966, "latest_score": 88, "latest_band": "excellent", "latest_scanned_at": "2026-07-24T13:54:33.733944Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "maintained", "red_flags": [], "badge_url": "" }, { "id": 169, "full_name": "traefik/traefik", "url": "https://github.com/traefik/traefik", "description": "The Cloud Native Application Proxy", "ecosystem": "go", "ecosystems": [ "go", "npm", "pypi" ], "primary_language": "Go", "languages": [ "Go" ], "topics": [ "microservice", "docker", "marathon", "mesos", "consul", "etcd", "kubernetes", "load-balancer", "reverse-proxy", "zookeeper", "letsencrypt", "golang", "go", "traefik" ], "license_spdx": "MIT", "license_state": "standard", "stars": 64004, "forks": 6072, "watchers": 667, "monthly_downloads": null, "latest_score": 87, "latest_band": "excellent", "latest_scanned_at": "2026-07-15T20:43:27.996768Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 39573, "full_name": "authelia/authelia", "url": "https://github.com/authelia/authelia", "description": "The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified™", "ecosystem": "go", "ecosystems": [ "go", "npm" ], "primary_language": "Go", "languages": [ "Go", "TypeScript" ], "topics": [ "totp", "ldap", "sso-authentication", "yubikey", "two-factor-authentication", "docker", "kubernetes", "sso", "multifactor", "push-notifications", "mfa", "two-factor", "authentication", "security", "golang", "2fa", "oauth2", "openid-connect", "webauthn", "passkeys" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 28362, "forks": 1447, "watchers": 164, "monthly_downloads": null, "latest_score": 91, "latest_band": "excellent", "latest_scanned_at": "2026-07-25T04:42:51.544923Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "maintained", "red_flags": [], "badge_url": "" }, { "id": 27143, "full_name": "cilium/cilium", "url": "https://github.com/cilium/cilium", "description": "eBPF-based Networking, Security, and Observability", "ecosystem": "go", "ecosystems": [ "go", "pypi" ], "primary_language": "Go", "languages": [ "Go", "C" ], "topics": [ "containers", "bpf", "security", "kubernetes", "kubernetes-networking", "cni", "kernel", "loadbalancing", "monitoring", "troubleshooting", "xdp", "ebpf", "k8s", "observability", "networking", "cncf" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 24763, "forks": 3916, "watchers": 309, "monthly_downloads": null, "latest_score": 89, "latest_band": "excellent", "latest_scanned_at": "2026-07-21T23:04:08.158825Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "organic", "abandonment_state": "maintained", "red_flags": [], "badge_url": "" }, { "id": 29140, "full_name": "rook/rook", "url": "https://github.com/rook/rook", "description": "Storage Orchestration for Kubernetes", "ecosystem": "go", "ecosystems": [ "go" ], "primary_language": "Go", "languages": [ "Go" ], "topics": [ "storage", "kubernetes", "ceph", "storage-cluster", "docker", "cloud-native", "etcd", "cncf" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 13581, "forks": 2837, "watchers": 264, "monthly_downloads": null, "latest_score": 91, "latest_band": "excellent", "latest_scanned_at": "2026-07-20T19:30:09.728548Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" } ] } }
公开记录
软件健康报告模式 0.27.0 · 指标 1.13.0 · 2026-07-29 01:28 UTC

ArcadeData / arcadedb

ArcadeDB Multi-Model Database, one DBMS that supports SQL, Cypher, Gremlin, HTTP/JSON, MongoDB and Redis. ArcadeDB is a conceptual fork of OrientDB, the first Multi-Model DBMS. ArcadeDB supports Vector Embeddings.

JavaApache-2.0★ 1,047 星标⑂ 125 复刻始于 2021年8月在 GitHub 上查看 ↗

ArcadeData/arcadedb 的健康指数为 100 分中的 79 分,处于「良好」区间。 其得分最高的类别是Vitality(96/100),最低的是Security(60/100)。 最近一次更新在今天。 近期的大部分工作由 1 位贡献者完成。

79
总分 / 100
良好

软件健康指数

指标归入加权类别,统一采用 1–100 量表。总体分先取类别加权平均;当公开证据触发高风险司法辖区政策时,评级会按政策调整,并设置 49(有风险)的上限。AI 就绪度不计入总体分。

79
优秀85-100堪称典范;基本满足所有检验标准
良好70-84健康;仅有轻微不足
中等50-69可接受,但存在明显不足;建议进行审查
存在风险30-49存在重大薄弱环节;采用时应保持审慎
危急1-29问题严重(项目被弃置、仅有单一维护者、缺乏基本工程规范)
活力社区与采用可持续性与治理工程质量安全AI 就绪度

评分画像

每条轴代表一个类别。形状比平均值更重要——健康的对象会填满整个图形,而“一峰一谷”式画像意味着某一维度的优势正掩盖另一维度的风险。

所有权

46 关注者28 个公开仓库始于 2017年9月

该仓库由组织支持——共同承担、可问责的托管责任,可延续于任何单一维护者之后。

软件包生态系统

注册表软件包版本月下载量版本数最近发布
Mavencom.arcadedb:arcadedb-bolt26.7.3-1011 天前
Mavencom.arcadedb:arcadedb-grpc26.7.3-1511 天前
Mavencom.arcadedb:arcadedb-grpcw26.7.3-1511 天前
Mavencom.arcadedb:arcadedb-engine26.7.3-6011 天前
Mavencom.arcadedb:arcadedb-redisw26.7.3-6011 天前

按类别列示的指标

活力

项目是否仍有生命——是否仍在编写代码,是否仍在发布版本?

96优秀 · 占总体的 22%
评分方式
36/36推送新近度 — 最近一次推送于 0 天前
36/36提交节奏 — 52 周中有 52 周有提交
18/18提交量 — 最近一年 4,382 次提交
10/10OpenSSF Scorecard:Maintained — 30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10
所用输入
commits_last_year4,382
human_commit_share0.62
days_since_last_push0
active_weeks_last_year52

发布纪律

91优秀
评分方式
27/27有发布版本 — 已发布 58 个发布版本
36/36发布时效 — 最近一次发布版本于 11 天前
27/27发布节奏 — 约每 19.4 天发布一次
1/10OpenSSF Scorecard:Signed-Releases — 1 out of the last 5 releases have a total of 1 signed artifacts.
所用输入
releases_count58
latest_release_tag26.7.3
releases_from_tags
days_since_latest_release11
mean_days_between_releases19.4

社区与采用

项目是否拥有用户、下载量与关注度,并具备欢迎贡献者参与的配置?

79良好 · 占总体的 18%
评分方式
49/60星标 — 1,047 个星标
17.4/25复刻 — 125 个复刻
6.4/15关注者 — 15 位关注者
所用输入
forks125
stars1,047
watchers15
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history

社区健康

85优秀
评分方式
22.5/22.5README
22.5/22.5许可证 — 可识别的许可证(Apache-2.0)
18/18CONTRIBUTING 指南
0/13.5行为准则
7.2/7.2议题模板
6.3/6.3PR 模板
所用输入
has_readme
has_license
has_contributing
has_issue_template
has_code_of_conduct
has_pull_request_template

可持续性与治理

项目能否在其成员之外延续——巴士系数、响应能力、由谁支持,以及软件包的维护状况?

68中等 · 占总体的 24%
评分方式
9/54巴士系数 — 1 位贡献者贡献了半数提交
5.2/22.5提交分布 — 头号贡献者编写了 77% 的提交
13.5/13.5贡献者广度 — 41 位贡献者
10/10OpenSSF Scorecard:Contributors — project has 13 contributing companies or organizations
所用输入
bus_factor1
contributors_sampled41
top_contributor_share0.767
评分方式
45.6/46.8议题解决 — 98% 的议题已关闭
34.2/38.3PR 接受 — 已裁定的 PR 中 2,687/3,003 已合并
0/15OpenSSF Scorecard:Code-Review — Found 1/30 approved changesets -- score normalized to 0
所用输入
merged_prs2,687
open_issues54
closed_issues2,108
issue_closed_ratio0.975
closed_unmerged_prs316
评分方式
30/30所有权背书 — 组织持有
0/20已验证域名
12/25所有者影响力 — ArcadeData 有 46 位关注者
22.6/25既往记录 — 28 个公开仓库,账户约 8 年
所用输入
followers46
owner_typeOrganization
is_verified
owner_loginArcadeData
public_repos28
account_age_days3,228
评分方式
25/25已发布且可解析 — maven 上有 5 个软件包
35/35发布时效 — 最近一次发布于 11 天前
20/20版本历史 — 60 个已发布版本
20/20未被弃用 — 活跃,未被弃用或撤回
所用输入
packagescom.arcadedb:arcadedb-bolt, com.arcadedb:arcadedb-grpc, com.arcadedb:arcadedb-grpcw, com.arcadedb:arcadedb-engine, com.arcadedb:arcadedb-redisw
ecosystemsmaven
any_deprecated
min_days_since_publish11

工程质量

基础的工程与文档实践是否到位?

91优秀 · 占总体的 20%

工程实践

92优秀
评分方式
24/24CI 工作流 — 17 个工作流
24/24存在测试
16/16Linter 配置
9.6/9.6Pre-commit 钩子
0/6.4.editorconfig
18/20OpenSSF Scorecard:CI-Tests — 15 out of 16 merged PRs checked by a CI test -- score normalized to 9
所用输入
has_ci
has_tests
has_editorconfig
has_linter_config
has_precommit_config

文档

90优秀
评分方式
30/30README
25/25文档目录
15/15文档 / 主页站点 — https://arcadedb.com
10/10仓库描述
10/10主题标签 — 18 个主题标签
0/10Wiki
所用输入
topicsdatabase, dbms, multi-model, graph, document, time-series, key-value, embedded, docker, kubernetes, k8s, distributed, arcadedb, orientdb, search-engine, similarity-search, vector-database, vector-search
has_wiki
homepagehttps://arcadedb.com
has_readme
has_docs_dir
has_description

安全

可见的安全与供应链实践是否稳固,且不存在未解决的高风险司法辖区暴露?

60中等 · 占总体的 16%

安全态势

56中等
评分方式
7.5/7.5Binary-Artifacts — no binaries found in the repo
0/7.5Branch-Protection — branch protection not enabled on development/release branches
2.2/2.5CI-Tests — 15 out of 16 merged PRs checked by a CI test -- score normalized to 9
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
0/7.5Code-Review — Found 1/30 approved changesets -- score normalized to 0
2.5/2.5Contributors — project has 13 contributing companies or organizations
10/10Dangerous-Workflow — no dangerous workflow patterns detected
7.5/7.5Dependency-Update-Tool — update tool detected
0/5Fuzzing — project is not fuzzed
2.5/2.5许可证 — license file detected
7.5/7.5Maintained — 30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10
5/5Packaging — packaging workflow detected
4/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 8
4.5/5SAST — SAST tool detected but not run on all commits
5/5Security-Policy — security policy file detected
0.8/7.5Signed-Releases — 1 out of the last 5 releases have a total of 1 signed artifacts.
0/7.5Token-Permissions — detected GitHub workflow tokens with excessive permissions
0/7.5Vulnerabilities — 11 existing vulnerabilities detected
所用输入
sourceopenssf_scorecard
checks_evaluated18
scorecard_versionv5.5.0
checks_inconclusive0
scorecard_aggregate5.6
评分方式
35/35直接依赖不含已知公告 — 没有直接依赖携带已知公告
6.6/25间接依赖不含已知公告 — 3 个受影响:com.fasterxml.jackson.core:jackson-core 2.21.1 (high 7.5), com.fasterxml.jackson.core:jackson-databind 2.21.1 (high 8.1), io.undertow:undertow-core 2.4.2.Final (moderate 5.9)
34.9/40没有长期未处理的公告 — 1 个携带公告的软件包超过 90 天未处理;最早一条发布于 126 天前
所用输入
sourceosv
advisories12
affected_packages3
assessed_packages69
unassessed_packages0
affected_by_severityhigh 2, moderate 1
direct_affected_packages0
比对的是 maven:com.arcadedb:arcadedb-bolt@26.7.3 的运行时依赖闭包——安装已发布的软件包时真正被拉取进来的内容——共 69 个软件包。 未对可达性进行分析。

AI 就绪度

该仓库在多大程度上具备与 AI 编码代理协同开发与维护的条件?这是一枚独立的实验性徽章——权重为 0.0,因此单独呈现,不影响总体健康评分。

86优秀 · 占总体的 0%
评分方式
45/45代理指令 — CLAUDE.md, engine/CLAUDE.md, ha-raft/CLAUDE.md, studio/CLAUDE.md
0/15机器可读文档(llms.txt)
40/40可读的提交历史 — 62 次人类提交中有 61 次说明了意图(结构化标题或解释性正文)
所用输入
has_llms_txt
legible_history_share0.984
agent_instruction_filesCLAUDE.md, engine/CLAUDE.md, ha-raft/CLAUDE.md, studio/CLAUDE.md
agent_instruction_max_bytes8,176
评分方式
12.6/18一条命令的引导启动 — bolt/pom.xml, console/pom.xml, coverage/pom.xml(工具链约定,无任务运行器)
22/22自动化测试
11/11Lint / 格式化配置
11/11静态类型检查 — e2e-studio/tsconfig.json
10/10可复现环境 — Dockerfile, lockfile
0/10已体现的代理实践 — 最近 100 次提交中没有代理编写的提交
8/8自动化维护 — 最近 100 次提交中有 14 次为自动依赖更新
8/10OpenSSF Scorecard:Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 8
所用输入
has_nix
has_tests
lockfilesgo.sum, package-lock.json
has_dockerfile
typed_language
bootstrap_files
has_devcontainer
has_linter_config
typecheck_configse2e-studio/tsconfig.json
agent_commit_share0
toolchain_manifestsbolt/pom.xml, console/pom.xml, coverage/pom.xml, e2e-csharp/ArcadeDB.E2ETests/ArcadeDB.E2ETests.csproj, e2e-go/go.mod, e2e-ha/pom.xml, e2e/pom.xml, engine/pom.xml, graphql/pom.xml, gremlin-consumer-it/pom.xml, gremlin-it/pom.xml, gremlin/pom.xml, grpc-client/pom.xml, grpc/pom.xml, grpcw/pom.xml, ha-raft/pom.xml, integration/pom.xml, load-tests/pom.xml, metrics/pom.xml, mongodbw/pom.xml, network/pom.xml, package/pom.xml, pom.xml, postgresw/pom.xml, redisw/pom.xml, server/pom.xml, studio/pom.xml, tracing/pom.xml
dependency_bot_commit_share0.14
评分方式
45/45可类型检查的代码 — Java(静态类型)
54.2/55可控的文件大小 — 采样的 4,250 个源文件中有 58 个超过 60KB
所用输入
primary_languageJava
largest_source_bytes707,519
source_files_sampled4,250
oversized_source_files58
评分方式
40/40API 模式(OpenAPI/GraphQL/proto) — grpc/src/main/proto/arcadedb-server.proto
0/20MCP 服务器
40/40可运行示例 — examples
所用输入
example_dirsexamples
has_mcp_signal
api_schema_filesgrpc/src/main/proto/arcadedb-server.proto

关键数据

1,047GitHub 星标
41贡献者
4,382最近 12 个月提交数
0距最近推送天数
58发布版本数
1巴士系数(bus factor)
54开放议题
Go, Maven, npm, PyPI软件包生态系统数

数据采集警告

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token
  • Could not fetch maven package 'com.arcadedb:arcadedb-e2e' from its registry
  • Could not fetch go package 'arcadedb.com/e2e-go' from its registry
  • Could not fetch maven package 'com.arcadedb:arcadedb-e2e-ha' from its registry

更多细节

Star 与 Fork 历史 0 ★ / 125 ⇿
0Star
125Fork
58发布

每颗 star 和每个 fork 的添加时间,来自 GitHub 并按天汇总。累计增长位于其构成来源——每日新增——的正上方,二者可相互对照:稳定的自然增长与短暂的突增形态截然不同。当这一差别可被衡量时,它会作为增长真实性予以报告。

025507510012512442021-092024-022026-07
主版本 0次版本 0修订 58

每个点涵盖 5 天。

OpenSSF Scorecard 5.6 / 10
5.6综合

来自开源项目 OpenSSF Scorecard 的独立、工具无关的安全评估。每项检查奖励的是安全实践本身,而非特定供应商的工具。Scorecard 无法判定的检查项标记为 不适用,并从安全评分中剔除(绝不按零分计)。Scorecard v5.5.0 · 2026-07-29 01:28 UTC

10Binary-Artifactsno binaries found in the repo
0Branch-Protectionbranch protection not enabled on development/release branches
9CI-Tests15 out of 16 merged PRs checked by a CI test -- score normalized to 9
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0Code-ReviewFound 1/30 approved changesets -- score normalized to 0
10Contributorsproject has 13 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
10Maintained30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10
10Packagingpackaging workflow detected
8Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 8
9SASTSAST tool detected but not run on all commits
10Security-Policysecurity policy file detected
1Signed-Releases1 out of the last 5 releases have a total of 1 signed artifacts.
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
0Vulnerabilities11 existing vulnerabilities detected
直接依赖 160
注册表软件包版本约束清单文件
Mavencom.arcadedb:arcadedb-engine${project.parent.version}console/pom.xml
Mavencom.arcadedb:arcadedb-network${project.parent.version}console/pom.xml
Mavencom.arcadedb:arcadedb-integration${project.parent.version}console/pom.xml
Mavenorg.jline:jline-terminal${jline.version}console/pom.xml
Mavenorg.jline:jline-reader${jline.version}console/pom.xml
Mavenorg.jline:jline-terminal-jni${jline.version}console/pom.xml
Mavenorg.slf4j:slf4j-jdk14${slf4j.version}console/pom.xml
Maven${project.groupId}:arcadedb-console${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-engine${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-bolt${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-network${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-server${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-postgresw${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-redisw${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-gremlin${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-mongodbw${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-graphql${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-metrics${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-grpcw${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-grpc-client${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-integration${project.version}coverage/pom.xml
Gogithub.com/neo4j/neo4j-go-driver/v5v5.28.4e2e-go/go.mod
Gogithub.com/stretchr/testifyv1.11.1e2e-go/go.mod
Gogithub.com/testcontainers/testcontainers-gov0.43.0e2e-go/go.mod
npmneo4j-driver^6.0.1e2e-js/package.json
npmpg^8.16.0e2e-js/package.json
PyPItestcontainers>=4.15.0e2e-python/pyproject.toml
PyPIpytest>=9.1.1e2e-python/pyproject.toml
PyPIpytest-check>=2.8.0e2e-python/pyproject.toml
PyPIpytest-asyncio>=1.4.0e2e-python/pyproject.toml
PyPIdocker>=7.2.0e2e-python/pyproject.toml
PyPIpsycopg>=3.3.4e2e-python/pyproject.toml
PyPIpsycopg-binary>=3.3.4e2e-python/pyproject.toml
PyPIasyncpg>=0.31.0e2e-python/pyproject.toml
PyPIrequests>=2.34.2e2e-python/pyproject.toml
PyPIsqlalchemy>=2.0.51e2e-python/pyproject.toml
PyPIneo4j>=6.2.0e2e-python/pyproject.toml
Mavenio.cucumber:cucumber-bom${cucumber.version}engine/pom.xml
Mavenorg.slf4j:slf4j-api${slf4j.version}engine/pom.xml
Mavencom.conversantmedia:disruptor${disruptor.version}engine/pom.xml
Mavenat.yawk.lz4:lz4-java${lz4-java.version}engine/pom.xml
Mavenorg.apache.lucene:lucene-analysis-common${lucene.version}engine/pom.xml
Mavenorg.apache.lucene:lucene-spatial-extras${lucene.version}engine/pom.xml
Mavenorg.apache.lucene:lucene-queryparser${lucene.version}engine/pom.xml
Mavenorg.locationtech.spatial4j:spatial4j${spatial4j.version}engine/pom.xml
Mavenorg.locationtech.jts:jts-core${jts-core.version}engine/pom.xml
Mavencom.google.code.gson:gson${gson.version}engine/pom.xml
Mavenio.github.jbellis:jvector${jvector.version}engine/pom.xml
Mavenorg.antlr:antlr4-runtime${antlr4.version}engine/pom.xml
Mavenorg.graalvm.sdk:graal-sdk${graalvm.version}engine/pom.xml
Mavenorg.graalvm.polyglot:polyglot${graalvm.version}engine/pom.xml
Mavenorg.graalvm.polyglot:js${graalvm.version}engine/pom.xml
Mavencom.arcadedb:arcadedb-engine${project.parent.version}gremlin-consumer-it/pom.xml
Mavencom.arcadedb:arcadedb-gremlin${project.parent.version}gremlin-consumer-it/pom.xml
Mavencom.arcadedb:arcadedb-integration${project.parent.version}gremlin/pom.xml
Mavenorg.antlr:antlr4-runtime${antlr4.version}gremlin/pom.xml
Mavenio.netty:netty-all${netty.version}gremlin/pom.xml
Mavenorg.apache.commons:commons-lang3${commons-lang3.version}gremlin/pom.xml
Mavenorg.apache.commons:commons-configuration2${commons-configuration2.version}gremlin/pom.xml
Mavencommons-beanutils:commons-beanutils${commons-beanutils.version}gremlin/pom.xml
Mavenorg.apache.groovy:groovy${groovy.version}gremlin/pom.xml
Mavenorg.apache.tinkerpop:gremlin-core${gremlin.version}gremlin/pom.xml
Mavenorg.apache.tinkerpop:gremlin-server${gremlin.version}gremlin/pom.xml
Mavenorg.apache.tinkerpop:gremlin-driver${gremlin.version}gremlin/pom.xml
Mavenorg.apache.tinkerpop:gremlin-util${gremlin.version}gremlin/pom.xml
Mavenorg.apache.tinkerpop:gremlin-groovy${gremlin.version}gremlin/pom.xml
Mavenorg.yaml:snakeyaml${snakeyaml.version}gremlin/pom.xml
Mavencom.arcadedb:arcadedb-engine${project.parent.version}grpc-client/pom.xml
Mavencom.arcadedb:arcadedb-network${project.parent.version}grpc-client/pom.xml
Mavencom.arcadedb:arcadedb-grpc${project.parent.version}grpc-client/pom.xml
Mavenio.grpc:grpc-netty-shaded${grpc.version}grpc-client/pom.xml
Mavenio.grpc:grpc-protobuf${grpc.version}grpc-client/pom.xml
Mavenio.grpc:grpc-stub${grpc.version}grpc-client/pom.xml
Mavenio.grpc:grpc-services${grpc.version}grpc-client/pom.xml
Mavencom.google.protobuf:protobuf-java${protobuf-java.version}grpc-client/pom.xml
Mavencom.google.protobuf:protobuf-java-util${protobuf-java.version}grpc-client/pom.xml
Mavencom.google.api.grpc:proto-google-common-protos${com.google.api.grpc.version}grpc-client/pom.xml
Mavenjavax.annotation:javax.annotation-api${javax.annotation-api.version}grpc-client/pom.xml
Mavencom.arcadedb:arcadedb-grpc${project.parent.version}grpc-client/pom.xml
Mavenio.grpc:grpc-netty-shaded${grpc.version}grpc/pom.xml
Mavenio.grpc:grpc-protobuf${grpc.version}grpc/pom.xml
Mavenio.grpc:grpc-stub${grpc.version}grpc/pom.xml
Mavenio.grpc:grpc-services${grpc.version}grpc/pom.xml
Mavenio.grpc:grpc-xds${grpc.version}grpc/pom.xml
Mavencom.google.protobuf:protobuf-java${protobuf-java.version}grpc/pom.xml
Mavencom.google.protobuf:protobuf-java-util${protobuf-java.version}grpc/pom.xml
Mavencom.google.api.grpc:proto-google-common-protos${com.google.api.grpc.version}grpc/pom.xml
Mavenjavax.annotation:javax.annotation-api${javax.annotation-api.version}grpc/pom.xml
Mavencom.arcadedb:arcadedb-grpc${project.parent.version}grpcw/pom.xml
Mavencom.arcadedb:arcadedb-engine${project.parent.version}ha-raft/pom.xml
Mavencom.arcadedb:arcadedb-network${project.parent.version}ha-raft/pom.xml
Mavenorg.apache.ratis:ratis-server${ratis.version}ha-raft/pom.xml
Mavenorg.apache.ratis:ratis-grpc${ratis.version}ha-raft/pom.xml
Mavenorg.apache.ratis:ratis-metrics-default${ratis.version}ha-raft/pom.xml
Mavencom.arcadedb:arcadedb-engine${project.parent.version}integration/pom.xml
Mavencom.sonofab1rd:univocity-parsers${univocity-parsers.version}integration/pom.xml
Mavenio.micrometer:micrometer-registry-prometheus${micrometer.version}metrics/pom.xml
Mavenio.micrometer:micrometer-registry-otlp${micrometer.version}metrics/pom.xml
Mavende.bwaldvogel:mongo-java-server${mongo-java-server.version}mongodbw/pom.xml
Mavenio.netty:netty-transport${netty.version}mongodbw/pom.xml
Mavenio.netty:netty-codec${netty.version}mongodbw/pom.xml
Mavenio.netty:netty-handler${netty.version}mongodbw/pom.xml
Mavencom.arcadedb:arcadedb-engine${project.parent.version}network/pom.xml
Mavencom.arcadedb:arcadedb-engine${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-console${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-server${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-studio${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-ha-raft${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-metrics${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-tracing${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-gremlin${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-bolt${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-redisw${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-postgresw${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-mongodbw${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-grpcw${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-graphql${project.parent.version}package/pom.xml
Mavenorg.slf4j:slf4j-jdk14${slf4j.version}package/pom.xml
Mavenorg.junit:junit-bom${junit.jupiter.version}pom.xml
Mavenorg.assertj:assertj-bom${assertj-core.version}pom.xml
Mavenio.micrometer:micrometer-tracing-bom${micrometer-tracing.version}pom.xml
Mavenio.opentelemetry:opentelemetry-bom${opentelemetry.version}pom.xml
Mavenorg.jboss.threads:jboss-threads${jboss-threads.version}pom.xml
Mavencom.google.protobuf:protobuf-java${protobuf-java.version}pom.xml
Mavencom.google.protobuf:protobuf-java-util${protobuf-java.version}pom.xml
Mavencom.arcadedb:arcadedb-engine${project.parent.version}server/pom.xml
Mavencom.arcadedb:arcadedb-network${project.parent.version}server/pom.xml
Mavenio.undertow:undertow-core${undertow-core.version}server/pom.xml
Mavenio.micrometer:micrometer-core${micrometer.version}server/pom.xml
Mavenio.swagger.core.v3:swagger-core${swagger.version}server/pom.xml
Mavenio.swagger.core.v3:swagger-annotations${swagger.version}server/pom.xml
Mavenio.swagger.core.v3:swagger-models${swagger.version}server/pom.xml
Mavenorg.xerial.snappy:snappy-java${snappy.version}server/pom.xml
npm@fortawesome/fontawesome-free^7.3.1studio/package.json
npm@popperjs/core^2.11.8studio/package.json
npmapexcharts^6.5.0studio/package.json
npmbootstrap^5.3.8studio/package.json
npmcodemirror^5.65.21studio/package.json
npmcytoscape^3.34.0studio/package.json
npmcytoscape-cxtmenu^3.5.0studio/package.json
npmcytoscape-fcose^2.2.0studio/package.json
npmcytoscape-graphml^1.0.6studio/package.json
npmcytoscape-node-html-label^1.2.2studio/package.json
npmdatatables.net^3.0.0studio/package.json
npmdatatables.net-bs5^3.0.0studio/package.json
npmdatatables.net-buttons^4.0.0studio/package.json
npmdatatables.net-buttons-bs5^4.0.0studio/package.json
npmdatatables.net-responsive^4.0.0studio/package.json
npmdatatables.net-responsive-bs5^4.0.0studio/package.json
npmdatatables.net-select^4.0.0studio/package.json
npmdatatables.net-select-bs5^4.0.0studio/package.json
npmjquery^4.0.0studio/package.json
npmmarked^18.0.7studio/package.json
npmjszip^3.10.1studio/package.json
npmpdfmake^0.3.11studio/package.json
npmswagger-ui-dist^5.32.11studio/package.json
npmsweetalert2^11.26.25studio/package.json
Mavenio.micrometer:micrometer-tracing-bridge-oteltracing/pom.xml
Mavenio.opentelemetry:opentelemetry-exporter-otlptracing/pom.xml
Mavenio.opentelemetry:opentelemetry-sdktracing/pom.xml
全部依赖 873

来自 GitHub 依赖图的完整解析依赖集合:125 个直接依赖与 748 个间接(传递)软件包。仓库提交锁文件时,传递闭包才是完整的。

注册表软件包版本关系
Gogithub.com/neo4j/neo4j-go-driver/v5v5.28.4直接
Gogithub.com/stretchr/testifyv1.11.1直接
Gogithub.com/testcontainers/testcontainers-gov0.43.0直接
Mavenat.yawk.lz4:lz4-java1.11.1直接
Mavencom.arcadedb:arcadedb-bolt直接
Mavencom.arcadedb:arcadedb-console直接
Mavencom.arcadedb:arcadedb-engine直接
Mavencom.arcadedb:arcadedb-graphql直接
Mavencom.arcadedb:arcadedb-gremlin直接
Mavencom.arcadedb:arcadedb-grpc直接
Mavencom.arcadedb:arcadedb-grpcw直接
Mavencom.arcadedb:arcadedb-ha-raft直接
Mavencom.arcadedb:arcadedb-integration直接
Mavencom.arcadedb:arcadedb-metrics直接
Mavencom.arcadedb:arcadedb-mongodbw直接
Mavencom.arcadedb:arcadedb-network直接
Mavencom.arcadedb:arcadedb-postgresw直接
Mavencom.arcadedb:arcadedb-redisw直接
Mavencom.arcadedb:arcadedb-server直接
Mavencom.arcadedb:arcadedb-studio直接
Mavencom.arcadedb:arcadedb-tracing直接
Mavencom.conversantmedia:disruptor1.2.21直接
Mavencom.google.api.grpc:proto-google-common-protos直接
Mavencom.google.code.gson:gson2.14.0直接
Mavencom.google.protobuf:protobuf-java直接
Mavencom.google.protobuf:protobuf-java4.35.1直接
Mavencom.google.protobuf:protobuf-java-util直接
Mavencom.google.protobuf:protobuf-java-util4.35.1直接
Mavencom.sonofab1rd:univocity-parsers2.10.2直接
Mavencommons-beanutils:commons-beanutils1.11.0直接
Mavende.bwaldvogel:mongo-java-server1.47.0直接
Mavenio.cucumber:cucumber-bom7.34.6直接
Mavenio.github.jbellis:jvector4.0.0-rc.9直接
Mavenio.grpc:grpc-netty-shaded直接
Mavenio.grpc:grpc-protobuf直接
Mavenio.grpc:grpc-services直接
Mavenio.grpc:grpc-stub直接
Mavenio.grpc:grpc-xds直接
Mavenio.micrometer:micrometer-core直接
Mavenio.micrometer:micrometer-core1.17.0直接
Mavenio.micrometer:micrometer-registry-otlp1.17.0直接
Mavenio.micrometer:micrometer-registry-prometheus1.17.0直接
Mavenio.micrometer:micrometer-tracing-bom1.7.0直接
Mavenio.micrometer:micrometer-tracing-bridge-otel直接
Mavenio.netty:netty-all4.2.16直接
Mavenio.netty:netty-codec4.2.16直接
Mavenio.netty:netty-handler4.2.16直接
Mavenio.netty:netty-transport4.2.16直接
Mavenio.opentelemetry:opentelemetry-bom1.64.0直接
Mavenio.opentelemetry:opentelemetry-exporter-otlp直接
Mavenio.opentelemetry:opentelemetry-sdk直接
Mavenio.swagger.core.v3:swagger-annotations2.2.52直接
Mavenio.swagger.core.v3:swagger-core2.2.52直接
Mavenio.swagger.core.v3:swagger-models2.2.52直接
Mavenio.undertow:undertow-core直接
Mavenjavax.annotation:javax.annotation-api直接
Mavenorg.antlr:antlr4-runtime4.13.2直接
Mavenorg.antlr:antlr4-runtime4.9.1直接
Mavenorg.apache.commons:commons-configuration22.15.1直接
Mavenorg.apache.commons:commons-lang33.20.0直接
Mavenorg.apache.groovy:groovy4.0.32直接
Mavenorg.apache.lucene:lucene-analysis-common10.5.0直接
Mavenorg.apache.lucene:lucene-queryparser10.5.0直接
Mavenorg.apache.lucene:lucene-spatial-extras10.5.0直接
Mavenorg.apache.ratis:ratis-grpc3.2.2直接
Mavenorg.apache.ratis:ratis-metrics-default3.2.2直接
Mavenorg.apache.ratis:ratis-server3.2.2直接
Mavenorg.apache.tinkerpop:gremlin-core直接
Mavenorg.apache.tinkerpop:gremlin-driver直接
Mavenorg.apache.tinkerpop:gremlin-groovy直接
Mavenorg.apache.tinkerpop:gremlin-server直接
Mavenorg.apache.tinkerpop:gremlin-util直接
Mavenorg.assertj:assertj-bom3.27.7直接
Mavenorg.graalvm.polyglot:js25.1.3直接
Mavenorg.graalvm.polyglot:polyglot25.1.3直接
Mavenorg.graalvm.sdk:graal-sdk25.1.3直接
Mavenorg.jboss.threads:jboss-threads3.9.2直接
Mavenorg.jline:jline-reader4.3.1直接
Mavenorg.jline:jline-terminal4.3.1直接
Mavenorg.jline:jline-terminal-jni4.3.1直接
Mavenorg.junit:junit-bom6.1.2直接
Mavenorg.locationtech.jts:jts-core1.20.0直接
Mavenorg.locationtech.spatial4j:spatial4j0.8直接
Mavenorg.slf4j:slf4j-api直接
Mavenorg.slf4j:slf4j-jdk14直接
Mavenorg.slf4j:slf4j-jdk142.0.18直接
Mavenorg.xerial.snappy:snappy-java1.1.10.8直接
Mavenorg.yaml:snakeyaml2.6直接
npm@fortawesome/fontawesome-free7.3.1直接
npm@popperjs/core2.11.8直接
npmapexcharts6.5.0直接
npmbootstrap5.3.8直接
npmcodemirror5.65.21直接
npmcytoscape3.34.0直接
npmcytoscape-cxtmenu3.5.0直接
npmcytoscape-fcose2.2.0直接
npmcytoscape-graphml1.0.6直接
npmcytoscape-node-html-label1.2.2直接
npmdatatables.net3.0.0直接
npmdatatables.net-bs53.0.0直接
npmdatatables.net-buttons4.0.0直接
npmdatatables.net-buttons-bs54.0.0直接
npmdatatables.net-responsive4.0.0直接
npmdatatables.net-responsive-bs54.0.0直接
npmdatatables.net-select4.0.0直接
npmdatatables.net-select-bs54.0.0直接
npmjquery4.0.0直接
npmjszip3.10.1直接
npmmarked18.0.7直接
npmneo4j-driver6.2.0直接
npmpdfmake0.3.11直接
npmpg8.22.0直接
npmswagger-ui-dist5.32.11直接
npmsweetalert211.26.25直接
PyPIasyncpg直接
PyPIdocker直接
PyPIneo4j直接
PyPIpsycopg直接
PyPIpsycopg-binary直接
PyPIpytest直接
PyPIpytest-asyncio直接
PyPIpytest-check直接
PyPIrequests直接
PyPIsqlalchemy直接
PyPItestcontainers直接
Godario.cat/mergov1.0.2间接
Gogithub.com/azure/go-ansitermv0.0.0-20250102033503-faa5f7b0171c间接
Gogithub.com/cenkalti/backoff/v4v4.3.0间接
Gogithub.com/cespare/xxhash/v2v2.3.0间接
Gogithub.com/containerd/errdefsv1.0.0间接
Gogithub.com/containerd/errdefs/pkgv0.3.0间接
Gogithub.com/containerd/logv0.1.0间接
Gogithub.com/containerd/platformsv0.2.1间接
Gogithub.com/cpuguy83/dockercfgv0.3.2间接
Gogithub.com/davecgh/go-spewv1.1.1间接
Gogithub.com/distribution/referencev0.6.0间接
Gogithub.com/docker/go-connectionsv0.6.0间接
Gogithub.com/docker/go-unitsv0.5.0间接
Gogithub.com/ebitengine/puregov0.10.0间接
Gogithub.com/felixge/httpsnoopv1.0.4间接
Gogithub.com/go-logr/logrv1.4.3间接
Gogithub.com/go-logr/stdrv1.2.2间接
Gogithub.com/go-ole/go-olev1.2.6间接
Gogithub.com/google/uuidv1.6.0间接
Gogithub.com/klauspost/compressv1.18.5间接
Gogithub.com/lufia/plan9statsv0.0.0-20211012122336-39d0f177ccd0间接
Gogithub.com/magiconair/propertiesv1.8.10间接
Gogithub.com/microsoft/go-winiov0.6.2间接
Gogithub.com/moby/docker-image-specv1.3.1间接
Gogithub.com/moby/go-archivev0.2.0间接
Gogithub.com/moby/moby/apiv1.54.2间接
Gogithub.com/moby/moby/clientv0.4.0间接
Gogithub.com/moby/patternmatcherv0.6.1间接
Gogithub.com/moby/sys/sequentialv0.6.0间接
Gogithub.com/moby/sys/userv0.4.0间接
Gogithub.com/moby/sys/usernsv0.1.0间接
Gogithub.com/moby/termv0.5.2间接
Gogithub.com/opencontainers/go-digestv1.0.0间接
Gogithub.com/opencontainers/image-specv1.1.1间接
Gogithub.com/pmezard/go-difflibv1.0.0间接
Gogithub.com/power-devops/perfstatv0.0.0-20240221224432-82ca36839d55间接
Gogithub.com/shirou/gopsutil/v4v4.26.5间接
Gogithub.com/sirupsen/logrusv1.9.4间接
Gogithub.com/tklauser/go-sysconfv0.3.16间接
Gogithub.com/tklauser/numcpusv0.11.0间接
Gogithub.com/yusufpapurcu/wmiv1.2.4间接
Gogo.opentelemetry.io/auto/sdkv1.2.1间接
Gogo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpv0.60.0间接
Gogo.opentelemetry.io/otelv1.43.0间接
Gogo.opentelemetry.io/otel/metricv1.43.0间接
Gogo.opentelemetry.io/otel/sdkv1.43.0间接
Gogo.opentelemetry.io/otel/sdk/metricv1.43.0间接
Gogo.opentelemetry.io/otel/tracev1.43.0间接
Gogolang.org/x/cryptov0.53.0间接
Gogolang.org/x/sysv0.46.0间接
Gogopkg.in/yaml.v3v3.0.1间接
Mavench.qos.logback:logback-classic间接
Mavench.qos.logback:logback-classic1.6.0间接
Mavencom.arcadedb:arcadedb-grpc-client间接
Mavencom.arcadedb:arcadedb-load-tests间接
Mavencom.fasterxml.jackson.core:jackson-databind2.22.1间接
Mavencom.github.eirslett:frontend-maven-plugin2.0.1间接
Mavencom.helger.maven:ph-javacc-maven-plugin5.0.1间接
Mavencom.jayway.jsonpath:json-path3.0.0间接
Mavencom.mycila:license-maven-plugin5.1.1间接
Mavenio.cucumber:cucumber-java间接
Mavenio.cucumber:cucumber-junit-platform-engine间接
Mavenio.fabric8:docker-maven-plugin0.48.1间接
Mavenio.github.ascopes:protobuf-maven-plugin间接
Mavenio.github.ascopes:protobuf-maven-plugin5.1.7间接
Mavenio.grpc:grpc-testing间接
Mavenio.grpc:protoc-gen-grpc-java1.79.0间接
Mavenio.opentelemetry:opentelemetry-sdk-testing间接
Mavenio.swagger.parser.v3:swagger-parser2.1.45间接
Mavennet.nicoulaj.maven.plugins:checksum-maven-plugin1.11间接
Mavenorg.antlr:antlr4-maven-plugin4.13.2间接
Mavenorg.apache.maven.plugins:maven-assembly-plugin间接
Mavenorg.apache.maven.plugins:maven-clean-plugin间接
Mavenorg.apache.maven.plugins:maven-compiler-plugin间接
Mavenorg.apache.maven.plugins:maven-compiler-plugin3.15.0间接
Mavenorg.apache.maven.plugins:maven-deploy-plugin间接
Mavenorg.apache.maven.plugins:maven-enforcer-plugin间接
Mavenorg.apache.maven.plugins:maven-failsafe-plugin间接
Mavenorg.apache.maven.plugins:maven-failsafe-plugin3.5.6间接
Mavenorg.apache.maven.plugins:maven-gpg-plugin3.2.8间接
Mavenorg.apache.maven.plugins:maven-install-plugin3.1.4间接
Mavenorg.apache.maven.plugins:maven-jar-plugin间接
Mavenorg.apache.maven.plugins:maven-jar-plugin3.5.1间接
Mavenorg.apache.maven.plugins:maven-javadoc-plugin3.12.0间接
Mavenorg.apache.maven.plugins:maven-resources-plugin3.5.0间接
Mavenorg.apache.maven.plugins:maven-shade-plugin间接
Mavenorg.apache.maven.plugins:maven-shade-plugin3.6.2间接
Mavenorg.apache.maven.plugins:maven-source-plugin3.4.0间接
Mavenorg.apache.maven.plugins:maven-surefire-plugin间接
Mavenorg.apache.maven.plugins:maven-surefire-plugin3.5.6间接
Mavenorg.apache.ratis:ratis-common3.2.2间接
Mavenorg.apache.ratis:ratis-test3.2.2间接
Mavenorg.apache.tinkerpop:gremlin-test间接
Mavenorg.apache.tomcat:tomcat-jdbc11.0.24间接
Mavenorg.assertj:assertj-core间接
Mavenorg.assertj:assertj-db3.0.2间接
Mavenorg.awaitility:awaitility间接
Mavenorg.awaitility:awaitility4.3.0间接
Mavenorg.codehaus.mojo:build-helper-maven-plugin3.6.1间接
Mavenorg.codehaus.mojo:buildnumber-maven-plugin3.3.0间接
Mavenorg.codehaus.mojo:license-maven-plugin2.7.1间接
Mavenorg.codehaus.mojo:versions-maven-plugin2.21.0间接
Mavenorg.jacoco:jacoco-maven-plugin间接
Mavenorg.jacoco:jacoco-maven-plugin0.8.15间接
Mavenorg.junit.jupiter:junit-jupiter间接
Mavenorg.junit.jupiter:junit-jupiter-params间接
Mavenorg.junit.platform:junit-platform-suite间接
Mavenorg.junit.vintage:junit-vintage-engine间接
Mavenorg.mockito:mockito-core间接
Mavenorg.mockito:mockito-core5.23.0间接
Mavenorg.mongodb:mongo-java-driver3.12.14间接
Mavenorg.neo4j.driver:neo4j-java-driver间接
Mavenorg.openjdk.jmh:jmh-core1.37间接
Mavenorg.openjdk.jmh:jmh-generator-annprocess1.37间接
Mavenorg.postgresql:postgresql间接
Mavenorg.postgresql:postgresql42.7.13间接
Mavenorg.sonatype.central:central-publishing-maven-plugin0.11.0间接
Mavenorg.testcontainers:testcontainers间接
Mavenorg.testcontainers:testcontainers-junit-jupiter间接
Mavenorg.testcontainers:testcontainers-toxiproxy间接
Mavenredis.clients:jedis7.5.3间接
npm@babel/code-frame7.29.0间接
npm@babel/compat-data7.29.3间接
npm@babel/core7.29.0间接
npm@babel/generator7.29.1间接
npm@babel/helper-compilation-targets7.28.6间接
npm@babel/helper-globals7.28.0间接
npm@babel/helper-module-imports7.28.6间接
npm@babel/helper-module-transforms7.28.6间接
npm@babel/helper-plugin-utils7.28.6间接
npm@babel/helper-string-parser7.27.1间接
npm@babel/helper-validator-identifier7.28.5间接
npm@babel/helper-validator-option7.27.1间接
npm@babel/helpers7.29.2间接
npm@babel/parser7.29.3间接
npm@babel/plugin-syntax-async-generators7.8.4间接
npm@babel/plugin-syntax-bigint7.8.3间接
npm@babel/plugin-syntax-class-properties7.12.13间接
npm@babel/plugin-syntax-class-static-block7.14.5间接
npm@babel/plugin-syntax-import-attributes7.28.6间接
npm@babel/plugin-syntax-import-meta7.10.4间接
npm@babel/plugin-syntax-json-strings7.8.3间接
npm@babel/plugin-syntax-jsx7.28.6间接
npm@babel/plugin-syntax-logical-assignment-operators7.10.4间接
npm@babel/plugin-syntax-nullish-coalescing-operator7.8.3间接
npm@babel/plugin-syntax-numeric-separator7.10.4间接
npm@babel/plugin-syntax-object-rest-spread7.8.3间接
npm@babel/plugin-syntax-optional-catch-binding7.8.3间接
npm@babel/plugin-syntax-optional-chaining7.8.3间接
npm@babel/plugin-syntax-private-property-in-object7.14.5间接
npm@babel/plugin-syntax-top-level-await7.14.5间接
npm@babel/plugin-syntax-typescript7.28.6间接
npm@babel/template7.28.6间接
npm@babel/traverse7.29.0间接
npm@babel/types7.29.0间接
npm@balena/dockerignore1.0.2间接
npm@bcoe/v8-coverage0.2.3间接
npm@discoveryjs/json-ext1.1.0间接
npm@emnapi/core1.10.0间接
npm@emnapi/runtime1.10.0间接
npm@emnapi/wasi-threads1.2.1间接
npm@grpc/grpc-js1.14.4间接
npm@grpc/proto-loader0.7.15间接
npm@grpc/proto-loader0.8.1间接
npm@isaacs/cliui8.0.2间接
npm@istanbuljs/load-nyc-config1.1.0间接
npm@istanbuljs/schema0.1.6间接
npm@jest/console30.4.1间接
npm@jest/core30.4.2间接
npm@jest/diff-sequences30.4.0间接
npm@jest/environment30.4.1间接
npm@jest/expect30.4.1间接
npm@jest/expect-utils30.4.1间接
npm@jest/fake-timers30.4.1间接
npm@jest/get-type30.1.0间接
npm@jest/globals30.4.1间接
npm@jest/pattern30.4.0间接
npm@jest/reporters30.4.1间接
npm@jest/schemas30.4.1间接
npm@jest/snapshot-utils30.4.1间接
npm@jest/source-map30.0.1间接
npm@jest/test-result30.4.1间接
npm@jest/test-sequencer30.4.1间接
npm@jest/transform30.4.1间接
npm@jest/types30.4.1间接
npm@jridgewell/gen-mapping0.3.13间接
npm@jridgewell/remapping2.3.5间接
npm@jridgewell/resolve-uri3.1.2间接
npm@jridgewell/source-map0.3.11间接
npm@jridgewell/sourcemap-codec1.5.5间接
npm@jridgewell/trace-mapping0.3.31间接
npm@js-sdsl/ordered-map4.4.2间接
npm@kwsites/file-exists1.1.1间接
npm@napi-rs/wasm-runtime0.2.12间接
npm@noble/ciphers1.3.0间接
npm@noble/hashes1.8.0间接
npm@pkgjs/parseargs0.11.0间接
npm@pkgr/core0.2.9间接
npm@playwright/test1.62.0间接
npm@protobufjs/aspromise1.1.2间接
npm@protobufjs/base641.1.2间接
npm@protobufjs/codegen2.0.5间接
npm@protobufjs/eventemitter1.1.1间接
npm@protobufjs/fetch1.1.1间接
npm@protobufjs/float1.0.2间接
npm@protobufjs/inquire1.1.2间接
npm@protobufjs/path1.1.2间接
npm@protobufjs/pool1.1.0间接
npm@protobufjs/utf81.1.1间接
npm@scarf/scarf1.4.0间接
npm@sinclair/typebox0.34.49间接
npm@sinonjs/commons3.0.1间接
npm@sinonjs/fake-timers15.4.0间接
npm@swc/helpers0.5.23间接
npm@tybys/wasm-util0.10.2间接
npm@types/babel__core7.20.5间接
npm@types/babel__generator7.27.0间接
npm@types/babel__template7.4.4间接
npm@types/babel__traverse7.28.0间接
npm@types/docker-modem3.0.6间接
npm@types/dockerode4.0.1间接
npm@types/estree1.0.9间接
npm@types/html-minifier-terser6.1.0间接
npm@types/istanbul-lib-coverage2.0.6间接
npm@types/istanbul-lib-report3.0.3间接
npm@types/istanbul-reports3.0.4间接
npm@types/json-schema7.0.15间接
npm@types/node18.19.130间接
npm@types/node22.13.1间接
npm@types/node26.1.1间接
npm@types/ssh20.5.52间接
npm@types/ssh21.15.5间接
npm@types/ssh2-streams0.1.12间接
npm@types/stack-utils2.0.3间接
npm@types/yargs17.0.35间接
npm@types/yargs-parser21.0.3间接
npm@typescript/typescript-aix-ppc647.0.2间接
npm@typescript/typescript-darwin-arm647.0.2间接
npm@typescript/typescript-darwin-x647.0.2间接
npm@typescript/typescript-freebsd-arm647.0.2间接
npm@typescript/typescript-freebsd-x647.0.2间接
npm@typescript/typescript-linux-arm7.0.2间接
npm@typescript/typescript-linux-arm647.0.2间接
npm@typescript/typescript-linux-loong647.0.2间接
npm@typescript/typescript-linux-mips64el7.0.2间接
npm@typescript/typescript-linux-ppc647.0.2间接
npm@typescript/typescript-linux-riscv647.0.2间接
npm@typescript/typescript-linux-s390x7.0.2间接
npm@typescript/typescript-linux-x647.0.2间接
npm@typescript/typescript-netbsd-arm647.0.2间接
npm@typescript/typescript-netbsd-x647.0.2间接
npm@typescript/typescript-openbsd-arm647.0.2间接
npm@typescript/typescript-openbsd-x647.0.2间接
npm@typescript/typescript-sunos-x647.0.2间接
npm@typescript/typescript-win32-arm647.0.2间接
npm@typescript/typescript-win32-x647.0.2间接
npm@ungap/structured-clone1.3.1间接
npm@unrs/resolver-binding-android-arm-eabi1.11.1间接
npm@unrs/resolver-binding-android-arm641.11.1间接
npm@unrs/resolver-binding-darwin-arm641.11.1间接
npm@unrs/resolver-binding-darwin-x641.11.1间接
npm@unrs/resolver-binding-freebsd-x641.11.1间接
npm@unrs/resolver-binding-linux-arm-gnueabihf1.11.1间接
npm@unrs/resolver-binding-linux-arm-musleabihf1.11.1间接
npm@unrs/resolver-binding-linux-arm64-gnu1.11.1间接
npm@unrs/resolver-binding-linux-arm64-musl1.11.1间接
npm@unrs/resolver-binding-linux-ppc64-gnu1.11.1间接
npm@unrs/resolver-binding-linux-riscv64-gnu1.11.1间接
npm@unrs/resolver-binding-linux-riscv64-musl1.11.1间接
npm@unrs/resolver-binding-linux-s390x-gnu1.11.1间接
npm@unrs/resolver-binding-linux-x64-gnu1.11.1间接
npm@unrs/resolver-binding-linux-x64-musl1.11.1间接
npm@unrs/resolver-binding-wasm32-wasi1.11.1间接
npm@unrs/resolver-binding-win32-arm64-msvc1.11.1间接
npm@unrs/resolver-binding-win32-ia32-msvc1.11.1间接
npm@unrs/resolver-binding-win32-x64-msvc1.11.1间接
npm@webassemblyjs/ast1.14.1间接
npm@webassemblyjs/floating-point-hex-parser1.13.2间接
npm@webassemblyjs/helper-api-error1.13.2间接
npm@webassemblyjs/helper-buffer1.14.1间接
npm@webassemblyjs/helper-numbers1.13.2间接
npm@webassemblyjs/helper-wasm-bytecode1.13.2间接
npm@webassemblyjs/helper-wasm-section1.14.1间接
npm@webassemblyjs/ieee7541.13.2间接
npm@webassemblyjs/leb1281.13.2间接
npm@webassemblyjs/utf81.13.2间接
npm@webassemblyjs/wasm-edit1.14.1间接
npm@webassemblyjs/wasm-gen1.14.1间接
npm@webassemblyjs/wasm-opt1.14.1间接
npm@webassemblyjs/wasm-parser1.14.1间接
npm@webassemblyjs/wast-printer1.14.1间接
npm@xtuc/ieee7541.2.0间接
npm@xtuc/long4.2.2间接
npmabort-controller3.0.0间接
npmacorn8.17.0间接
npmajv8.20.0间接
npmajv-formats2.1.1间接
npmajv-keywords3.5.2间接
npmajv-keywords5.1.0间接
npmansi-escapes4.3.2间接
npmansi-regex5.0.1间接
npmansi-regex6.1.0间接
npmansi-regex6.2.2间接
npmansi-styles4.3.0间接
npmansi-styles5.2.0间接
npmansi-styles6.2.1间接
npmansi-styles6.2.3间接
npmanymatch3.1.3间接
npmarchiver7.0.1间接
npmarchiver-utils5.0.2间接
npmargparse1.0.10间接
npmasn10.2.6间接
npmasync3.2.6间接
npmasync-lock1.4.1间接
npmb4a1.6.7间接
npmbabel-jest30.4.1间接
npmbabel-plugin-istanbul7.0.1间接
npmbabel-plugin-jest-hoist30.4.0间接
npmbabel-preset-current-node-syntax1.2.0间接
npmbabel-preset-jest30.4.0间接
npmbalanced-match1.0.2间接
npmbare-events2.8.2间接
npmbare-fs4.5.6间接
npmbare-os3.8.0间接
npmbare-path3.0.0间接
npmbare-stream2.10.0间接
npmbare-url2.4.0间接
npmbase64-js0.0.8间接
npmbase64-js1.5.1间接
npmbaseline-browser-mapping2.10.29间接
npmbaseline-browser-mapping2.11.3间接
npmbcrypt-pbkdf1.0.2间接
npmbig.js5.2.2间接
npmbl4.1.0间接
npmboolbase1.0.0间接
npmbrace-expansion1.1.14间接
npmbrace-expansion2.0.2间接
npmbrace-expansion2.1.1间接
npmbrotli1.3.3间接
npmbrowserify-zlib0.2.0间接
npmbrowserslist4.28.2间接
npmbrowserslist4.28.7间接
npmbser2.1.1间接
npmbuffer5.7.1间接
npmbuffer6.0.3间接
npmbuffer-crc321.0.0间接
npmbuffer-from1.1.2间接
npmbuildcheck0.0.6间接
npmbyline5.0.0间接
npmcallsites3.1.0间接
npmcamel-case4.1.2间接
npmcamelcase5.3.1间接
npmcamelcase6.3.0间接
npmcaniuse-lite1.0.30001792间接
npmcaniuse-lite1.0.30001806间接
npmchalk4.1.2间接
npmchar-regex1.0.2间接
npmchownr1.1.4间接
npmchrome-trace-event1.0.4间接
npmci-info4.4.0间接
npmcjs-module-lexer2.2.0间接
npmclean-css5.3.3间接
npmcliui8.0.1间接
npmclone2.1.2间接
npmclone-deep4.0.1间接
npmco4.6.0间接
npmcollect-v8-coverage1.0.3间接
npmcolor-convert2.0.1间接
npmcolor-name1.1.4间接
npmcommander14.0.3间接
npmcommander2.20.3间接
npmcommander8.3.0间接
npmcompress-commons6.0.2间接
npmconcat-map0.0.1间接
npmconvert-source-map2.0.0间接
npmcopy-webpack-plugin14.0.0间接
npmcore-util-is1.0.3间接
npmcose-base2.2.0间接
npmcpu-features0.0.10间接
npmcrc-321.2.2间接
npmcrc32-stream6.0.0间接
npmcross-spawn7.0.6间接
npmcss-loader7.1.4间接
npmcss-select4.3.0间接
npmcss-what6.2.2间接
npmcssesc3.0.0间接
npmdebug4.4.3间接
npmdedent1.7.2间接
npmdeepmerge4.3.1间接
npmdetect-newline3.1.0间接
npmdfa1.2.0间接
npmdocker-compose1.4.2间接
npmdocker-modem5.0.7间接
npmdockerode5.0.0间接
npmdom-converter0.2.0间接
npmdom-serializer1.4.1间接
npmdomelementtype2.3.0间接
npmdomhandler4.3.1间接
npmdomutils2.8.0间接
npmdot-case3.0.4间接
npmeastasianwidth0.2.0间接
npmelectron-to-chromium1.5.353间接
npmelectron-to-chromium1.5.396间接
npmemittery0.13.1间接
npmemoji-regex8.0.0间接
npmemoji-regex9.2.2间接
npmemojis-list3.0.0间接
npmend-of-stream1.4.5间接
npmenhanced-resolve5.24.3间接
npmentities2.2.0间接
npmenvinfo7.21.0间接
npmerror-ex1.3.4间接
npmes-errors1.3.0间接
npmes-module-lexer2.3.1间接
npmescalade3.2.0间接
npmescape-string-regexp2.0.0间接
npmeslint-scope5.1.1间接
npmesprima4.0.1间接
npmesrecurse4.3.0间接
npmestraverse4.3.0间接
npmestraverse5.3.0间接
npmevent-target-shim5.0.1间接
npmevents3.3.0间接
npmevents-universal1.0.1间接
npmexeca5.1.1间接
npmexit-x0.2.2间接
npmexpect30.4.1间接
npmfast-deep-equal3.1.3间接
npmfast-fifo1.3.2间接
npmfast-json-stable-stringify2.1.0间接
npmfast-uri3.1.4间接
npmfb-watchman2.0.2间接
npmfdir6.5.0间接
npmfile-loader6.2.0间接
npmfind-up4.1.0间接
npmflat5.0.2间接
npmfontkit2.0.4间接
npmforeground-child3.3.1间接
npmfs-constants1.0.0间接
npmfs.realpath1.0.0间接
npmfsevents2.3.2间接
npmfsevents2.3.3间接
npmfunction-bind1.1.2间接
npmgensync1.0.0-beta.2间接
npmget-caller-file2.0.5间接
npmget-package-type0.1.0间接
npmget-port5.1.1间接
npmget-stream6.0.1间接
npmglob10.5.0间接
npmglob7.2.3间接
npmglob-parent6.0.2间接
npmgraceful-fs4.2.11间接
npmhas-flag4.0.0间接
npmhasown2.0.4间接
npmhe1.2.0间接
npmhtml-escaper2.0.2间接
npmhtml-minifier-terser6.1.0间接
npmhtml-webpack-plugin5.6.8间接
npmhtmlparser26.1.0间接
npmhuman-signals2.1.0间接
npmicss-utils5.1.0间接
npmieee7541.2.1间接
npmimmediate3.0.6间接
npmimport-local3.2.0间接
npmimurmurhash0.1.4间接
npminflight1.0.6间接
npminherits2.0.4间接
npminterpret3.1.1间接
npmis-arrayish0.2.1间接
npmis-core-module2.16.2间接
npmis-extglob2.1.1间接
npmis-fullwidth-code-point3.0.0间接
npmis-generator-fn2.1.0间接
npmis-glob4.0.3间接
npmis-plain-object2.0.4间接
npmis-stream2.0.1间接
npmisarray1.0.0间接
npmisexe2.0.0间接
npmisobject3.0.1间接
npmistanbul-lib-coverage3.2.2间接
npmistanbul-lib-instrument6.0.3间接
npmistanbul-lib-report3.0.1间接
npmistanbul-lib-source-maps5.0.6间接
npmistanbul-reports3.2.0间接
npmjackspeak3.4.3间接
npmjest30.4.2间接
npmjest-changed-files30.4.1间接
npmjest-circus30.4.2间接
npmjest-cli30.4.2间接
npmjest-config30.4.2间接
npmjest-diff30.4.1间接
npmjest-docblock30.4.0间接
npmjest-each30.4.1间接
npmjest-environment-node30.4.1间接
npmjest-haste-map30.4.1间接
npmjest-junit17.0.0间接
npmjest-leak-detector30.4.1间接
npmjest-matcher-utils30.4.1间接
npmjest-message-util30.4.1间接
npmjest-mock30.4.1间接
npmjest-pnp-resolver1.2.3间接
npmjest-regex-util30.4.0间接
npmjest-resolve30.4.1间接
npmjest-resolve-dependencies30.4.2间接
npmjest-runner30.4.2间接
npmjest-runtime30.4.2间接
npmjest-snapshot30.4.1间接
npmjest-util30.4.1间接
npmjest-validate30.4.1间接
npmjest-watcher30.4.1间接
npmjest-worker27.5.1间接
npmjest-worker30.4.1间接
npmjs-md50.8.3间接
npmjs-tokens4.0.0间接
npmjs-yaml3.14.2间接
npmjsesc3.1.0间接
npmjson-parse-even-better-errors2.3.1间接
npmjson-schema-traverse1.0.0间接
npmjson52.2.3间接
npmkind-of6.0.3间接
npmlayout-base2.0.1间接
npmlazystream1.0.1间接
npmleven3.1.0间接
npmlie3.3.0间接
npmlinebreak1.1.0间接
npmlines-and-columns1.2.4间接
npmloader-utils2.0.4间接
npmlocate-path5.0.0间接
npmlodash4.18.1间接
npmlodash.camelcase4.3.0间接
npmlong5.3.2间接
npmlower-case2.0.2间接
npmlru-cache10.4.3间接
npmlru-cache5.1.1间接
npmmake-dir4.0.0间接
npmmakeerror1.0.12间接
npmmerge-stream2.0.0间接
npmmime-db1.52.0间接
npmmime-db1.54.0间接
npmmime-types2.1.35间接
npmmimic-fn2.1.0间接
npmminimatch3.1.5间接
npmminimatch5.1.9间接
npmminimatch9.0.9间接
npmminimizer-webpack-plugin5.6.1间接
npmminipass7.1.2间接
npmminipass7.1.3间接
npmmkdirp1.0.4间接
npmmkdirp3.0.1间接
npmmkdirp-classic0.5.3间接
npmms2.1.3间接
npmnan2.22.2间接
npmnanoid3.3.16间接
npmnapi-postinstall0.3.4间接
npmnatural-compare1.4.0间接
npmneo-async2.6.2间接
npmneo4j-driver-bolt-connection6.2.0间接
npmneo4j-driver-core6.2.0间接
npmno-case3.0.4间接
npmnode-int640.4.0间接
npmnode-releases2.0.38间接
npmnode-releases2.0.51间接
npmnormalize-path3.0.0间接
npmnpm-run-path4.0.1间接
npmnth-check2.1.1间接
npmonce1.4.0间接
npmonetime5.1.2间接
npmp-limit2.3.0间接
npmp-limit3.1.0间接
npmp-locate4.1.0间接
npmp-try2.2.0间接
npmpackage-json-from-dist1.0.1间接
npmpako0.2.9间接
npmpako1.0.11间接
npmparam-case3.0.4间接
npmparse-json5.2.0间接
npmpascal-case3.1.2间接
npmpath-exists4.0.0间接
npmpath-is-absolute1.0.1间接
npmpath-key3.1.1间接
npmpath-parse1.0.7间接
npmpath-scurry1.11.1间接
npmpdfkit0.19.1间接
npmpg-cloudflare1.4.0间接
npmpg-connection-string2.14.0间接
npmpg-int81.0.1间接
npmpg-pool3.14.0间接
npmpg-protocol1.15.0间接
npmpg-types2.2.0间接
npmpgpass1.0.5间接
npmpicocolors1.1.1间接
npmpicomatch2.3.2间接
npmpicomatch4.0.4间接
npmpicomatch4.0.5间接
npmpirates4.0.7间接
npmpkg-dir4.2.0间接
npmplaywright1.62.0间接
npmplaywright-core1.62.0间接
npmpng-js1.1.0间接
npmpostcss8.5.23间接
npmpostcss-modules-extract-imports3.1.0间接
npmpostcss-modules-local-by-default4.2.0间接
npmpostcss-modules-scope3.2.1间接
npmpostcss-modules-values4.0.0间接
npmpostcss-selector-parser7.1.4间接
npmpostcss-value-parser4.2.0间接
npmpostgres-array2.0.0间接
npmpostgres-bytea1.0.0间接
npmpostgres-date1.0.7间接
npmpostgres-interval1.2.0间接
npmpretty-error4.0.0间接
npmpretty-format30.4.1间接
npmprocess0.11.10间接
npmprocess-nextick-args2.0.1间接
npmproper-lockfile4.1.2间接
npmproperties-reader3.0.1间接
npmprotobufjs7.6.1间接
npmpump3.0.3间接
npmpure-rand7.0.1间接
npmreact-is18.3.1间接
npmreact-is19.2.6间接
npmreadable-stream2.3.8间接
npmreadable-stream3.6.2间接
npmreadable-stream4.7.0间接
npmreaddir-glob1.1.3间接
npmrechoir0.8.0间接
npmrelateurl0.2.7间接
npmrenderkid3.0.0间接
npmrequire-directory2.1.1间接
npmrequire-from-string2.0.2间接
npmresolve1.22.12间接
npmresolve-cwd3.0.0间接
npmresolve-from5.0.0间接
npmrestructure3.0.2间接
npmretry0.12.0间接
npmrxjs7.8.2间接
npmsafe-buffer5.1.2间接
npmsafe-buffer5.2.1间接
npmsafer-buffer2.1.2间接
npmsax1.6.1间接
npmschema-utils3.3.0间接
npmschema-utils4.3.3间接
npmsemver6.3.1间接
npmsemver7.8.0间接
npmsemver7.8.5间接
npmserialize-javascript7.0.7间接
npmsetimmediate1.0.5间接
npmshallow-clone3.0.1间接
npmshebang-command2.0.0间接
npmshebang-regex3.0.0间接
npmsignal-exit3.0.7间接
npmsignal-exit4.1.0间接
npmslash3.0.0间接
npmsource-map0.6.1间接
npmsource-map-js1.2.1间接
npmsource-map-support0.5.13间接
npmsource-map-support0.5.21间接
npmsplit-ca1.0.1间接
npmsplit24.2.0间接
npmsprintf-js1.0.3间接
npmssh-remote-port-forward1.0.4间接
npmssh21.16.0间接
npmstack-utils2.0.6间接
npmstreamx2.25.0间接
npmstring-length4.0.2间接
npmstring-width4.2.3间接
npmstring-width5.1.2间接
npmstring_decoder1.1.1间接
npmstring_decoder1.3.0间接
npmstrip-ansi6.0.1间接
npmstrip-ansi7.1.0间接
npmstrip-ansi7.2.0间接
npmstrip-bom4.0.0间接
npmstrip-final-newline2.0.0间接
npmstrip-json-comments3.1.1间接
npmstyle-loader4.0.0间接
npmsupports-color7.2.0间接
npmsupports-color8.1.1间接
npmsupports-preserve-symlinks-flag1.0.0间接
npmsynckit0.11.12间接
npmtapable2.3.3间接
npmtar-fs2.1.4间接
npmtar-fs3.1.2间接
npmtar-stream2.2.0间接
npmtar-stream3.1.7间接
npmteex1.0.1间接
npmterser5.49.0间接
npmtest-exclude6.0.0间接
npmtestcontainers12.0.4间接
npmtext-decoder1.2.3间接
npmtiny-inflate1.0.3间接
npmtinyglobby0.2.17间接
npmtmp0.2.7间接
npmtmpl1.0.5间接
npmtslib2.8.1间接
npmtweetnacl0.14.5间接
npmtype-detect4.0.8间接
npmtype-fest0.21.3间接
npmtypescript7.0.2间接
npmundici8.5.0间接
npmundici-types5.26.5间接
npmundici-types6.20.0间接
npmundici-types8.3.0间接
npmunicode-properties1.4.1间接
npmunicode-trie2.0.0间接
npmunrs-resolver1.11.1间接
npmupdate-browserslist-db1.2.3间接
npmurl-loader4.1.1间接
npmutil-deprecate1.0.2间接
npmutila0.4.0间接
npmuuid14.0.0间接
npmv8-to-istanbul9.3.0间接
npmwalker1.0.8间接
npmwatchpack2.5.2间接
npmwebpack5.109.0间接
npmwebpack-cli7.2.1间接
npmwebpack-merge6.0.1间接
npmwebpack-sources3.5.1间接
npmwhich2.0.2间接
npmwildcard2.0.1间接
npmwrap-ansi7.0.0间接
npmwrap-ansi8.1.0间接
npmwrappy1.0.2间接
npmwrite-file-atomic5.0.1间接
npmxml1.0.1间接
npmxmldoc2.0.3间接
npmxtend4.0.2间接
npmy18n5.0.8间接
npmyallist3.1.1间接
npmyaml2.8.3间接
npmyargs17.7.2间接
npmyargs-parser21.1.1间接
npmyocto-queue0.1.0间接
npmzip-stream6.0.1间接
NuGetJunitXml.TestLogger8.0.0间接
NuGetMicrosoft.NET.Test.Sdk18.5.1间接
NuGetNeo4j.Driver6.2.1间接
NuGetNpgsql10.0.2间接
NuGetTestcontainers4.11.0间接
NuGetxunit2.9.3间接
NuGetxunit.runner.visualstudio2.8.2间接
PyPIbandit间接
PyPIbuild间接
PyPIjpype1间接
PyPInumpy间接
PyPIpy7zr间接
PyPIpyyaml6.0.2间接
PyPIsetuptools间接
依赖安全公告 3

安装 maven:com.arcadedb:arcadedb-bolt@26.7.3 会引入 69 个包(直接与传递):其中 3 个存在已知公告,0 个为直接依赖。

软件包版本关系严重程度公告数修复版本
com.fasterxml.jackson.core:jackson-core2.21.1间接13.2.1
com.fasterxml.jackson.core:jackson-databind2.21.1间接103.2.1
io.undertow:undertow-core2.4.2.Final间接1

公告表示依赖图中记录的版本落入某条公告的受影响范围。可达性未经分析,且依赖图包含开发与测试的版本固定——某项发现可能只涉及工具链而非交付的软件。

原始 JSON 报告 机器可读
{
  "data": {
    "repo": {
      "topics": [
        "database",
        "dbms",
        "multi-model",
        "graph",
        "document",
        "time-series",
        "key-value",
        "embedded",
        "docker",
        "kubernetes",
        "k8s",
        "distributed",
        "arcadedb",
        "orientdb",
        "search-engine",
        "similarity-search",
        "vector-database",
        "vector-search"
      ],
      "is_fork": false,
      "size_kb": 63444,
      "has_wiki": false,
      "homepage": "https://arcadedb.com",
      "languages": {
        "C#": 55935,
        "Go": 39514,
        "CSS": 80180,
        "Lua": 20,
        "HTML": 230731,
        "Java": 33951019,
        "Ruby": 2912,
        "ANTLR": 135665,
        "Shell": 89836,
        "Cypher": 710,
        "Groovy": 3040,
        "Python": 2388877,
        "Gherkin": 1471104,
        "Batchfile": 7942,
        "Dockerfile": 2002,
        "JavaScript": 592072,
        "TypeScript": 195342
      },
      "pushed_at": "2026-07-28T22:01:12Z",
      "created_at": "2021-08-16T16:01:29Z",
      "owner_type": "Organization",
      "updated_at": "2026-07-28T21:11:17Z",
      "description": "ArcadeDB Multi-Model Database, one DBMS that supports SQL, Cypher, Gremlin, HTTP/JSON, MongoDB and Redis. ArcadeDB is a conceptual fork of OrientDB, the first Multi-Model DBMS. ArcadeDB supports Vector Embeddings.",
      "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://www.arcadedata.com",
      "name": "Arcade Data",
      "type": "Organization",
      "login": "ArcadeData",
      "company": null,
      "location": "London, UK",
      "followers": 46,
      "avatar_url": "https://avatars.githubusercontent.com/u/32255470?v=4",
      "created_at": "2017-09-25T05:16:40Z",
      "is_verified": null,
      "public_repos": 28,
      "account_age_days": 3228
    },
    "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": "26.7.3",
          "kind": "patch",
          "published_at": "2026-07-17T18:12:18Z"
        },
        {
          "tag": "26.7.2",
          "kind": "patch",
          "published_at": "2026-07-09T03:11:06Z"
        },
        {
          "tag": "26.7.1",
          "kind": "patch",
          "published_at": "2026-07-01T21:22:14Z"
        },
        {
          "tag": "26.6.1",
          "kind": "patch",
          "published_at": "2026-06-03T20:35:12Z"
        },
        {
          "tag": "26.5.1",
          "kind": "patch",
          "published_at": "2026-05-11T21:26:39Z"
        },
        {
          "tag": "26.4.2",
          "kind": "patch",
          "published_at": "2026-04-24T02:16:58Z"
        },
        {
          "tag": "26.3.2",
          "kind": "patch",
          "published_at": "2026-03-21T16:26:43Z"
        },
        {
          "tag": "26.3.1",
          "kind": "patch",
          "published_at": "2026-03-04T19:26:30Z"
        },
        {
          "tag": "26.2.1",
          "kind": "patch",
          "published_at": "2026-02-16T16:15:23Z"
        },
        {
          "tag": "26.1.1",
          "kind": "patch",
          "published_at": "2026-01-23T18:32:05Z"
        },
        {
          "tag": "25.12.1",
          "kind": "patch",
          "published_at": "2026-01-06T18:28:40Z"
        },
        {
          "tag": "25.11.1",
          "kind": "patch",
          "published_at": "2025-12-09T22:29:23Z"
        },
        {
          "tag": "25.10.1",
          "kind": "patch",
          "published_at": "2025-11-05T19:54:19Z"
        },
        {
          "tag": "25.9.1",
          "kind": "patch",
          "published_at": "2025-10-09T17:06:08Z"
        },
        {
          "tag": "25.8.1",
          "kind": "patch",
          "published_at": "2025-09-10T06:56:11Z"
        },
        {
          "tag": "25.7.1",
          "kind": "patch",
          "published_at": "2025-08-12T18:13:32Z"
        },
        {
          "tag": "25.6.1",
          "kind": "patch",
          "published_at": "2025-07-07T15:11:21Z"
        },
        {
          "tag": "25.5.1",
          "kind": "patch",
          "published_at": "2025-05-31T00:08:49Z"
        },
        {
          "tag": "25.4.1",
          "kind": "patch",
          "published_at": "2025-04-22T14:41:29Z"
        },
        {
          "tag": "25.3.2",
          "kind": "patch",
          "published_at": "2025-03-24T20:51:02Z"
        },
        {
          "tag": "25.3.1",
          "kind": "patch",
          "published_at": "2025-03-07T18:02:48Z"
        },
        {
          "tag": "25.2.1",
          "kind": "patch",
          "published_at": "2025-02-27T21:03:20Z"
        },
        {
          "tag": "25.1.1",
          "kind": "patch",
          "published_at": "2025-01-26T07:14:04Z"
        },
        {
          "tag": "24.11.2",
          "kind": "patch",
          "published_at": "2024-12-10T13:48:58Z"
        },
        {
          "tag": "24.11.1",
          "kind": "patch",
          "published_at": "2024-11-06T05:29:30Z"
        },
        {
          "tag": "24.10.1",
          "kind": "patch",
          "published_at": "2024-10-12T16:30:46Z"
        },
        {
          "tag": "24.6.1",
          "kind": "patch",
          "published_at": "2024-07-23T04:32:33Z"
        },
        {
          "tag": "24.5.1",
          "kind": "patch",
          "published_at": "2024-11-05T21:13:02Z"
        },
        {
          "tag": "24.4.1",
          "kind": "patch",
          "published_at": "2024-04-20T02:20:56Z"
        },
        {
          "tag": "24.2.1",
          "kind": "patch",
          "published_at": "2024-03-12T19:43:49Z"
        },
        {
          "tag": "24.1.1",
          "kind": "patch",
          "published_at": "2024-02-05T19:59:49Z"
        },
        {
          "tag": "23.12.2",
          "kind": "patch",
          "published_at": "2024-01-05T22:56:02Z"
        },
        {
          "tag": "23.12.1",
          "kind": "patch",
          "published_at": "2024-01-03T15:54:51Z"
        },
        {
          "tag": "23.11.1",
          "kind": "patch",
          "published_at": "2023-11-30T04:45:22Z"
        },
        {
          "tag": "23.10.1",
          "kind": "patch",
          "published_at": "2023-11-01T03:04:32Z"
        },
        {
          "tag": "23.9.1",
          "kind": "patch",
          "published_at": "2023-09-27T01:56:55Z"
        },
        {
          "tag": "23.7.1",
          "kind": "patch",
          "published_at": "2023-08-14T22:44:59Z"
        },
        {
          "tag": "23.6.1",
          "kind": "patch",
          "published_at": "2023-07-05T04:02:23Z"
        },
        {
          "tag": "23.5.1",
          "kind": "patch",
          "published_at": "2023-06-09T01:09:30Z"
        },
        {
          "tag": "23.4.1",
          "kind": "patch",
          "published_at": "2023-05-03T20:39:59Z"
        },
        {
          "tag": "23.3.1",
          "kind": "patch",
          "published_at": "2023-04-05T11:36:53Z"
        },
        {
          "tag": "23.2.1",
          "kind": "patch",
          "published_at": "2023-03-01T02:57:05Z"
        },
        {
          "tag": "23.1.2",
          "kind": "patch",
          "published_at": "2023-02-02T22:39:53Z"
        },
        {
          "tag": "23.1.1",
          "kind": "patch",
          "published_at": "2023-01-16T18:57:30Z"
        },
        {
          "tag": "22.12.1",
          "kind": "patch",
          "published_at": "2022-12-23T22:02:24Z"
        },
        {
          "tag": "22.11.1",
          "kind": "patch",
          "published_at": "2022-12-07T23:48:45Z"
        },
        {
          "tag": "22.10.1",
          "kind": "patch",
          "published_at": "2022-11-02T21:32:38Z"
        },
        {
          "tag": "22.9.1",
          "kind": "patch",
          "published_at": "2022-10-03T19:22:20Z"
        },
        {
          "tag": "22.8.1",
          "kind": "patch",
          "published_at": "2022-08-02T06:51:16Z"
        },
        {
          "tag": "22.6.1",
          "kind": "patch",
          "published_at": "2022-06-08T16:09:31Z"
        },
        {
          "tag": "22.2.1",
          "kind": "patch",
          "published_at": "2022-02-23T16:10:35Z"
        },
        {
          "tag": "22.1.3",
          "kind": "patch",
          "published_at": "2022-02-01T21:48:30Z"
        },
        {
          "tag": "22.1.2",
          "kind": "patch",
          "published_at": "2022-01-11T00:25:14Z"
        },
        {
          "tag": "21.12.1",
          "kind": "patch",
          "published_at": "2022-01-01T22:30:41Z"
        },
        {
          "tag": "21.11.1",
          "kind": "patch",
          "published_at": "2021-12-01T06:24:45Z"
        },
        {
          "tag": "21.10.2",
          "kind": "patch",
          "published_at": "2021-10-28T22:01:36Z"
        },
        {
          "tag": "21.10.1",
          "kind": "patch",
          "published_at": "2021-10-05T15:09:30Z"
        },
        {
          "tag": "21.9.1",
          "kind": "patch",
          "published_at": "2021-09-21T18:03:08Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "340f1bee561f86dd8bc7fc907e40ad6939c2677f",
          "body": "…p one numbering\n\nrefMode=ordinal numbered every payload from 0, which suited a single request but not a client\nthat splits one logical load into several: RemoteGraphBatch keeps a single vertex counter\nacross all its flushes, so its second request starts at 50,000 and every reference in it would\nhav\n[…]\nnt buffer's ids for the server. The idMapping keys are read with the\n'v' prefix optional, which is what makes both modes work against the same client.\n\nThe Studio API reference gets the new parameter.",
          "is_bot": false,
          "headline": "feat(server) #5470: ordinalBase lets a load split across requests kee…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T21:10:06Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "5a489739309f404dcecc1a809504e2c365c58154",
          "body": "…ssing\n\nThe reference for /api/v1/batch listed nine of the sixteen query parameters and a response\nthat predates bytesRead. Adds vertexBatchSize (the knob for the maximum replicated Raft entry\nsize, missing since it was introduced), refMode, expectedVertexCount, idMapping,\ncommitRetries and commitRe\n[…]\nryDelayMs, all with the defaults they actually have, plus what the\nendpoint answers when an upload ends before its announced Content-Length and when the\ntemporary-id mapping is too large to echo back.",
          "is_bot": false,
          "headline": "docs(studio) #5470: document the batch parameters the API page was mi…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T21:02:16Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "5bc799ff02b321c02d6901f6ef9fb5677daa6644",
          "body": "…ion in the payload\n\nWith refMode=ordinal an edge names the vertices it connects by their 0-based position in the\npayload - \"@from\": 0 - instead of by an @id the vertex declared. Nothing has to be stored for\na vertex but the RID it got, so the structure that must survive the whole request (an edge o\n[…]\nby an earlier request keep working.\n\nThe default stays refMode=id for arbitrary temporary ids. expectedVertexCount pre-sizes the\nstructure, capped so a wrong hint costs a doubling instead of the heap.",
          "is_bot": false,
          "headline": "feat(server) #5470: batch edges can reference vertices by their posit…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T20:44:21Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "edd8bfe5c29d5861a111c5e0e6e4d24e0a3142c6",
          "body": "The temporary-id to RID map of a streaming load must survive for the whole request, because\nedges at the end of a payload may reference vertices created at the beginning, so it is the\nmemory ceiling of the load. As a HashMap<String, RID> it cost four live objects and ~170\nbytes for a 50-character id\n[…]\narena is\nappend-only, growth only doubles the address table, and re-storing a key rewrites its RID in\nplace.\n\nThe heap warning now reports what the map actually holds instead of an estimate per entry.",
          "is_bot": false,
          "headline": "fix(server) #5470: the batch temporary-id map holds no object per entry",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T20:44:21Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "a3071eb614da097b40395f0337f808a803fe6088",
          "body": "…t the whole page\n\nA transaction wrote one WAL segment per modified page, covering the hull of the bytes it\ntouched. Every page layout writes at both ends - an LSM index page appends its key/value\ncontent down from the tail while inserting the pointer into the sorted array that grows up\nfrom the hea\n[…]\nno longer echoed past 10,000 entries\n(idMapping=auto|true|false, RemoteGraphBatch asks for it explicitly because it resolves\nedges across flushes) and the load warns about the heap that mapping holds.",
          "is_bot": false,
          "headline": "fix(engine) #5470: the WAL ships the modified intervals of a page, no…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T20:44:21Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "bd379842bb7e4e6bc1838baf9acbb175d7eb19f2",
          "body": "…(#5488)",
          "is_bot": false,
          "headline": "docs: trim CLAUDE.md files, add engine/ and ha-raft/ module guidance …",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T20:37:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0f414e877a75cfc2d57e633038c3cfde3a4db935",
          "body": "…he local apply (#5507)",
          "is_bot": false,
          "headline": "fix(#5503): lock the modified files on replicas and hold them until t…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T20:36:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6642e203ec066cc86229fcd1e9d2889aeac0c349",
          "body": "…opping them (#5502)",
          "is_bot": false,
          "headline": "fix(#5492): coalesce materialized view refresh requests instead of dr…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T20:36:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b34663d57e785a85190671cf0a78145b12bb6da3",
          "body": "…ing (#5509)",
          "is_bot": false,
          "headline": "fix(#5508): mask previousValue for hidden settings in set_server_sett…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T20:23:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ab0ffe6aa8a4c3c711e3f2b95d59b877256b7a6a",
          "body": "…ngle-source merge\n\nRound 2, aimed at the two lines the reporter's fresh 1M profile ranked after the\nessential-term heap: DimCursor.blockMaxAt at 8.6% self time and the cursor-movement\ngroup at 17.3%.\n\nblockMaxAt / blockEndAt were recomputed for every candidate even though their value\nis constant ov\n[…]\ntead\nof reusing a range that does not contain it, the sources are consulted once per block\nrather than once per probe, and a lone-source cursor iterates and seeks exactly as the\ntwo-source merge does.",
          "is_bot": false,
          "headline": "perf(#5467): memoise the merged block bounds and short-circuit the si…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T20:17:00Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "00561259312502ab56f928129a3c500b0c56ad18",
          "body": "… caller never bound\n\nAn unbound Cypher parameter evaluated to null, and null is a legal value everywhere, so the\nquery ran to completion against a value nobody supplied: a filter matched nothing, a\npredicate came out false, and each caller absorbed that into its neutral answer. That\nsilence is the \n[…]\nexpression builder, so $`my param`\nresolves against the key the caller bound instead of silently yielding null - the same class\nof failure, in the one spelling the check would otherwise have accepted.",
          "is_bot": false,
          "headline": "feat(cypher) #5501: raise on a parameter the query references but the…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T18:51:28Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "21a087d96cb07c81217d36a3aa49e9a74ae927bd",
          "body": "…aluator\n\nThe parameter fix for the EXISTS/COUNT/COLLECT subqueries closed one instance of a wider\nproblem: a value written inside a pattern's inline property map - the {k: v} in\n(n:Account {accountNumber: $id}) or -[:TRANSFER {transactionId: row.id}]-> - is resolved\nseparately by each pattern evalu\n[…]\neters, get the map resolved once per row instead.\n\nComparing numbers as longs also truncated the fraction away, declaring a stored 1.5 equal to\nan inline 1.9; only integral types compare as longs now.",
          "is_bot": false,
          "headline": "fix(cypher) #5501: resolve inline pattern property values in every ev…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T18:51:28Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "eb7739e9db13b8d6cb0de4e48b5bd6ff1a01a46d",
          "body": null,
          "is_bot": false,
          "headline": "feat(#4861): add the MCP hybrid_search tool (#5500)",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T17:32:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ba2b2ea42d8cacaefb318232e8837f8129598b34",
          "body": "…t every index of the type\n\nA transaction writing to a type that carries a unique index locked every sub-index file of\nEVERY index on that type. The fan-out is needed for the unique index itself: it is\npartitioned by the record's bucket, so a colliding key can sit in any bucket's sub-index and\ncheck\n[…]\n is reduced, not removed: writers to a unique-indexed type still serialise on that\nindex's 32 files. Narrowing that further needs the unique index partitioned by key hash\nrather than by record bucket.",
          "is_bot": false,
          "headline": "perf(#5499): fan out the commit lock over the unique indexes only, no…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T15:22:28Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "1a8aae0c99f3159ebdf0901b2f90450f164e3fc9",
          "body": "…nd COLLECT subqueries\n\nThe three subquery expressions run their body as a standalone statement and built the\nparameter map for that nested execution empty, so it carried only the generated\ncorrelation bindings. Every $param the body mentioned was therefore unbound, and since an\nunbound parameter ev\n[…]\n the shared rewriter, so all three call sites stay\nconsistent. Seeded before correlate() runs, so the bindings it adds still win and an outer\nrow variable keeps shadowing a parameter of the same name.",
          "is_bot": false,
          "headline": "fix(cypher) #5501: bind outer query parameters inside EXISTS, COUNT a…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T14:28:19Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "d3cb57b9f6b07b8d972351f758b08973f3f82f46",
          "body": "…#5498)",
          "is_bot": false,
          "headline": "perf(#5496): use hasProperty instead of building a name set per row (…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T14:01:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b125778a7a4b49d806f24a3958e97196cbe41694",
          "body": "…th endpoint (#5497)",
          "is_bot": false,
          "headline": "fix(#5496): raise instead of returning null for an unbound shortestPa…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T12:42:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2dfc3c75b7256399954840feac5309b3c45c737f",
          "body": "…tterns (#5493)",
          "is_bot": false,
          "headline": "fix(#5490): apply the relationship inline WHERE on variable-length pa…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T11:39:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4aaa90c565a53e089a4337ed4286b9bd427457a1",
          "body": "… WHERE in pattern comprehensions (#5491)",
          "is_bot": false,
          "headline": "fix(#5489): bind the hop relationship variable before the node inline…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T10:57:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "74f776db3ba53ef70e740fd8d57aea236cce98d1",
          "body": "…ons (#5486)",
          "is_bot": false,
          "headline": "fix(#5480): apply node inline WHERE predicates in pattern comprehensi…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T09:22:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "972d5366cfea4b1d45544978e1687bff6416048c",
          "body": "…h shortestPath evaluators (#5487)",
          "is_bot": false,
          "headline": "fix(#5481): enforce relationship inline WHERE and property map in bot…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T09:21:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f4397160ed2be4694941b5f77e722f8259f55dda",
          "body": "…redicate (#5485)",
          "is_bot": false,
          "headline": "fix(#5463, #5462): pin count(*) against a relationship inline WHERE p…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T08:54:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f2ff6d54d051e7ad0761ee984c79ed55dfdc47bd",
          "body": "…plies (#5479)",
          "is_bot": false,
          "headline": "fix(mcp) #5445: a principal profile keyed by a bare API-token name ap…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T07:52:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "043309f615ef03e6698a54e769bae0d5deb29f48",
          "body": "…prehensions (#5471)",
          "is_bot": false,
          "headline": "fix(#5460): apply relationship inline WHERE predicates in pattern com…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T07:00:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0a2e4def6c95f587d4e53952a2212e72bff76839",
          "body": "…s (#5472)",
          "is_bot": false,
          "headline": "fix(#5410): release the phase-2 ticket when an abandoned entry applie…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T06:57:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ec3447a9644f012b66b5820645df9810d6836617",
          "body": null,
          "is_bot": false,
          "headline": "feat(mcp)  : add per-principal tool profiles (#5468) (#5445)",
          "author_name": "justinblethrow-cloud",
          "author_login": "justinblethrow-cloud",
          "committed_at": "2026-07-28T06:45:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5a435a53fa8baa9f04784cc3500f1a05bda77207",
          "body": "…ounts map entries\n\nRETURN size(42) answered {\"r\": null}, which a client cannot tell apart from legal\nCypher null propagation, so a wrong query looked like a successful one. Neo4j and\nMemgraph both answer with a client-facing type error.\n\nsize() now counts characters of a STRING and entries of a LIS\n[…]\n() too (issue #5476).\n\nisEmpty() and range() already rejected bad arguments but raised a\nCommandExecutionException, reported as a 500 server failure; they now use the same\nclient-error classification.",
          "is_bot": false,
          "headline": "fix(cypher) #5477: size() rejects an argument that has no size, and c…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T06:10:15Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "d8eb4a38e047a295527ae17ed5590cd82417f848",
          "body": null,
          "is_bot": false,
          "headline": "fix(cypher) #5476: head(), last() and tail() reject a non-list argument",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T05:15:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c9895242cbd97a8421fb99598e744d35f0fd4f58",
          "body": "The Cypher signature is head(list :: LIST<ANY>) :: ANY, so a scalar argument\nis a type error. ArcadeDB accepted INTEGER, FLOAT, BOOLEAN, STRING, MAP and\nNODE arguments and answered null, so a wrong query looked like a successful\none returning no value (HTTP 200 with {\"r\": null}). Neo4j and Memgraph \n[…]\ntill answers null for head()/last() and an empty list for tail().\n\nThe Cypher type names used in the message come from a new shared\nCypherFunctionHelper.cypherTypeName(), which valueType() now reuses.",
          "is_bot": false,
          "headline": "fix(cypher) #5476: head(), last() and tail() reject a non-list argument",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T05:06:50Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "b8bbc4acb28cbba38c54e94df78eba09a03216ca",
          "body": null,
          "is_bot": true,
          "headline": "docs(bolt): refresh driver compatibility matrix [skip ci]",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-28T04:06:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "72d70d8f5b7095202dc5b880e6d9cfaa978d6f9c",
          "body": "…or the same slot\n\nTwo transactions inserting DIFFERENT records were handed the very same free slot of the same\nbucket page - and therefore the same optimistic RID - because each picked it from its own\nsnapshot with nothing making the choices disjoint. At commit every transaction but the first\nfaile\n[…]\nrough.\n\nMeasured on the reported workload (single bucket, attempts=1): concurrent document inserts went\nfrom ~1750 conflicts out of 2000 to 0, concurrent sub-graph creations from ~270 out of 320 to 0.",
          "is_bot": false,
          "headline": "fix(engine) #5279: concurrent inserts in one bucket no longer fight f…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T02:51:32Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "30c9bf4fb282c8e471e0470d1a2c2049a49a7676",
          "body": "…ommand\n\nThe console split the typed text on the semicolon without knowing about comments, so\n`SELECT 2 -- a comment with a semicolon ; here` was cut in two and the tail of the\ncomment was executed as a command.\n\nTerminalParser now tracks line and block comments while splitting: comments are dropped\n[…]\nworking. Loading a script with `load`\nnow buffers the lines of a block comment that spans multiple lines, and a comment at the\nend of a command line argument no longer swallows the following argument.",
          "is_bot": false,
          "headline": "fix(console) #5457: a semicolon inside a comment no longer ends the c…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T22:28:55Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "d5fc6ec79e3550469ecda9928ae5d54eaa199980",
          "body": "The mutable row format and the sealed block format disagreed, and the failure\nmode was silent.\n\nDATE and the sub-millisecond DATETIME_* variants had no case in the row writer\nor reader: the writer advanced the row cursor by 8 bytes while the reader,\ntreating the column as variable-length, advanced b\n[…]\nfor an existing\ndatabase is the Java type the sealed layer hands back, which is the point. A\ntype using one of the affected column types changes row stride, and holds\nunreadable data today either way.",
          "is_bot": false,
          "headline": "fix(#5475): agree on what a TIMESERIES column's declared type means",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T21:59:51Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "07a6c67096c97283319edbb839233a9b54b8afd7",
          "body": "…ch relationship once\n\nAn undirected hop inside a pattern comprehension ran two direction-pure passes,\none over the outgoing adjacency list and one over the incoming one. A self-loop\nis stored in both lists of its vertex, so every self-loop produced two matches:\n[(a)-[r:LOOP]-(b) | r.rid] returned [\n[…]\nst also lets a variable-length undirected hop change\ndirection between steps, so head->tail<-far is now reachable as an undirected\n2-hop path; the previous per-direction passes could never produce it.",
          "is_bot": false,
          "headline": "fix(cypher) #5456: an undirected pattern-comprehension hop matches ea…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T21:59:39Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "1f02356a48855db66bfc00792a97cef0254a165d",
          "body": "GraphBatch.Builder.build() derived commitEvery from the *requested* WAL setting, while the\nconstructor forced the WAL back on for replicated databases (issue #4076) only afterwards. The\nbatch endpoint defaults wal=false, so on a replicated database the \"no WAL means one commit per\nflush\" shortcut wa\n[…]\ned/standalone against WAL off, WAL on and\nan explicit commitEvery. It flips isReplicated() with a java.lang.reflect.Proxy over\nDatabaseInternal so the engine module does not gain a mocking dependency.",
          "is_bot": false,
          "headline": "fix(engine) #5470: a replicated bulk load keeps committing in chunks",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T20:56:43Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "eb050f1aa6a7006716f29edaad0c30b655589895",
          "body": "The only ingest API was typed on Object[] per column, so a caller holding\nprimitive samples boxed every value into a Double/Long that the engine unboxed\na few frames later to write the very same raw bits.\n\nAdds TimeSeriesRowSource, a primitive contract over a block of samples (raw\nbits + column widt\n[…]\nader had no\ncase at all, so the value overran its neighbouring columns and always read back\nas null. Sharing one width table between the two paths is what makes the\nmismatch impossible to reintroduce.",
          "is_bot": false,
          "headline": "perf(#5474): ingest TimeSeries samples without boxing a value per point",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T20:43:30Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "cb07a58d1b398830245331aabaa4fdd791f04cf8",
          "body": "…vector queries\n\nBmwScorer's top-K accumulators used PriorityQueue<RidScore> with\nComparator.comparing(RidScore::score), which allocates on two axes: a\njava.lang.Float per operand of every heap comparison, and a RidScore per\naccepted candidate.\n\nMeasured with ThreadMXBean.getThreadAllocatedBytes, on\n[…]\nlies on. RidScoreMinHeapTest cross-checks\nagainst the replaced PriorityQueue code verbatim over randomised streams\nand the NaN / signed-zero / infinity domain, and asserts the steady-state\nallocation.",
          "is_bot": false,
          "headline": "perf(sparsevector) #5473: allocation-free top-K collector for sparse-…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T20:21:00Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "e201edb3c19e832490c85780601cd0e4fb436fb4",
          "body": "… a bare identifier\n\nThe auto-derived name of a compound index is `Type[propA,propB]`. The comma was not\naccepted in the trailing name part of a `schema:<kind>:<name>` target, so the Studio\n\"Indexes\" tab logged a SQL syntax error on the server for every compound index in the\ndatabase.\n\n- lexer: acce\n[…]\nagainst a back-tick quoted identifier,\n  which resolved as a missing property of the record, so it always answered false; both\n  existsIndex() and existsBucket() now bind the name as a query parameter",
          "is_bot": false,
          "headline": "fix(sql) #5469: address schema:index/bucket targets whose name is not…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T20:04:18Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "7012c0772a806386b6e0d0efee41373db5993198",
          "body": "CypherVariableUsage decides whether a relationship variable is read anywhere\noutside the pattern that binds it, and both executors use the answer to choose\nbetween materializing edge records and walking adjacency ids. A miss there does\nnot fail loudly: it silently changes which path a query takes, o\n[…]\n each scanned\ntwice, so disabling one path alone changes nothing, and the statement-level WHERE\nscan is unreachable because the parser attaches a WHERE to its MATCH or WITH and\nnever to the statement.",
          "is_bot": false,
          "headline": "test: pin the variable-usage analysis, one case per clause it walks",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T20:02:34Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "02f5d5f039b1af80b1cea1a18b17d5b336ebf24f",
          "body": "A CPU profile of a learned-sparse top-K on a 100k-document corpus (48-120 query\nterms, Zipf document frequencies, near-uniform weights) put 45% of query time in\nthe essential-term min-heap and almost none in block decoding. The traversal was\nnot I/O bound at all - it was bound on comparing cursor po\n[…]\neek, the undecoded block-boundary park and exhaustion,\non segment cursors under all three quantizations and on merged multi-source cursors.\nFull engine index and query suites green (849 + 6122 tests).",
          "is_bot": false,
          "headline": "perf(#5467): navigate the sparse-vector traversal on primitive positions",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T18:52:00Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "24813519b4f1b5417ca299bd9aad896d5373253c",
          "body": "…er-side pauses\n\nA POST /api/v1/batch upload is consumed while the load runs, so the time the worker\nthread spends inside a commit counts towards Undertow's read watchdog: when nobody\ncalls read() on the request channel for arcadedb.network.socketTimeout (30s by\ndefault) the connection is closed asy\n[…]\nes the maximum entry size.\n\nTests: Issue5470BatchStreamStallIT (stall > timeout must not truncate; a stalled\nclient is still cut off and answered), plus vertexBatchSize coverage in\nPostBatchHandlerIT.",
          "is_bot": false,
          "headline": "fix(server) #5470: keep a streaming batch load alive across long serv…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T18:03:49Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "8f0819d370f5385fbd8c66b41f8d4a6ba34ace18",
          "body": "… not the page\n\nA block's byte length is not stored in the segment format, so\nPaginatedSegmentReader.readBlockPayloadInto copied everything from the block\npayload to the end of the page and let the cursor stop decoding after\npostingCount postings. Correct, but at the 64 KiB page / blockSize-128 defa\n[…]\ndecodedPayloadBytes() hook next to the existing\ndecodedBlockCount() to make that assertable, and MaxScorePruningTest's benchmark\nnow reports median/min/p90 plus bytes-per-block for both quantizations.",
          "is_bot": false,
          "headline": "perf(#5388): bound the sparse-vector block payload copy to the block,…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T17:48:37Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "475582108c83ce3f441c7d7a5d16e11d96f50b1a",
          "body": "…ship patterns\n\nAn `EXISTS { (a)-[r:E WHERE 1=1]->(:A) }` subquery returned false even for a\ntrivially true predicate. Three distinct defects were behind it:\n\n1. The correlated-subquery rewrite scanned for the body's clause-level WHERE\n   counting brace depth only, so an inline pattern predicate ins\n[…]\nrun is still absorbed into false/0/[], but now leaves a FINE-level trace.\n\nThe pattern-predicate fast path (`WHERE (a)-[:E]->(b:X WHERE ...)`) evaluates\ninline predicates against the bound record too.",
          "is_bot": false,
          "headline": "fix(cypher) #5464: honor inline WHERE predicates in node and relation…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T17:34:00Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "116278160edf1c17ed37af622af4b2477a632baa",
          "body": "…ing as default (#4276) (#5361)\n\nCo-authored-by: robfrank <ro.franchini@gmail.com>",
          "is_bot": false,
          "headline": "Add opt-in SLF4J facade logging (Slf4jLogger), keeping java.util.logg…",
          "author_name": "Rui Pereira",
          "author_login": "ruispereira",
          "committed_at": "2026-07-27T17:17:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a4da66d975cbee144f3747b5a29603aaaf5ffbc1",
          "body": "Co-authored-by: robfrank <ro.franchini@gmail.com>",
          "is_bot": false,
          "headline": "fix(fulltext) #5267: make BM25 scores comparable across buckets (#5400)",
          "author_name": "justinblethrow-cloud",
          "author_login": "justinblethrow-cloud",
          "committed_at": "2026-07-27T15:55:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7efe66c71bae9812983644a566a3ddeae2be3c97",
          "body": "…#5465)",
          "is_bot": false,
          "headline": "fix(e2e-studio): make DataTables assertions version-agnostic for v3 (…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-27T12:55:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ca89bf9b354cecf01430476a96fe974d3336fe8d",
          "body": "Co-authored-by: robfrank <ro.franchini@gmail.com>",
          "is_bot": false,
          "headline": "feat(mcp): scope permissions per database (#5401)",
          "author_name": "justinblethrow-cloud",
          "author_login": "justinblethrow-cloud",
          "committed_at": "2026-07-27T12:26:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e3cc14a3299c399a2f3adc0ada969624980904a1",
          "body": "…#5458)",
          "is_bot": false,
          "headline": "fix(#5453): gate leader readiness on the Ratis isLeaderReady signal (…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-27T10:40:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "68d6596dca4b2ca20ac8de19342016bb929fc550",
          "body": "Co-authored-by: robfrank <ro.franchini@gmail.com>",
          "is_bot": false,
          "headline": "feat(mcp) #4867: add configurable tool profiles (#5402)",
          "author_name": "justinblethrow-cloud",
          "author_login": "justinblethrow-cloud",
          "committed_at": "2026-07-27T10:40:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a66d00f7f6673240cbcc77e47c799c0ca1d80254",
          "body": "Co-authored-by: robfrank <ro.franchini@gmail.com>",
          "is_bot": false,
          "headline": "feat(mcp): add bounded sample_records tool (#5398)",
          "author_name": "justinblethrow-cloud",
          "author_login": "justinblethrow-cloud",
          "committed_at": "2026-07-27T09:12:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3226999348f772a3fe9773b69738a78fff6be20b",
          "body": "Co-authored-by: robfrank <ro.franchini@gmail.com>",
          "is_bot": false,
          "headline": "feat(mcp): add dense and sparse vector_search tool (#5399)",
          "author_name": "justinblethrow-cloud",
          "author_login": "justinblethrow-cloud",
          "committed_at": "2026-07-27T08:23:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4b350fe1c3fcb03e8cd4b7221ac1972d9816add6",
          "body": "… apply (#5455)",
          "is_bot": false,
          "headline": "fix(#5454): drop database no longer deletes the files inside the Raft…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-27T08:18:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3673996bd69e7885ea75cdd33ebd09a77763838b",
          "body": null,
          "is_bot": false,
          "headline": "fix(e2e-ha): restore the nightly HA resilience suite to green (#5452)",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-27T06:30:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1134185d5494f5ab0583da4a508d846449f8e04c",
          "body": "…#5451)\n\n* fix(#5443): replicate the pages an incremental compaction appends to an existing index\n\nA follower's LSM index could end up short of the leader's after a compaction -\n49488 of 60000 entries in the regression test - while every record replicated\ncorrectly. Keys in the missing range simply \n[…]\n-degrade\nis the wrong default here: that count is precisely what left followers with a\nshort index, so a caller that ever reaches this should fail rather than quietly\nreintroduce the bug it documents.",
          "is_bot": false,
          "headline": "fix(#5443): a follower's index can be short after an LSM compaction (…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T05:13:01Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "4cc99ffd938e19bd3c00a779c41beb727d251c5c",
          "body": "…llable (#5449)\n\n* fix(#5450): the JVM shutdown hook can no longer make the process unkillable\n\nArcadeDBServer.start() held the instance monitor for the whole startup, and\nstop() was synchronized on the same monitor. Apache Ratis reports a failure to\nbind its gRPC port by calling System.exit() from \n[…]\ntabases are then left as\na kill would leave them and the WAL replays on the next start, which is the same\ntrade-off the timeout path already makes - and the only alternative is a JVM\nthat cannot exit.",
          "is_bot": false,
          "headline": "fix(#5450): the JVM shutdown hook can no longer make the process unki…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T04:50:56Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "02882aca9bf2116ab08485d6ed43d9d665a49f2b",
          "body": null,
          "is_bot": true,
          "headline": "docs(bolt): refresh driver compatibility matrix [skip ci]",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-27T04:24:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "725eb48062c8a781c45df52c0b5bafaa24bd37b3",
          "body": "…variables from RETURN * (#5448)\n\nTwo silent wrong-answer defects in the native Cypher engine.\n\nA composite index was offered for a predicate on its leading property, but the\noperators resolved the index by that single property name - a lookup a composite\nindex is not registered under - and treated \n[…]\ne place and both projection\nsteps filter on it.\n\nRegression tests assert parity with the SQL engine over the same data for every\ncomposite-index shape, and exact projected variable names for RETURN *.",
          "is_bot": false,
          "headline": "fix(#5444): seek composite indexes by their whole key, hide internal …",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T02:53:08Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "e30308d79a4c044102239664cb9c7d946abef86b",
          "body": "… stands for (#5447)\n\n* perf(#5446): plan an inline property map as the equality predicate it stands for\n\nMATCH (n:Person {id: $id})-[:KNOWS]->(m) and MATCH (n:Person)-[:KNOWS]->(m)\nWHERE n.id = $id mean the same thing, but only the second reached the cost-based\noptimizer: any pattern carrying an in\n[…]\nch is where the largest\nnumber sits: unindexed property over one hop goes from 231.0ms to 52.6ms.\n\nCypherInlinePropertyPlanningBenchmark carries the measurement; it is tagged\nbenchmark so CI skips it.",
          "is_bot": false,
          "headline": "perf(#5446): plan an inline property map as the equality predicate it…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T02:08:10Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "e3c94a1a6116b30fdb5b98b5b16a88d1dff5a333",
          "body": "…ths (#5393)\n\n* Relax indexed anchors for open-ended and anonymous paths\n\n* Fix VLP target label semantics and cover the relaxed indexed-anchor bridge\n\nThe reversal introduced by #5357 and widened here evaluates the written source\nnode as the expansion target, so ExpandPathStep's target-node label c\n[…]\nip and the single-property index\n\n---------\n\nCo-authored-by: justinblethrow-cloud <226385385+justinblethrow-cloud@users.noreply.github.com>\nCo-authored-by: Luca Garulli <lvca@users.noreply.github.com>",
          "is_bot": false,
          "headline": "Relax indexed anchors for open-ended and anonymous variable-length pa…",
          "author_name": "justinblethrow-cloud",
          "author_login": "justinblethrow-cloud",
          "committed_at": "2026-07-26T19:29:24Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "778dd5a6df7d48dfd76d2d0b8beaf1b9ffb91074",
          "body": "…updates [skip ci]\n\nBumps the github-actions group with 6 updates in the / directory:\n| Package | From | To |\n| --- | --- | --- |\n| [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` |\n| [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) | `1.0\n[…]\nangelog for v4.37.2\n* Additional commits viewable in [compare view](https://github.com/github/codeql-action/compare/7188fc363630916deb702c7fdcf4e481b751f97a...e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81)",
          "is_bot": true,
          "headline": "build(deps): bump the github-actions group across 1 directory with 6 …",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:11:55Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "ac0763052e5ebed1b0a443bf041bf12cce0f1637",
          "body": "…updates\n\nBumps the github-actions group with 6 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` |\n| [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) | `1.0.178` | `\n[…]\n  dependency-version: 4.37.3\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n  dependency-group: github-actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "build(deps): bump the github-actions group across 1 directory with 6 …",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T19:10:39Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "7e10f2de59a0894b77fd5462940c6916b0b80361",
          "body": "… with 8 updates [skip ci]\n\nBumps the security-critical group in /studio with 8 updates:\n| Package | From | To |\n| --- | --- | --- |\n| [datatables.net](https://github.com/DataTables/DataTablesSrc) | `2.3.8` | `3.0.0` |\n| [datatables.net-bs5](https://github.com/DataTables/DataTablesSrc) | `2.3.8` | `\n[…]\ndependabot unignore ` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore  ` will remove the ignore condition of the specified dependency and ignore conditions",
          "is_bot": true,
          "headline": "chore(studio-deps)(deps): bump the security-critical group in /studio…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:04:28Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "654bf36dfe69d702793be4ab1b9e4e7a64630f0a",
          "body": "…dio in the ui-visualization group [skip ci]\n\nBumps the ui-visualization group in /studio with 1 update: [apexcharts](https://github.com/apexcharts/apexcharts.js).\nUpdates `apexcharts` from 6.1.0 to 6.5.0\nRelease notes\n\n*Sourced from [apexcharts's releases](https://github.com/apexcharts/apexcharts.j\n[…]\ndependabot unignore ` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore  ` will remove the ignore condition of the specified dependency and ignore conditions",
          "is_bot": true,
          "headline": "chore(studio-deps)(deps): bump apexcharts from 6.1.0 to 6.5.0 in /stu…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:04:23Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "59f70c37447d039ed9b817629c95b754c3152555",
          "body": "…io with 2 updates [skip ci]\n\nBumps the build-tools group in /studio with 2 updates: [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) and [webpack](https://github.com/webpack/webpack).\nUpdates `html-webpack-plugin` from 5.6.7 to 5.6.8\nChangelog\n\n*Sourced from [html-webpack-plug\n[…]\ndependabot unignore ` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore  ` will remove the ignore condition of the specified dependency and ignore conditions",
          "is_bot": true,
          "headline": "chore(studio-deps-dev)(deps-dev): bump the build-tools group in /stud…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:04:16Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "f76e3dddc96de4eae668195da78637c0e4cb86f2",
          "body": "…o 5.24.3 in /studio [skip ci]\n\nBumps [enhanced-resolve](https://github.com/webpack/enhanced-resolve) from 5.24.2 to 5.24.3.\nRelease notes\n\n*Sourced from [enhanced-resolve's releases](https://github.com/webpack/enhanced-resolve/releases).*\n\n> v5.24.3\n> -------\n>\n> ### Patch Changes\n>\n> * Resolve tsc\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "chore(studio-deps-dev)(deps-dev): bump enhanced-resolve from 5.24.2 t…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:04:12Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "e5ceec580ec12f391864323a7af6c6b1b6642079",
          "body": "…2.10.43 to 2.11.3 in /studio [skip ci]\n\nBumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.10.43 to 2.11.3.\nRelease notes\n\n*Sourced from [baseline-browser-mapping's releases](https://github.com/web-platform-dx/baseline-browser-mapping/releases).*\n\n>\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "chore(studio-deps-dev)(deps-dev): bump baseline-browser-mapping from …",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:04:04Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "2a6b75291bace9dc17a6d1aec0f3cdc253ec3afa",
          "body": "…28.7 in /studio [skip ci]\n\nBumps [browserslist](https://github.com/browserslist/browserslist) from 4.28.6 to 4.28.7.\nRelease notes\n\n*Sourced from [browserslist's releases](https://github.com/browserslist/browserslist/releases).*\n\n> 4.28.7\n> ------\n>\n> * Improved parsing performance.\n> * Fixed unbou\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "chore(studio-deps-dev)(deps-dev): bump browserslist from 4.28.6 to 4.…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:04:00Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "068e2a79fcb71086fd402259093b78f845ee2a44",
          "body": "…393 to 1.5.396 in /studio [skip ci]\n\nBumps [electron-to-chromium](https://github.com/Kilian/electron-to-chromium) from 1.5.393 to 1.5.396.\nCommits\n\n* [`13a13df`](https://github.com/Kilian/electron-to-chromium/commit/13a13df123c7517cdc362d49e502fba45b42b418) 1.5.396\n* [`c471e9c`](https://github.com/\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "chore(studio-deps-dev)(deps-dev): bump electron-to-chromium from 1.5.…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:03:55Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "727ca4e71715fd7e898cbc83ac67bbbb6bff195d",
          "body": "…in /studio [skip ci]\n\nBumps [postcss](https://github.com/postcss/postcss) from 8.5.20 to 8.5.23.\nRelease notes\n\n*Sourced from [postcss's releases](https://github.com/postcss/postcss/releases).*\n\n> 8.5.23\n> ------\n>\n> * Do not load source map without `opts.from` for security reasons.\n>\n> 8.5.22\n> --\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "chore(studio-deps-dev)(deps-dev): bump postcss from 8.5.20 to 8.5.23 …",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:03:47Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "b2f4a9abe8c4aa9cfea2fe41720cb657344bda68",
          "body": "…ip ci]\n\nBumps [sax](https://github.com/isaacs/sax-js) from 1.6.0 to 1.6.1.\nCommits\n\n* [`961ceee`](https://github.com/isaacs/sax-js/commit/961ceeefcc5186005466f2085aeb36f31b161e37) 1.6.1\n* [`e68a39e`](https://github.com/isaacs/sax-js/commit/e68a39ec4950437d3ef40d986e5ce511c89bdc91) use Object.create\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "chore(studio-deps)(deps): bump sax from 1.6.0 to 1.6.1 in /studio [sk…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:03:42Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "ea7a5e1b9506a3f50c6a98bcd5ae69a0e8efc51b",
          "body": "…o [skip ci]\n\nBumps [marked](https://github.com/markedjs/marked) from 18.0.6 to 18.0.7.\nRelease notes\n\n*Sourced from [marked's releases](https://github.com/markedjs/marked/releases).*\n\n> v18.0.7\n> -------\n>\n> [18.0.7](https://github.com/markedjs/marked/compare/v18.0.6...v18.0.7) (2026-07-21)\n> -----\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "chore(studio-deps)(deps): bump marked from 18.0.6 to 18.0.7 in /studi…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:03:36Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "d7486471385ed0cbfa9e7cc9890e6c5eedae15ba",
          "body": "… in /studio [skip ci]\n\nBumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 5.32.9 to 5.32.11.\nRelease notes\n\n*Sourced from [swagger-ui-dist's releases](https://github.com/swagger-api/swagger-ui/releases).*\n\n> v5.32.11\n> --------\n>\n> [5.32.11](https://github.com/swagger-api/swagg\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "chore(studio-deps)(deps): bump swagger-ui-dist from 5.32.9 to 5.32.11…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:03:29Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "8163a695b673a65f9972edf9e5906f84b9888e68",
          "body": "…0 to 3.5.1 [skip ci]\n\nBumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.5.0 to 3.5.1.\nRelease notes\n\n*Sourced from [org.apache.maven.plugins:maven-jar-plugin's releases](https://github.com/apache/maven-jar-plugin/releases).*\n\n> 3.5.1\n> -----\n>\n> 📝 \n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "build(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.5.…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:03:23Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "6f1891e4851e461495eb4e2d19af21c3a9469b10",
          "body": "… [skip ci]\n\nBumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.38 to 1.6.0.\nRelease notes\n\n*Sourced from [ch.qos.logback:logback-classic's releases](https://github.com/qos-ch/logback/releases).*\n\n> Logback 1.6.0\n> -------------\n>\n> **2026-07-23 Release of logback ver\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "build(deps): bump ch.qos.logback:logback-classic from 1.5.38 to 1.6.0…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:03:19Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "0ce896733d0132c767ffa4c13f628a39804eec0a",
          "body": "…5.0 in /e2e-python [skip ci]\n\nUpdates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-python) to permit the latest version.\nRelease notes\n\n*Sourced from [testcontainers's releases](https://github.com/testcontainers/testcontainers-python/releases).*\n\n> testconta\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "build(deps): update testcontainers requirement from >=4.14.2 to >=4.1…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:03:11Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "a17bafe94855c8a0687adadb9eaebe599d12b64b",
          "body": "…studio [skip ci]\n\nBumps [@playwright/test](https://github.com/microsoft/playwright) from 1.61.1 to 1.62.0.\nRelease notes\n\n*Sourced from [@​playwright/test's releases](https://github.com/microsoft/playwright/releases).*\n\n> v1.62.0\n> -------\n>\n> 🧱 New component testing model\n> -----------------------\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "build(deps-dev): bump @playwright/test from 1.61.1 to 1.62.0 in /e2e-…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:03:03Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "9cdd4feb77d4aaa3520f8a5b1436fa9d9ab35aaf",
          "body": "….1.1 [skip ci]\n\nBumps [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin) from 5.0.0 to 5.1.1.\nRelease notes\n\n*Sourced from [com.mycila:license-maven-plugin's releases](https://github.com/mathieucarbou/license-maven-plugin/releases).*\n\n> v5.1.1\n> ------\n>\n> What\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "build(deps-dev): bump com.mycila:license-maven-plugin from 5.0.0 to 5…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:02:59Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "b48e958882a946bbdc7d886a6a2b4277caafd4f3",
          "body": "…s group [skip ci]\n\nBumps the pre-commit-hooks group with 1 update: prettier.\nUpdates `prettier` from 3.9.5 to 3.9.6\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\\_score?dependency-name=prettier&package-manager=pre\\_commit&previous-version=3.9.5&new-\n[…]\ndependabot unignore ` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore  ` will remove the ignore condition of the specified dependency and ignore conditions",
          "is_bot": true,
          "headline": "build(deps): bump prettier from 3.9.5 to 3.9.6 in the pre-commit-hook…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:02:52Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "494d678a637dad915ec540229bab53e3a8eac09d",
          "body": "….9.5 to 3.9.6 [skip ci]\n\nBumps [https://github.com/rbubley/mirrors-prettier](https://github.com/rbubley/mirrors-prettier) from v3.9.5 to 3.9.6.\nCommits\n\n* [`0ee1786`](https://github.com/rbubley/mirrors-prettier/commit/0ee178619d696787ca73d210cc191d720868c631) Mirror: 3.9.6\n* See full diff in [compa\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "build(deps): bump https://github.com/rbubley/mirrors-prettier from v3…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:02:48Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "ffbd68397b545d84274c1e20440dec4fb19e7ebd",
          "body": "…from 3.4.1 to 3.6.3 [skip ci]\n\nBumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.1 to 3.6.3.\nRelease notes\n\n*Sourced from [org.apache.maven.plugins:maven-enforcer-plugin's releases](https://github.com/apache/maven-enforcer/releases).*\n\n> 3.6.3\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "build(deps-dev): bump org.apache.maven.plugins:maven-enforcer-plugin …",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:02:39Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "eda668aa8c734dca336a741630befccc5fbe86b3",
          "body": "…p ci]\n\nBumps [io.cucumber:cucumber-bom](https://github.com/cucumber/cucumber-jvm) from 7.34.4 to 7.34.6.\nRelease notes\n\n*Sourced from [io.cucumber:cucumber-bom's releases](https://github.com/cucumber/cucumber-jvm/releases).*\n\n> v7.34.6\n> -------\n>\n> ### Fixed\n>\n> * [JUnit Platform Engine] Do not fa\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "build(deps): bump io.cucumber:cucumber-bom from 7.34.4 to 7.34.6 [ski…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:02:34Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "41f3a81975a3b426d341b1abaed2aacc670381ee",
          "body": "Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0.\nRelease notes\n\n*Sourced from [actions/setup-python's releases](https://github.com/actions/setup-python/releases).*\n\n> v7.0.0\n> ------\n>\n> What's Changed\n> --------------\n>\n> ### Enhancements\n>\n> * Migrate to E\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "build(deps): bump actions/setup-python from 6.3.0 to 7.0.0 [skip ci]",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:02:27Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "013e0cf2e481f93a0da5e34abed07aa094850f50",
          "body": "…ader-index lookup in HA tests (#5442)",
          "is_bot": false,
          "headline": "fix(remote): honor the server's 503 \"please retry\"; drop redundant le…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-26T18:56:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2acf3f44b5943a3bb29a1fd9a42c651f5a0f6a33",
          "body": "Follow-up to the previous commit. The reporter's minimal reproduction confirms\nthe diagnosis from the other direction: a GraphBatch of ~250-byte vertices, each\nwith a unique md5 key, produces a 5.4MB TX_ENTRY and fails at 300k vertices -\nno large records involved at all, just enough unique index key\n[…]\n the fix.\nIssue4743OversizedRaftEntryTest additionally pins the coupling between\nappendBufferSize, writeBufferSize, the log segment size and the gRPC cap, so\nthe two buffers can no longer drift apart.",
          "is_bot": false,
          "headline": "fix(#4743): raise the maximum replicated transaction size to 32MB",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-26T14:53:06Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "9a5c898dc02906060b05bde4799aa3c62232821c",
          "body": "Round 4 of #4743. A bulk load into a 3-node cluster failed after ~500k\nvertices: the leader stepped down every ~130s, every node answered\nNotLeaderException for the same request, and phase-2 applies stayed\nunconfirmed for 20 minutes - with no CPU, disk or network pressure anywhere.\n\nRatis enforces r\n[…]\nction, split ordering and delta alignment), Issue4743CompactionEntrySizeIT\n(3 nodes, shrunk append buffer; fails on the unpatched code), and\nIssue4743InvalidSubIndexTest (fails on the unpatched code).",
          "is_bot": false,
          "headline": "fix(#4743): a single oversized Raft entry no longer topples the leader",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-26T14:53:06Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "0fc2d79554cd6839acbd52abe1007258bb923e65",
          "body": "…ocument-backed vector indexes (#3144)",
          "is_bot": false,
          "headline": "Merge branch 'issue-5412-build': auto-size the HNSW build cache for d…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-26T14:45:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5d9f9ff72f1bbb18323a40013decffa58f18002a",
          "body": "…cked indexes\n\nBounding the graph-build vector cache at a flat 100,000 entries also applied to\nindexes whose vectors live in the documents (quantization NONE or PRODUCT). There\na cache miss costs a record lookup plus a full ARRAY_OF_FLOATS deserialization,\nand the validation phase had already read e\n[…]\npus with the pre-#5412 cache policy took 214.2s.\n\nTests: LSMVectorIndexBuildCacheSizingTest (residency, explicit bound, quantized\nbound, heap cap) plus VectorGraphBuildCacheBenchmark for re-measuring.",
          "is_bot": false,
          "headline": "fix(#3144): size the HNSW build cache from the corpus for document-ba…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-26T14:15:11Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "1e64c87916eb256560e52bc413932ed9d9492951",
          "body": "Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0.\n- [Release notes](https://github.com/actions/setup-python/releases)\n- [Commits](https://github.com/actions/setup-python/compare/ece7cb06caefa5fff74198d8649806c4678c61a1...5fda3b95a4ea91299a34e894583c3862153e4b\n[…]\npendency-name: actions/setup-python\n  dependency-version: 7.0.0\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": "build(deps): bump actions/setup-python from 6.3.0 to 7.0.0",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T10:17:38Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "a272528ed22971de17443c562a0647e3e4d0f76f",
          "body": "Bumps [io.cucumber:cucumber-bom](https://github.com/cucumber/cucumber-jvm) from 7.34.4 to 7.34.6.\n- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)\n- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/cucumber/cucumber-jvm/c\n[…]\nncy-name: io.cucumber:cucumber-bom\n  dependency-version: 7.34.6\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": "build(deps): bump io.cucumber:cucumber-bom from 7.34.4 to 7.34.6",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T10:13:20Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "54bb667e03cc3536425296862adcee055a133d11",
          "body": "Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.1 to 3.6.3.\n- [Release notes](https://github.com/apache/maven-enforcer/releases)\n- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.4.1...enforcer-3.6.3)\n\n---\nupdated-depend\n[…]\naven.plugins:maven-enforcer-plugin\n  dependency-version: 3.6.3\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": "build(deps-dev): bump org.apache.maven.plugins:maven-enforcer-plugin",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T10:12:53Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "2663fb9b10961519ea0c7f7ac35e723a03b444b6",
          "body": "Bumps [https://github.com/rbubley/mirrors-prettier](https://github.com/rbubley/mirrors-prettier) from v3.9.5 to 3.9.6.\n- [Commits](https://github.com/rbubley/mirrors-prettier/compare/v3.9.5...v3.9.6)\n\n---\nupdated-dependencies:\n- dependency-name: https://github.com/rbubley/mirrors-prettier\n  dependency-version: 3.9.6\n  dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "build(deps): bump https://github.com/rbubley/mirrors-prettier",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T10:12:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2ea1e55270dbaad3f4c34f9d9ed0476b565a11bf",
          "body": "Bumps the pre-commit-hooks group with 1 update: prettier.\n\n\nUpdates `prettier` from 3.9.5 to 3.9.6\n\n---\nupdated-dependencies:\n- dependency-name: prettier\n  dependency-version: 3.9.6\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n  dependency-group: pre-commit-hooks\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "build(deps): bump prettier in the pre-commit-hooks group",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T10:12:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b8456f4dc7f089f27704c887a3f496359edde0b8",
          "body": "Bumps [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin) from 5.0.0 to 5.1.1.\n- [Release notes](https://github.com/mathieucarbou/license-maven-plugin/releases)\n- [Changelog](https://github.com/mathieucarbou/license-maven-plugin/blob/master/docs/releases.md)\n- [C\n[…]\ne: com.mycila:license-maven-plugin\n  dependency-version: 5.1.1\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": "build(deps-dev): bump com.mycila:license-maven-plugin",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T10:12:40Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "f77d7c7dd283f2451ad9379a8e2f0f6a8c98983c",
          "body": "Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.61.1 to 1.62.0.\n- [Release notes](https://github.com/microsoft/playwright/releases)\n- [Commits](https://github.com/microsoft/playwright/compare/v1.61.1...v1.62.0)\n\n---\nupdated-dependencies:\n- dependency-name: \"@playwright/test\"\n  dependency-version: 1.62.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": "build(deps-dev): bump @playwright/test in /e2e-studio",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T10:12:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "87c873d7c9620fd03e013f7b09401c8de4d84cb1",
          "body": "Updates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-python) to permit the latest version.\n- [Release notes](https://github.com/testcontainers/testcontainers-python/releases)\n- [Changelog](https://github.com/testcontainers/testcontainers-python/blob/main/CHAN\n[…]\ntainers-v4.15.0)\n\n---\nupdated-dependencies:\n- dependency-name: testcontainers\n  dependency-version: 4.15.0\n  dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "build(deps): update testcontainers requirement in /e2e-python",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T10:12:32Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "f42ae579899780fa08037a3e106a69235899ac3f",
          "body": "Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.38 to 1.6.0.\n- [Release notes](https://github.com/qos-ch/logback/releases)\n- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.38...v_1.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: ch.qos.logback:logback-classic\n  dependency-version: 1.6.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": "build(deps): bump ch.qos.logback:logback-classic from 1.5.38 to 1.6.0",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T10:12:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "eec9d00fd005ac87797dd3719022b802f848dd2c",
          "body": "Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.5.0 to 3.5.1.\n- [Release notes](https://github.com/apache/maven-jar-plugin/releases)\n- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.5.0...maven-jar-plugin-3.5.1)\n\n-\n[…]\nache.maven.plugins:maven-jar-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": "build(deps): bump org.apache.maven.plugins:maven-jar-plugin",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T10:12:18Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "44016adabcf5616219a637c2bc138922e66a368c",
          "body": "Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 5.32.9 to 5.32.11.\n- [Release notes](https://github.com/swagger-api/swagger-ui/releases)\n- [Commits](https://github.com/swagger-api/swagger-ui/compare/v5.32.9...v5.32.11)\n\n---\nupdated-dependencies:\n- dependency-name: swagger-ui-dist\n  dependency-version: 5.32.11\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": "chore(studio-deps)(deps): bump swagger-ui-dist in /studio",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T09:06:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "027fabf6cd1c735d0058f56abdde1bec6bf34401",
          "body": "Bumps [marked](https://github.com/markedjs/marked) from 18.0.6 to 18.0.7.\n- [Release notes](https://github.com/markedjs/marked/releases)\n- [Commits](https://github.com/markedjs/marked/compare/v18.0.6...v18.0.7)\n\n---\nupdated-dependencies:\n- dependency-name: marked\n  dependency-version: 18.0.7\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": "chore(studio-deps)(deps): bump marked from 18.0.6 to 18.0.7 in /studio",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T09:06:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fcf89d4689f9e1264b776dc0114ad932b6854e67",
          "body": "Bumps [sax](https://github.com/isaacs/sax-js) from 1.6.0 to 1.6.1.\n- [Commits](https://github.com/isaacs/sax-js/compare/v1.6.0...v1.6.1)\n\n---\nupdated-dependencies:\n- dependency-name: sax\n  dependency-version: 1.6.1\n  dependency-type: indirect\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "chore(studio-deps)(deps): bump sax from 1.6.0 to 1.6.1 in /studio",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T09:05:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        }
      ],
      "releases_count": 58,
      "commits_last_year": 4382,
      "latest_release_at": "2026-07-17T18:12:18Z",
      "latest_release_tag": "26.7.3",
      "releases_from_tags": false,
      "days_since_last_push": 0,
      "active_weeks_last_year": 52,
      "days_since_latest_release": 11,
      "mean_days_between_releases": 19.4
    },
    "community": {
      "has_readme": true,
      "has_license": true,
      "has_description": true,
      "has_contributing": true,
      "health_percentage": 87,
      "has_issue_template": true,
      "has_code_of_conduct": false,
      "has_pull_request_template": true
    },
    "ecosystem": {
      "packages": [
        {
          "name": "com.arcadedb:arcadedb-bolt",
          "exists": true,
          "license": null,
          "keywords": [],
          "ecosystem": "maven",
          "matches_repo": null,
          "registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-bolt",
          "is_deprecated": false,
          "latest_version": "26.7.3",
          "repository_url": null,
          "versions_count": 10,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": null,
          "first_published_at": null,
          "latest_published_at": "2026-07-17T17:33:18Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 11
        },
        {
          "name": "com.arcadedb:arcadedb-grpc",
          "exists": true,
          "license": null,
          "keywords": [],
          "ecosystem": "maven",
          "matches_repo": null,
          "registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-grpc",
          "is_deprecated": false,
          "latest_version": "26.7.3",
          "repository_url": null,
          "versions_count": 15,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": null,
          "first_published_at": null,
          "latest_published_at": "2026-07-17T17:33:24Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 11
        },
        {
          "name": "com.arcadedb:arcadedb-grpcw",
          "exists": true,
          "license": null,
          "keywords": [],
          "ecosystem": "maven",
          "matches_repo": null,
          "registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-grpcw",
          "is_deprecated": false,
          "latest_version": "26.7.3",
          "repository_url": null,
          "versions_count": 15,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": null,
          "first_published_at": null,
          "latest_published_at": "2026-07-17T17:33:31Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 11
        },
        {
          "name": "com.arcadedb:arcadedb-engine",
          "exists": true,
          "license": null,
          "keywords": [],
          "ecosystem": "maven",
          "matches_repo": null,
          "registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-engine",
          "is_deprecated": false,
          "latest_version": "26.7.3",
          "repository_url": null,
          "versions_count": 60,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": null,
          "first_published_at": null,
          "latest_published_at": "2026-07-17T17:33:21Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 11
        },
        {
          "name": "com.arcadedb:arcadedb-redisw",
          "exists": true,
          "license": null,
          "keywords": [],
          "ecosystem": "maven",
          "matches_repo": null,
          "registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-redisw",
          "is_deprecated": false,
          "latest_version": "26.7.3",
          "repository_url": null,
          "versions_count": 60,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": null,
          "first_published_at": null,
          "latest_published_at": "2026-07-17T17:33:42Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 11
        }
      ]
    },
    "popularity": {
      "forks": 125,
      "stars": 1047,
      "watchers": 15,
      "fork_history": {
        "days": [
          {
            "date": "2021-09-01",
            "count": 1
          },
          {
            "date": "2021-09-02",
            "count": 3
          },
          {
            "date": "2021-09-26",
            "count": 1
          },
          {
            "date": "2021-09-28",
            "count": 1
          },
          {
            "date": "2021-10-13",
            "count": 1
          },
          {
            "date": "2021-10-21",
            "count": 1
          },
          {
            "date": "2021-10-26",
            "count": 1
          },
          {
            "date": "2021-11-01",
            "count": 1
          },
          {
            "date": "2021-11-10",
            "count": 1
          },
          {
            "date": "2021-11-23",
            "count": 1
          },
          {
            "date": "2022-01-04",
            "count": 1
          },
          {
            "date": "2022-01-12",
            "count": 1
          },
          {
            "date": "2022-01-17",
            "count": 1
          },
          {
            "date": "2022-02-07",
            "count": 1
          },
          {
            "date": "2022-02-12",
            "count": 1
          },
          {
            "date": "2022-05-17",
            "count": 1
          },
          {
            "date": "2022-05-26",
            "count": 1
          },
          {
            "date": "2022-06-01",
            "count": 1
          },
          {
            "date": "2022-07-30",
            "count": 1
          },
          {
            "date": "2022-08-31",
            "count": 1
          },
          {
            "date": "2022-09-19",
            "count": 1
          },
          {
            "date": "2022-09-23",
            "count": 1
          },
          {
            "date": "2022-09-24",
            "count": 1
          },
          {
            "date": "2022-09-30",
            "count": 1
          },
          {
            "date": "2022-11-02",
            "count": 1
          },
          {
            "date": "2022-11-30",
            "count": 1
          },
          {
            "date": "2022-12-08",
            "count": 1
          },
          {
            "date": "2022-12-28",
            "count": 1
          },
          {
            "date": "2023-01-01",
            "count": 1
          },
          {
            "date": "2023-01-12",
            "count": 1
          },
          {
            "date": "2023-01-17",
            "count": 1
          },
          {
            "date": "2023-01-23",
            "count": 1
          },
          {
            "date": "2023-02-10",
            "count": 2
          },
          {
            "date": "2023-02-12",
            "count": 1
          },
          {
            "date": "2023-02-26",
            "count": 1
          },
          {
            "date": "2023-03-14",
            "count": 2
          },
          {
            "date": "2023-03-20",
            "count": 1
          },
          {
            "date": "2023-06-15",
            "count": 1
          },
          {
            "date": "2023-07-06",
            "count": 1
          },
          {
            "date": "2023-08-04",
            "count": 2
          },
          {
            "date": "2023-08-15",
            "count": 1
          },
          {
            "date": "2023-10-17",
            "count": 1
          },
          {
            "date": "2023-10-25",
            "count": 1
          },
          {
            "date": "2023-11-18",
            "count": 1
          },
          {
            "date": "2023-11-24",
            "count": 1
          },
          {
            "date": "2024-03-21",
            "count": 1
          },
          {
            "date": "2024-04-02",
            "count": 1
          },
          {
            "date": "2024-08-01",
            "count": 1
          },
          {
            "date": "2024-08-02",
            "count": 1
          },
          {
            "date": "2024-09-19",
            "count": 1
          },
          {
            "date": "2024-09-22",
            "count": 1
          },
          {
            "date": "2024-11-29",
            "count": 1
          },
          {
            "date": "2024-12-02",
            "count": 1
          },
          {
            "date": "2024-12-23",
            "count": 1
          },
          {
            "date": "2024-12-30",
            "count": 1
          },
          {
            "date": "2025-02-18",
            "count": 1
          },
          {
            "date": "2025-03-01",
            "count": 1
          },
          {
            "date": "2025-03-02",
            "count": 1
          },
          {
            "date": "2025-04-06",
            "count": 1
          },
          {
            "date": "2025-04-11",
            "count": 1
          },
          {
            "date": "2025-04-22",
            "count": 1
          },
          {
            "date": "2025-06-18",
            "count": 2
          },
          {
            "date": "2025-06-26",
            "count": 1
          },
          {
            "date": "2025-08-11",
            "count": 1
          },
          {
            "date": "2025-08-13",
            "count": 1
          },
          {
            "date": "2025-08-15",
            "count": 1
          },
          {
            "date": "2025-08-21",
            "count": 1
          },
          {
            "date": "2025-08-31",
            "count": 1
          },
          {
            "date": "2025-10-13",
            "count": 1
          },
          {
            "date": "2025-11-05",
            "count": 1
          },
          {
            "date": "2025-11-19",
            "count": 1
          },
          {
            "date": "2025-11-21",
            "count": 1
          },
          {
            "date": "2025-12-04",
            "count": 1
          },
          {
            "date": "2025-12-06",
            "count": 1
          },
          {
            "date": "2025-12-19",
            "count": 1
          },
          {
            "date": "2025-12-28",
            "count": 1
          },
          {
            "date": "2026-01-04",
            "count": 1
          },
          {
            "date": "2026-01-15",
            "count": 1
          },
          {
            "date": "2026-01-28",
            "count": 1
          },
          {
            "date": "2026-02-04",
            "count": 1
          },
          {
            "date": "2026-02-08",
            "count": 1
          },
          {
            "date": "2026-02-27",
            "count": 1
          },
          {
            "date": "2026-03-02",
            "count": 1
          },
          {
            "date": "2026-03-05",
            "count": 1
          },
          {
            "date": "2026-03-16",
            "count": 1
          },
          {
            "date": "2026-03-17",
            "count": 1
          },
          {
            "date": "2026-03-22",
            "count": 2
          },
          {
            "date": "2026-03-25",
            "count": 1
          },
          {
            "date": "2026-03-30",
            "count": 1
          },
          {
            "date": "2026-04-08",
            "count": 1
          },
          {
            "date": "2026-04-17",
            "count": 1
          },
          {
            "date": "2026-04-26",
            "count": 1
          },
          {
            "date": "2026-05-02",
            "count": 2
          },
          {
            "date": "2026-05-09",
            "count": 1
          },
          {
            "date": "2026-05-14",
            "count": 1
          },
          {
            "date": "2026-05-15",
            "count": 1
          },
          {
            "date": "2026-05-19",
            "count": 1
          },
          {
            "date": "2026-05-21",
            "count": 1
          },
          {
            "date": "2026-05-22",
            "count": 1
          },
          {
            "date": "2026-05-23",
            "count": 1
          },
          {
            "date": "2026-05-28",
            "count": 1
          },
          {
            "date": "2026-05-29",
            "count": 1
          },
          {
            "date": "2026-06-01",
            "count": 1
          },
          {
            "date": "2026-06-06",
            "count": 1
          },
          {
            "date": "2026-06-11",
            "count": 2
          },
          {
            "date": "2026-06-22",
            "count": 1
          },
          {
            "date": "2026-07-03",
            "count": 1
          },
          {
            "date": "2026-07-07",
            "count": 1
          },
          {
            "date": "2026-07-08",
            "count": 2
          },
          {
            "date": "2026-07-10",
            "count": 1
          },
          {
            "date": "2026-07-16",
            "count": 1
          },
          {
            "date": "2026-07-18",
            "count": 1
          },
          {
            "date": "2026-07-20",
            "count": 1
          },
          {
            "date": "2026-07-28",
            "count": 1
          }
        ],
        "complete": true,
        "collected": 124,
        "total_forks": 125
      },
      "star_history": null,
      "open_issues_and_prs": 78
    },
    "ai_readiness": {
      "has_nix": false,
      "example_dirs": [
        "examples"
      ],
      "has_llms_txt": false,
      "has_dockerfile": true,
      "has_mcp_signal": false,
      "bootstrap_files": [],
      "api_schema_files": [
        "grpc/src/main/proto/arcadedb-server.proto"
      ],
      "has_devcontainer": false,
      "typecheck_configs": [
        "e2e-studio/tsconfig.json"
      ],
      "toolchain_manifests": [
        "bolt/pom.xml",
        "console/pom.xml",
        "coverage/pom.xml",
        "e2e-csharp/ArcadeDB.E2ETests/ArcadeDB.E2ETests.csproj",
        "e2e-go/go.mod",
        "e2e-ha/pom.xml",
        "e2e/pom.xml",
        "engine/pom.xml",
        "graphql/pom.xml",
        "gremlin-consumer-it/pom.xml",
        "gremlin-it/pom.xml",
        "gremlin/pom.xml",
        "grpc-client/pom.xml",
        "grpc/pom.xml",
        "grpcw/pom.xml",
        "ha-raft/pom.xml",
        "integration/pom.xml",
        "load-tests/pom.xml",
        "metrics/pom.xml",
        "mongodbw/pom.xml",
        "network/pom.xml",
        "package/pom.xml",
        "pom.xml",
        "postgresw/pom.xml",
        "redisw/pom.xml",
        "server/pom.xml",
        "studio/pom.xml",
        "tracing/pom.xml"
      ],
      "largest_source_bytes": 707519,
      "source_files_sampled": 4250,
      "oversized_source_files": 58,
      "agent_instruction_files": [
        "CLAUDE.md",
        "engine/CLAUDE.md",
        "ha-raft/CLAUDE.md",
        "studio/CLAUDE.md"
      ],
      "agent_instruction_max_bytes": 8176
    },
    "dependencies": {
      "manifests": [
        "bolt/pom.xml",
        "console/pom.xml",
        "coverage/pom.xml",
        "e2e-go/go.mod",
        "e2e-ha/pom.xml",
        "e2e-js/package.json",
        "e2e-python/pyproject.toml",
        "e2e-studio/package.json",
        "e2e/pom.xml",
        "engine/pom.xml",
        "graphql/pom.xml",
        "gremlin-consumer-it/pom.xml",
        "gremlin-it/pom.xml",
        "gremlin/pom.xml",
        "grpc-client/pom.xml",
        "grpc/pom.xml",
        "grpcw/pom.xml",
        "ha-raft/pom.xml",
        "integration/pom.xml",
        "load-tests/pom.xml",
        "metrics/pom.xml",
        "mongodbw/pom.xml",
        "network/pom.xml",
        "package/pom.xml",
        "pom.xml",
        "postgresw/pom.xml",
        "redisw/pom.xml",
        "server/pom.xml",
        "studio/package.json",
        "studio/pom.xml",
        "tracing/pom.xml"
      ],
      "advisories": {
        "error": null,
        "scope": "published_package",
        "source": "osv",
        "findings": [
          {
            "name": "com.fasterxml.jackson.core:jackson-core",
            "direct": false,
            "version": "2.21.1",
            "severity": "high",
            "ecosystem": "maven",
            "cvss_score": 7.5,
            "advisory_ids": [
              "GHSA-r7wm-3cxj-wff9"
            ],
            "fixed_version": "3.2.1",
            "advisory_count": 1,
            "oldest_advisory_days": 7
          },
          {
            "name": "com.fasterxml.jackson.core:jackson-databind",
            "direct": false,
            "version": "2.21.1",
            "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": 35
          },
          {
            "name": "io.undertow:undertow-core",
            "direct": false,
            "version": "2.4.2.Final",
            "severity": "moderate",
            "ecosystem": "maven",
            "cvss_score": 5.9,
            "advisory_ids": [
              "GHSA-3x3v-w654-m28m"
            ],
            "fixed_version": null,
            "advisory_count": 1,
            "oldest_advisory_days": 126
          }
        ],
        "collected": true,
        "malicious": [],
        "truncated": false,
        "by_severity": {
          "high": 2,
          "moderate": 1
        },
        "advisory_count": 12,
        "affected_count": 3,
        "assessed_count": 69,
        "malicious_count": 0,
        "assessed_package": "maven:com.arcadedb:arcadedb-bolt@26.7.3",
        "unassessed_count": 0,
        "direct_affected_count": 0
      },
      "ecosystems": [
        "go",
        "maven",
        "npm",
        "pypi"
      ],
      "dependencies": [
        {
          "name": "com.arcadedb:arcadedb-engine",
          "manifest": "console/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-network",
          "manifest": "console/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-integration",
          "manifest": "console/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "org.jline:jline-terminal",
          "manifest": "console/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${jline.version}"
        },
        {
          "name": "org.jline:jline-reader",
          "manifest": "console/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${jline.version}"
        },
        {
          "name": "org.jline:jline-terminal-jni",
          "manifest": "console/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${jline.version}"
        },
        {
          "name": "org.slf4j:slf4j-jdk14",
          "manifest": "console/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${slf4j.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-console",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-engine",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-bolt",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-network",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-server",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-postgresw",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-redisw",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-gremlin",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-mongodbw",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-graphql",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-metrics",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-grpcw",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-grpc-client",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-integration",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "github.com/neo4j/neo4j-go-driver/v5",
          "manifest": "e2e-go/go.mod",
          "ecosystem": "go",
          "version_constraint": "v5.28.4"
        },
        {
          "name": "github.com/stretchr/testify",
          "manifest": "e2e-go/go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.11.1"
        },
        {
          "name": "github.com/testcontainers/testcontainers-go",
          "manifest": "e2e-go/go.mod",
          "ecosystem": "go",
          "version_constraint": "v0.43.0"
        },
        {
          "name": "neo4j-driver",
          "manifest": "e2e-js/package.json",
          "ecosystem": "npm",
          "version_constraint": "^6.0.1"
        },
        {
          "name": "pg",
          "manifest": "e2e-js/package.json",
          "ecosystem": "npm",
          "version_constraint": "^8.16.0"
        },
        {
          "name": "testcontainers",
          "manifest": "e2e-python/pyproject.toml",
          "ecosystem": "pypi",
          "version_constraint": ">=4.15.0"
        },
        {
          "name": "pytest",
          "manifest": "e2e-python/pyproject.toml",
          "ecosystem": "pypi",
          "version_constraint": ">=9.1.1"
        },
        {
          "name": "pytest-check",
          "manifest": "e2e-python/pyproject.toml",
          "ecosystem": "pypi",
          "version_constraint": ">=2.8.0"
        },
        {
          "name": "pytest-asyncio",
          "manifest": "e2e-python/pyproject.toml",
          "ecosystem": "pypi",
          "version_constraint": ">=1.4.0"
        },
        {
          "name": "docker",
          "manifest": "e2e-python/pyproject.toml",
          "ecosystem": "pypi",
          "version_constraint": ">=7.2.0"
        },
        {
          "name": "psycopg",
          "manifest": "e2e-python/pyproject.toml",
          "ecosystem": "pypi",
          "version_constraint": ">=3.3.4"
        },
        {
          "name": "psycopg-binary",
          "manifest": "e2e-python/pyproject.toml",
          "ecosystem": "pypi",
          "version_constraint": ">=3.3.4"
        },
        {
          "name": "asyncpg",
          "manifest": "e2e-python/pyproject.toml",
          "ecosystem": "pypi",
          "version_constraint": ">=0.31.0"
        },
        {
          "name": "requests",
          "manifest": "e2e-python/pyproject.toml",
          "ecosystem": "pypi",
          "version_constraint": ">=2.34.2"
        },
        {
          "name": "sqlalchemy",
          "manifest": "e2e-python/pyproject.toml",
          "ecosystem": "pypi",
          "version_constraint": ">=2.0.51"
        },
        {
          "name": "neo4j",
          "manifest": "e2e-python/pyproject.toml",
          "ecosystem": "pypi",
          "version_constraint": ">=6.2.0"
        },
        {
          "name": "io.cucumber:cucumber-bom",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${cucumber.version}"
        },
        {
          "name": "org.slf4j:slf4j-api",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${slf4j.version}"
        },
        {
          "name": "com.conversantmedia:disruptor",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${disruptor.version}"
        },
        {
          "name": "at.yawk.lz4:lz4-java",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${lz4-java.version}"
        },
        {
          "name": "org.apache.lucene:lucene-analysis-common",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${lucene.version}"
        },
        {
          "name": "org.apache.lucene:lucene-spatial-extras",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${lucene.version}"
        },
        {
          "name": "org.apache.lucene:lucene-queryparser",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${lucene.version}"
        },
        {
          "name": "org.locationtech.spatial4j:spatial4j",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${spatial4j.version}"
        },
        {
          "name": "org.locationtech.jts:jts-core",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${jts-core.version}"
        },
        {
          "name": "com.google.code.gson:gson",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${gson.version}"
        },
        {
          "name": "io.github.jbellis:jvector",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${jvector.version}"
        },
        {
          "name": "org.antlr:antlr4-runtime",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${antlr4.version}"
        },
        {
          "name": "org.graalvm.sdk:graal-sdk",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${graalvm.version}"
        },
        {
          "name": "org.graalvm.polyglot:polyglot",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${graalvm.version}"
        },
        {
          "name": "org.graalvm.polyglot:js",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${graalvm.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-engine",
          "manifest": "gremlin-consumer-it/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-gremlin",
          "manifest": "gremlin-consumer-it/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-integration",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "org.antlr:antlr4-runtime",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${antlr4.version}"
        },
        {
          "name": "io.netty:netty-all",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${netty.version}"
        },
        {
          "name": "org.apache.commons:commons-lang3",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${commons-lang3.version}"
        },
        {
          "name": "org.apache.commons:commons-configuration2",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${commons-configuration2.version}"
        },
        {
          "name": "commons-beanutils:commons-beanutils",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${commons-beanutils.version}"
        },
        {
          "name": "org.apache.groovy:groovy",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${groovy.version}"
        },
        {
          "name": "org.apache.tinkerpop:gremlin-core",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${gremlin.version}"
        },
        {
          "name": "org.apache.tinkerpop:gremlin-server",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${gremlin.version}"
        },
        {
          "name": "org.apache.tinkerpop:gremlin-driver",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${gremlin.version}"
        },
        {
          "name": "org.apache.tinkerpop:gremlin-util",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${gremlin.version}"
        },
        {
          "name": "org.apache.tinkerpop:gremlin-groovy",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${gremlin.version}"
        },
        {
          "name": "org.yaml:snakeyaml",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${snakeyaml.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-engine",
          "manifest": "grpc-client/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-network",
          "manifest": "grpc-client/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-grpc",
          "manifest": "grpc-client/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "io.grpc:grpc-netty-shaded",
          "manifest": "grpc-client/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${grpc.version}"
        },
        {
          "name": "io.grpc:grpc-protobuf",
          "manifest": "grpc-client/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${grpc.version}"
        },
        {
          "name": "io.grpc:grpc-stub",
          "manifest": "grpc-client/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${grpc.version}"
        },
        {
          "name": "io.grpc:grpc-services",
          "manifest": "grpc-client/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${grpc.version}"
        },
        {
          "name": "com.google.protobuf:protobuf-java",
          "manifest": "grpc-client/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${protobuf-java.version}"
        },
        {
          "name": "com.google.protobuf:protobuf-java-util",
          "manifest": "grpc-client/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${protobuf-java.version}"
        },
        {
          "name": "com.google.api.grpc:proto-google-common-protos",
          "manifest": "grpc-client/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${com.google.api.grpc.version}"
        },
        {
          "name": "javax.annotation:javax.annotation-api",
          "manifest": "grpc-client/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${javax.annotation-api.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-grpc",
          "manifest": "grpc-client/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "io.grpc:grpc-netty-shaded",
          "manifest": "grpc/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${grpc.version}"
        },
        {
          "name": "io.grpc:grpc-protobuf",
          "manifest": "grpc/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${grpc.version}"
        },
        {
          "name": "io.grpc:grpc-stub",
          "manifest": "grpc/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${grpc.version}"
        },
        {
          "name": "io.grpc:grpc-services",
          "manifest": "grpc/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${grpc.version}"
        },
        {
          "name": "io.grpc:grpc-xds",
          "manifest": "grpc/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${grpc.version}"
        },
        {
          "name": "com.google.protobuf:protobuf-java",
          "manifest": "grpc/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${protobuf-java.version}"
        },
        {
          "name": "com.google.protobuf:protobuf-java-util",
          "manifest": "grpc/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${protobuf-java.version}"
        },
        {
          "name": "com.google.api.grpc:proto-google-common-protos",
          "manifest": "grpc/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${com.google.api.grpc.version}"
        },
        {
          "name": "javax.annotation:javax.annotation-api",
          "manifest": "grpc/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${javax.annotation-api.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-grpc",
          "manifest": "grpcw/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-engine",
          "manifest": "ha-raft/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-network",
          "manifest": "ha-raft/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "org.apache.ratis:ratis-server",
          "manifest": "ha-raft/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${ratis.version}"
        },
        {
          "name": "org.apache.ratis:ratis-grpc",
          "manifest": "ha-raft/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${ratis.version}"
        },
        {
          "name": "org.apache.ratis:ratis-metrics-default",
          "manifest": "ha-raft/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${ratis.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-engine",
          "manifest": "integration/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.sonofab1rd:univocity-parsers",
          "manifest": "integration/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${univocity-parsers.version}"
        },
        {
          "name": "io.micrometer:micrometer-registry-prometheus",
          "manifest": "metrics/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${micrometer.version}"
        },
        {
          "name": "io.micrometer:micrometer-registry-otlp",
          "manifest": "metrics/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${micrometer.version}"
        },
        {
          "name": "de.bwaldvogel:mongo-java-server",
          "manifest": "mongodbw/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${mongo-java-server.version}"
        },
        {
          "name": "io.netty:netty-transport",
          "manifest": "mongodbw/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${netty.version}"
        },
        {
          "name": "io.netty:netty-codec",
          "manifest": "mongodbw/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${netty.version}"
        },
        {
          "name": "io.netty:netty-handler",
          "manifest": "mongodbw/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${netty.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-engine",
          "manifest": "network/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-engine",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-console",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-server",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-studio",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-ha-raft",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-metrics",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-tracing",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-gremlin",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-bolt",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-redisw",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-postgresw",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-mongodbw",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-grpcw",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-graphql",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "org.slf4j:slf4j-jdk14",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${slf4j.version}"
        },
        {
          "name": "org.junit:junit-bom",
          "manifest": "pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${junit.jupiter.version}"
        },
        {
          "name": "org.assertj:assertj-bom",
          "manifest": "pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${assertj-core.version}"
        },
        {
          "name": "io.micrometer:micrometer-tracing-bom",
          "manifest": "pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${micrometer-tracing.version}"
        },
        {
          "name": "io.opentelemetry:opentelemetry-bom",
          "manifest": "pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${opentelemetry.version}"
        },
        {
          "name": "org.jboss.threads:jboss-threads",
          "manifest": "pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${jboss-threads.version}"
        },
        {
          "name": "com.google.protobuf:protobuf-java",
          "manifest": "pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${protobuf-java.version}"
        },
        {
          "name": "com.google.protobuf:protobuf-java-util",
          "manifest": "pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${protobuf-java.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-engine",
          "manifest": "server/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-network",
          "manifest": "server/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "io.undertow:undertow-core",
          "manifest": "server/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${undertow-core.version}"
        },
        {
          "name": "io.micrometer:micrometer-core",
          "manifest": "server/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${micrometer.version}"
        },
        {
          "name": "io.swagger.core.v3:swagger-core",
          "manifest": "server/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${swagger.version}"
        },
        {
          "name": "io.swagger.core.v3:swagger-annotations",
          "manifest": "server/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${swagger.version}"
        },
        {
          "name": "io.swagger.core.v3:swagger-models",
          "manifest": "server/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${swagger.version}"
        },
        {
          "name": "org.xerial.snappy:snappy-java",
          "manifest": "server/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${snappy.version}"
        },
        {
          "name": "@fortawesome/fontawesome-free",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^7.3.1"
        },
        {
          "name": "@popperjs/core",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^2.11.8"
        },
        {
          "name": "apexcharts",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^6.5.0"
        },
        {
          "name": "bootstrap",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^5.3.8"
        },
        {
          "name": "codemirror",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^5.65.21"
        },
        {
          "name": "cytoscape",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^3.34.0"
        },
        {
          "name": "cytoscape-cxtmenu",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^3.5.0"
        },
        {
          "name": "cytoscape-fcose",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^2.2.0"
        },
        {
          "name": "cytoscape-graphml",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^1.0.6"
        },
        {
          "name": "cytoscape-node-html-label",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^1.2.2"
        },
        {
          "name": "datatables.net",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^3.0.0"
        },
        {
          "name": "datatables.net-bs5",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^3.0.0"
        },
        {
          "name": "datatables.net-buttons",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^4.0.0"
        },
        {
          "name": "datatables.net-buttons-bs5",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^4.0.0"
        },
        {
          "name": "datatables.net-responsive",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^4.0.0"
        },
        {
          "name": "datatables.net-responsive-bs5",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^4.0.0"
        },
        {
          "name": "datatables.net-select",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^4.0.0"
        },
        {
          "name": "datatables.net-select-bs5",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^4.0.0"
        },
        {
          "name": "jquery",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^4.0.0"
        },
        {
          "name": "marked",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^18.0.7"
        },
        {
          "name": "jszip",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^3.10.1"
        },
        {
          "name": "pdfmake",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^0.3.11"
        },
        {
          "name": "swagger-ui-dist",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^5.32.11"
        },
        {
          "name": "sweetalert2",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^11.26.25"
        },
        {
          "name": "io.micrometer:micrometer-tracing-bridge-otel",
          "manifest": "tracing/pom.xml",
          "ecosystem": "maven",
          "version_constraint": null
        },
        {
          "name": "io.opentelemetry:opentelemetry-exporter-otlp",
          "manifest": "tracing/pom.xml",
          "ecosystem": "maven",
          "version_constraint": null
        },
        {
          "name": "io.opentelemetry:opentelemetry-sdk",
          "manifest": "tracing/pom.xml",
          "ecosystem": "maven",
          "version_constraint": null
        }
      ],
      "all_dependencies": {
        "error": null,
        "source": "github-sbom",
        "packages": [
          {
            "name": "github.com/neo4j/neo4j-go-driver/v5",
            "direct": true,
            "version": "v5.28.4",
            "ecosystem": "go"
          },
          {
            "name": "github.com/stretchr/testify",
            "direct": true,
            "version": "v1.11.1",
            "ecosystem": "go"
          },
          {
            "name": "github.com/testcontainers/testcontainers-go",
            "direct": true,
            "version": "v0.43.0",
            "ecosystem": "go"
          },
          {
            "name": "at.yawk.lz4:lz4-java",
            "direct": true,
            "version": "1.11.1",
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-bolt",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-console",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-engine",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-graphql",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-gremlin",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-grpc",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-grpcw",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-ha-raft",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-integration",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-metrics",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-mongodbw",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-network",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-postgresw",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-redisw",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-server",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-studio",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-tracing",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.conversantmedia:disruptor",
            "direct": true,
            "version": "1.2.21",
            "ecosystem": "maven"
          },
          {
            "name": "com.google.api.grpc:proto-google-common-protos",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.google.code.gson:gson",
            "direct": true,
            "version": "2.14.0",
            "ecosystem": "maven"
          },
          {
            "name": "com.google.protobuf:protobuf-java",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.google.protobuf:protobuf-java",
            "direct": true,
            "version": "4.35.1",
            "ecosystem": "maven"
          },
          {
            "name": "com.google.protobuf:protobuf-java-util",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.google.protobuf:protobuf-java-util",
            "direct": true,
            "version": "4.35.1",
            "ecosystem": "maven"
          },
          {
            "name": "com.sonofab1rd:univocity-parsers",
            "direct": true,
            "version": "2.10.2",
            "ecosystem": "maven"
          },
          {
            "name": "commons-beanutils:commons-beanutils",
            "direct": true,
            "version": "1.11.0",
            "ecosystem": "maven"
          },
          {
            "name": "de.bwaldvogel:mongo-java-server",
            "direct": true,
            "version": "1.47.0",
            "ecosystem": "maven"
          },
          {
            "name": "io.cucumber:cucumber-bom",
            "direct": true,
            "version": "7.34.6",
            "ecosystem": "maven"
          },
          {
            "name": "io.github.jbellis:jvector",
            "direct": true,
            "version": "4.0.0-rc.9",
            "ecosystem": "maven"
          },
          {
            "name": "io.grpc:grpc-netty-shaded",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.grpc:grpc-protobuf",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.grpc:grpc-services",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.grpc:grpc-stub",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.grpc:grpc-xds",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.micrometer:micrometer-core",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.micrometer:micrometer-core",
            "direct": true,
            "version": "1.17.0",
            "ecosystem": "maven"
          },
          {
            "name": "io.micrometer:micrometer-registry-otlp",
            "direct": true,
            "version": "1.17.0",
            "ecosystem": "maven"
          },
          {
            "name": "io.micrometer:micrometer-registry-prometheus",
            "direct": true,
            "version": "1.17.0",
            "ecosystem": "maven"
          },
          {
            "name": "io.micrometer:micrometer-tracing-bom",
            "direct": true,
            "version": "1.7.0",
            "ecosystem": "maven"
          },
          {
            "name": "io.micrometer:micrometer-tracing-bridge-otel",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.netty:netty-all",
            "direct": true,
            "version": "4.2.16",
            "ecosystem": "maven"
          },
          {
            "name": "io.netty:netty-codec",
            "direct": true,
            "version": "4.2.16",
            "ecosystem": "maven"
          },
          {
            "name": "io.netty:netty-handler",
            "direct": true,
            "version": "4.2.16",
            "ecosystem": "maven"
          },
          {
            "name": "io.netty:netty-transport",
            "direct": true,
            "version": "4.2.16",
            "ecosystem": "maven"
          },
          {
            "name": "io.opentelemetry:opentelemetry-bom",
            "direct": true,
            "version": "1.64.0",
            "ecosystem": "maven"
          },
          {
            "name": "io.opentelemetry:opentelemetry-exporter-otlp",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.opentelemetry:opentelemetry-sdk",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.swagger.core.v3:swagger-annotations",
            "direct": true,
            "version": "2.2.52",
            "ecosystem": "maven"
          },
          {
            "name": "io.swagger.core.v3:swagger-core",
            "direct": true,
            "version": "2.2.52",
            "ecosystem": "maven"
          },
          {
            "name": "io.swagger.core.v3:swagger-models",
            "direct": true,
            "version": "2.2.52",
            "ecosystem": "maven"
          },
          {
            "name": "io.undertow:undertow-core",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "javax.annotation:javax.annotation-api",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.antlr:antlr4-runtime",
            "direct": true,
            "version": "4.13.2",
            "ecosystem": "maven"
          },
          {
            "name": "org.antlr:antlr4-runtime",
            "direct": true,
            "version": "4.9.1",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.commons:commons-configuration2",
            "direct": true,
            "version": "2.15.1",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.commons:commons-lang3",
            "direct": true,
            "version": "3.20.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.groovy:groovy",
            "direct": true,
            "version": "4.0.32",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.lucene:lucene-analysis-common",
            "direct": true,
            "version": "10.5.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.lucene:lucene-queryparser",
            "direct": true,
            "version": "10.5.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.lucene:lucene-spatial-extras",
            "direct": true,
            "version": "10.5.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.ratis:ratis-grpc",
            "direct": true,
            "version": "3.2.2",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.ratis:ratis-metrics-default",
            "direct": true,
            "version": "3.2.2",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.ratis:ratis-server",
            "direct": true,
            "version": "3.2.2",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.tinkerpop:gremlin-core",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.tinkerpop:gremlin-driver",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.tinkerpop:gremlin-groovy",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.tinkerpop:gremlin-server",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.tinkerpop:gremlin-util",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.assertj:assertj-bom",
            "direct": true,
            "version": "3.27.7",
            "ecosystem": "maven"
          },
          {
            "name": "org.graalvm.polyglot:js",
            "direct": true,
            "version": "25.1.3",
            "ecosystem": "maven"
          },
          {
            "name": "org.graalvm.polyglot:polyglot",
            "direct": true,
            "version": "25.1.3",
            "ecosystem": "maven"
          },
          {
            "name": "org.graalvm.sdk:graal-sdk",
            "direct": true,
            "version": "25.1.3",
            "ecosystem": "maven"
          },
          {
            "name": "org.jboss.threads:jboss-threads",
            "direct": true,
            "version": "3.9.2",
            "ecosystem": "maven"
          },
          {
            "name": "org.jline:jline-reader",
            "direct": true,
            "version": "4.3.1",
            "ecosystem": "maven"
          },
          {
            "name": "org.jline:jline-terminal",
            "direct": true,
            "version": "4.3.1",
            "ecosystem": "maven"
          },
          {
            "name": "org.jline:jline-terminal-jni",
            "direct": true,
            "version": "4.3.1",
            "ecosystem": "maven"
          },
          {
            "name": "org.junit:junit-bom",
            "direct": true,
            "version": "6.1.2",
            "ecosystem": "maven"
          },
          {
            "name": "org.locationtech.jts:jts-core",
            "direct": true,
            "version": "1.20.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.locationtech.spatial4j:spatial4j",
            "direct": true,
            "version": "0.8",
            "ecosystem": "maven"
          },
          {
            "name": "org.slf4j:slf4j-api",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.slf4j:slf4j-jdk14",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.slf4j:slf4j-jdk14",
            "direct": true,
            "version": "2.0.18",
            "ecosystem": "maven"
          },
          {
            "name": "org.xerial.snappy:snappy-java",
            "direct": true,
            "version": "1.1.10.8",
            "ecosystem": "maven"
          },
          {
            "name": "org.yaml:snakeyaml",
            "direct": true,
            "version": "2.6",
            "ecosystem": "maven"
          },
          {
            "name": "@fortawesome/fontawesome-free",
            "direct": true,
            "version": "7.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "@popperjs/core",
            "direct": true,
            "version": "2.11.8",
            "ecosystem": "npm"
          },
          {
            "name": "apexcharts",
            "direct": true,
            "version": "6.5.0",
            "ecosystem": "npm"
          },
          {
            "name": "bootstrap",
            "direct": true,
            "version": "5.3.8",
            "ecosystem": "npm"
          },
          {
            "name": "codemirror",
            "direct": true,
            "version": "5.65.21",
            "ecosystem": "npm"
          },
          {
            "name": "cytoscape",
            "direct": true,
            "version": "3.34.0",
            "ecosystem": "npm"
          },
          {
            "name": "cytoscape-cxtmenu",
            "direct": true,
            "version": "3.5.0",
            "ecosystem": "npm"
          },
          {
            "name": "cytoscape-fcose",
            "direct": true,
            "version": "2.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "cytoscape-graphml",
            "direct": true,
            "version": "1.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "cytoscape-node-html-label",
            "direct": true,
            "version": "1.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "datatables.net",
            "direct": true,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "datatables.net-bs5",
            "direct": true,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "datatables.net-buttons",
            "direct": true,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "datatables.net-buttons-bs5",
            "direct": true,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "datatables.net-responsive",
            "direct": true,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "datatables.net-responsive-bs5",
            "direct": true,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "datatables.net-select",
            "direct": true,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "datatables.net-select-bs5",
            "direct": true,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "jquery",
            "direct": true,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "jszip",
            "direct": true,
            "version": "3.10.1",
            "ecosystem": "npm"
          },
          {
            "name": "marked",
            "direct": true,
            "version": "18.0.7",
            "ecosystem": "npm"
          },
          {
            "name": "neo4j-driver",
            "direct": true,
            "version": "6.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "pdfmake",
            "direct": true,
            "version": "0.3.11",
            "ecosystem": "npm"
          },
          {
            "name": "pg",
            "direct": true,
            "version": "8.22.0",
            "ecosystem": "npm"
          },
          {
            "name": "swagger-ui-dist",
            "direct": true,
            "version": "5.32.11",
            "ecosystem": "npm"
          },
          {
            "name": "sweetalert2",
            "direct": true,
            "version": "11.26.25",
            "ecosystem": "npm"
          },
          {
            "name": "asyncpg",
            "direct": true,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "docker",
            "direct": true,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "neo4j",
            "direct": true,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "psycopg",
            "direct": true,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "psycopg-binary",
            "direct": true,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "pytest",
            "direct": true,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "pytest-asyncio",
            "direct": true,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "pytest-check",
            "direct": true,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "requests",
            "direct": true,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "sqlalchemy",
            "direct": true,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "testcontainers",
            "direct": true,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "dario.cat/mergo",
            "direct": false,
            "version": "v1.0.2",
            "ecosystem": "go"
          },
          {
            "name": "github.com/azure/go-ansiterm",
            "direct": false,
            "version": "v0.0.0-20250102033503-faa5f7b0171c",
            "ecosystem": "go"
          },
          {
            "name": "github.com/cenkalti/backoff/v4",
            "direct": false,
            "version": "v4.3.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/cespare/xxhash/v2",
            "direct": false,
            "version": "v2.3.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/containerd/errdefs",
            "direct": false,
            "version": "v1.0.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/containerd/errdefs/pkg",
            "direct": false,
            "version": "v0.3.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/containerd/log",
            "direct": false,
            "version": "v0.1.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/containerd/platforms",
            "direct": false,
            "version": "v0.2.1",
            "ecosystem": "go"
          },
          {
            "name": "github.com/cpuguy83/dockercfg",
            "direct": false,
            "version": "v0.3.2",
            "ecosystem": "go"
          },
          {
            "name": "github.com/davecgh/go-spew",
            "direct": false,
            "version": "v1.1.1",
            "ecosystem": "go"
          },
          {
            "name": "github.com/distribution/reference",
            "direct": false,
            "version": "v0.6.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/docker/go-connections",
            "direct": false,
            "version": "v0.6.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/docker/go-units",
            "direct": false,
            "version": "v0.5.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/ebitengine/purego",
            "direct": false,
            "version": "v0.10.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/felixge/httpsnoop",
            "direct": false,
            "version": "v1.0.4",
            "ecosystem": "go"
          },
          {
            "name": "github.com/go-logr/logr",
            "direct": false,
            "version": "v1.4.3",
            "ecosystem": "go"
          },
          {
            "name": "github.com/go-logr/stdr",
            "direct": false,
            "version": "v1.2.2",
            "ecosystem": "go"
          },
          {
            "name": "github.com/go-ole/go-ole",
            "direct": false,
            "version": "v1.2.6",
            "ecosystem": "go"
          },
          {
            "name": "github.com/google/uuid",
            "direct": false,
            "version": "v1.6.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/klauspost/compress",
            "direct": false,
            "version": "v1.18.5",
            "ecosystem": "go"
          },
          {
            "name": "github.com/lufia/plan9stats",
            "direct": false,
            "version": "v0.0.0-20211012122336-39d0f177ccd0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/magiconair/properties",
            "direct": false,
            "version": "v1.8.10",
            "ecosystem": "go"
          },
          {
            "name": "github.com/microsoft/go-winio",
            "direct": false,
            "version": "v0.6.2",
            "ecosystem": "go"
          },
          {
            "name": "github.com/moby/docker-image-spec",
            "direct": false,
            "version": "v1.3.1",
            "ecosystem": "go"
          },
          {
            "name": "github.com/moby/go-archive",
            "direct": false,
            "version": "v0.2.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/moby/moby/api",
            "direct": false,
            "version": "v1.54.2",
            "ecosystem": "go"
          },
          {
            "name": "github.com/moby/moby/client",
            "direct": false,
            "version": "v0.4.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/moby/patternmatcher",
            "direct": false,
            "version": "v0.6.1",
            "ecosystem": "go"
          },
          {
            "name": "github.com/moby/sys/sequential",
            "direct": false,
            "version": "v0.6.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/moby/sys/user",
            "direct": false,
            "version": "v0.4.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/moby/sys/userns",
            "direct": false,
            "version": "v0.1.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/moby/term",
            "direct": false,
            "version": "v0.5.2",
            "ecosystem": "go"
          },
          {
            "name": "github.com/opencontainers/go-digest",
            "direct": false,
            "version": "v1.0.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/opencontainers/image-spec",
            "direct": false,
            "version": "v1.1.1",
            "ecosystem": "go"
          },
          {
            "name": "github.com/pmezard/go-difflib",
            "direct": false,
            "version": "v1.0.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/power-devops/perfstat",
            "direct": false,
            "version": "v0.0.0-20240221224432-82ca36839d55",
            "ecosystem": "go"
          },
          {
            "name": "github.com/shirou/gopsutil/v4",
            "direct": false,
            "version": "v4.26.5",
            "ecosystem": "go"
          },
          {
            "name": "github.com/sirupsen/logrus",
            "direct": false,
            "version": "v1.9.4",
            "ecosystem": "go"
          },
          {
            "name": "github.com/tklauser/go-sysconf",
            "direct": false,
            "version": "v0.3.16",
            "ecosystem": "go"
          },
          {
            "name": "github.com/tklauser/numcpus",
            "direct": false,
            "version": "v0.11.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/yusufpapurcu/wmi",
            "direct": false,
            "version": "v1.2.4",
            "ecosystem": "go"
          },
          {
            "name": "go.opentelemetry.io/auto/sdk",
            "direct": false,
            "version": "v1.2.1",
            "ecosystem": "go"
          },
          {
            "name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
            "direct": false,
            "version": "v0.60.0",
            "ecosystem": "go"
          },
          {
            "name": "go.opentelemetry.io/otel",
            "direct": false,
            "version": "v1.43.0",
            "ecosystem": "go"
          },
          {
            "name": "go.opentelemetry.io/otel/metric",
            "direct": false,
            "version": "v1.43.0",
            "ecosystem": "go"
          },
          {
            "name": "go.opentelemetry.io/otel/sdk",
            "direct": false,
            "version": "v1.43.0",
            "ecosystem": "go"
          },
          {
            "name": "go.opentelemetry.io/otel/sdk/metric",
            "direct": false,
            "version": "v1.43.0",
            "ecosystem": "go"
          },
          {
            "name": "go.opentelemetry.io/otel/trace",
            "direct": false,
            "version": "v1.43.0",
            "ecosystem": "go"
          },
          {
            "name": "golang.org/x/crypto",
            "direct": false,
            "version": "v0.53.0",
            "ecosystem": "go"
          },
          {
            "name": "golang.org/x/sys",
            "direct": false,
            "version": "v0.46.0",
            "ecosystem": "go"
          },
          {
            "name": "gopkg.in/yaml.v3",
            "direct": false,
            "version": "v3.0.1",
            "ecosystem": "go"
          },
          {
            "name": "ch.qos.logback:logback-classic",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "ch.qos.logback:logback-classic",
            "direct": false,
            "version": "1.6.0",
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-grpc-client",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-load-tests",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.fasterxml.jackson.core:jackson-databind",
            "direct": false,
            "version": "2.22.1",
            "ecosystem": "maven"
          },
          {
            "name": "com.github.eirslett:frontend-maven-plugin",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "maven"
          },
          {
            "name": "com.helger.maven:ph-javacc-maven-plugin",
            "direct": false,
            "version": "5.0.1",
            "ecosystem": "maven"
          },
          {
            "name": "com.jayway.jsonpath:json-path",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "maven"
          },
          {
            "name": "com.mycila:license-maven-plugin",
            "direct": false,
            "version": "5.1.1",
            "ecosystem": "maven"
          },
          {
            "name": "io.cucumber:cucumber-java",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.cucumber:cucumber-junit-platform-engine",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.fabric8:docker-maven-plugin",
            "direct": false,
            "version": "0.48.1",
            "ecosystem": "maven"
          },
          {
            "name": "io.github.ascopes:protobuf-maven-plugin",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.github.ascopes:protobuf-maven-plugin",
            "direct": false,
            "version": "5.1.7",
            "ecosystem": "maven"
          },
          {
            "name": "io.grpc:grpc-testing",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.grpc:protoc-gen-grpc-java",
            "direct": false,
            "version": "1.79.0",
            "ecosystem": "maven"
          },
          {
            "name": "io.opentelemetry:opentelemetry-sdk-testing",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.swagger.parser.v3:swagger-parser",
            "direct": false,
            "version": "2.1.45",
            "ecosystem": "maven"
          },
          {
            "name": "net.nicoulaj.maven.plugins:checksum-maven-plugin",
            "direct": false,
            "version": "1.11",
            "ecosystem": "maven"
          },
          {
            "name": "org.antlr:antlr4-maven-plugin",
            "direct": false,
            "version": "4.13.2",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-assembly-plugin",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-clean-plugin",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-compiler-plugin",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-compiler-plugin",
            "direct": false,
            "version": "3.15.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-deploy-plugin",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-enforcer-plugin",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-failsafe-plugin",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-failsafe-plugin",
            "direct": false,
            "version": "3.5.6",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-gpg-plugin",
            "direct": false,
            "version": "3.2.8",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-install-plugin",
            "direct": false,
            "version": "3.1.4",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-jar-plugin",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-jar-plugin",
            "direct": false,
            "version": "3.5.1",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-javadoc-plugin",
            "direct": false,
            "version": "3.12.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-resources-plugin",
            "direct": false,
            "version": "3.5.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-shade-plugin",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-shade-plugin",
            "direct": false,
            "version": "3.6.2",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-source-plugin",
            "direct": false,
            "version": "3.4.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-surefire-plugin",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-surefire-plugin",
            "direct": false,
            "version": "3.5.6",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.ratis:ratis-common",
            "direct": false,
            "version": "3.2.2",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.ratis:ratis-test",
            "direct": false,
            "version": "3.2.2",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.tinkerpop:gremlin-test",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.tomcat:tomcat-jdbc",
            "direct": false,
            "version": "11.0.24",
            "ecosystem": "maven"
          },
          {
            "name": "org.assertj:assertj-core",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.assertj:assertj-db",
            "direct": false,
            "version": "3.0.2",
            "ecosystem": "maven"
          },
          {
            "name": "org.awaitility:awaitility",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.awaitility:awaitility",
            "direct": false,
            "version": "4.3.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.codehaus.mojo:build-helper-maven-plugin",
            "direct": false,
            "version": "3.6.1",
            "ecosystem": "maven"
          },
          {
            "name": "org.codehaus.mojo:buildnumber-maven-plugin",
            "direct": false,
            "version": "3.3.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.codehaus.mojo:license-maven-plugin",
            "direct": false,
            "version": "2.7.1",
            "ecosystem": "maven"
          },
          {
            "name": "org.codehaus.mojo:versions-maven-plugin",
            "direct": false,
            "version": "2.21.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.jacoco:jacoco-maven-plugin",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.jacoco:jacoco-maven-plugin",
            "direct": false,
            "version": "0.8.15",
            "ecosystem": "maven"
          },
          {
            "name": "org.junit.jupiter:junit-jupiter",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.junit.jupiter:junit-jupiter-params",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.junit.platform:junit-platform-suite",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.junit.vintage:junit-vintage-engine",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.mockito:mockito-core",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.mockito:mockito-core",
            "direct": false,
            "version": "5.23.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.mongodb:mongo-java-driver",
            "direct": false,
            "version": "3.12.14",
            "ecosystem": "maven"
          },
          {
            "name": "org.neo4j.driver:neo4j-java-driver",
            "direct": false,
            "version": null,
            "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.postgresql:postgresql",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.postgresql:postgresql",
            "direct": false,
            "version": "42.7.13",
            "ecosystem": "maven"
          },
          {
            "name": "org.sonatype.central:central-publishing-maven-plugin",
            "direct": false,
            "version": "0.11.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.testcontainers:testcontainers",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.testcontainers:testcontainers-junit-jupiter",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.testcontainers:testcontainers-toxiproxy",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "redis.clients:jedis",
            "direct": false,
            "version": "7.5.3",
            "ecosystem": "maven"
          },
          {
            "name": "@babel/code-frame",
            "direct": false,
            "version": "7.29.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/compat-data",
            "direct": false,
            "version": "7.29.3",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/core",
            "direct": false,
            "version": "7.29.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/generator",
            "direct": false,
            "version": "7.29.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-compilation-targets",
            "direct": false,
            "version": "7.28.6",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-globals",
            "direct": false,
            "version": "7.28.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-module-imports",
            "direct": false,
            "version": "7.28.6",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-module-transforms",
            "direct": false,
            "version": "7.28.6",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-plugin-utils",
            "direct": false,
            "version": "7.28.6",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-string-parser",
            "direct": false,
            "version": "7.27.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-validator-identifier",
            "direct": false,
            "version": "7.28.5",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-validator-option",
            "direct": false,
            "version": "7.27.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helpers",
            "direct": false,
            "version": "7.29.2",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/parser",
            "direct": false,
            "version": "7.29.3",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-async-generators",
            "direct": false,
            "version": "7.8.4",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-bigint",
            "direct": false,
            "version": "7.8.3",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-class-properties",
            "direct": false,
            "version": "7.12.13",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-class-static-block",
            "direct": false,
            "version": "7.14.5",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-import-attributes",
            "direct": false,
            "version": "7.28.6",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-import-meta",
            "direct": false,
            "version": "7.10.4",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-json-strings",
            "direct": false,
            "version": "7.8.3",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-jsx",
            "direct": false,
            "version": "7.28.6",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-logical-assignment-operators",
            "direct": false,
            "version": "7.10.4",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-nullish-coalescing-operator",
            "direct": false,
            "version": "7.8.3",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-numeric-separator",
            "direct": false,
            "version": "7.10.4",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-object-rest-spread",
            "direct": false,
            "version": "7.8.3",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-optional-catch-binding",
            "direct": false,
            "version": "7.8.3",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-optional-chaining",
            "direct": false,
            "version": "7.8.3",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-private-property-in-object",
            "direct": false,
            "version": "7.14.5",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-top-level-await",
            "direct": false,
            "version": "7.14.5",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-typescript",
            "direct": false,
            "version": "7.28.6",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/template",
            "direct": false,
            "version": "7.28.6",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/traverse",
            "direct": false,
            "version": "7.29.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/types",
            "direct": false,
            "version": "7.29.0",
            "ecosystem": "npm"
          },
          {
            "name": "@balena/dockerignore",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@bcoe/v8-coverage",
            "direct": false,
            "version": "0.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "@discoveryjs/json-ext",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "@emnapi/core",
            "direct": false,
            "version": "1.10.0",
            "ecosystem": "npm"
          },
          {
            "name": "@emnapi/runtime",
            "direct": false,
            "version": "1.10.0",
            "ecosystem": "npm"
          },
          {
            "name": "@emnapi/wasi-threads",
            "direct": false,
            "version": "1.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "@grpc/grpc-js",
            "direct": false,
            "version": "1.14.4",
            "ecosystem": "npm"
          },
          {
            "name": "@grpc/proto-loader",
            "direct": false,
            "version": "0.7.15",
            "ecosystem": "npm"
          },
          {
            "name": "@grpc/proto-loader",
            "direct": false,
            "version": "0.8.1",
            "ecosystem": "npm"
          },
          {
            "name": "@isaacs/cliui",
            "direct": false,
            "version": "8.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@istanbuljs/load-nyc-config",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "@istanbuljs/schema",
            "direct": false,
            "version": "0.1.6",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/console",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/core",
            "direct": false,
            "version": "30.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/diff-sequences",
            "direct": false,
            "version": "30.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/environment",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/expect",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/expect-utils",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/fake-timers",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/get-type",
            "direct": false,
            "version": "30.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/globals",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/pattern",
            "direct": false,
            "version": "30.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/reporters",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/schemas",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/snapshot-utils",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/source-map",
            "direct": false,
            "version": "30.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/test-result",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/test-sequencer",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/transform",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/types",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jridgewell/gen-mapping",
            "direct": false,
            "version": "0.3.13",
            "ecosystem": "npm"
          },
          {
            "name": "@jridgewell/remapping",
            "direct": false,
            "version": "2.3.5",
            "ecosystem": "npm"
          },
          {
            "name": "@jridgewell/resolve-uri",
            "direct": false,
            "version": "3.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "@jridgewell/source-map",
            "direct": false,
            "version": "0.3.11",
            "ecosystem": "npm"
          },
          {
            "name": "@jridgewell/sourcemap-codec",
            "direct": false,
            "version": "1.5.5",
            "ecosystem": "npm"
          },
          {
            "name": "@jridgewell/trace-mapping",
            "direct": false,
            "version": "0.3.31",
            "ecosystem": "npm"
          },
          {
            "name": "@js-sdsl/ordered-map",
            "direct": false,
            "version": "4.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "@kwsites/file-exists",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "@napi-rs/wasm-runtime",
            "direct": false,
            "version": "0.2.12",
            "ecosystem": "npm"
          },
          {
            "name": "@noble/ciphers",
            "direct": false,
            "version": "1.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "@noble/hashes",
            "direct": false,
            "version": "1.8.0",
            "ecosystem": "npm"
          },
          {
            "name": "@pkgjs/parseargs",
            "direct": false,
            "version": "0.11.0",
            "ecosystem": "npm"
          },
          {
            "name": "@pkgr/core",
            "direct": false,
            "version": "0.2.9",
            "ecosystem": "npm"
          },
          {
            "name": "@playwright/test",
            "direct": false,
            "version": "1.62.0",
            "ecosystem": "npm"
          },
          {
            "name": "@protobufjs/aspromise",
            "direct": false,
            "version": "1.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "@protobufjs/base64",
            "direct": false,
            "version": "1.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "@protobufjs/codegen",
            "direct": false,
            "version": "2.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "@protobufjs/eventemitter",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "@protobufjs/fetch",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "@protobufjs/float",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@protobufjs/inquire",
            "direct": false,
            "version": "1.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "@protobufjs/path",
            "direct": false,
            "version": "1.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "@protobufjs/pool",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "@protobufjs/utf8",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "@scarf/scarf",
            "direct": false,
            "version": "1.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "@sinclair/typebox",
            "direct": false,
            "version": "0.34.49",
            "ecosystem": "npm"
          },
          {
            "name": "@sinonjs/commons",
            "direct": false,
            "version": "3.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@sinonjs/fake-timers",
            "direct": false,
            "version": "15.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "@swc/helpers",
            "direct": false,
            "version": "0.5.23",
            "ecosystem": "npm"
          },
          {
            "name": "@tybys/wasm-util",
            "direct": false,
            "version": "0.10.2",
            "ecosystem": "npm"
          },
          {
            "name": "@types/babel__core",
            "direct": false,
            "version": "7.20.5",
            "ecosystem": "npm"
          },
          {
            "name": "@types/babel__generator",
            "direct": false,
            "version": "7.27.0",
            "ecosystem": "npm"
          },
          {
            "name": "@types/babel__template",
            "direct": false,
            "version": "7.4.4",
            "ecosystem": "npm"
          },
          {
            "name": "@types/babel__traverse",
            "direct": false,
            "version": "7.28.0",
            "ecosystem": "npm"
          },
          {
            "name": "@types/docker-modem",
            "direct": false,
            "version": "3.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "@types/dockerode",
            "direct": false,
            "version": "4.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@types/estree",
            "direct": false,
            "version": "1.0.9",
            "ecosystem": "npm"
          },
          {
            "name": "@types/html-minifier-terser",
            "direct": false,
            "version": "6.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "@types/istanbul-lib-coverage",
            "direct": false,
            "version": "2.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "@types/istanbul-lib-report",
            "direct": false,
            "version": "3.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "@types/istanbul-reports",
            "direct": false,
            "version": "3.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "@types/json-schema",
            "direct": false,
            "version": "7.0.15",
            "ecosystem": "npm"
          },
          {
            "name": "@types/node",
            "direct": false,
            "version": "18.19.130",
            "ecosystem": "npm"
          },
          {
            "name": "@types/node",
            "direct": false,
            "version": "22.13.1",
            "ecosystem": "npm"
          },
          {
            "name": "@types/node",
            "direct": false,
            "version": "26.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "@types/ssh2",
            "direct": false,
            "version": "0.5.52",
            "ecosystem": "npm"
          },
          {
            "name": "@types/ssh2",
            "direct": false,
            "version": "1.15.5",
            "ecosystem": "npm"
          },
          {
            "name": "@types/ssh2-streams",
            "direct": false,
            "version": "0.1.12",
            "ecosystem": "npm"
          },
          {
            "name": "@types/stack-utils",
            "direct": false,
            "version": "2.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "@types/yargs",
            "direct": false,
            "version": "17.0.35",
            "ecosystem": "npm"
          },
          {
            "name": "@types/yargs-parser",
            "direct": false,
            "version": "21.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-aix-ppc64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-darwin-arm64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-darwin-x64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-freebsd-arm64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-freebsd-x64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-linux-arm",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-linux-arm64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-linux-loong64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-linux-mips64el",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-linux-ppc64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-linux-riscv64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-linux-s390x",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-linux-x64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-netbsd-arm64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-netbsd-x64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-openbsd-arm64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-openbsd-x64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-sunos-x64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-win32-arm64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-win32-x64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@ungap/structured-clone",
            "direct": false,
            "version": "1.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-android-arm-eabi",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-android-arm64",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-darwin-arm64",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-darwin-x64",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-freebsd-x64",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-linux-arm-gnueabihf",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-linux-arm-musleabihf",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-linux-arm64-gnu",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-linux-arm64-musl",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-linux-ppc64-gnu",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-linux-riscv64-gnu",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-linux-riscv64-musl",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-linux-s390x-gnu",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-linux-x64-gnu",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-linux-x64-musl",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-wasm32-wasi",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-win32-arm64-msvc",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-win32-ia32-msvc",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-win32-x64-msvc",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/ast",
            "direct": false,
            "version": "1.14.1",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/floating-point-hex-parser",
            "direct": false,
            "version": "1.13.2",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/helper-api-error",
            "direct": false,
            "version": "1.13.2",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/helper-buffer",
            "direct": false,
            "version": "1.14.1",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/helper-numbers",
            "direct": false,
            "version": "1.13.2",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/helper-wasm-bytecode",
            "direct": false,
            "version": "1.13.2",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/helper-wasm-section",
            "direct": false,
            "version": "1.14.1",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/ieee754",
            "direct": false,
            "version": "1.13.2",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/leb128",
            "direct": false,
            "version": "1.13.2",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/utf8",
            "direct": false,
            "version": "1.13.2",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/wasm-edit",
            "direct": false,
            "version": "1.14.1",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/wasm-gen",
            "direct": false,
            "version": "1.14.1",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/wasm-opt",
            "direct": false,
            "version": "1.14.1",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/wasm-parser",
            "direct": false,
            "version": "1.14.1",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/wast-printer",
            "direct": false,
            "version": "1.14.1",
            "ecosystem": "npm"
          },
          {
            "name": "@xtuc/ieee754",
            "direct": false,
            "version": "1.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "@xtuc/long",
            "direct": false,
            "version": "4.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "abort-controller",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "acorn",
            "direct": false,
            "version": "8.17.0",
            "ecosystem": "npm"
          },
          {
            "name": "ajv",
            "direct": false,
            "version": "8.20.0",
            "ecosystem": "npm"
          },
          {
            "name": "ajv-formats",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "ajv-keywords",
            "direct": false,
            "version": "3.5.2",
            "ecosystem": "npm"
          },
          {
            "name": "ajv-keywords",
            "direct": false,
            "version": "5.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-escapes",
            "direct": false,
            "version": "4.3.2",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-regex",
            "direct": false,
            "version": "5.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-regex",
            "direct": false,
            "version": "6.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-regex",
            "direct": false,
            "version": "6.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-styles",
            "direct": false,
            "version": "4.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-styles",
            "direct": false,
            "version": "5.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-styles",
            "direct": false,
            "version": "6.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-styles",
            "direct": false,
            "version": "6.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "anymatch",
            "direct": false,
            "version": "3.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "archiver",
            "direct": false,
            "version": "7.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "archiver-utils",
            "direct": false,
            "version": "5.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "argparse",
            "direct": false,
            "version": "1.0.10",
            "ecosystem": "npm"
          },
          {
            "name": "asn1",
            "direct": false,
            "version": "0.2.6",
            "ecosystem": "npm"
          },
          {
            "name": "async",
            "direct": false,
            "version": "3.2.6",
            "ecosystem": "npm"
          },
          {
            "name": "async-lock",
            "direct": false,
            "version": "1.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "b4a",
            "direct": false,
            "version": "1.6.7",
            "ecosystem": "npm"
          },
          {
            "name": "babel-jest",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "babel-plugin-istanbul",
            "direct": false,
            "version": "7.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "babel-plugin-jest-hoist",
            "direct": false,
            "version": "30.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "babel-preset-current-node-syntax",
            "direct": false,
            "version": "1.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "babel-preset-jest",
            "direct": false,
            "version": "30.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "balanced-match",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "bare-events",
            "direct": false,
            "version": "2.8.2",
            "ecosystem": "npm"
          },
          {
            "name": "bare-fs",
            "direct": false,
            "version": "4.5.6",
            "ecosystem": "npm"
          },
          {
            "name": "bare-os",
            "direct": false,
            "version": "3.8.0",
            "ecosystem": "npm"
          },
          {
            "name": "bare-path",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "bare-stream",
            "direct": false,
            "version": "2.10.0",
            "ecosystem": "npm"
          },
          {
            "name": "bare-url",
            "direct": false,
            "version": "2.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "base64-js",
            "direct": false,
            "version": "0.0.8",
            "ecosystem": "npm"
          },
          {
            "name": "base64-js",
            "direct": false,
            "version": "1.5.1",
            "ecosystem": "npm"
          },
          {
            "name": "baseline-browser-mapping",
            "direct": false,
            "version": "2.10.29",
            "ecosystem": "npm"
          },
          {
            "name": "baseline-browser-mapping",
            "direct": false,
            "version": "2.11.3",
            "ecosystem": "npm"
          },
          {
            "name": "bcrypt-pbkdf",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "big.js",
            "direct": false,
            "version": "5.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "bl",
            "direct": false,
            "version": "4.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "boolbase",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "brace-expansion",
            "direct": false,
            "version": "1.1.14",
            "ecosystem": "npm"
          },
          {
            "name": "brace-expansion",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "brace-expansion",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "brotli",
            "direct": false,
            "version": "1.3.3",
            "ecosystem": "npm"
          },
          {
            "name": "browserify-zlib",
            "direct": false,
            "version": "0.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "browserslist",
            "direct": false,
            "version": "4.28.2",
            "ecosystem": "npm"
          },
          {
            "name": "browserslist",
            "direct": false,
            "version": "4.28.7",
            "ecosystem": "npm"
          },
          {
            "name": "bser",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "buffer",
            "direct": false,
            "version": "5.7.1",
            "ecosystem": "npm"
          },
          {
            "name": "buffer",
            "direct": false,
            "version": "6.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "buffer-crc32",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "buffer-from",
            "direct": false,
            "version": "1.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "buildcheck",
            "direct": false,
            "version": "0.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "byline",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "callsites",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "camel-case",
            "direct": false,
            "version": "4.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "camelcase",
            "direct": false,
            "version": "5.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "camelcase",
            "direct": false,
            "version": "6.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "caniuse-lite",
            "direct": false,
            "version": "1.0.30001792",
            "ecosystem": "npm"
          },
          {
            "name": "caniuse-lite",
            "direct": false,
            "version": "1.0.30001806",
            "ecosystem": "npm"
          },
          {
            "name": "chalk",
            "direct": false,
            "version": "4.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "char-regex",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "chownr",
            "direct": false,
            "version": "1.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "chrome-trace-event",
            "direct": false,
            "version": "1.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "ci-info",
            "direct": false,
            "version": "4.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "cjs-module-lexer",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "clean-css",
            "direct": false,
            "version": "5.3.3",
            "ecosystem": "npm"
          },
          {
            "name": "cliui",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "clone",
            "direct": false,
            "version": "2.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "clone-deep",
            "direct": false,
            "version": "4.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "co",
            "direct": false,
            "version": "4.6.0",
            "ecosystem": "npm"
          },
          {
            "name": "collect-v8-coverage",
            "direct": false,
            "version": "1.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "color-convert",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "color-name",
            "direct": false,
            "version": "1.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "commander",
            "direct": false,
            "version": "14.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "commander",
            "direct": false,
            "version": "2.20.3",
            "ecosystem": "npm"
          },
          {
            "name": "commander",
            "direct": false,
            "version": "8.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "compress-commons",
            "direct": false,
            "version": "6.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "concat-map",
            "direct": false,
            "version": "0.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "convert-source-map",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "copy-webpack-plugin",
            "direct": false,
            "version": "14.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "core-util-is",
            "direct": false,
            "version": "1.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "cose-base",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "cpu-features",
            "direct": false,
            "version": "0.0.10",
            "ecosystem": "npm"
          },
          {
            "name": "crc-32",
            "direct": false,
            "version": "1.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "crc32-stream",
            "direct": false,
            "version": "6.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "cross-spawn",
            "direct": false,
            "version": "7.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "css-loader",
            "direct": false,
            "version": "7.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "css-select",
            "direct": false,
            "version": "4.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "css-what",
            "direct": false,
            "version": "6.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "cssesc",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "debug",
            "direct": false,
            "version": "4.4.3",
            "ecosystem": "npm"
          },
          {
            "name": "dedent",
            "direct": false,
            "version": "1.7.2",
            "ecosystem": "npm"
          },
          {
            "name": "deepmerge",
            "direct": false,
            "version": "4.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "detect-newline",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "dfa",
            "direct": false,
            "version": "1.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "docker-compose",
            "direct": false,
            "version": "1.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "docker-modem",
            "direct": false,
            "version": "5.0.7",
            "ecosystem": "npm"
          },
          {
            "name": "dockerode",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "dom-converter",
            "direct": false,
            "version": "0.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "dom-serializer",
            "direct": false,
            "version": "1.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "domelementtype",
            "direct": false,
            "version": "2.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "domhandler",
            "direct": false,
            "version": "4.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "domutils",
            "direct": false,
            "version": "2.8.0",
            "ecosystem": "npm"
          },
          {
            "name": "dot-case",
            "direct": false,
            "version": "3.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "eastasianwidth",
            "direct": false,
            "version": "0.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "electron-to-chromium",
            "direct": false,
            "version": "1.5.353",
            "ecosystem": "npm"
          },
          {
            "name": "electron-to-chromium",
            "direct": false,
            "version": "1.5.396",
            "ecosystem": "npm"
          },
          {
            "name": "emittery",
            "direct": false,
            "version": "0.13.1",
            "ecosystem": "npm"
          },
          {
            "name": "emoji-regex",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "emoji-regex",
            "direct": false,
            "version": "9.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "emojis-list",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "end-of-stream",
            "direct": false,
            "version": "1.4.5",
            "ecosystem": "npm"
          },
          {
            "name": "enhanced-resolve",
            "direct": false,
            "version": "5.24.3",
            "ecosystem": "npm"
          },
          {
            "name": "entities",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "envinfo",
            "direct": false,
            "version": "7.21.0",
            "ecosystem": "npm"
          },
          {
            "name": "error-ex",
            "direct": false,
            "version": "1.3.4",
            "ecosystem": "npm"
          },
          {
            "name": "es-errors",
            "direct": false,
            "version": "1.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "es-module-lexer",
            "direct": false,
            "version": "2.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "escalade",
            "direct": false,
            "version": "3.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "escape-string-regexp",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "eslint-scope",
            "direct": false,
            "version": "5.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "esprima",
            "direct": false,
            "version": "4.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "esrecurse",
            "direct": false,
            "version": "4.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "estraverse",
            "direct": false,
            "version": "4.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "estraverse",
            "direct": false,
            "version": "5.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "event-target-shim",
            "direct": false,
            "version": "5.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "events",
            "direct": false,
            "version": "3.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "events-universal",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "execa",
            "direct": false,
            "version": "5.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "exit-x",
            "direct": false,
            "version": "0.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "expect",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "fast-deep-equal",
            "direct": false,
            "version": "3.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "fast-fifo",
            "direct": false,
            "version": "1.3.2",
            "ecosystem": "npm"
          },
          {
            "name": "fast-json-stable-stringify",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "fast-uri",
            "direct": false,
            "version": "3.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "fb-watchman",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "fdir",
            "direct": false,
            "version": "6.5.0",
            "ecosystem": "npm"
          },
          {
            "name": "file-loader",
            "direct": false,
            "version": "6.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "find-up",
            "direct": false,
            "version": "4.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "flat",
            "direct": false,
            "version": "5.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "fontkit",
            "direct": false,
            "version": "2.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "foreground-child",
            "direct": false,
            "version": "3.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "fs-constants",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "fs.realpath",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "fsevents",
            "direct": false,
            "version": "2.3.2",
            "ecosystem": "npm"
          },
          {
            "name": "fsevents",
            "direct": false,
            "version": "2.3.3",
            "ecosystem": "npm"
          },
          {
            "name": "function-bind",
            "direct": false,
            "version": "1.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "gensync",
            "direct": false,
            "version": "1.0.0-beta.2",
            "ecosystem": "npm"
          },
          {
            "name": "get-caller-file",
            "direct": false,
            "version": "2.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "get-package-type",
            "direct": false,
            "version": "0.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "get-port",
            "direct": false,
            "version": "5.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "get-stream",
            "direct": false,
            "version": "6.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "glob",
            "direct": false,
            "version": "10.5.0",
            "ecosystem": "npm"
          },
          {
            "name": "glob",
            "direct": false,
            "version": "7.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "glob-parent",
            "direct": false,
            "version": "6.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "graceful-fs",
            "direct": false,
            "version": "4.2.11",
            "ecosystem": "npm"
          },
          {
            "name": "has-flag",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "hasown",
            "direct": false,
            "version": "2.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "he",
            "direct": false,
            "version": "1.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "html-escaper",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "html-minifier-terser",
            "direct": false,
            "version": "6.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "html-webpack-plugin",
            "direct": false,
            "version": "5.6.8",
            "ecosystem": "npm"
          },
          {
            "name": "htmlparser2",
            "direct": false,
            "version": "6.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "human-signals",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "icss-utils",
            "direct": false,
            "version": "5.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "ieee754",
            "direct": false,
            "version": "1.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "immediate",
            "direct": false,
            "version": "3.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "import-local",
            "direct": false,
            "version": "3.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "imurmurhash",
            "direct": false,
            "version": "0.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "inflight",
            "direct": false,
            "version": "1.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "inherits",
            "direct": false,
            "version": "2.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "interpret",
            "direct": false,
            "version": "3.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-arrayish",
            "direct": false,
            "version": "0.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-core-module",
            "direct": false,
            "version": "2.16.2",
            "ecosystem": "npm"
          },
          {
            "name": "is-extglob",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-fullwidth-code-point",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "is-generator-fn",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "is-glob",
            "direct": false,
            "version": "4.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "is-plain-object",
            "direct": false,
            "version": "2.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "is-stream",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "isarray",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "isexe",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "isobject",
            "direct": false,
            "version": "3.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "istanbul-lib-coverage",
            "direct": false,
            "version": "3.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "istanbul-lib-instrument",
            "direct": false,
            "version": "6.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "istanbul-lib-report",
            "direct": false,
            "version": "3.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "istanbul-lib-source-maps",
            "direct": false,
            "version": "5.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "istanbul-reports",
            "direct": false,
            "version": "3.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "jackspeak",
            "direct": false,
            "version": "3.4.3",
            "ecosystem": "npm"
          },
          {
            "name": "jest",
            "direct": false,
            "version": "30.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "jest-changed-files",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-circus",
            "direct": false,
            "version": "30.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "jest-cli",
            "direct": false,
            "version": "30.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "jest-config",
            "direct": false,
            "version": "30.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "jest-diff",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-docblock",
            "direct": false,
            "version": "30.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "jest-each",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-environment-node",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-haste-map",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-junit",
            "direct": false,
            "version": "17.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "jest-leak-detector",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-matcher-utils",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-message-util",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-mock",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-pnp-resolver",
            "direct": false,
            "version": "1.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "jest-regex-util",
            "direct": false,
            "version": "30.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "jest-resolve",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-resolve-dependencies",
            "direct": false,
            "version": "30.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "jest-runner",
            "direct": false,
            "version": "30.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "jest-runtime",
            "direct": false,
            "version": "30.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "jest-snapshot",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-util",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-validate",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-watcher",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-worker",
            "direct": false,
            "version": "27.5.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-worker",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "js-md5",
            "direct": false,
            "version": "0.8.3",
            "ecosystem": "npm"
          },
          {
            "name": "js-tokens",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "js-yaml",
            "direct": false,
            "version": "3.14.2",
            "ecosystem": "npm"
          },
          {
            "name": "jsesc",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "json-parse-even-better-errors",
            "direct": false,
            "version": "2.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "json-schema-traverse",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "json5",
            "direct": false,
            "version": "2.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "kind-of",
            "direct": false,
            "version": "6.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "layout-base",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "lazystream",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "leven",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "lie",
            "direct": false,
            "version": "3.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "linebreak",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "lines-and-columns",
            "direct": false,
            "version": "1.2.4",
            "ecosystem": "npm"
          },
          {
            "name": "loader-utils",
            "direct": false,
            "version": "2.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "locate-path",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "lodash",
            "direct": false,
            "version": "4.18.1",
            "ecosystem": "npm"
          },
          {
            "name": "lodash.camelcase",
            "direct": false,
            "version": "4.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "long",
            "direct": false,
            "version": "5.3.2",
            "ecosystem": "npm"
          },
          {
            "name": "lower-case",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "lru-cache",
            "direct": false,
            "version": "10.4.3",
            "ecosystem": "npm"
          },
          {
            "name": "lru-cache",
            "direct": false,
            "version": "5.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "make-dir",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "makeerror",
            "direct": false,
            "version": "1.0.12",
            "ecosystem": "npm"
          },
          {
            "name": "merge-stream",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "mime-db",
            "direct": false,
            "version": "1.52.0",
            "ecosystem": "npm"
          },
          {
            "name": "mime-db",
            "direct": false,
            "version": "1.54.0",
            "ecosystem": "npm"
          },
          {
            "name": "mime-types",
            "direct": false,
            "version": "2.1.35",
            "ecosystem": "npm"
          },
          {
            "name": "mimic-fn",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "minimatch",
            "direct": false,
            "version": "3.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "minimatch",
            "direct": false,
            "version": "5.1.9",
            "ecosystem": "npm"
          },
          {
            "name": "minimatch",
            "direct": false,
            "version": "9.0.9",
            "ecosystem": "npm"
          },
          {
            "name": "minimizer-webpack-plugin",
            "direct": false,
            "version": "5.6.1",
            "ecosystem": "npm"
          },
          {
            "name": "minipass",
            "direct": false,
            "version": "7.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "minipass",
            "direct": false,
            "version": "7.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "mkdirp",
            "direct": false,
            "version": "1.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "mkdirp",
            "direct": false,
            "version": "3.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "mkdirp-classic",
            "direct": false,
            "version": "0.5.3",
            "ecosystem": "npm"
          },
          {
            "name": "ms",
            "direct": false,
            "version": "2.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "nan",
            "direct": false,
            "version": "2.22.2",
            "ecosystem": "npm"
          },
          {
            "name": "nanoid",
            "direct": false,
            "version": "3.3.16",
            "ecosystem": "npm"
          },
          {
            "name": "napi-postinstall",
            "direct": false,
            "version": "0.3.4",
            "ecosystem": "npm"
          },
          {
            "name": "natural-compare",
            "direct": false,
            "version": "1.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "neo-async",
            "direct": false,
            "version": "2.6.2",
            "ecosystem": "npm"
          },
          {
            "name": "neo4j-driver-bolt-connection",
            "direct": false,
            "version": "6.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "neo4j-driver-core",
            "direct": false,
            "version": "6.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "no-case",
            "direct": false,
            "version": "3.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "node-int64",
            "direct": false,
            "version": "0.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "node-releases",
            "direct": false,
            "version": "2.0.38",
            "ecosystem": "npm"
          },
          {
            "name": "node-releases",
            "direct": false,
            "version": "2.0.51",
            "ecosystem": "npm"
          },
          {
            "name": "normalize-path",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "npm-run-path",
            "direct": false,
            "version": "4.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "nth-check",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "once",
            "direct": false,
            "version": "1.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "onetime",
            "direct": false,
            "version": "5.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "p-limit",
            "direct": false,
            "version": "2.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "p-limit",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "p-locate",
            "direct": false,
            "version": "4.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "p-try",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "package-json-from-dist",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "pako",
            "direct": false,
            "version": "0.2.9",
            "ecosystem": "npm"
          },
          {
            "name": "pako",
            "direct": false,
            "version": "1.0.11",
            "ecosystem": "npm"
          },
          {
            "name": "param-case",
            "direct": false,
            "version": "3.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "parse-json",
            "direct": false,
            "version": "5.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "pascal-case",
            "direct": false,
            "version": "3.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "path-exists",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "path-is-absolute",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "path-key",
            "direct": false,
            "version": "3.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "path-parse",
            "direct": false,
            "version": "1.0.7",
            "ecosystem": "npm"
          },
          {
            "name": "path-scurry",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "pdfkit",
            "direct": false,
            "version": "0.19.1",
            "ecosystem": "npm"
          },
          {
            "name": "pg-cloudflare",
            "direct": false,
            "version": "1.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "pg-connection-string",
            "direct": false,
            "version": "2.14.0",
            "ecosystem": "npm"
          },
          {
            "name": "pg-int8",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "pg-pool",
            "direct": false,
            "version": "3.14.0",
            "ecosystem": "npm"
          },
          {
            "name": "pg-protocol",
            "direct": false,
            "version": "1.15.0",
            "ecosystem": "npm"
          },
          {
            "name": "pg-types",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "pgpass",
            "direct": false,
            "version": "1.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "picocolors",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "picomatch",
            "direct": false,
            "version": "2.3.2",
            "ecosystem": "npm"
          },
          {
            "name": "picomatch",
            "direct": false,
            "version": "4.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "picomatch",
            "direct": false,
            "version": "4.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "pirates",
            "direct": false,
            "version": "4.0.7",
            "ecosystem": "npm"
          },
          {
            "name": "pkg-dir",
            "direct": false,
            "version": "4.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "playwright",
            "direct": false,
            "version": "1.62.0",
            "ecosystem": "npm"
          },
          {
            "name": "playwright-core",
            "direct": false,
            "version": "1.62.0",
            "ecosystem": "npm"
          },
          {
            "name": "png-js",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "postcss",
            "direct": false,
            "version": "8.5.23",
            "ecosystem": "npm"
          },
          {
            "name": "postcss-modules-extract-imports",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "postcss-modules-local-by-default",
            "direct": false,
            "version": "4.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "postcss-modules-scope",
            "direct": false,
            "version": "3.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "postcss-modules-values",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "postcss-selector-parser",
            "direct": false,
            "version": "7.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "postcss-value-parser",
            "direct": false,
            "version": "4.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "postgres-array",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "postgres-bytea",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "postgres-date",
            "direct": false,
            "version": "1.0.7",
            "ecosystem": "npm"
          },
          {
            "name": "postgres-interval",
            "direct": false,
            "version": "1.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "pretty-error",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "pretty-format",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "process",
            "direct": false,
            "version": "0.11.10",
            "ecosystem": "npm"
          },
          {
            "name": "process-nextick-args",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "proper-lockfile",
            "direct": false,
            "version": "4.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "properties-reader",
            "direct": false,
            "version": "3.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "protobufjs",
            "direct": false,
            "version": "7.6.1",
            "ecosystem": "npm"
          },
          {
            "name": "pump",
            "direct": false,
            "version": "3.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "pure-rand",
            "direct": false,
            "version": "7.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "react-is",
            "direct": false,
            "version": "18.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "react-is",
            "direct": false,
            "version": "19.2.6",
            "ecosystem": "npm"
          },
          {
            "name": "readable-stream",
            "direct": false,
            "version": "2.3.8",
            "ecosystem": "npm"
          },
          {
            "name": "readable-stream",
            "direct": false,
            "version": "3.6.2",
            "ecosystem": "npm"
          },
          {
            "name": "readable-stream",
            "direct": false,
            "version": "4.7.0",
            "ecosystem": "npm"
          },
          {
            "name": "readdir-glob",
            "direct": false,
            "version": "1.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "rechoir",
            "direct": false,
            "version": "0.8.0",
            "ecosystem": "npm"
          },
          {
            "name": "relateurl",
            "direct": false,
            "version": "0.2.7",
            "ecosystem": "npm"
          },
          {
            "name": "renderkid",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "require-directory",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "require-from-string",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "resolve",
            "direct": false,
            "version": "1.22.12",
            "ecosystem": "npm"
          },
          {
            "name": "resolve-cwd",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "resolve-from",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "restructure",
            "direct": false,
            "version": "3.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "retry",
            "direct": false,
            "version": "0.12.0",
            "ecosystem": "npm"
          },
          {
            "name": "rxjs",
            "direct": false,
            "version": "7.8.2",
            "ecosystem": "npm"
          },
          {
            "name": "safe-buffer",
            "direct": false,
            "version": "5.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "safe-buffer",
            "direct": false,
            "version": "5.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "safer-buffer",
            "direct": false,
            "version": "2.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "sax",
            "direct": false,
            "version": "1.6.1",
            "ecosystem": "npm"
          },
          {
            "name": "schema-utils",
            "direct": false,
            "version": "3.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "schema-utils",
            "direct": false,
            "version": "4.3.3",
            "ecosystem": "npm"
          },
          {
            "name": "semver",
            "direct": false,
            "version": "6.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "semver",
            "direct": false,
            "version": "7.8.0",
            "ecosystem": "npm"
          },
          {
            "name": "semver",
            "direct": false,
            "version": "7.8.5",
            "ecosystem": "npm"
          },
          {
            "name": "serialize-javascript",
            "direct": false,
            "version": "7.0.7",
            "ecosystem": "npm"
          },
          {
            "name": "setimmediate",
            "direct": false,
            "version": "1.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "shallow-clone",
            "direct": false,
            "version": "3.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "shebang-command",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "shebang-regex",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "signal-exit",
            "direct": false,
            "version": "3.0.7",
            "ecosystem": "npm"
          },
          {
            "name": "signal-exit",
            "direct": false,
            "version": "4.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "slash",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "source-map",
            "direct": false,
            "version": "0.6.1",
            "ecosystem": "npm"
          },
          {
            "name": "source-map-js",
            "direct": false,
            "version": "1.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "source-map-support",
            "direct": false,
            "version": "0.5.13",
            "ecosystem": "npm"
          },
          {
            "name": "source-map-support",
            "direct": false,
            "version": "0.5.21",
            "ecosystem": "npm"
          },
          {
            "name": "split-ca",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "split2",
            "direct": false,
            "version": "4.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "sprintf-js",
            "direct": false,
            "version": "1.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "ssh-remote-port-forward",
            "direct": false,
            "version": "1.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "ssh2",
            "direct": false,
            "version": "1.16.0",
            "ecosystem": "npm"
          },
          {
            "name": "stack-utils",
            "direct": false,
            "version": "2.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "streamx",
            "direct": false,
            "version": "2.25.0",
            "ecosystem": "npm"
          },
          {
            "name": "string-length",
            "direct": false,
            "version": "4.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "string-width",
            "direct": false,
            "version": "4.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "string-width",
            "direct": false,
            "version": "5.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "string_decoder",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "string_decoder",
            "direct": false,
            "version": "1.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "strip-ansi",
            "direct": false,
            "version": "6.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "strip-ansi",
            "direct": false,
            "version": "7.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "strip-ansi",
            "direct": false,
            "version": "7.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "strip-bom",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "strip-final-newline",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "strip-json-comments",
            "direct": false,
            "version": "3.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "style-loader",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "supports-color",
            "direct": false,
            "version": "7.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "supports-color",
            "direct": false,
            "version": "8.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "supports-preserve-symlinks-flag",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "synckit",
            "direct": false,
            "version": "0.11.12",
            "ecosystem": "npm"
          },
          {
            "name": "tapable",
            "direct": false,
            "version": "2.3.3",
            "ecosystem": "npm"
          },
          {
            "name": "tar-fs",
            "direct": false,
            "version": "2.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "tar-fs",
            "direct": false,
            "version": "3.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "tar-stream",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "tar-stream",
            "direct": false,
            "version": "3.1.7",
            "ecosystem": "npm"
          },
          {
            "name": "teex",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "terser",
            "direct": false,
            "version": "5.49.0",
            "ecosystem": "npm"
          },
          {
            "name": "test-exclude",
            "direct": false,
            "version": "6.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "testcontainers",
            "direct": false,
            "version": "12.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "text-decoder",
            "direct": false,
            "version": "1.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "tiny-inflate",
            "direct": false,
            "version": "1.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "tinyglobby",
            "direct": false,
            "version": "0.2.17",
            "ecosystem": "npm"
          },
          {
            "name": "tmp",
            "direct": false,
            "version": "0.2.7",
            "ecosystem": "npm"
          },
          {
            "name": "tmpl",
            "direct": false,
            "version": "1.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "tslib",
            "direct": false,
            "version": "2.8.1",
            "ecosystem": "npm"
          },
          {
            "name": "tweetnacl",
            "direct": false,
            "version": "0.14.5",
            "ecosystem": "npm"
          },
          {
            "name": "type-detect",
            "direct": false,
            "version": "4.0.8",
            "ecosystem": "npm"
          },
          {
            "name": "type-fest",
            "direct": false,
            "version": "0.21.3",
            "ecosystem": "npm"
          },
          {
            "name": "typescript",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "undici",
            "direct": false,
            "version": "8.5.0",
            "ecosystem": "npm"
          },
          {
            "name": "undici-types",
            "direct": false,
            "version": "5.26.5",
            "ecosystem": "npm"
          },
          {
            "name": "undici-types",
            "direct": false,
            "version": "6.20.0",
            "ecosystem": "npm"
          },
          {
            "name": "undici-types",
            "direct": false,
            "version": "8.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "unicode-properties",
            "direct": false,
            "version": "1.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "unicode-trie",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "unrs-resolver",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "update-browserslist-db",
            "direct": false,
            "version": "1.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "url-loader",
            "direct": false,
            "version": "4.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "util-deprecate",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "utila",
            "direct": false,
            "version": "0.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "uuid",
            "direct": false,
            "version": "14.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "v8-to-istanbul",
            "direct": false,
            "version": "9.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "walker",
            "direct": false,
            "version": "1.0.8",
            "ecosystem": "npm"
          },
          {
            "name": "watchpack",
            "direct": false,
            "version": "2.5.2",
            "ecosystem": "npm"
          },
          {
            "name": "webpack",
            "direct": false,
            "version": "5.109.0",
            "ecosystem": "npm"
          },
          {
            "name": "webpack-cli",
            "direct": false,
            "version": "7.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "webpack-merge",
            "direct": false,
            "version": "6.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "webpack-sources",
            "direct": false,
            "version": "3.5.1",
            "ecosystem": "npm"
          },
          {
            "name": "which",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "wildcard",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "wrap-ansi",
            "direct": false,
            "version": "7.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "wrap-ansi",
            "direct": false,
            "version": "8.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "wrappy",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "write-file-atomic",
            "direct": false,
            "version": "5.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "xml",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "xmldoc",
            "direct": false,
            "version": "2.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "xtend",
            "direct": false,
            "version": "4.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "y18n",
            "direct": false,
            "version": "5.0.8",
            "ecosystem": "npm"
          },
          {
            "name": "yallist",
            "direct": false,
            "version": "3.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "yaml",
            "direct": false,
            "version": "2.8.3",
            "ecosystem": "npm"
          },
          {
            "name": "yargs",
            "direct": false,
            "version": "17.7.2",
            "ecosystem": "npm"
          },
          {
            "name": "yargs-parser",
            "direct": false,
            "version": "21.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "yocto-queue",
            "direct": false,
            "version": "0.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "zip-stream",
            "direct": false,
            "version": "6.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "JunitXml.TestLogger",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "nuget"
          },
          {
            "name": "Microsoft.NET.Test.Sdk",
            "direct": false,
            "version": "18.5.1",
            "ecosystem": "nuget"
          },
          {
            "name": "Neo4j.Driver",
            "direct": false,
            "version": "6.2.1",
            "ecosystem": "nuget"
          },
          {
            "name": "Npgsql",
            "direct": false,
            "version": "10.0.2",
            "ecosystem": "nuget"
          },
          {
            "name": "Testcontainers",
            "direct": false,
            "version": "4.11.0",
            "ecosystem": "nuget"
          },
          {
            "name": "xunit",
            "direct": false,
            "version": "2.9.3",
            "ecosystem": "nuget"
          },
          {
            "name": "xunit.runner.visualstudio",
            "direct": false,
            "version": "2.8.2",
            "ecosystem": "nuget"
          },
          {
            "name": "bandit",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "build",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "jpype1",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "numpy",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "py7zr",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "pyyaml",
            "direct": false,
            "version": "6.0.2",
            "ecosystem": "pypi"
          },
          {
            "name": "setuptools",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          }
        ],
        "collected": true,
        "truncated": false,
        "total_count": 873,
        "direct_count": 125,
        "indirect_count": 748
      }
    },
    "maintainership": {
      "issues": {
        "open_prs": 24,
        "merged_prs": 2687,
        "open_issues": 54,
        "closed_ratio": 0.975,
        "closed_issues": 2108,
        "closed_unmerged_prs": 316
      },
      "bus_factor": 1,
      "bot_contributors": 5,
      "top_contributors": [
        {
          "type": "User",
          "login": "lvca",
          "commits": 3712,
          "avatar_url": "https://avatars.githubusercontent.com/u/312606?v=4"
        },
        {
          "type": "User",
          "login": "robfrank",
          "commits": 646,
          "avatar_url": "https://avatars.githubusercontent.com/u/413587?v=4"
        },
        {
          "type": "User",
          "login": "gramian",
          "commits": 159,
          "avatar_url": "https://avatars.githubusercontent.com/u/4374619?v=4"
        },
        {
          "type": "User",
          "login": "arcade-player",
          "commits": 122,
          "avatar_url": "https://avatars.githubusercontent.com/u/56138992?v=4"
        },
        {
          "type": "User",
          "login": "antarcticgiraffe",
          "commits": 36,
          "avatar_url": "https://avatars.githubusercontent.com/u/89014087?v=4"
        },
        {
          "type": "User",
          "login": "actions-user",
          "commits": 27,
          "avatar_url": "https://avatars.githubusercontent.com/u/65916846?v=4"
        },
        {
          "type": "User",
          "login": "ExtReMLapin",
          "commits": 23,
          "avatar_url": "https://avatars.githubusercontent.com/u/3909752?v=4"
        },
        {
          "type": "User",
          "login": "tae898",
          "commits": 19,
          "avatar_url": "https://avatars.githubusercontent.com/u/10544311?v=4"
        },
        {
          "type": "User",
          "login": "justinblethrow-cloud",
          "commits": 16,
          "avatar_url": "https://avatars.githubusercontent.com/u/226385385?v=4"
        },
        {
          "type": "User",
          "login": "snyk-bot",
          "commits": 14,
          "avatar_url": "https://avatars.githubusercontent.com/u/19733683?v=4"
        }
      ],
      "contributors_sampled": 41,
      "top_contributor_share": 0.767
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "benchmark-tests.yml",
        "bolt-conformance-spec.yml",
        "bolt-nightly.yml",
        "claude-code-review.yml",
        "claude.yml",
        "ha-resilience-tests.yml",
        "license-compliance.yml",
        "load-tests.yml",
        "meterian.yml",
        "mvn-deploy.yml",
        "mvn-release.yml",
        "mvn-test.yml",
        "native-image.yml",
        "sponsor-priority.yml",
        "studio-security-audit.yml",
        "test-python-bindings.yml",
        "test-python-examples.yml"
      ],
      "has_docs_dir": true,
      "linter_configs": [],
      "has_editorconfig": false,
      "has_linter_config": true,
      "has_precommit_config": true
    },
    "security_signals": {
      "lockfiles": [
        "go.sum",
        "package-lock.json"
      ],
      "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": 0,
            "reason": "branch protection not enabled on development/release branches",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
          },
          {
            "name": "CI-Tests",
            "score": 9,
            "reason": "15 out of 16 merged PRs checked by a CI test -- score normalized to 9",
            "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/30 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 13 contributing companies or organizations",
            "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": "30 commit(s) and 22 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": 8,
            "reason": "dependency not pinned by hash detected -- score normalized to 8",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
          },
          {
            "name": "SAST",
            "score": 9,
            "reason": "SAST tool detected but not run on all commits",
            "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": 1,
            "reason": "1 out of the last 5 releases have a total of 1 signed artifacts.",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
          },
          {
            "name": "Token-Permissions",
            "score": 0,
            "reason": "detected GitHub workflow tokens with excessive permissions",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
          },
          {
            "name": "Vulnerabilities",
            "score": 0,
            "reason": "11 existing vulnerabilities detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
          }
        ],
        "commit": "340f1bee561f86dd8bc7fc907e40ad6939c2677f",
        "ran_at": "2026-07-29T01:28:33Z",
        "aggregate_score": 5.6,
        "scorecard_version": "v5.5.0"
      },
      "has_codeql_workflow": false,
      "has_security_policy": true,
      "has_dependabot_config": true
    },
    "contribution_flow": {
      "collected": true,
      "ci_last_run_at": "2026-07-29T01:04:53Z",
      "oldest_open_prs": [
        {
          "number": 1188,
          "created_at": "2023-07-26T17:27:58Z",
          "last_comment_at": "2024-01-14T23:55:20Z",
          "last_comment_author": "lvca"
        },
        {
          "number": 1934,
          "created_at": "2025-01-25T07:06:58Z",
          "last_comment_at": "2025-07-04T05:03:02Z",
          "last_comment_author": "lvca"
        },
        {
          "number": 2059,
          "created_at": "2025-03-12T15:42:54Z",
          "last_comment_at": "2025-03-12T17:16:11Z",
          "last_comment_author": "ExtReMLapin"
        },
        {
          "number": 2554,
          "created_at": "2025-09-23T21:01:19Z",
          "last_comment_at": "2025-09-23T21:25:14Z",
          "last_comment_author": "codacy-production"
        },
        {
          "number": 2561,
          "created_at": "2025-09-28T07:53:52Z",
          "last_comment_at": "2025-09-28T08:23:34Z",
          "last_comment_author": "codacy-production"
        },
        {
          "number": 2778,
          "created_at": "2025-11-15T14:14:27Z",
          "last_comment_at": "2025-11-15T20:19:59Z",
          "last_comment_author": "codacy-production"
        },
        {
          "number": 3235,
          "created_at": "2026-01-25T10:13:09Z",
          "last_comment_at": "2026-01-28T19:17:09Z",
          "last_comment_author": "lvca"
        },
        {
          "number": 3895,
          "created_at": "2026-04-18T15:16:41Z",
          "last_comment_at": "2026-04-22T08:51:12Z",
          "last_comment_author": "ExtReMLapin"
        },
        {
          "number": 4007,
          "created_at": "2026-04-27T21:49:19Z",
          "last_comment_at": "2026-04-27T22:34:24Z",
          "last_comment_author": "codecov"
        },
        {
          "number": 4904,
          "created_at": "2026-07-02T17:34:12Z",
          "last_comment_at": "2026-07-02T17:40:10Z",
          "last_comment_author": "codacy-production"
        },
        {
          "number": 4969,
          "created_at": "2026-07-04T15:24:11Z",
          "last_comment_at": "2026-07-12T10:56:25Z",
          "last_comment_author": "github-actions"
        },
        {
          "number": 5078,
          "created_at": "2026-07-07T05:06:00Z",
          "last_comment_at": "2026-07-09T15:48:49Z",
          "last_comment_author": "lvca"
        },
        {
          "number": 5200,
          "created_at": "2026-07-10T09:22:47Z",
          "last_comment_at": "2026-07-10T09:59:01Z",
          "last_comment_author": "claude"
        },
        {
          "number": 5300,
          "created_at": "2026-07-15T16:09:45Z",
          "last_comment_at": "2026-07-17T10:19:29Z",
          "last_comment_author": "codacy-production"
        },
        {
          "number": 5312,
          "created_at": "2026-07-17T07:18:53Z",
          "last_comment_at": "2026-07-17T07:20:17Z",
          "last_comment_author": "codacy-production"
        },
        {
          "number": 5323,
          "created_at": "2026-07-18T19:24:08Z",
          "last_comment_at": "2026-07-20T10:54:06Z",
          "last_comment_author": "github-actions"
        },
        {
          "number": 5355,
          "created_at": "2026-07-20T17:37:29Z",
          "last_comment_at": "2026-07-20T17:38:34Z",
          "last_comment_author": "codacy-production"
        },
        {
          "number": 5504,
          "created_at": "2026-07-28T16:48:07Z",
          "last_comment_at": "2026-07-28T17:45:03Z",
          "last_comment_author": "codecov"
        },
        {
          "number": 5506,
          "created_at": "2026-07-28T17:38:45Z",
          "last_comment_at": "2026-07-28T18:54:08Z",
          "last_comment_author": "codecov"
        },
        {
          "number": 5510,
          "created_at": "2026-07-28T20:55:01Z",
          "last_comment_at": "2026-07-28T20:55:56Z",
          "last_comment_author": "codacy-production"
        }
      ],
      "last_merged_pr_at": "2026-07-28T20:37:01Z",
      "ci_last_conclusion": "SUCCESS",
      "oldest_open_issues": [
        {
          "number": 1992,
          "created_at": "2025-02-15T06:41:51Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 2120,
          "created_at": "2025-04-02T13:18:53Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 2346,
          "created_at": "2025-07-12T17:06:16Z",
          "last_comment_at": "2025-11-07T22:11:26Z",
          "last_comment_author": "lvca"
        },
        {
          "number": 2777,
          "created_at": "2025-11-15T14:13:16Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 3157,
          "created_at": "2026-01-16T12:33:31Z",
          "last_comment_at": "2026-01-16T14:09:28Z",
          "last_comment_author": "robfrank"
        },
        {
          "number": 3480,
          "created_at": "2026-02-18T10:03:48Z",
          "last_comment_at": "2026-03-20T06:44:17Z",
          "last_comment_author": "gramian"
        },
        {
          "number": 3816,
          "created_at": "2026-04-10T14:54:54Z",
          "last_comment_at": "2026-04-15T18:39:40Z",
          "last_comment_author": "lvca"
        },
        {
          "number": 3890,
          "created_at": "2026-04-17T17:48:13Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 3970,
          "created_at": "2026-04-23T16:20:58Z",
          "last_comment_at": "2026-04-24T19:45:53Z",
          "last_comment_author": "odysseaspenta"
        },
        {
          "number": 3993,
          "created_at": "2026-04-27T09:15:11Z",
          "last_comment_at": "2026-05-11T18:08:11Z",
          "last_comment_author": "lvca"
        },
        {
          "number": 4085,
          "created_at": "2026-05-05T17:15:27Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 4416,
          "created_at": "2026-05-29T18:35:16Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 4531,
          "created_at": "2026-06-08T22:23:49Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 4537,
          "created_at": "2026-06-10T19:45:14Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 4641,
          "created_at": "2026-06-15T15:50:00Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 4859,
          "created_at": "2026-07-02T10:16:23Z",
          "last_comment_at": "2026-07-24T06:12:18Z",
          "last_comment_author": "robfrank"
        },
        {
          "number": 4866,
          "created_at": "2026-07-02T10:17:41Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 4869,
          "created_at": "2026-07-02T11:45:51Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 4870,
          "created_at": "2026-07-02T11:46:17Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 4871,
          "created_at": "2026-07-02T11:46:37Z",
          "last_comment_at": null,
          "last_comment_author": null
        }
      ]
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/ArcadeData/arcadedb",
    "host": "github.com",
    "name": "arcadedb",
    "owner": "ArcadeData"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "good",
      "name": "Overall health",
      "note": null,
      "notes": [],
      "value": 79,
      "inputs": {
        "security": 60,
        "vitality": 96,
        "community": 79,
        "governance": 68,
        "engineering": 91
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "excellent",
        "name": "Vitality",
        "value": 96,
        "weight": 0.22,
        "metrics": [
          {
            "key": "development_activity",
            "band": "excellent",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "commits_last_year": 4382,
              "human_commit_share": 0.62,
              "days_since_last_push": 0,
              "active_weeks_last_year": 52
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 0 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 0
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_cadence",
                "name": "Commit cadence",
                "detail": "52/52 weeks with commits",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 52
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "4382 commits in the last year",
                "points": 18,
                "status": "met",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 4382
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "openssf_scorecard_maintained",
                "name": "OpenSSF Scorecard: Maintained",
                "detail": "30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "release_discipline",
            "band": "excellent",
            "name": "Release discipline",
            "note": null,
            "notes": [],
            "value": 91,
            "inputs": {
              "releases_count": 58,
              "latest_release_tag": "26.7.3",
              "releases_from_tags": false,
              "days_since_latest_release": 11,
              "mean_days_between_releases": 19.4
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "58 releases published",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "releases_published",
                    "params": {
                      "count": 58
                    }
                  }
                ],
                "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 ~19.4 days",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 19.4
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "openssf_scorecard_signed_releases",
                "name": "OpenSSF Scorecard: Signed-Releases",
                "detail": "1 out of the last 5 releases have a total of 1 signed artifacts.",
                "points": 1,
                "status": "partial",
                "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": 0,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "last human commit 0 days ago",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "abandonment_maintained",
                    "params": {
                      "days": 0
                    }
                  }
                ],
                "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": "good",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 73,
            "inputs": {
              "forks": 125,
              "stars": 1047,
              "watchers": 15,
              "growth_state": "unverified",
              "growth_factor_pct": 100,
              "growth_unverified_reason": "no_history"
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "1,047 stars",
                "points": 49,
                "status": "partial",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 1047
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "125 forks",
                "points": 17.4,
                "status": "partial",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 125
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "watchers",
                "name": "Watchers",
                "detail": "15 watchers",
                "points": 6.4,
                "status": "partial",
                "details": [
                  {
                    "code": "watchers",
                    "params": {
                      "count": 15
                    }
                  }
                ],
                "max_points": 15
              }
            ]
          },
          {
            "key": "community_health",
            "band": "excellent",
            "name": "Community health",
            "note": null,
            "notes": [],
            "value": 85,
            "inputs": {
              "has_readme": true,
              "has_license": true,
              "has_contributing": true,
              "has_issue_template": true,
              "has_code_of_conduct": false,
              "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": 0,
                "status": "missed",
                "details": [],
                "max_points": 13.5
              },
              {
                "key": "issue_template",
                "name": "Issue template",
                "detail": null,
                "points": 7.2,
                "status": "met",
                "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": "moderate",
        "name": "Sustainability & Governance",
        "value": 68,
        "weight": 0.24,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "at_risk",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 38,
            "inputs": {
              "bus_factor": 1,
              "contributors_sampled": 41,
              "top_contributor_share": 0.767
            },
            "components": [
              {
                "key": "bus_factor",
                "name": "Bus factor",
                "detail": "1 contributor(s) cover half of all commits",
                "points": 9,
                "status": "partial",
                "details": [
                  {
                    "code": "bus_factor",
                    "params": {
                      "count": 1
                    }
                  }
                ],
                "max_points": 54
              },
              {
                "key": "commit_distribution",
                "name": "Commit distribution",
                "detail": "top contributor authored 77% of commits",
                "points": 5.2,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 77
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "41 contributors",
                "points": 13.5,
                "status": "met",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 41
                    }
                  }
                ],
                "max_points": 13.5
              },
              {
                "key": "openssf_scorecard_contributors",
                "name": "OpenSSF Scorecard: Contributors",
                "detail": "project has 13 contributing companies or organizations",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "responsiveness",
            "band": "good",
            "name": "Issue & PR responsiveness",
            "note": null,
            "notes": [],
            "value": 80,
            "inputs": {
              "merged_prs": 2687,
              "open_issues": 54,
              "closed_issues": 2108,
              "issue_closed_ratio": 0.975,
              "closed_unmerged_prs": 316
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "98% of issues closed",
                "points": 45.6,
                "status": "partial",
                "details": [
                  {
                    "code": "issues_closed_share",
                    "params": {
                      "share": 98
                    }
                  }
                ],
                "max_points": 46.75
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "2687/3003 decided PRs merged",
                "points": 34.2,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 2687,
                      "decided": 3003
                    }
                  }
                ],
                "max_points": 38.25
              },
              {
                "key": "openssf_scorecard_code_review",
                "name": "OpenSSF Scorecard: Code-Review",
                "detail": "Found 1/30 approved changesets -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              }
            ]
          },
          {
            "key": "stewardship",
            "band": "moderate",
            "name": "Ownership & stewardship",
            "note": null,
            "notes": [],
            "value": 65,
            "inputs": {
              "followers": 46,
              "owner_type": "Organization",
              "is_verified": null,
              "owner_login": "ArcadeData",
              "public_repos": 28,
              "account_age_days": 3228
            },
            "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": "46 followers of ArcadeData",
                "points": 12,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 46,
                      "login": "ArcadeData"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "28 public repos, account ~8 yr old",
                "points": 22.6,
                "status": "partial",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 28
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 8
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          },
          {
            "key": "package_maintenance",
            "band": "excellent",
            "name": "Package maintenance",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "packages": [
                "com.arcadedb:arcadedb-bolt",
                "com.arcadedb:arcadedb-grpc",
                "com.arcadedb:arcadedb-grpcw",
                "com.arcadedb:arcadedb-engine",
                "com.arcadedb:arcadedb-redisw"
              ],
              "ecosystems": "maven",
              "any_deprecated": false,
              "min_days_since_publish": 11
            },
            "components": [
              {
                "key": "published_resolvable",
                "name": "Published & resolvable",
                "detail": "5 package(s) on maven",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "packages_published",
                    "params": {
                      "count": 5,
                      "ecosystems": "maven"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "publish_recency",
                "name": "Publish recency",
                "detail": "latest publish 11 days ago",
                "points": 35,
                "status": "met",
                "details": [
                  {
                    "code": "publish_recency",
                    "params": {
                      "days": 11
                    }
                  }
                ],
                "max_points": 35
              },
              {
                "key": "version_history",
                "name": "Version history",
                "detail": "60 published versions",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "published_versions",
                    "params": {
                      "count": 60
                    }
                  }
                ],
                "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": "excellent",
        "name": "Engineering Quality",
        "value": 91,
        "weight": 0.2,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "excellent",
            "name": "Engineering practices",
            "note": null,
            "notes": [],
            "value": 92,
            "inputs": {
              "has_ci": true,
              "has_tests": true,
              "has_editorconfig": false,
              "has_linter_config": true,
              "has_precommit_config": true
            },
            "components": [
              {
                "key": "ci_workflows",
                "name": "CI workflows",
                "detail": "17 workflow(s)",
                "points": 24,
                "status": "met",
                "details": [
                  {
                    "code": "ci_workflows",
                    "params": {
                      "count": 17
                    }
                  }
                ],
                "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": 16,
                "status": "met",
                "details": [],
                "max_points": 16
              },
              {
                "key": "pre_commit_hooks",
                "name": "Pre-commit hooks",
                "detail": null,
                "points": 9.6,
                "status": "met",
                "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": "15 out of 16 merged PRs checked by a CI test -- score normalized to 9",
                "points": 18,
                "status": "partial",
                "details": [],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "excellent",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 90,
            "inputs": {
              "topics": [
                "database",
                "dbms",
                "multi-model",
                "graph",
                "document",
                "time-series",
                "key-value",
                "embedded",
                "docker",
                "kubernetes",
                "k8s",
                "distributed",
                "arcadedb",
                "orientdb",
                "search-engine",
                "similarity-search",
                "vector-database",
                "vector-search"
              ],
              "has_wiki": false,
              "homepage": "https://arcadedb.com",
              "has_readme": true,
              "has_docs_dir": true,
              "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": 25,
                "status": "met",
                "details": [],
                "max_points": 25
              },
              {
                "key": "documentation_homepage_site",
                "name": "Documentation / homepage site",
                "detail": "https://arcadedb.com",
                "points": 15,
                "status": "met",
                "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": "18 topics",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "topics_count",
                    "params": {
                      "count": 18
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "wiki",
                "name": "Wiki",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          }
        ],
        "description": "Are baseline engineering and documentation practices in place?"
      },
      {
        "key": "security",
        "band": "moderate",
        "name": "Security",
        "value": 60,
        "weight": 0.16,
        "metrics": [
          {
            "key": "security_posture",
            "band": "moderate",
            "name": "Security posture",
            "note": null,
            "notes": [],
            "value": 56,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 18,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 0,
              "scorecard_aggregate": 5.6
            },
            "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 not enabled on development/release branches",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "ci_tests",
                "name": "CI-Tests",
                "detail": "15 out of 16 merged PRs checked by a CI test -- score normalized to 9",
                "points": 2.2,
                "status": "partial",
                "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/30 approved changesets -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "contributors",
                "name": "Contributors",
                "detail": "project has 13 contributing companies or organizations",
                "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": "30 commit(s) and 22 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 8",
                "points": 4,
                "status": "partial",
                "details": [],
                "max_points": 5
              },
              {
                "key": "sast",
                "name": "SAST",
                "detail": "SAST tool detected but not run on all commits",
                "points": 4.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": "1 out of the last 5 releases have a total of 1 signed artifacts.",
                "points": 0.8,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "token_permissions",
                "name": "Token-Permissions",
                "detail": "detected GitHub workflow tokens with excessive permissions",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "vulnerabilities",
                "name": "Vulnerabilities",
                "detail": "11 existing vulnerabilities detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              }
            ]
          },
          {
            "key": "dependency_advisories",
            "band": "good",
            "name": "Dependency advisories",
            "note": "Matched the maven:com.arcadedb:arcadedb-bolt@26.7.3 runtime dependency closure — what installing the published package pulls in — 69 packages. Reachability is not analyzed.",
            "notes": [
              {
                "code": "advisories_scope_published",
                "params": {
                  "package": "maven:com.arcadedb:arcadedb-bolt@26.7.3",
                  "assessed": 69
                }
              },
              {
                "code": "advisories_reachability",
                "params": {}
              }
            ],
            "value": 76,
            "inputs": {
              "source": "osv",
              "advisories": 12,
              "affected_packages": 3,
              "assessed_packages": 69,
              "unassessed_packages": 0,
              "affected_by_severity": "high 2, moderate 1",
              "direct_affected_packages": 0
            },
            "components": [
              {
                "key": "direct_dependencies_free_of_known_advisories",
                "name": "Direct dependencies free of known advisories",
                "detail": "no direct dependency carries a known advisory",
                "points": 35,
                "status": "met",
                "details": [
                  {
                    "code": "no_direct_advisories",
                    "params": {}
                  }
                ],
                "max_points": 35
              },
              {
                "key": "indirect_dependencies_free_of_known_advisories",
                "name": "Indirect dependencies free of known advisories",
                "detail": "3 affected: com.fasterxml.jackson.core:jackson-core 2.21.1 (high 7.5), com.fasterxml.jackson.core:jackson-databind 2.21.1 (high 8.1), io.undertow:undertow-core 2.4.2.Final (moderate 5.9)",
                "points": 6.6,
                "status": "partial",
                "details": [
                  {
                    "code": "advisories_affected",
                    "params": {
                      "count": 3,
                      "packages": "com.fasterxml.jackson.core:jackson-core 2.21.1 (high 7.5), com.fasterxml.jackson.core:jackson-databind 2.21.1 (high 8.1), io.undertow:undertow-core 2.4.2.Final (moderate 5.9)"
                    }
                  }
                ],
                "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 126 days ago",
                "points": 34.9,
                "status": "partial",
                "details": [
                  {
                    "code": "advisories_stale",
                    "params": {
                      "days": 90,
                      "count": 1,
                      "oldest": 126
                    }
                  }
                ],
                "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": 69,
              "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": 10
            },
            "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": "excellent",
        "name": "AI Readiness",
        "value": 86,
        "weight": 0,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "excellent",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 85,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 0.984,
              "agent_instruction_files": [
                "CLAUDE.md",
                "engine/CLAUDE.md",
                "ha-raft/CLAUDE.md",
                "studio/CLAUDE.md"
              ],
              "agent_instruction_max_bytes": 8176
            },
            "components": [
              {
                "key": "agent_instructions",
                "name": "Agent instructions",
                "detail": "CLAUDE.md, engine/CLAUDE.md, ha-raft/CLAUDE.md, studio/CLAUDE.md",
                "points": 45,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "CLAUDE.md, engine/CLAUDE.md, ha-raft/CLAUDE.md, studio/CLAUDE.md"
                    }
                  }
                ],
                "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": "61 of 62 human commits state their intent (structured subject or explanatory body)",
                "points": 40,
                "status": "met",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 61,
                      "sampled": 62
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "good",
            "name": "Verify loop (build / test / typecheck)",
            "note": null,
            "notes": [],
            "value": 83,
            "inputs": {
              "has_nix": false,
              "has_tests": true,
              "lockfiles": [
                "go.sum",
                "package-lock.json"
              ],
              "has_dockerfile": true,
              "typed_language": true,
              "bootstrap_files": [],
              "has_devcontainer": false,
              "has_linter_config": true,
              "typecheck_configs": [
                "e2e-studio/tsconfig.json"
              ],
              "agent_commit_share": 0,
              "toolchain_manifests": [
                "bolt/pom.xml",
                "console/pom.xml",
                "coverage/pom.xml",
                "e2e-csharp/ArcadeDB.E2ETests/ArcadeDB.E2ETests.csproj",
                "e2e-go/go.mod",
                "e2e-ha/pom.xml",
                "e2e/pom.xml",
                "engine/pom.xml",
                "graphql/pom.xml",
                "gremlin-consumer-it/pom.xml",
                "gremlin-it/pom.xml",
                "gremlin/pom.xml",
                "grpc-client/pom.xml",
                "grpc/pom.xml",
                "grpcw/pom.xml",
                "ha-raft/pom.xml",
                "integration/pom.xml",
                "load-tests/pom.xml",
                "metrics/pom.xml",
                "mongodbw/pom.xml",
                "network/pom.xml",
                "package/pom.xml",
                "pom.xml",
                "postgresw/pom.xml",
                "redisw/pom.xml",
                "server/pom.xml",
                "studio/pom.xml",
                "tracing/pom.xml"
              ],
              "dependency_bot_commit_share": 0.14
            },
            "components": [
              {
                "key": "one_command_bootstrap",
                "name": "One-command bootstrap",
                "detail": "bolt/pom.xml, console/pom.xml, coverage/pom.xml (toolchain convention, no task runner)",
                "points": 12.6,
                "status": "partial",
                "details": [
                  {
                    "code": "toolchain_convention",
                    "params": {
                      "files": "bolt/pom.xml, console/pom.xml, coverage/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": 11,
                "status": "met",
                "details": [],
                "max_points": 11
              },
              {
                "key": "static_type_checking",
                "name": "Static type checking",
                "detail": "e2e-studio/tsconfig.json",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "e2e-studio/tsconfig.json"
                    }
                  }
                ],
                "max_points": 11
              },
              {
                "key": "reproducible_environment",
                "name": "Reproducible environment",
                "detail": "Dockerfile, lockfile",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "Dockerfile, lockfile"
                    }
                  }
                ],
                "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": "14 of the last 100 commits are automated dependency updates",
                "points": 8,
                "status": "met",
                "details": [
                  {
                    "code": "dependency_bot_commits",
                    "params": {
                      "count": 14,
                      "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 8",
                "points": 8,
                "status": "partial",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "ai_code_legibility",
            "band": "excellent",
            "name": "Code legibility for models",
            "note": null,
            "notes": [],
            "value": 99,
            "inputs": {
              "primary_language": "Java",
              "largest_source_bytes": 707519,
              "source_files_sampled": 4250,
              "oversized_source_files": 58
            },
            "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": "58/4250 source files over 60KB",
                "points": 54.2,
                "status": "partial",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 4250,
                      "oversized": 58
                    }
                  }
                ],
                "max_points": 55
              }
            ]
          },
          {
            "key": "ai_interfaces",
            "band": "good",
            "name": "Machine-readable interfaces",
            "note": null,
            "notes": [],
            "value": 80,
            "inputs": {
              "example_dirs": [
                "examples"
              ],
              "has_mcp_signal": false,
              "api_schema_files": [
                "grpc/src/main/proto/arcadedb-server.proto"
              ]
            },
            "components": [
              {
                "key": "api_schema_openapi_graphql_proto",
                "name": "API schema (OpenAPI/GraphQL/proto)",
                "detail": "grpc/src/main/proto/arcadedb-server.proto",
                "points": 40,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "grpc/src/main/proto/arcadedb-server.proto"
                    }
                  }
                ],
                "max_points": 40
              },
              {
                "key": "mcp_server",
                "name": "MCP server",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 20
              },
              {
                "key": "runnable_examples",
                "name": "Runnable examples",
                "detail": "examples",
                "points": 40,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "examples"
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          }
        ],
        "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",
    "Could not fetch maven package 'com.arcadedb:arcadedb-e2e' from its registry",
    "Could not fetch go package 'arcadedb.com/e2e-go' from its registry",
    "Could not fetch maven package 'com.arcadedb:arcadedb-e2e-ha' from its registry"
  ],
  "report_type": "repository",
  "generated_at": "2026-07-29T01:28:59.681163Z",
  "schema_version": "0.27.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/ArcadeData/arcadedb.svg",
  "full_name": "ArcadeData/arcadedb",
  "license_state": "standard",
  "license_spdx": "Apache-2.0"
}

评分是信号,而非担保。 评分反映的是 GitHub 上公开可见的实践——不是代码审计,也不是安全保证。

缺失数据将被剔除并重新归一化权重,绝不按零分计。方法论已版本化并公开:指标 v1.13.0、模式 v0.27.0—— 完整方法论 · 指标知识库.

单项结果在整体记录中的位置: 汇总统计Maven.