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[: 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": 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": "" }, { "id": 41410, "full_name": "containerd/containerd", "url": "https://github.com/containerd/containerd", "description": "An open and reliable container runtime", "ecosystem": "go", "ecosystems": [ "go" ], "primary_language": "Go", "languages": [ "Go" ], "topics": [ "containerd", "oci", "containers", "docker", "cncf", "cri", "kubernetes", "hacktoberfest" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 21023, "forks": 4035, "watchers": 322, "monthly_downloads": null, "latest_score": 90, "latest_band": "excellent", "latest_scanned_at": "2026-07-26T07:48:50.287987Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "maintained", "red_flags": [], "badge_url": "" } ] } }
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.
ArcadeData/arcadedb erreicht einen Gesundheitsindex von 79 von 100 und liegt damit im Bereich Gut. Am stärksten schneidet es bei Vitality (96/100) ab, am schwächsten bei Security (60/100). Zuletzt heute aktualisiert. Ein einzelner Mitwirkender trägt den Großteil der jüngsten Arbeit.
Metriken werden auf einer Skala von 1–100 in gewichtete Kategorien gruppiert. Der Gesamtwert beginnt als ihr Mittel; sobald öffentliche Evidenz die Richtlinie für Hochrisikojurisdiktionen auslöst, wird die Bewertung angepasst und erhält die Obergrenze 49 (Gefährdet). AI Readiness liegt außerhalb.
Jede Achse ist eine Kategorie. Die Form zählt mehr als der Durchschnitt — ein gesundes Projekt füllt die gesamte Fläche, während ein Profil aus Spitzen und Kratern bedeutet, dass Stärke in einer Dimension Risiken in einer anderen verdeckt.
Dieses Repository wird von einer Organisation getragen — geteilte, rechenschaftspflichtige Trägerschaft, die jeden einzelnen Maintainer überdauern kann.
| Registry | Paket | Version | Downloads / Monat | Versionen | Zuletzt veröffentlicht |
|---|---|---|---|---|---|
| Maven | com.arcadedb:arcadedb-bolt | 26.7.3 | - | 10 | vor 11 Tagen |
| Maven | com.arcadedb:arcadedb-grpc | 26.7.3 | - | 15 | vor 11 Tagen |
| Maven | com.arcadedb:arcadedb-grpcw | 26.7.3 | - | 15 | vor 11 Tagen |
| Maven | com.arcadedb:arcadedb-engine | 26.7.3 | - | 60 | vor 11 Tagen |
| Maven | com.arcadedb:arcadedb-redisw | 26.7.3 | - | 60 | vor 11 Tagen |
Lebt das Projekt — wird Code geschrieben und werden Releases ausgeliefert?
| 36/36 | Push-Aktualität — letzter Push vor 0 Tagen |
| 36/36 | Commit-Rhythmus — 52/52 Wochen mit Commits |
| 18/18 | Commit-Volumen — 4.382 Commits im letzten Jahr |
| 10/10 | OpenSSF Scorecard: Maintained — 30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10 |
| commits_last_year | 4.382 |
| human_commit_share | 0,62 |
| days_since_last_push | 0 |
| active_weeks_last_year | 52 |
| 27/27 | Liefert Releases aus — 58 Releases veröffentlicht |
| 36/36 | Release-Aktualität — letztes Release vor 11 Tagen |
| 27/27 | Release-Rhythmus — ein Release etwa alle 19,4 Tage |
| 1/10 | OpenSSF Scorecard: Signed-Releases — 1 out of the last 5 releases have a total of 1 signed artifacts. |
| releases_count | 58 |
| latest_release_tag | 26.7.3 |
| releases_from_tags | nein |
| days_since_latest_release | 11 |
| mean_days_between_releases | 19,4 |
Hat das Projekt Nutzer, Downloads, Aufmerksamkeit und ein einladendes Umfeld für Beitragende?
| 49/60 | Stars — 1.047 Stars |
| 17.4/25 | Forks — 125 Forks |
| 6.4/15 | Watcher — 15 Watcher |
| forks | 125 |
| stars | 1.047 |
| watchers | 15 |
| growth_state | unverified |
| growth_factor_pct | 100 |
| growth_unverified_reason | no_history |
| 22.5/22.5 | README |
| 22.5/22.5 | Lizenz — anerkannte Lizenz (Apache-2.0) |
| 18/18 | CONTRIBUTING-Leitfaden |
| 0/13.5 | Verhaltenskodex |
| 7.2/7.2 | Issue-Vorlage |
| 6.3/6.3 | PR-Vorlage |
| has_readme | ja |
| has_license | ja |
| has_contributing | ja |
| has_issue_template | ja |
| has_code_of_conduct | nein |
| has_pull_request_template | ja |
Überdauert das Projekt die Menschen, die es tragen — Bus-Faktor, Reaktionsfähigkeit, Trägerschaft und Paketpflege?
| 9/54 | Bus-Faktor — 1 Beitragende decken die Hälfte aller Commits ab |
| 5.2/22.5 | Commit-Verteilung — wichtigste beitragende Person verfasste 77 % der Commits |
| 13.5/13.5 | Breite der Beitragenden — 41 Beitragende |
| 10/10 | OpenSSF Scorecard: Contributors — project has 13 contributing companies or organizations |
| bus_factor | 1 |
| contributors_sampled | 41 |
| top_contributor_share | 0,767 |
| 45.6/46.8 | Issue-Lösungsquote — 98 % der Issues geschlossen |
| 34.2/38.3 | PR-Annahme — 2.687/3.003 entschiedene PRs gemergt |
| 0/15 | OpenSSF Scorecard: Code-Review — Found 1/30 approved changesets -- score normalized to 0 |
| merged_prs | 2.687 |
| open_issues | 54 |
| closed_issues | 2.108 |
| issue_closed_ratio | 0,975 |
| closed_unmerged_prs | 316 |
| 30/30 | Organisatorische Trägerschaft — im Besitz einer Organisation |
| 0/20 | Verifizierte Domain |
| 12/25 | Reichweite des Inhabers — 46 Follower von ArcadeData |
| 22.6/25 | Kontohistorie — 28 öffentliche Repos, Kontoalter ca. 8 Jahre |
| followers | 46 |
| owner_type | Organization |
| is_verified | — |
| owner_login | ArcadeData |
| public_repos | 28 |
| account_age_days | 3.228 |
| 25/25 | Veröffentlicht & auflösbar — 5 Paket(e) auf maven |
| 35/35 | Veröffentlichungsaktualität — letzte Veröffentlichung vor 11 Tagen |
| 20/20 | Versionshistorie — 60 veröffentlichte Versionen |
| 20/20 | Nicht veraltet — aktiv, nicht veraltet oder zurückgezogen |
| 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 | nein |
| min_days_since_publish | 11 |
Sind grundlegende Engineering- und Dokumentationspraktiken vorhanden?
| 24/24 | CI-Workflows — 17 Workflow(s) |
| 24/24 | Tests vorhanden |
| 16/16 | Linter-Konfiguration |
| 9.6/9.6 | Pre-Commit-Hooks |
| 0/6.4 | .editorconfig |
| 18/20 | OpenSSF Scorecard: CI-Tests — 15 out of 16 merged PRs checked by a CI test -- score normalized to 9 |
| has_ci | ja |
| has_tests | ja |
| has_editorconfig | nein |
| has_linter_config | ja |
| has_precommit_config | ja |
| 30/30 | README |
| 25/25 | Dokumentationsverzeichnis |
| 15/15 | Dokumentations-/Homepage-Site — https://arcadedb.com |
| 10/10 | Repository-Beschreibung |
| 10/10 | Topics — 18 Topics |
| 0/10 | Wiki |
| 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 | nein |
| homepage | https://arcadedb.com |
| has_readme | ja |
| has_docs_dir | ja |
| has_description | ja |
Sind die sichtbaren Sicherheits- und Lieferkettenpraktiken belastbar, ohne ungeklärte Exposition gegenüber Hochrisikojurisdiktionen?
| 7.5/7.5 | Binary-Artifacts — no binaries found in the repo |
| 0/7.5 | Branch-Protection — branch protection not enabled on development/release branches |
| 2.2/2.5 | CI-Tests — 15 out of 16 merged PRs checked by a CI test -- score normalized to 9 |
| 0/2.5 | CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected |
| 0/7.5 | Code-Review — Found 1/30 approved changesets -- score normalized to 0 |
| 2.5/2.5 | Contributors — project has 13 contributing companies or organizations |
| 10/10 | Dangerous-Workflow — no dangerous workflow patterns detected |
| 7.5/7.5 | Dependency-Update-Tool — update tool detected |
| 0/5 | Fuzzing — project is not fuzzed |
| 2.5/2.5 | Lizenz — license file detected |
| 7.5/7.5 | Maintained — 30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10 |
| 5/5 | Packaging — packaging workflow detected |
| 4/5 | Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 8 |
| 4.5/5 | SAST — SAST tool detected but not run on all commits |
| 5/5 | Security-Policy — security policy file detected |
| 0.8/7.5 | Signed-Releases — 1 out of the last 5 releases have a total of 1 signed artifacts. |
| 0/7.5 | Token-Permissions — detected GitHub workflow tokens with excessive permissions |
| 0/7.5 | Vulnerabilities — 11 existing vulnerabilities detected |
| source | openssf_scorecard |
| checks_evaluated | 18 |
| scorecard_version | v5.5.0 |
| checks_inconclusive | 0 |
| scorecard_aggregate | 5,6 |
| 35/35 | Direkte Abhängigkeiten ohne bekannte Advisories — keine direkte Abhängigkeit trägt ein bekanntes Advisory |
| 6.6/25 | Indirekte Abhängigkeiten ohne bekannte Advisories — 3 betroffen: 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 | Keine offenen Advisories — 1 Paket(e) mit Advisory seit über 90 Tagen unbehandelt; ältestes vor 126 Tagen veröffentlicht |
| source | osv |
| advisories | 12 |
| affected_packages | 3 |
| assessed_packages | 69 |
| unassessed_packages | 0 |
| affected_by_severity | high 2, moderate 1 |
| direct_affected_packages | 0 |
Wie gut ist das Repository dafür ausgestattet, mit KI-Coding-Agenten entwickelt und gepflegt zu werden? Ein unabhängiges, experimentelles Badge — Gewicht 0,0, es wird eigenständig ausgewiesen und verändert den Gesamt-Gesundheitswert nicht.
| 45/45 | Agentenanweisungen — CLAUDE.md, engine/CLAUDE.md, ha-raft/CLAUDE.md, studio/CLAUDE.md |
| 0/15 | Maschinenlesbare Doku (llms.txt) |
| 40/40 | Lesbare Commit-Historie — 61 von 62 menschlichen Commits benennen ihre Absicht (strukturierter Betreff oder erläuternder Text) |
| has_llms_txt | nein |
| legible_history_share | 0,984 |
| agent_instruction_files | CLAUDE.md, engine/CLAUDE.md, ha-raft/CLAUDE.md, studio/CLAUDE.md |
| agent_instruction_max_bytes | 8.176 |
| 12.6/18 | Bootstrap mit einem Befehl — bolt/pom.xml, console/pom.xml, coverage/pom.xml (Toolchain-Konvention, kein Task-Runner) |
| 22/22 | Automatisierte Tests |
| 11/11 | Lint-/Format-Konfiguration |
| 11/11 | Statische Typprüfung — e2e-studio/tsconfig.json |
| 10/10 | Reproduzierbare Umgebung — Dockerfile, lockfile |
| 0/10 | Belegte Agentenpraxis — keine von Agenten verfassten Commits unter den letzten 100 |
| 8/8 | Automatisierte Wartung — 14 der letzten 100 Commits sind automatisierte Abhängigkeits-Updates |
| 8/10 | OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 8 |
| has_nix | nein |
| has_tests | ja |
| lockfiles | go.sum, package-lock.json |
| has_dockerfile | ja |
| typed_language | ja |
| bootstrap_files | — |
| has_devcontainer | nein |
| has_linter_config | ja |
| 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 |
| 45/45 | Typprüfbarer Code — Java (statisch typisiert) |
| 54.2/55 | Handhabbare Dateigrößen — 58/4.250 Quelldateien über 60 KB |
| primary_language | Java |
| largest_source_bytes | 707.519 |
| source_files_sampled | 4.250 |
| oversized_source_files | 58 |
| 40/40 | API-Schema (OpenAPI/GraphQL/proto) — grpc/src/main/proto/arcadedb-server.proto |
| 0/20 | MCP-Server |
| 40/40 | Lauffähige Beispiele — examples |
| example_dirs | examples |
| has_mcp_signal | nein |
| api_schema_files | grpc/src/main/proto/arcadedb-server.proto |
Wann jeder Stern und Fork hinzugefügt wurde, von GitHub erfasst und nach Tagen gruppiert. Das kumulierte Wachstum steht direkt über den täglichen Zugängen, aus denen es besteht, sodass beide gegeneinander lesbar sind: stetiger organischer Zuwachs sieht ganz anders aus als ein abrupter, kurzlebiger Ausschlag. Wo dieser Unterschied messbar ist, wird er als Wachstumsauthentizität ausgewiesen.
Jeder Punkt umfasst 5 Tage.
Unabhängige, werkzeugneutrale Sicherheitsbewertung durch das quelloffene OpenSSF Scorecard. Jede Prüfung honoriert eine Sicherheits-Praxis, nicht das Werkzeug eines bestimmten Anbieters. Prüfungen, die Scorecard nicht ermitteln konnte, sind mit k. A. markiert und vom Sicherheitswert ausgeschlossen (nie als null gezählt).
| 10 | Binary-Artifacts | no binaries found in the repo |
| 0 | Branch-Protection | branch protection not enabled on development/release branches |
| 9 | CI-Tests | 15 out of 16 merged PRs checked by a CI test -- score normalized to 9 |
| 0 | CII-Best-Practices | no effort to earn an OpenSSF best practices badge detected |
| 0 | Code-Review | Found 1/30 approved changesets -- score normalized to 0 |
| 10 | Contributors | project has 13 contributing companies or organizations |
| 10 | Dangerous-Workflow | no dangerous workflow patterns detected |
| 10 | Dependency-Update-Tool | update tool detected |
| 0 | Fuzzing | project is not fuzzed |
| 10 | License | license file detected |
| 10 | Maintained | 30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10 |
| 10 | Packaging | packaging workflow detected |
| 8 | Pinned-Dependencies | dependency not pinned by hash detected -- score normalized to 8 |
| 9 | SAST | SAST tool detected but not run on all commits |
| 10 | Security-Policy | security policy file detected |
| 1 | Signed-Releases | 1 out of the last 5 releases have a total of 1 signed artifacts. |
| 0 | Token-Permissions | detected GitHub workflow tokens with excessive permissions |
| 0 | Vulnerabilities | 11 existing vulnerabilities detected |
| Registry | Paket | Versionsvorgabe | Manifest |
|---|---|---|---|
| Maven | com.arcadedb:arcadedb-engine | ${project.parent.version} | console/pom.xml |
| Maven | com.arcadedb:arcadedb-network | ${project.parent.version} | console/pom.xml |
| Maven | com.arcadedb:arcadedb-integration | ${project.parent.version} | console/pom.xml |
| Maven | org.jline:jline-terminal | ${jline.version} | console/pom.xml |
| Maven | org.jline:jline-reader | ${jline.version} | console/pom.xml |
| Maven | org.jline:jline-terminal-jni | ${jline.version} | console/pom.xml |
| Maven | org.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 |
| Go | github.com/neo4j/neo4j-go-driver/v5 | v5.28.4 | e2e-go/go.mod |
| Go | github.com/stretchr/testify | v1.11.1 | e2e-go/go.mod |
| Go | github.com/testcontainers/testcontainers-go | v0.43.0 | e2e-go/go.mod |
| npm | neo4j-driver | ^6.0.1 | e2e-js/package.json |
| npm | pg | ^8.16.0 | e2e-js/package.json |
| PyPI | testcontainers | >=4.15.0 | e2e-python/pyproject.toml |
| PyPI | pytest | >=9.1.1 | e2e-python/pyproject.toml |
| PyPI | pytest-check | >=2.8.0 | e2e-python/pyproject.toml |
| PyPI | pytest-asyncio | >=1.4.0 | e2e-python/pyproject.toml |
| PyPI | docker | >=7.2.0 | e2e-python/pyproject.toml |
| PyPI | psycopg | >=3.3.4 | e2e-python/pyproject.toml |
| PyPI | psycopg-binary | >=3.3.4 | e2e-python/pyproject.toml |
| PyPI | asyncpg | >=0.31.0 | e2e-python/pyproject.toml |
| PyPI | requests | >=2.34.2 | e2e-python/pyproject.toml |
| PyPI | sqlalchemy | >=2.0.51 | e2e-python/pyproject.toml |
| PyPI | neo4j | >=6.2.0 | e2e-python/pyproject.toml |
| Maven | io.cucumber:cucumber-bom | ${cucumber.version} | engine/pom.xml |
| Maven | org.slf4j:slf4j-api | ${slf4j.version} | engine/pom.xml |
| Maven | com.conversantmedia:disruptor | ${disruptor.version} | engine/pom.xml |
| Maven | at.yawk.lz4:lz4-java | ${lz4-java.version} | engine/pom.xml |
| Maven | org.apache.lucene:lucene-analysis-common | ${lucene.version} | engine/pom.xml |
| Maven | org.apache.lucene:lucene-spatial-extras | ${lucene.version} | engine/pom.xml |
| Maven | org.apache.lucene:lucene-queryparser | ${lucene.version} | engine/pom.xml |
| Maven | org.locationtech.spatial4j:spatial4j | ${spatial4j.version} | engine/pom.xml |
| Maven | org.locationtech.jts:jts-core | ${jts-core.version} | engine/pom.xml |
| Maven | com.google.code.gson:gson | ${gson.version} | engine/pom.xml |
| Maven | io.github.jbellis:jvector | ${jvector.version} | engine/pom.xml |
| Maven | org.antlr:antlr4-runtime | ${antlr4.version} | engine/pom.xml |
| Maven | org.graalvm.sdk:graal-sdk | ${graalvm.version} | engine/pom.xml |
| Maven | org.graalvm.polyglot:polyglot | ${graalvm.version} | engine/pom.xml |
| Maven | org.graalvm.polyglot:js | ${graalvm.version} | engine/pom.xml |
| Maven | com.arcadedb:arcadedb-engine | ${project.parent.version} | gremlin-consumer-it/pom.xml |
| Maven | com.arcadedb:arcadedb-gremlin | ${project.parent.version} | gremlin-consumer-it/pom.xml |
| Maven | com.arcadedb:arcadedb-integration | ${project.parent.version} | gremlin/pom.xml |
| Maven | org.antlr:antlr4-runtime | ${antlr4.version} | gremlin/pom.xml |
| Maven | io.netty:netty-all | ${netty.version} | gremlin/pom.xml |
| Maven | org.apache.commons:commons-lang3 | ${commons-lang3.version} | gremlin/pom.xml |
| Maven | org.apache.commons:commons-configuration2 | ${commons-configuration2.version} | gremlin/pom.xml |
| Maven | commons-beanutils:commons-beanutils | ${commons-beanutils.version} | gremlin/pom.xml |
| Maven | org.apache.groovy:groovy | ${groovy.version} | gremlin/pom.xml |
| Maven | org.apache.tinkerpop:gremlin-core | ${gremlin.version} | gremlin/pom.xml |
| Maven | org.apache.tinkerpop:gremlin-server | ${gremlin.version} | gremlin/pom.xml |
| Maven | org.apache.tinkerpop:gremlin-driver | ${gremlin.version} | gremlin/pom.xml |
| Maven | org.apache.tinkerpop:gremlin-util | ${gremlin.version} | gremlin/pom.xml |
| Maven | org.apache.tinkerpop:gremlin-groovy | ${gremlin.version} | gremlin/pom.xml |
| Maven | org.yaml:snakeyaml | ${snakeyaml.version} | gremlin/pom.xml |
| Maven | com.arcadedb:arcadedb-engine | ${project.parent.version} | grpc-client/pom.xml |
| Maven | com.arcadedb:arcadedb-network | ${project.parent.version} | grpc-client/pom.xml |
| Maven | com.arcadedb:arcadedb-grpc | ${project.parent.version} | grpc-client/pom.xml |
| Maven | io.grpc:grpc-netty-shaded | ${grpc.version} | grpc-client/pom.xml |
| Maven | io.grpc:grpc-protobuf | ${grpc.version} | grpc-client/pom.xml |
| Maven | io.grpc:grpc-stub | ${grpc.version} | grpc-client/pom.xml |
| Maven | io.grpc:grpc-services | ${grpc.version} | grpc-client/pom.xml |
| Maven | com.google.protobuf:protobuf-java | ${protobuf-java.version} | grpc-client/pom.xml |
| Maven | com.google.protobuf:protobuf-java-util | ${protobuf-java.version} | grpc-client/pom.xml |
| Maven | com.google.api.grpc:proto-google-common-protos | ${com.google.api.grpc.version} | grpc-client/pom.xml |
| Maven | javax.annotation:javax.annotation-api | ${javax.annotation-api.version} | grpc-client/pom.xml |
| Maven | com.arcadedb:arcadedb-grpc | ${project.parent.version} | grpc-client/pom.xml |
| Maven | io.grpc:grpc-netty-shaded | ${grpc.version} | grpc/pom.xml |
| Maven | io.grpc:grpc-protobuf | ${grpc.version} | grpc/pom.xml |
| Maven | io.grpc:grpc-stub | ${grpc.version} | grpc/pom.xml |
| Maven | io.grpc:grpc-services | ${grpc.version} | grpc/pom.xml |
| Maven | io.grpc:grpc-xds | ${grpc.version} | grpc/pom.xml |
| Maven | com.google.protobuf:protobuf-java | ${protobuf-java.version} | grpc/pom.xml |
| Maven | com.google.protobuf:protobuf-java-util | ${protobuf-java.version} | grpc/pom.xml |
| Maven | com.google.api.grpc:proto-google-common-protos | ${com.google.api.grpc.version} | grpc/pom.xml |
| Maven | javax.annotation:javax.annotation-api | ${javax.annotation-api.version} | grpc/pom.xml |
| Maven | com.arcadedb:arcadedb-grpc | ${project.parent.version} | grpcw/pom.xml |
| Maven | com.arcadedb:arcadedb-engine | ${project.parent.version} | ha-raft/pom.xml |
| Maven | com.arcadedb:arcadedb-network | ${project.parent.version} | ha-raft/pom.xml |
| Maven | org.apache.ratis:ratis-server | ${ratis.version} | ha-raft/pom.xml |
| Maven | org.apache.ratis:ratis-grpc | ${ratis.version} | ha-raft/pom.xml |
| Maven | org.apache.ratis:ratis-metrics-default | ${ratis.version} | ha-raft/pom.xml |
| Maven | com.arcadedb:arcadedb-engine | ${project.parent.version} | integration/pom.xml |
| Maven | com.sonofab1rd:univocity-parsers | ${univocity-parsers.version} | integration/pom.xml |
| Maven | io.micrometer:micrometer-registry-prometheus | ${micrometer.version} | metrics/pom.xml |
| Maven | io.micrometer:micrometer-registry-otlp | ${micrometer.version} | metrics/pom.xml |
| Maven | de.bwaldvogel:mongo-java-server | ${mongo-java-server.version} | mongodbw/pom.xml |
| Maven | io.netty:netty-transport | ${netty.version} | mongodbw/pom.xml |
| Maven | io.netty:netty-codec | ${netty.version} | mongodbw/pom.xml |
| Maven | io.netty:netty-handler | ${netty.version} | mongodbw/pom.xml |
| Maven | com.arcadedb:arcadedb-engine | ${project.parent.version} | network/pom.xml |
| Maven | com.arcadedb:arcadedb-engine | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-console | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-server | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-studio | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-ha-raft | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-metrics | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-tracing | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-gremlin | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-bolt | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-redisw | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-postgresw | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-mongodbw | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-grpcw | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-graphql | ${project.parent.version} | package/pom.xml |
| Maven | org.slf4j:slf4j-jdk14 | ${slf4j.version} | package/pom.xml |
| Maven | org.junit:junit-bom | ${junit.jupiter.version} | pom.xml |
| Maven | org.assertj:assertj-bom | ${assertj-core.version} | pom.xml |
| Maven | io.micrometer:micrometer-tracing-bom | ${micrometer-tracing.version} | pom.xml |
| Maven | io.opentelemetry:opentelemetry-bom | ${opentelemetry.version} | pom.xml |
| Maven | org.jboss.threads:jboss-threads | ${jboss-threads.version} | pom.xml |
| Maven | com.google.protobuf:protobuf-java | ${protobuf-java.version} | pom.xml |
| Maven | com.google.protobuf:protobuf-java-util | ${protobuf-java.version} | pom.xml |
| Maven | com.arcadedb:arcadedb-engine | ${project.parent.version} | server/pom.xml |
| Maven | com.arcadedb:arcadedb-network | ${project.parent.version} | server/pom.xml |
| Maven | io.undertow:undertow-core | ${undertow-core.version} | server/pom.xml |
| Maven | io.micrometer:micrometer-core | ${micrometer.version} | server/pom.xml |
| Maven | io.swagger.core.v3:swagger-core | ${swagger.version} | server/pom.xml |
| Maven | io.swagger.core.v3:swagger-annotations | ${swagger.version} | server/pom.xml |
| Maven | io.swagger.core.v3:swagger-models | ${swagger.version} | server/pom.xml |
| Maven | org.xerial.snappy:snappy-java | ${snappy.version} | server/pom.xml |
| npm | @fortawesome/fontawesome-free | ^7.3.1 | studio/package.json |
| npm | @popperjs/core | ^2.11.8 | studio/package.json |
| npm | apexcharts | ^6.5.0 | studio/package.json |
| npm | bootstrap | ^5.3.8 | studio/package.json |
| npm | codemirror | ^5.65.21 | studio/package.json |
| npm | cytoscape | ^3.34.0 | studio/package.json |
| npm | cytoscape-cxtmenu | ^3.5.0 | studio/package.json |
| npm | cytoscape-fcose | ^2.2.0 | studio/package.json |
| npm | cytoscape-graphml | ^1.0.6 | studio/package.json |
| npm | cytoscape-node-html-label | ^1.2.2 | studio/package.json |
| npm | datatables.net | ^3.0.0 | studio/package.json |
| npm | datatables.net-bs5 | ^3.0.0 | studio/package.json |
| npm | datatables.net-buttons | ^4.0.0 | studio/package.json |
| npm | datatables.net-buttons-bs5 | ^4.0.0 | studio/package.json |
| npm | datatables.net-responsive | ^4.0.0 | studio/package.json |
| npm | datatables.net-responsive-bs5 | ^4.0.0 | studio/package.json |
| npm | datatables.net-select | ^4.0.0 | studio/package.json |
| npm | datatables.net-select-bs5 | ^4.0.0 | studio/package.json |
| npm | jquery | ^4.0.0 | studio/package.json |
| npm | marked | ^18.0.7 | studio/package.json |
| npm | jszip | ^3.10.1 | studio/package.json |
| npm | pdfmake | ^0.3.11 | studio/package.json |
| npm | swagger-ui-dist | ^5.32.11 | studio/package.json |
| npm | sweetalert2 | ^11.26.25 | studio/package.json |
| Maven | io.micrometer:micrometer-tracing-bridge-otel | — | tracing/pom.xml |
| Maven | io.opentelemetry:opentelemetry-exporter-otlp | — | tracing/pom.xml |
| Maven | io.opentelemetry:opentelemetry-sdk | — | tracing/pom.xml |
Vollständig aufgelöster Abhängigkeitssatz aus dem GitHub-Abhängigkeitsgraphen: 125 direkte und 748 indirekte (transitive) Pakete. Die transitive Hülle ist vollständig, wenn das Repository eine Lockfile eincheckt.
| Registry | Paket | Version | Beziehung |
|---|---|---|---|
| Go | github.com/neo4j/neo4j-go-driver/v5 | v5.28.4 | direkt |
| Go | github.com/stretchr/testify | v1.11.1 | direkt |
| Go | github.com/testcontainers/testcontainers-go | v0.43.0 | direkt |
| Maven | at.yawk.lz4:lz4-java | 1.11.1 | direkt |
| Maven | com.arcadedb:arcadedb-bolt | — | direkt |
| Maven | com.arcadedb:arcadedb-console | — | direkt |
| Maven | com.arcadedb:arcadedb-engine | — | direkt |
| Maven | com.arcadedb:arcadedb-graphql | — | direkt |
| Maven | com.arcadedb:arcadedb-gremlin | — | direkt |
| Maven | com.arcadedb:arcadedb-grpc | — | direkt |
| Maven | com.arcadedb:arcadedb-grpcw | — | direkt |
| Maven | com.arcadedb:arcadedb-ha-raft | — | direkt |
| Maven | com.arcadedb:arcadedb-integration | — | direkt |
| Maven | com.arcadedb:arcadedb-metrics | — | direkt |
| Maven | com.arcadedb:arcadedb-mongodbw | — | direkt |
| Maven | com.arcadedb:arcadedb-network | — | direkt |
| Maven | com.arcadedb:arcadedb-postgresw | — | direkt |
| Maven | com.arcadedb:arcadedb-redisw | — | direkt |
| Maven | com.arcadedb:arcadedb-server | — | direkt |
| Maven | com.arcadedb:arcadedb-studio | — | direkt |
| Maven | com.arcadedb:arcadedb-tracing | — | direkt |
| Maven | com.conversantmedia:disruptor | 1.2.21 | direkt |
| Maven | com.google.api.grpc:proto-google-common-protos | — | direkt |
| Maven | com.google.code.gson:gson | 2.14.0 | direkt |
| Maven | com.google.protobuf:protobuf-java | — | direkt |
| Maven | com.google.protobuf:protobuf-java | 4.35.1 | direkt |
| Maven | com.google.protobuf:protobuf-java-util | — | direkt |
| Maven | com.google.protobuf:protobuf-java-util | 4.35.1 | direkt |
| Maven | com.sonofab1rd:univocity-parsers | 2.10.2 | direkt |
| Maven | commons-beanutils:commons-beanutils | 1.11.0 | direkt |
| Maven | de.bwaldvogel:mongo-java-server | 1.47.0 | direkt |
| Maven | io.cucumber:cucumber-bom | 7.34.6 | direkt |
| Maven | io.github.jbellis:jvector | 4.0.0-rc.9 | direkt |
| Maven | io.grpc:grpc-netty-shaded | — | direkt |
| Maven | io.grpc:grpc-protobuf | — | direkt |
| Maven | io.grpc:grpc-services | — | direkt |
| Maven | io.grpc:grpc-stub | — | direkt |
| Maven | io.grpc:grpc-xds | — | direkt |
| Maven | io.micrometer:micrometer-core | — | direkt |
| Maven | io.micrometer:micrometer-core | 1.17.0 | direkt |
| Maven | io.micrometer:micrometer-registry-otlp | 1.17.0 | direkt |
| Maven | io.micrometer:micrometer-registry-prometheus | 1.17.0 | direkt |
| Maven | io.micrometer:micrometer-tracing-bom | 1.7.0 | direkt |
| Maven | io.micrometer:micrometer-tracing-bridge-otel | — | direkt |
| Maven | io.netty:netty-all | 4.2.16 | direkt |
| Maven | io.netty:netty-codec | 4.2.16 | direkt |
| Maven | io.netty:netty-handler | 4.2.16 | direkt |
| Maven | io.netty:netty-transport | 4.2.16 | direkt |
| Maven | io.opentelemetry:opentelemetry-bom | 1.64.0 | direkt |
| Maven | io.opentelemetry:opentelemetry-exporter-otlp | — | direkt |
| Maven | io.opentelemetry:opentelemetry-sdk | — | direkt |
| Maven | io.swagger.core.v3:swagger-annotations | 2.2.52 | direkt |
| Maven | io.swagger.core.v3:swagger-core | 2.2.52 | direkt |
| Maven | io.swagger.core.v3:swagger-models | 2.2.52 | direkt |
| Maven | io.undertow:undertow-core | — | direkt |
| Maven | javax.annotation:javax.annotation-api | — | direkt |
| Maven | org.antlr:antlr4-runtime | 4.13.2 | direkt |
| Maven | org.antlr:antlr4-runtime | 4.9.1 | direkt |
| Maven | org.apache.commons:commons-configuration2 | 2.15.1 | direkt |
| Maven | org.apache.commons:commons-lang3 | 3.20.0 | direkt |
| Maven | org.apache.groovy:groovy | 4.0.32 | direkt |
| Maven | org.apache.lucene:lucene-analysis-common | 10.5.0 | direkt |
| Maven | org.apache.lucene:lucene-queryparser | 10.5.0 | direkt |
| Maven | org.apache.lucene:lucene-spatial-extras | 10.5.0 | direkt |
| Maven | org.apache.ratis:ratis-grpc | 3.2.2 | direkt |
| Maven | org.apache.ratis:ratis-metrics-default | 3.2.2 | direkt |
| Maven | org.apache.ratis:ratis-server | 3.2.2 | direkt |
| Maven | org.apache.tinkerpop:gremlin-core | — | direkt |
| Maven | org.apache.tinkerpop:gremlin-driver | — | direkt |
| Maven | org.apache.tinkerpop:gremlin-groovy | — | direkt |
| Maven | org.apache.tinkerpop:gremlin-server | — | direkt |
| Maven | org.apache.tinkerpop:gremlin-util | — | direkt |
| Maven | org.assertj:assertj-bom | 3.27.7 | direkt |
| Maven | org.graalvm.polyglot:js | 25.1.3 | direkt |
| Maven | org.graalvm.polyglot:polyglot | 25.1.3 | direkt |
| Maven | org.graalvm.sdk:graal-sdk | 25.1.3 | direkt |
| Maven | org.jboss.threads:jboss-threads | 3.9.2 | direkt |
| Maven | org.jline:jline-reader | 4.3.1 | direkt |
| Maven | org.jline:jline-terminal | 4.3.1 | direkt |
| Maven | org.jline:jline-terminal-jni | 4.3.1 | direkt |
| Maven | org.junit:junit-bom | 6.1.2 | direkt |
| Maven | org.locationtech.jts:jts-core | 1.20.0 | direkt |
| Maven | org.locationtech.spatial4j:spatial4j | 0.8 | direkt |
| Maven | org.slf4j:slf4j-api | — | direkt |
| Maven | org.slf4j:slf4j-jdk14 | — | direkt |
| Maven | org.slf4j:slf4j-jdk14 | 2.0.18 | direkt |
| Maven | org.xerial.snappy:snappy-java | 1.1.10.8 | direkt |
| Maven | org.yaml:snakeyaml | 2.6 | direkt |
| npm | @fortawesome/fontawesome-free | 7.3.1 | direkt |
| npm | @popperjs/core | 2.11.8 | direkt |
| npm | apexcharts | 6.5.0 | direkt |
| npm | bootstrap | 5.3.8 | direkt |
| npm | codemirror | 5.65.21 | direkt |
| npm | cytoscape | 3.34.0 | direkt |
| npm | cytoscape-cxtmenu | 3.5.0 | direkt |
| npm | cytoscape-fcose | 2.2.0 | direkt |
| npm | cytoscape-graphml | 1.0.6 | direkt |
| npm | cytoscape-node-html-label | 1.2.2 | direkt |
| npm | datatables.net | 3.0.0 | direkt |
| npm | datatables.net-bs5 | 3.0.0 | direkt |
| npm | datatables.net-buttons | 4.0.0 | direkt |
| npm | datatables.net-buttons-bs5 | 4.0.0 | direkt |
| npm | datatables.net-responsive | 4.0.0 | direkt |
| npm | datatables.net-responsive-bs5 | 4.0.0 | direkt |
| npm | datatables.net-select | 4.0.0 | direkt |
| npm | datatables.net-select-bs5 | 4.0.0 | direkt |
| npm | jquery | 4.0.0 | direkt |
| npm | jszip | 3.10.1 | direkt |
| npm | marked | 18.0.7 | direkt |
| npm | neo4j-driver | 6.2.0 | direkt |
| npm | pdfmake | 0.3.11 | direkt |
| npm | pg | 8.22.0 | direkt |
| npm | swagger-ui-dist | 5.32.11 | direkt |
| npm | sweetalert2 | 11.26.25 | direkt |
| PyPI | asyncpg | — | direkt |
| PyPI | docker | — | direkt |
| PyPI | neo4j | — | direkt |
| PyPI | psycopg | — | direkt |
| PyPI | psycopg-binary | — | direkt |
| PyPI | pytest | — | direkt |
| PyPI | pytest-asyncio | — | direkt |
| PyPI | pytest-check | — | direkt |
| PyPI | requests | — | direkt |
| PyPI | sqlalchemy | — | direkt |
| PyPI | testcontainers | — | direkt |
| Go | dario.cat/mergo | v1.0.2 | indirekt |
| Go | github.com/azure/go-ansiterm | v0.0.0-20250102033503-faa5f7b0171c | indirekt |
| Go | github.com/cenkalti/backoff/v4 | v4.3.0 | indirekt |
| Go | github.com/cespare/xxhash/v2 | v2.3.0 | indirekt |
| Go | github.com/containerd/errdefs | v1.0.0 | indirekt |
| Go | github.com/containerd/errdefs/pkg | v0.3.0 | indirekt |
| Go | github.com/containerd/log | v0.1.0 | indirekt |
| Go | github.com/containerd/platforms | v0.2.1 | indirekt |
| Go | github.com/cpuguy83/dockercfg | v0.3.2 | indirekt |
| Go | github.com/davecgh/go-spew | v1.1.1 | indirekt |
| Go | github.com/distribution/reference | v0.6.0 | indirekt |
| Go | github.com/docker/go-connections | v0.6.0 | indirekt |
| Go | github.com/docker/go-units | v0.5.0 | indirekt |
| Go | github.com/ebitengine/purego | v0.10.0 | indirekt |
| Go | github.com/felixge/httpsnoop | v1.0.4 | indirekt |
| Go | github.com/go-logr/logr | v1.4.3 | indirekt |
| Go | github.com/go-logr/stdr | v1.2.2 | indirekt |
| Go | github.com/go-ole/go-ole | v1.2.6 | indirekt |
| Go | github.com/google/uuid | v1.6.0 | indirekt |
| Go | github.com/klauspost/compress | v1.18.5 | indirekt |
| Go | github.com/lufia/plan9stats | v0.0.0-20211012122336-39d0f177ccd0 | indirekt |
| Go | github.com/magiconair/properties | v1.8.10 | indirekt |
| Go | github.com/microsoft/go-winio | v0.6.2 | indirekt |
| Go | github.com/moby/docker-image-spec | v1.3.1 | indirekt |
| Go | github.com/moby/go-archive | v0.2.0 | indirekt |
| Go | github.com/moby/moby/api | v1.54.2 | indirekt |
| Go | github.com/moby/moby/client | v0.4.0 | indirekt |
| Go | github.com/moby/patternmatcher | v0.6.1 | indirekt |
| Go | github.com/moby/sys/sequential | v0.6.0 | indirekt |
| Go | github.com/moby/sys/user | v0.4.0 | indirekt |
| Go | github.com/moby/sys/userns | v0.1.0 | indirekt |
| Go | github.com/moby/term | v0.5.2 | indirekt |
| Go | github.com/opencontainers/go-digest | v1.0.0 | indirekt |
| Go | github.com/opencontainers/image-spec | v1.1.1 | indirekt |
| Go | github.com/pmezard/go-difflib | v1.0.0 | indirekt |
| Go | github.com/power-devops/perfstat | v0.0.0-20240221224432-82ca36839d55 | indirekt |
| Go | github.com/shirou/gopsutil/v4 | v4.26.5 | indirekt |
| Go | github.com/sirupsen/logrus | v1.9.4 | indirekt |
| Go | github.com/tklauser/go-sysconf | v0.3.16 | indirekt |
| Go | github.com/tklauser/numcpus | v0.11.0 | indirekt |
| Go | github.com/yusufpapurcu/wmi | v1.2.4 | indirekt |
| Go | go.opentelemetry.io/auto/sdk | v1.2.1 | indirekt |
| Go | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp | v0.60.0 | indirekt |
| Go | go.opentelemetry.io/otel | v1.43.0 | indirekt |
| Go | go.opentelemetry.io/otel/metric | v1.43.0 | indirekt |
| Go | go.opentelemetry.io/otel/sdk | v1.43.0 | indirekt |
| Go | go.opentelemetry.io/otel/sdk/metric | v1.43.0 | indirekt |
| Go | go.opentelemetry.io/otel/trace | v1.43.0 | indirekt |
| Go | golang.org/x/crypto | v0.53.0 | indirekt |
| Go | golang.org/x/sys | v0.46.0 | indirekt |
| Go | gopkg.in/yaml.v3 | v3.0.1 | indirekt |
| Maven | ch.qos.logback:logback-classic | — | indirekt |
| Maven | ch.qos.logback:logback-classic | 1.6.0 | indirekt |
| Maven | com.arcadedb:arcadedb-grpc-client | — | indirekt |
| Maven | com.arcadedb:arcadedb-load-tests | — | indirekt |
| Maven | com.fasterxml.jackson.core:jackson-databind | 2.22.1 | indirekt |
| Maven | com.github.eirslett:frontend-maven-plugin | 2.0.1 | indirekt |
| Maven | com.helger.maven:ph-javacc-maven-plugin | 5.0.1 | indirekt |
| Maven | com.jayway.jsonpath:json-path | 3.0.0 | indirekt |
| Maven | com.mycila:license-maven-plugin | 5.1.1 | indirekt |
| Maven | io.cucumber:cucumber-java | — | indirekt |
| Maven | io.cucumber:cucumber-junit-platform-engine | — | indirekt |
| Maven | io.fabric8:docker-maven-plugin | 0.48.1 | indirekt |
| Maven | io.github.ascopes:protobuf-maven-plugin | — | indirekt |
| Maven | io.github.ascopes:protobuf-maven-plugin | 5.1.7 | indirekt |
| Maven | io.grpc:grpc-testing | — | indirekt |
| Maven | io.grpc:protoc-gen-grpc-java | 1.79.0 | indirekt |
| Maven | io.opentelemetry:opentelemetry-sdk-testing | — | indirekt |
| Maven | io.swagger.parser.v3:swagger-parser | 2.1.45 | indirekt |
| Maven | net.nicoulaj.maven.plugins:checksum-maven-plugin | 1.11 | indirekt |
| Maven | org.antlr:antlr4-maven-plugin | 4.13.2 | indirekt |
| Maven | org.apache.maven.plugins:maven-assembly-plugin | — | indirekt |
| Maven | org.apache.maven.plugins:maven-clean-plugin | — | indirekt |
| Maven | org.apache.maven.plugins:maven-compiler-plugin | — | indirekt |
| Maven | org.apache.maven.plugins:maven-compiler-plugin | 3.15.0 | indirekt |
| Maven | org.apache.maven.plugins:maven-deploy-plugin | — | indirekt |
| Maven | org.apache.maven.plugins:maven-enforcer-plugin | — | indirekt |
| Maven | org.apache.maven.plugins:maven-failsafe-plugin | — | indirekt |
| Maven | org.apache.maven.plugins:maven-failsafe-plugin | 3.5.6 | indirekt |
| Maven | org.apache.maven.plugins:maven-gpg-plugin | 3.2.8 | indirekt |
| Maven | org.apache.maven.plugins:maven-install-plugin | 3.1.4 | indirekt |
| Maven | org.apache.maven.plugins:maven-jar-plugin | — | indirekt |
| Maven | org.apache.maven.plugins:maven-jar-plugin | 3.5.1 | indirekt |
| Maven | org.apache.maven.plugins:maven-javadoc-plugin | 3.12.0 | indirekt |
| Maven | org.apache.maven.plugins:maven-resources-plugin | 3.5.0 | indirekt |
| Maven | org.apache.maven.plugins:maven-shade-plugin | — | indirekt |
| Maven | org.apache.maven.plugins:maven-shade-plugin | 3.6.2 | indirekt |
| Maven | org.apache.maven.plugins:maven-source-plugin | 3.4.0 | indirekt |
| Maven | org.apache.maven.plugins:maven-surefire-plugin | — | indirekt |
| Maven | org.apache.maven.plugins:maven-surefire-plugin | 3.5.6 | indirekt |
| Maven | org.apache.ratis:ratis-common | 3.2.2 | indirekt |
| Maven | org.apache.ratis:ratis-test | 3.2.2 | indirekt |
| Maven | org.apache.tinkerpop:gremlin-test | — | indirekt |
| Maven | org.apache.tomcat:tomcat-jdbc | 11.0.24 | indirekt |
| Maven | org.assertj:assertj-core | — | indirekt |
| Maven | org.assertj:assertj-db | 3.0.2 | indirekt |
| Maven | org.awaitility:awaitility | — | indirekt |
| Maven | org.awaitility:awaitility | 4.3.0 | indirekt |
| Maven | org.codehaus.mojo:build-helper-maven-plugin | 3.6.1 | indirekt |
| Maven | org.codehaus.mojo:buildnumber-maven-plugin | 3.3.0 | indirekt |
| Maven | org.codehaus.mojo:license-maven-plugin | 2.7.1 | indirekt |
| Maven | org.codehaus.mojo:versions-maven-plugin | 2.21.0 | indirekt |
| Maven | org.jacoco:jacoco-maven-plugin | — | indirekt |
| Maven | org.jacoco:jacoco-maven-plugin | 0.8.15 | indirekt |
| Maven | org.junit.jupiter:junit-jupiter | — | indirekt |
| Maven | org.junit.jupiter:junit-jupiter-params | — | indirekt |
| Maven | org.junit.platform:junit-platform-suite | — | indirekt |
| Maven | org.junit.vintage:junit-vintage-engine | — | indirekt |
| Maven | org.mockito:mockito-core | — | indirekt |
| Maven | org.mockito:mockito-core | 5.23.0 | indirekt |
| Maven | org.mongodb:mongo-java-driver | 3.12.14 | indirekt |
| Maven | org.neo4j.driver:neo4j-java-driver | — | indirekt |
| Maven | org.openjdk.jmh:jmh-core | 1.37 | indirekt |
| Maven | org.openjdk.jmh:jmh-generator-annprocess | 1.37 | indirekt |
| Maven | org.postgresql:postgresql | — | indirekt |
| Maven | org.postgresql:postgresql | 42.7.13 | indirekt |
| Maven | org.sonatype.central:central-publishing-maven-plugin | 0.11.0 | indirekt |
| Maven | org.testcontainers:testcontainers | — | indirekt |
| Maven | org.testcontainers:testcontainers-junit-jupiter | — | indirekt |
| Maven | org.testcontainers:testcontainers-toxiproxy | — | indirekt |
| Maven | redis.clients:jedis | 7.5.3 | indirekt |
| npm | @babel/code-frame | 7.29.0 | indirekt |
| npm | @babel/compat-data | 7.29.3 | indirekt |
| npm | @babel/core | 7.29.0 | indirekt |
| npm | @babel/generator | 7.29.1 | indirekt |
| npm | @babel/helper-compilation-targets | 7.28.6 | indirekt |
| npm | @babel/helper-globals | 7.28.0 | indirekt |
| npm | @babel/helper-module-imports | 7.28.6 | indirekt |
| npm | @babel/helper-module-transforms | 7.28.6 | indirekt |
| npm | @babel/helper-plugin-utils | 7.28.6 | indirekt |
| npm | @babel/helper-string-parser | 7.27.1 | indirekt |
| npm | @babel/helper-validator-identifier | 7.28.5 | indirekt |
| npm | @babel/helper-validator-option | 7.27.1 | indirekt |
| npm | @babel/helpers | 7.29.2 | indirekt |
| npm | @babel/parser | 7.29.3 | indirekt |
| npm | @babel/plugin-syntax-async-generators | 7.8.4 | indirekt |
| npm | @babel/plugin-syntax-bigint | 7.8.3 | indirekt |
| npm | @babel/plugin-syntax-class-properties | 7.12.13 | indirekt |
| npm | @babel/plugin-syntax-class-static-block | 7.14.5 | indirekt |
| npm | @babel/plugin-syntax-import-attributes | 7.28.6 | indirekt |
| npm | @babel/plugin-syntax-import-meta | 7.10.4 | indirekt |
| npm | @babel/plugin-syntax-json-strings | 7.8.3 | indirekt |
| npm | @babel/plugin-syntax-jsx | 7.28.6 | indirekt |
| npm | @babel/plugin-syntax-logical-assignment-operators | 7.10.4 | indirekt |
| npm | @babel/plugin-syntax-nullish-coalescing-operator | 7.8.3 | indirekt |
| npm | @babel/plugin-syntax-numeric-separator | 7.10.4 | indirekt |
| npm | @babel/plugin-syntax-object-rest-spread | 7.8.3 | indirekt |
| npm | @babel/plugin-syntax-optional-catch-binding | 7.8.3 | indirekt |
| npm | @babel/plugin-syntax-optional-chaining | 7.8.3 | indirekt |
| npm | @babel/plugin-syntax-private-property-in-object | 7.14.5 | indirekt |
| npm | @babel/plugin-syntax-top-level-await | 7.14.5 | indirekt |
| npm | @babel/plugin-syntax-typescript | 7.28.6 | indirekt |
| npm | @babel/template | 7.28.6 | indirekt |
| npm | @babel/traverse | 7.29.0 | indirekt |
| npm | @babel/types | 7.29.0 | indirekt |
| npm | @balena/dockerignore | 1.0.2 | indirekt |
| npm | @bcoe/v8-coverage | 0.2.3 | indirekt |
| npm | @discoveryjs/json-ext | 1.1.0 | indirekt |
| npm | @emnapi/core | 1.10.0 | indirekt |
| npm | @emnapi/runtime | 1.10.0 | indirekt |
| npm | @emnapi/wasi-threads | 1.2.1 | indirekt |
| npm | @grpc/grpc-js | 1.14.4 | indirekt |
| npm | @grpc/proto-loader | 0.7.15 | indirekt |
| npm | @grpc/proto-loader | 0.8.1 | indirekt |
| npm | @isaacs/cliui | 8.0.2 | indirekt |
| npm | @istanbuljs/load-nyc-config | 1.1.0 | indirekt |
| npm | @istanbuljs/schema | 0.1.6 | indirekt |
| npm | @jest/console | 30.4.1 | indirekt |
| npm | @jest/core | 30.4.2 | indirekt |
| npm | @jest/diff-sequences | 30.4.0 | indirekt |
| npm | @jest/environment | 30.4.1 | indirekt |
| npm | @jest/expect | 30.4.1 | indirekt |
| npm | @jest/expect-utils | 30.4.1 | indirekt |
| npm | @jest/fake-timers | 30.4.1 | indirekt |
| npm | @jest/get-type | 30.1.0 | indirekt |
| npm | @jest/globals | 30.4.1 | indirekt |
| npm | @jest/pattern | 30.4.0 | indirekt |
| npm | @jest/reporters | 30.4.1 | indirekt |
| npm | @jest/schemas | 30.4.1 | indirekt |
| npm | @jest/snapshot-utils | 30.4.1 | indirekt |
| npm | @jest/source-map | 30.0.1 | indirekt |
| npm | @jest/test-result | 30.4.1 | indirekt |
| npm | @jest/test-sequencer | 30.4.1 | indirekt |
| npm | @jest/transform | 30.4.1 | indirekt |
| npm | @jest/types | 30.4.1 | indirekt |
| npm | @jridgewell/gen-mapping | 0.3.13 | indirekt |
| npm | @jridgewell/remapping | 2.3.5 | indirekt |
| npm | @jridgewell/resolve-uri | 3.1.2 | indirekt |
| npm | @jridgewell/source-map | 0.3.11 | indirekt |
| npm | @jridgewell/sourcemap-codec | 1.5.5 | indirekt |
| npm | @jridgewell/trace-mapping | 0.3.31 | indirekt |
| npm | @js-sdsl/ordered-map | 4.4.2 | indirekt |
| npm | @kwsites/file-exists | 1.1.1 | indirekt |
| npm | @napi-rs/wasm-runtime | 0.2.12 | indirekt |
| npm | @noble/ciphers | 1.3.0 | indirekt |
| npm | @noble/hashes | 1.8.0 | indirekt |
| npm | @pkgjs/parseargs | 0.11.0 | indirekt |
| npm | @pkgr/core | 0.2.9 | indirekt |
| npm | @playwright/test | 1.62.0 | indirekt |
| npm | @protobufjs/aspromise | 1.1.2 | indirekt |
| npm | @protobufjs/base64 | 1.1.2 | indirekt |
| npm | @protobufjs/codegen | 2.0.5 | indirekt |
| npm | @protobufjs/eventemitter | 1.1.1 | indirekt |
| npm | @protobufjs/fetch | 1.1.1 | indirekt |
| npm | @protobufjs/float | 1.0.2 | indirekt |
| npm | @protobufjs/inquire | 1.1.2 | indirekt |
| npm | @protobufjs/path | 1.1.2 | indirekt |
| npm | @protobufjs/pool | 1.1.0 | indirekt |
| npm | @protobufjs/utf8 | 1.1.1 | indirekt |
| npm | @scarf/scarf | 1.4.0 | indirekt |
| npm | @sinclair/typebox | 0.34.49 | indirekt |
| npm | @sinonjs/commons | 3.0.1 | indirekt |
| npm | @sinonjs/fake-timers | 15.4.0 | indirekt |
| npm | @swc/helpers | 0.5.23 | indirekt |
| npm | @tybys/wasm-util | 0.10.2 | indirekt |
| npm | @types/babel__core | 7.20.5 | indirekt |
| npm | @types/babel__generator | 7.27.0 | indirekt |
| npm | @types/babel__template | 7.4.4 | indirekt |
| npm | @types/babel__traverse | 7.28.0 | indirekt |
| npm | @types/docker-modem | 3.0.6 | indirekt |
| npm | @types/dockerode | 4.0.1 | indirekt |
| npm | @types/estree | 1.0.9 | indirekt |
| npm | @types/html-minifier-terser | 6.1.0 | indirekt |
| npm | @types/istanbul-lib-coverage | 2.0.6 | indirekt |
| npm | @types/istanbul-lib-report | 3.0.3 | indirekt |
| npm | @types/istanbul-reports | 3.0.4 | indirekt |
| npm | @types/json-schema | 7.0.15 | indirekt |
| npm | @types/node | 18.19.130 | indirekt |
| npm | @types/node | 22.13.1 | indirekt |
| npm | @types/node | 26.1.1 | indirekt |
| npm | @types/ssh2 | 0.5.52 | indirekt |
| npm | @types/ssh2 | 1.15.5 | indirekt |
| npm | @types/ssh2-streams | 0.1.12 | indirekt |
| npm | @types/stack-utils | 2.0.3 | indirekt |
| npm | @types/yargs | 17.0.35 | indirekt |
| npm | @types/yargs-parser | 21.0.3 | indirekt |
| npm | @typescript/typescript-aix-ppc64 | 7.0.2 | indirekt |
| npm | @typescript/typescript-darwin-arm64 | 7.0.2 | indirekt |
| npm | @typescript/typescript-darwin-x64 | 7.0.2 | indirekt |
| npm | @typescript/typescript-freebsd-arm64 | 7.0.2 | indirekt |
| npm | @typescript/typescript-freebsd-x64 | 7.0.2 | indirekt |
| npm | @typescript/typescript-linux-arm | 7.0.2 | indirekt |
| npm | @typescript/typescript-linux-arm64 | 7.0.2 | indirekt |
| npm | @typescript/typescript-linux-loong64 | 7.0.2 | indirekt |
| npm | @typescript/typescript-linux-mips64el | 7.0.2 | indirekt |
| npm | @typescript/typescript-linux-ppc64 | 7.0.2 | indirekt |
| npm | @typescript/typescript-linux-riscv64 | 7.0.2 | indirekt |
| npm | @typescript/typescript-linux-s390x | 7.0.2 | indirekt |
| npm | @typescript/typescript-linux-x64 | 7.0.2 | indirekt |
| npm | @typescript/typescript-netbsd-arm64 | 7.0.2 | indirekt |
| npm | @typescript/typescript-netbsd-x64 | 7.0.2 | indirekt |
| npm | @typescript/typescript-openbsd-arm64 | 7.0.2 | indirekt |
| npm | @typescript/typescript-openbsd-x64 | 7.0.2 | indirekt |
| npm | @typescript/typescript-sunos-x64 | 7.0.2 | indirekt |
| npm | @typescript/typescript-win32-arm64 | 7.0.2 | indirekt |
| npm | @typescript/typescript-win32-x64 | 7.0.2 | indirekt |
| npm | @ungap/structured-clone | 1.3.1 | indirekt |
| npm | @unrs/resolver-binding-android-arm-eabi | 1.11.1 | indirekt |
| npm | @unrs/resolver-binding-android-arm64 | 1.11.1 | indirekt |
| npm | @unrs/resolver-binding-darwin-arm64 | 1.11.1 | indirekt |
| npm | @unrs/resolver-binding-darwin-x64 | 1.11.1 | indirekt |
| npm | @unrs/resolver-binding-freebsd-x64 | 1.11.1 | indirekt |
| npm | @unrs/resolver-binding-linux-arm-gnueabihf | 1.11.1 | indirekt |
| npm | @unrs/resolver-binding-linux-arm-musleabihf | 1.11.1 | indirekt |
| npm | @unrs/resolver-binding-linux-arm64-gnu | 1.11.1 | indirekt |
| npm | @unrs/resolver-binding-linux-arm64-musl | 1.11.1 | indirekt |
| npm | @unrs/resolver-binding-linux-ppc64-gnu | 1.11.1 | indirekt |
| npm | @unrs/resolver-binding-linux-riscv64-gnu | 1.11.1 | indirekt |
| npm | @unrs/resolver-binding-linux-riscv64-musl | 1.11.1 | indirekt |
| npm | @unrs/resolver-binding-linux-s390x-gnu | 1.11.1 | indirekt |
| npm | @unrs/resolver-binding-linux-x64-gnu | 1.11.1 | indirekt |
| npm | @unrs/resolver-binding-linux-x64-musl | 1.11.1 | indirekt |
| npm | @unrs/resolver-binding-wasm32-wasi | 1.11.1 | indirekt |
| npm | @unrs/resolver-binding-win32-arm64-msvc | 1.11.1 | indirekt |
| npm | @unrs/resolver-binding-win32-ia32-msvc | 1.11.1 | indirekt |
| npm | @unrs/resolver-binding-win32-x64-msvc | 1.11.1 | indirekt |
| npm | @webassemblyjs/ast | 1.14.1 | indirekt |
| npm | @webassemblyjs/floating-point-hex-parser | 1.13.2 | indirekt |
| npm | @webassemblyjs/helper-api-error | 1.13.2 | indirekt |
| npm | @webassemblyjs/helper-buffer | 1.14.1 | indirekt |
| npm | @webassemblyjs/helper-numbers | 1.13.2 | indirekt |
| npm | @webassemblyjs/helper-wasm-bytecode | 1.13.2 | indirekt |
| npm | @webassemblyjs/helper-wasm-section | 1.14.1 | indirekt |
| npm | @webassemblyjs/ieee754 | 1.13.2 | indirekt |
| npm | @webassemblyjs/leb128 | 1.13.2 | indirekt |
| npm | @webassemblyjs/utf8 | 1.13.2 | indirekt |
| npm | @webassemblyjs/wasm-edit | 1.14.1 | indirekt |
| npm | @webassemblyjs/wasm-gen | 1.14.1 | indirekt |
| npm | @webassemblyjs/wasm-opt | 1.14.1 | indirekt |
| npm | @webassemblyjs/wasm-parser | 1.14.1 | indirekt |
| npm | @webassemblyjs/wast-printer | 1.14.1 | indirekt |
| npm | @xtuc/ieee754 | 1.2.0 | indirekt |
| npm | @xtuc/long | 4.2.2 | indirekt |
| npm | abort-controller | 3.0.0 | indirekt |
| npm | acorn | 8.17.0 | indirekt |
| npm | ajv | 8.20.0 | indirekt |
| npm | ajv-formats | 2.1.1 | indirekt |
| npm | ajv-keywords | 3.5.2 | indirekt |
| npm | ajv-keywords | 5.1.0 | indirekt |
| npm | ansi-escapes | 4.3.2 | indirekt |
| npm | ansi-regex | 5.0.1 | indirekt |
| npm | ansi-regex | 6.1.0 | indirekt |
| npm | ansi-regex | 6.2.2 | indirekt |
| npm | ansi-styles | 4.3.0 | indirekt |
| npm | ansi-styles | 5.2.0 | indirekt |
| npm | ansi-styles | 6.2.1 | indirekt |
| npm | ansi-styles | 6.2.3 | indirekt |
| npm | anymatch | 3.1.3 | indirekt |
| npm | archiver | 7.0.1 | indirekt |
| npm | archiver-utils | 5.0.2 | indirekt |
| npm | argparse | 1.0.10 | indirekt |
| npm | asn1 | 0.2.6 | indirekt |
| npm | async | 3.2.6 | indirekt |
| npm | async-lock | 1.4.1 | indirekt |
| npm | b4a | 1.6.7 | indirekt |
| npm | babel-jest | 30.4.1 | indirekt |
| npm | babel-plugin-istanbul | 7.0.1 | indirekt |
| npm | babel-plugin-jest-hoist | 30.4.0 | indirekt |
| npm | babel-preset-current-node-syntax | 1.2.0 | indirekt |
| npm | babel-preset-jest | 30.4.0 | indirekt |
| npm | balanced-match | 1.0.2 | indirekt |
| npm | bare-events | 2.8.2 | indirekt |
| npm | bare-fs | 4.5.6 | indirekt |
| npm | bare-os | 3.8.0 | indirekt |
| npm | bare-path | 3.0.0 | indirekt |
| npm | bare-stream | 2.10.0 | indirekt |
| npm | bare-url | 2.4.0 | indirekt |
| npm | base64-js | 0.0.8 | indirekt |
| npm | base64-js | 1.5.1 | indirekt |
| npm | baseline-browser-mapping | 2.10.29 | indirekt |
| npm | baseline-browser-mapping | 2.11.3 | indirekt |
| npm | bcrypt-pbkdf | 1.0.2 | indirekt |
| npm | big.js | 5.2.2 | indirekt |
| npm | bl | 4.1.0 | indirekt |
| npm | boolbase | 1.0.0 | indirekt |
| npm | brace-expansion | 1.1.14 | indirekt |
| npm | brace-expansion | 2.0.2 | indirekt |
| npm | brace-expansion | 2.1.1 | indirekt |
| npm | brotli | 1.3.3 | indirekt |
| npm | browserify-zlib | 0.2.0 | indirekt |
| npm | browserslist | 4.28.2 | indirekt |
| npm | browserslist | 4.28.7 | indirekt |
| npm | bser | 2.1.1 | indirekt |
| npm | buffer | 5.7.1 | indirekt |
| npm | buffer | 6.0.3 | indirekt |
| npm | buffer-crc32 | 1.0.0 | indirekt |
| npm | buffer-from | 1.1.2 | indirekt |
| npm | buildcheck | 0.0.6 | indirekt |
| npm | byline | 5.0.0 | indirekt |
| npm | callsites | 3.1.0 | indirekt |
| npm | camel-case | 4.1.2 | indirekt |
| npm | camelcase | 5.3.1 | indirekt |
| npm | camelcase | 6.3.0 | indirekt |
| npm | caniuse-lite | 1.0.30001792 | indirekt |
| npm | caniuse-lite | 1.0.30001806 | indirekt |
| npm | chalk | 4.1.2 | indirekt |
| npm | char-regex | 1.0.2 | indirekt |
| npm | chownr | 1.1.4 | indirekt |
| npm | chrome-trace-event | 1.0.4 | indirekt |
| npm | ci-info | 4.4.0 | indirekt |
| npm | cjs-module-lexer | 2.2.0 | indirekt |
| npm | clean-css | 5.3.3 | indirekt |
| npm | cliui | 8.0.1 | indirekt |
| npm | clone | 2.1.2 | indirekt |
| npm | clone-deep | 4.0.1 | indirekt |
| npm | co | 4.6.0 | indirekt |
| npm | collect-v8-coverage | 1.0.3 | indirekt |
| npm | color-convert | 2.0.1 | indirekt |
| npm | color-name | 1.1.4 | indirekt |
| npm | commander | 14.0.3 | indirekt |
| npm | commander | 2.20.3 | indirekt |
| npm | commander | 8.3.0 | indirekt |
| npm | compress-commons | 6.0.2 | indirekt |
| npm | concat-map | 0.0.1 | indirekt |
| npm | convert-source-map | 2.0.0 | indirekt |
| npm | copy-webpack-plugin | 14.0.0 | indirekt |
| npm | core-util-is | 1.0.3 | indirekt |
| npm | cose-base | 2.2.0 | indirekt |
| npm | cpu-features | 0.0.10 | indirekt |
| npm | crc-32 | 1.2.2 | indirekt |
| npm | crc32-stream | 6.0.0 | indirekt |
| npm | cross-spawn | 7.0.6 | indirekt |
| npm | css-loader | 7.1.4 | indirekt |
| npm | css-select | 4.3.0 | indirekt |
| npm | css-what | 6.2.2 | indirekt |
| npm | cssesc | 3.0.0 | indirekt |
| npm | debug | 4.4.3 | indirekt |
| npm | dedent | 1.7.2 | indirekt |
| npm | deepmerge | 4.3.1 | indirekt |
| npm | detect-newline | 3.1.0 | indirekt |
| npm | dfa | 1.2.0 | indirekt |
| npm | docker-compose | 1.4.2 | indirekt |
| npm | docker-modem | 5.0.7 | indirekt |
| npm | dockerode | 5.0.0 | indirekt |
| npm | dom-converter | 0.2.0 | indirekt |
| npm | dom-serializer | 1.4.1 | indirekt |
| npm | domelementtype | 2.3.0 | indirekt |
| npm | domhandler | 4.3.1 | indirekt |
| npm | domutils | 2.8.0 | indirekt |
| npm | dot-case | 3.0.4 | indirekt |
| npm | eastasianwidth | 0.2.0 | indirekt |
| npm | electron-to-chromium | 1.5.353 | indirekt |
| npm | electron-to-chromium | 1.5.396 | indirekt |
| npm | emittery | 0.13.1 | indirekt |
| npm | emoji-regex | 8.0.0 | indirekt |
| npm | emoji-regex | 9.2.2 | indirekt |
| npm | emojis-list | 3.0.0 | indirekt |
| npm | end-of-stream | 1.4.5 | indirekt |
| npm | enhanced-resolve | 5.24.3 | indirekt |
| npm | entities | 2.2.0 | indirekt |
| npm | envinfo | 7.21.0 | indirekt |
| npm | error-ex | 1.3.4 | indirekt |
| npm | es-errors | 1.3.0 | indirekt |
| npm | es-module-lexer | 2.3.1 | indirekt |
| npm | escalade | 3.2.0 | indirekt |
| npm | escape-string-regexp | 2.0.0 | indirekt |
| npm | eslint-scope | 5.1.1 | indirekt |
| npm | esprima | 4.0.1 | indirekt |
| npm | esrecurse | 4.3.0 | indirekt |
| npm | estraverse | 4.3.0 | indirekt |
| npm | estraverse | 5.3.0 | indirekt |
| npm | event-target-shim | 5.0.1 | indirekt |
| npm | events | 3.3.0 | indirekt |
| npm | events-universal | 1.0.1 | indirekt |
| npm | execa | 5.1.1 | indirekt |
| npm | exit-x | 0.2.2 | indirekt |
| npm | expect | 30.4.1 | indirekt |
| npm | fast-deep-equal | 3.1.3 | indirekt |
| npm | fast-fifo | 1.3.2 | indirekt |
| npm | fast-json-stable-stringify | 2.1.0 | indirekt |
| npm | fast-uri | 3.1.4 | indirekt |
| npm | fb-watchman | 2.0.2 | indirekt |
| npm | fdir | 6.5.0 | indirekt |
| npm | file-loader | 6.2.0 | indirekt |
| npm | find-up | 4.1.0 | indirekt |
| npm | flat | 5.0.2 | indirekt |
| npm | fontkit | 2.0.4 | indirekt |
| npm | foreground-child | 3.3.1 | indirekt |
| npm | fs-constants | 1.0.0 | indirekt |
| npm | fs.realpath | 1.0.0 | indirekt |
| npm | fsevents | 2.3.2 | indirekt |
| npm | fsevents | 2.3.3 | indirekt |
| npm | function-bind | 1.1.2 | indirekt |
| npm | gensync | 1.0.0-beta.2 | indirekt |
| npm | get-caller-file | 2.0.5 | indirekt |
| npm | get-package-type | 0.1.0 | indirekt |
| npm | get-port | 5.1.1 | indirekt |
| npm | get-stream | 6.0.1 | indirekt |
| npm | glob | 10.5.0 | indirekt |
| npm | glob | 7.2.3 | indirekt |
| npm | glob-parent | 6.0.2 | indirekt |
| npm | graceful-fs | 4.2.11 | indirekt |
| npm | has-flag | 4.0.0 | indirekt |
| npm | hasown | 2.0.4 | indirekt |
| npm | he | 1.2.0 | indirekt |
| npm | html-escaper | 2.0.2 | indirekt |
| npm | html-minifier-terser | 6.1.0 | indirekt |
| npm | html-webpack-plugin | 5.6.8 | indirekt |
| npm | htmlparser2 | 6.1.0 | indirekt |
| npm | human-signals | 2.1.0 | indirekt |
| npm | icss-utils | 5.1.0 | indirekt |
| npm | ieee754 | 1.2.1 | indirekt |
| npm | immediate | 3.0.6 | indirekt |
| npm | import-local | 3.2.0 | indirekt |
| npm | imurmurhash | 0.1.4 | indirekt |
| npm | inflight | 1.0.6 | indirekt |
| npm | inherits | 2.0.4 | indirekt |
| npm | interpret | 3.1.1 | indirekt |
| npm | is-arrayish | 0.2.1 | indirekt |
| npm | is-core-module | 2.16.2 | indirekt |
| npm | is-extglob | 2.1.1 | indirekt |
| npm | is-fullwidth-code-point | 3.0.0 | indirekt |
| npm | is-generator-fn | 2.1.0 | indirekt |
| npm | is-glob | 4.0.3 | indirekt |
| npm | is-plain-object | 2.0.4 | indirekt |
| npm | is-stream | 2.0.1 | indirekt |
| npm | isarray | 1.0.0 | indirekt |
| npm | isexe | 2.0.0 | indirekt |
| npm | isobject | 3.0.1 | indirekt |
| npm | istanbul-lib-coverage | 3.2.2 | indirekt |
| npm | istanbul-lib-instrument | 6.0.3 | indirekt |
| npm | istanbul-lib-report | 3.0.1 | indirekt |
| npm | istanbul-lib-source-maps | 5.0.6 | indirekt |
| npm | istanbul-reports | 3.2.0 | indirekt |
| npm | jackspeak | 3.4.3 | indirekt |
| npm | jest | 30.4.2 | indirekt |
| npm | jest-changed-files | 30.4.1 | indirekt |
| npm | jest-circus | 30.4.2 | indirekt |
| npm | jest-cli | 30.4.2 | indirekt |
| npm | jest-config | 30.4.2 | indirekt |
| npm | jest-diff | 30.4.1 | indirekt |
| npm | jest-docblock | 30.4.0 | indirekt |
| npm | jest-each | 30.4.1 | indirekt |
| npm | jest-environment-node | 30.4.1 | indirekt |
| npm | jest-haste-map | 30.4.1 | indirekt |
| npm | jest-junit | 17.0.0 | indirekt |
| npm | jest-leak-detector | 30.4.1 | indirekt |
| npm | jest-matcher-utils | 30.4.1 | indirekt |
| npm | jest-message-util | 30.4.1 | indirekt |
| npm | jest-mock | 30.4.1 | indirekt |
| npm | jest-pnp-resolver | 1.2.3 | indirekt |
| npm | jest-regex-util | 30.4.0 | indirekt |
| npm | jest-resolve | 30.4.1 | indirekt |
| npm | jest-resolve-dependencies | 30.4.2 | indirekt |
| npm | jest-runner | 30.4.2 | indirekt |
| npm | jest-runtime | 30.4.2 | indirekt |
| npm | jest-snapshot | 30.4.1 | indirekt |
| npm | jest-util | 30.4.1 | indirekt |
| npm | jest-validate | 30.4.1 | indirekt |
| npm | jest-watcher | 30.4.1 | indirekt |
| npm | jest-worker | 27.5.1 | indirekt |
| npm | jest-worker | 30.4.1 | indirekt |
| npm | js-md5 | 0.8.3 | indirekt |
| npm | js-tokens | 4.0.0 | indirekt |
| npm | js-yaml | 3.14.2 | indirekt |
| npm | jsesc | 3.1.0 | indirekt |
| npm | json-parse-even-better-errors | 2.3.1 | indirekt |
| npm | json-schema-traverse | 1.0.0 | indirekt |
| npm | json5 | 2.2.3 | indirekt |
| npm | kind-of | 6.0.3 | indirekt |
| npm | layout-base | 2.0.1 | indirekt |
| npm | lazystream | 1.0.1 | indirekt |
| npm | leven | 3.1.0 | indirekt |
| npm | lie | 3.3.0 | indirekt |
| npm | linebreak | 1.1.0 | indirekt |
| npm | lines-and-columns | 1.2.4 | indirekt |
| npm | loader-utils | 2.0.4 | indirekt |
| npm | locate-path | 5.0.0 | indirekt |
| npm | lodash | 4.18.1 | indirekt |
| npm | lodash.camelcase | 4.3.0 | indirekt |
| npm | long | 5.3.2 | indirekt |
| npm | lower-case | 2.0.2 | indirekt |
| npm | lru-cache | 10.4.3 | indirekt |
| npm | lru-cache | 5.1.1 | indirekt |
| npm | make-dir | 4.0.0 | indirekt |
| npm | makeerror | 1.0.12 | indirekt |
| npm | merge-stream | 2.0.0 | indirekt |
| npm | mime-db | 1.52.0 | indirekt |
| npm | mime-db | 1.54.0 | indirekt |
| npm | mime-types | 2.1.35 | indirekt |
| npm | mimic-fn | 2.1.0 | indirekt |
| npm | minimatch | 3.1.5 | indirekt |
| npm | minimatch | 5.1.9 | indirekt |
| npm | minimatch | 9.0.9 | indirekt |
| npm | minimizer-webpack-plugin | 5.6.1 | indirekt |
| npm | minipass | 7.1.2 | indirekt |
| npm | minipass | 7.1.3 | indirekt |
| npm | mkdirp | 1.0.4 | indirekt |
| npm | mkdirp | 3.0.1 | indirekt |
| npm | mkdirp-classic | 0.5.3 | indirekt |
| npm | ms | 2.1.3 | indirekt |
| npm | nan | 2.22.2 | indirekt |
| npm | nanoid | 3.3.16 | indirekt |
| npm | napi-postinstall | 0.3.4 | indirekt |
| npm | natural-compare | 1.4.0 | indirekt |
| npm | neo-async | 2.6.2 | indirekt |
| npm | neo4j-driver-bolt-connection | 6.2.0 | indirekt |
| npm | neo4j-driver-core | 6.2.0 | indirekt |
| npm | no-case | 3.0.4 | indirekt |
| npm | node-int64 | 0.4.0 | indirekt |
| npm | node-releases | 2.0.38 | indirekt |
| npm | node-releases | 2.0.51 | indirekt |
| npm | normalize-path | 3.0.0 | indirekt |
| npm | npm-run-path | 4.0.1 | indirekt |
| npm | nth-check | 2.1.1 | indirekt |
| npm | once | 1.4.0 | indirekt |
| npm | onetime | 5.1.2 | indirekt |
| npm | p-limit | 2.3.0 | indirekt |
| npm | p-limit | 3.1.0 | indirekt |
| npm | p-locate | 4.1.0 | indirekt |
| npm | p-try | 2.2.0 | indirekt |
| npm | package-json-from-dist | 1.0.1 | indirekt |
| npm | pako | 0.2.9 | indirekt |
| npm | pako | 1.0.11 | indirekt |
| npm | param-case | 3.0.4 | indirekt |
| npm | parse-json | 5.2.0 | indirekt |
| npm | pascal-case | 3.1.2 | indirekt |
| npm | path-exists | 4.0.0 | indirekt |
| npm | path-is-absolute | 1.0.1 | indirekt |
| npm | path-key | 3.1.1 | indirekt |
| npm | path-parse | 1.0.7 | indirekt |
| npm | path-scurry | 1.11.1 | indirekt |
| npm | pdfkit | 0.19.1 | indirekt |
| npm | pg-cloudflare | 1.4.0 | indirekt |
| npm | pg-connection-string | 2.14.0 | indirekt |
| npm | pg-int8 | 1.0.1 | indirekt |
| npm | pg-pool | 3.14.0 | indirekt |
| npm | pg-protocol | 1.15.0 | indirekt |
| npm | pg-types | 2.2.0 | indirekt |
| npm | pgpass | 1.0.5 | indirekt |
| npm | picocolors | 1.1.1 | indirekt |
| npm | picomatch | 2.3.2 | indirekt |
| npm | picomatch | 4.0.4 | indirekt |
| npm | picomatch | 4.0.5 | indirekt |
| npm | pirates | 4.0.7 | indirekt |
| npm | pkg-dir | 4.2.0 | indirekt |
| npm | playwright | 1.62.0 | indirekt |
| npm | playwright-core | 1.62.0 | indirekt |
| npm | png-js | 1.1.0 | indirekt |
| npm | postcss | 8.5.23 | indirekt |
| npm | postcss-modules-extract-imports | 3.1.0 | indirekt |
| npm | postcss-modules-local-by-default | 4.2.0 | indirekt |
| npm | postcss-modules-scope | 3.2.1 | indirekt |
| npm | postcss-modules-values | 4.0.0 | indirekt |
| npm | postcss-selector-parser | 7.1.4 | indirekt |
| npm | postcss-value-parser | 4.2.0 | indirekt |
| npm | postgres-array | 2.0.0 | indirekt |
| npm | postgres-bytea | 1.0.0 | indirekt |
| npm | postgres-date | 1.0.7 | indirekt |
| npm | postgres-interval | 1.2.0 | indirekt |
| npm | pretty-error | 4.0.0 | indirekt |
| npm | pretty-format | 30.4.1 | indirekt |
| npm | process | 0.11.10 | indirekt |
| npm | process-nextick-args | 2.0.1 | indirekt |
| npm | proper-lockfile | 4.1.2 | indirekt |
| npm | properties-reader | 3.0.1 | indirekt |
| npm | protobufjs | 7.6.1 | indirekt |
| npm | pump | 3.0.3 | indirekt |
| npm | pure-rand | 7.0.1 | indirekt |
| npm | react-is | 18.3.1 | indirekt |
| npm | react-is | 19.2.6 | indirekt |
| npm | readable-stream | 2.3.8 | indirekt |
| npm | readable-stream | 3.6.2 | indirekt |
| npm | readable-stream | 4.7.0 | indirekt |
| npm | readdir-glob | 1.1.3 | indirekt |
| npm | rechoir | 0.8.0 | indirekt |
| npm | relateurl | 0.2.7 | indirekt |
| npm | renderkid | 3.0.0 | indirekt |
| npm | require-directory | 2.1.1 | indirekt |
| npm | require-from-string | 2.0.2 | indirekt |
| npm | resolve | 1.22.12 | indirekt |
| npm | resolve-cwd | 3.0.0 | indirekt |
| npm | resolve-from | 5.0.0 | indirekt |
| npm | restructure | 3.0.2 | indirekt |
| npm | retry | 0.12.0 | indirekt |
| npm | rxjs | 7.8.2 | indirekt |
| npm | safe-buffer | 5.1.2 | indirekt |
| npm | safe-buffer | 5.2.1 | indirekt |
| npm | safer-buffer | 2.1.2 | indirekt |
| npm | sax | 1.6.1 | indirekt |
| npm | schema-utils | 3.3.0 | indirekt |
| npm | schema-utils | 4.3.3 | indirekt |
| npm | semver | 6.3.1 | indirekt |
| npm | semver | 7.8.0 | indirekt |
| npm | semver | 7.8.5 | indirekt |
| npm | serialize-javascript | 7.0.7 | indirekt |
| npm | setimmediate | 1.0.5 | indirekt |
| npm | shallow-clone | 3.0.1 | indirekt |
| npm | shebang-command | 2.0.0 | indirekt |
| npm | shebang-regex | 3.0.0 | indirekt |
| npm | signal-exit | 3.0.7 | indirekt |
| npm | signal-exit | 4.1.0 | indirekt |
| npm | slash | 3.0.0 | indirekt |
| npm | source-map | 0.6.1 | indirekt |
| npm | source-map-js | 1.2.1 | indirekt |
| npm | source-map-support | 0.5.13 | indirekt |
| npm | source-map-support | 0.5.21 | indirekt |
| npm | split-ca | 1.0.1 | indirekt |
| npm | split2 | 4.2.0 | indirekt |
| npm | sprintf-js | 1.0.3 | indirekt |
| npm | ssh-remote-port-forward | 1.0.4 | indirekt |
| npm | ssh2 | 1.16.0 | indirekt |
| npm | stack-utils | 2.0.6 | indirekt |
| npm | streamx | 2.25.0 | indirekt |
| npm | string-length | 4.0.2 | indirekt |
| npm | string-width | 4.2.3 | indirekt |
| npm | string-width | 5.1.2 | indirekt |
| npm | string_decoder | 1.1.1 | indirekt |
| npm | string_decoder | 1.3.0 | indirekt |
| npm | strip-ansi | 6.0.1 | indirekt |
| npm | strip-ansi | 7.1.0 | indirekt |
| npm | strip-ansi | 7.2.0 | indirekt |
| npm | strip-bom | 4.0.0 | indirekt |
| npm | strip-final-newline | 2.0.0 | indirekt |
| npm | strip-json-comments | 3.1.1 | indirekt |
| npm | style-loader | 4.0.0 | indirekt |
| npm | supports-color | 7.2.0 | indirekt |
| npm | supports-color | 8.1.1 | indirekt |
| npm | supports-preserve-symlinks-flag | 1.0.0 | indirekt |
| npm | synckit | 0.11.12 | indirekt |
| npm | tapable | 2.3.3 | indirekt |
| npm | tar-fs | 2.1.4 | indirekt |
| npm | tar-fs | 3.1.2 | indirekt |
| npm | tar-stream | 2.2.0 | indirekt |
| npm | tar-stream | 3.1.7 | indirekt |
| npm | teex | 1.0.1 | indirekt |
| npm | terser | 5.49.0 | indirekt |
| npm | test-exclude | 6.0.0 | indirekt |
| npm | testcontainers | 12.0.4 | indirekt |
| npm | text-decoder | 1.2.3 | indirekt |
| npm | tiny-inflate | 1.0.3 | indirekt |
| npm | tinyglobby | 0.2.17 | indirekt |
| npm | tmp | 0.2.7 | indirekt |
| npm | tmpl | 1.0.5 | indirekt |
| npm | tslib | 2.8.1 | indirekt |
| npm | tweetnacl | 0.14.5 | indirekt |
| npm | type-detect | 4.0.8 | indirekt |
| npm | type-fest | 0.21.3 | indirekt |
| npm | typescript | 7.0.2 | indirekt |
| npm | undici | 8.5.0 | indirekt |
| npm | undici-types | 5.26.5 | indirekt |
| npm | undici-types | 6.20.0 | indirekt |
| npm | undici-types | 8.3.0 | indirekt |
| npm | unicode-properties | 1.4.1 | indirekt |
| npm | unicode-trie | 2.0.0 | indirekt |
| npm | unrs-resolver | 1.11.1 | indirekt |
| npm | update-browserslist-db | 1.2.3 | indirekt |
| npm | url-loader | 4.1.1 | indirekt |
| npm | util-deprecate | 1.0.2 | indirekt |
| npm | utila | 0.4.0 | indirekt |
| npm | uuid | 14.0.0 | indirekt |
| npm | v8-to-istanbul | 9.3.0 | indirekt |
| npm | walker | 1.0.8 | indirekt |
| npm | watchpack | 2.5.2 | indirekt |
| npm | webpack | 5.109.0 | indirekt |
| npm | webpack-cli | 7.2.1 | indirekt |
| npm | webpack-merge | 6.0.1 | indirekt |
| npm | webpack-sources | 3.5.1 | indirekt |
| npm | which | 2.0.2 | indirekt |
| npm | wildcard | 2.0.1 | indirekt |
| npm | wrap-ansi | 7.0.0 | indirekt |
| npm | wrap-ansi | 8.1.0 | indirekt |
| npm | wrappy | 1.0.2 | indirekt |
| npm | write-file-atomic | 5.0.1 | indirekt |
| npm | xml | 1.0.1 | indirekt |
| npm | xmldoc | 2.0.3 | indirekt |
| npm | xtend | 4.0.2 | indirekt |
| npm | y18n | 5.0.8 | indirekt |
| npm | yallist | 3.1.1 | indirekt |
| npm | yaml | 2.8.3 | indirekt |
| npm | yargs | 17.7.2 | indirekt |
| npm | yargs-parser | 21.1.1 | indirekt |
| npm | yocto-queue | 0.1.0 | indirekt |
| npm | zip-stream | 6.0.1 | indirekt |
| NuGet | JunitXml.TestLogger | 8.0.0 | indirekt |
| NuGet | Microsoft.NET.Test.Sdk | 18.5.1 | indirekt |
| NuGet | Neo4j.Driver | 6.2.1 | indirekt |
| NuGet | Npgsql | 10.0.2 | indirekt |
| NuGet | Testcontainers | 4.11.0 | indirekt |
| NuGet | xunit | 2.9.3 | indirekt |
| NuGet | xunit.runner.visualstudio | 2.8.2 | indirekt |
| PyPI | bandit | — | indirekt |
| PyPI | build | — | indirekt |
| PyPI | jpype1 | — | indirekt |
| PyPI | numpy | — | indirekt |
| PyPI | py7zr | — | indirekt |
| PyPI | pyyaml | 6.0.2 | indirekt |
| PyPI | setuptools | — | indirekt |
Die Installation von maven:com.arcadedb:arcadedb-bolt@26.7.3 zieht 69 Pakete nach sich, direkt und transitiv: 3 tragen bekannte Advisories, davon 0 direkte Abhängigkeiten.
| Paket | Version | Beziehung | Schweregrad | Advisories | Behoben in |
|---|---|---|---|---|---|
| com.fasterxml.jackson.core:jackson-core | 2.21.1 | indirekt | hoch | 1 | 3.2.1 |
| com.fasterxml.jackson.core:jackson-databind | 2.21.1 | indirekt | hoch | 10 | 3.2.1 |
| io.undertow:undertow-core | 2.4.2.Final | indirekt | mittel | 1 | — |
Ein Advisory bedeutet, dass die im Abhängigkeitsgraphen erfasste Version in den betroffenen Bereich eines Advisories fällt. Erreichbarkeit wird nicht analysiert, und der Graph enthält Entwicklungs- und Test-Pins — ein Fund kann das Werkzeug betreffen und nicht die ausgelieferte Software.
{
"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[: 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"
}Bewertungen sind Signale, keine Garantien. Sie spiegeln öffentlich sichtbare Praxis auf GitHub wider — kein Code-Audit und keine Sicherheitsgarantie.
Fehlende Daten werden ausgeschlossen und die Gewichte neu normiert, nie als null bewertet. Die Methodik ist versioniert und offen: Metriken v1.13.0, Schema v0.27.0 — vollständige Methodik · Metriken-Wiki.
Wie ein einzelnes Ergebnis im Gesamtregister steht: aggregierte Statistiken — Maven.