chore(deps): bump jaq-core from 1.5.1 to 3.0.0#142
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [jaq-core](https://github.com/01mf02/jaq) from 1.5.1 to 3.0.0. - [Release notes](https://github.com/01mf02/jaq/releases) - [Commits](01mf02/jaq@v1.5.1...v3.0.0) --- updated-dependencies: - dependency-name: jaq-core dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
10 tasks
Member
|
Superseded by #145, which rolls this update into a single branch alongside the four other open dep PRs and the two open Dependabot security alerts. |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
SecurityEnthusiast
pushed a commit
to SecurityEnthusiast/rsigma
that referenced
this pull request
May 22, 2026
Bump jaq-core 1.5 -> 3.0 and jaq-std 1.6 -> 3.0, drop the now obsolete jaq-interpret 1.x and jaq-parse 1.x crates, and add jaq-json 2.0 for the new Val type. The 3.0 release ships fixes from the Radically Open Security audit that was funded by NLnet as part of the Polyglot jaq project. The 3.0 API replaces the old ParseCtx / FilterT / RcIter design with a Loader + Arena + Compiler + Ctx pipeline and moves the JSON value type out of jaq-core into a dedicated jaq-json crate. Port both sites that use jaq: - rsigma-runtime::sources::extract::apply_jq builds a fresh loader, compiler, and context per call (one-shot extraction path used by dynamic sources and enrichment lookups). - rsigma-cli::main::EventFilter::Jq stores a CompiledJqFilter (jaq_core::Filter<JustLut<jaq_json::Val>>) so the filter is pre-compiled once at startup and reused across every event. Add explicit json_to_val / val_to_json helpers in both crates that preserve order, handle BStr / TStr text vs byte strings, and fall back to the Display representation for non-finite floats and non-string object keys. Replaces timescale#142 and timescale#143.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps jaq-core from 1.5.1 to 3.0.0.
Release notes
Sourced from jaq-core's releases.
... (truncated)
Commits
6cdaff0Add.ymlto list of recognised file extensions.ce0c7b2Small correction in manual.744922fSmall corrections.5eedcc4Bump versions to 3.0!136482bReplaceserdebyserde_coreinjaq-jsonf7ef06aUpdate benchmark results.c4c4733Merge pull request #415 from 01mf02/table-supportc7b1850Link issue for feedback.c0da08bMerge pull request #417 from 01mf02/length-str2f1ed503Speed uplengthof valid UTF-8 text strings.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)