tremor-script
Activity
- Latest release
- 1y ago
- Total releases
- 48
- Cadence
- ~12 days
- Last 12 months
- 0
Details
- License
- Apache-2.0
- First release
- Feb 22, 2020
| Version | Released | |
|---|---|---|
0.13.0-rc.33
unknown
|
0.13.0-rc.33
unknown
Dependencies (46)
+ 38 more |
|
0.13.0-rc.30
unknown
|
0.13.0-rc.30
unknown
Dependencies (46)
+ 38 more |
|
0.13.0-rc.18
unknown
|
0.13.0-rc.18
unknown
Dependencies (46)
+ 38 more |
|
0.13.0-rc.11
unknown
|
0.13.0-rc.11
unknown
Dependencies (49)
+ 41 more |
|
0.13.0-rc.10
unknown
|
0.13.0-rc.10
unknown
Dependencies (50)
+ 42 more |
|
0.13.0-rc.9
unknown
|
0.13.0-rc.9
unknown
Dependencies (50)
+ 42 more |
|
0.13.0-rc.8
unknown
|
0.13.0-rc.8
unknown
Dependencies (47)
+ 39 more |
|
0.13.0-rc.6
unknown
|
0.13.0-rc.6
unknown
Dependencies (47)
+ 39 more |
|
0.13.0-rc.5
unknown
|
0.13.0-rc.5
unknown
Dependencies (47)
+ 39 more |
|
0.13.0-rc.4
unknown
|
0.13.0-rc.4
unknown
Dependencies (47)
+ 39 more |
|
0.13.0-rc.3
unknown
|
0.13.0-rc.3
unknown
Dependencies (47)
+ 39 more |
|
0.13.0-rc.2
unknown
|
0.13.0-rc.2
unknown
Dependencies (47)
+ 39 more |
|
0.13.0-rc.1
unknown
|
0.13.0-rc.1
unknown
Dependencies (47)
+ 39 more |
|
0.12.4
unknown
|
0.12.4
unknown
Dependencies (47)
+ 39 more |
|
0.12.3
unknown
|
0.12.3
unknown
Dependencies (47)
+ 39 more |
|
0.12.2
unknown
|
0.12.2
unknown
Dependencies (47)
+ 39 more |
|
0.12.1
unknown
|
0.12.1
unknown
Dependencies (47)
+ 39 more |
|
0.12.0
unknown
|
0.12.0
unknown
Dependencies (47)
+ 39 more |
|
0.12.0-rc.9
unknown
|
0.12.0-rc.9
unknown
Dependencies (47)
+ 39 more |
|
0.12.0-rc.8
unknown
|
0.12.0-rc.8
unknown
Dependencies (47)
+ 39 more |
|
0.11.10
unknown
|
0.11.10
unknown
Dependencies (47)
+ 39 more |
|
0.11.9
unknown
|
0.11.9
unknown
Dependencies (47)
+ 39 more |
|
0.11.8
unknown
|
0.11.8
unknown
Dependencies (47)
+ 39 more |
|
0.11.7
unknown
|
0.11.7
unknown
Dependencies (47)
+ 39 more |
|
0.11.6
unknown
|
0.11.6
unknown
Dependencies (47)
+ 39 more |
|
0.11.5
unknown
yanked
2 CVEs
CVE-2021-45701
GHSA-3pp4-64mp-9cg9
CVE-2021-45702
GHSA-9qvw-46gf-4fv8
GHSA-q2x5-6q7q-r872
RUSTSEC-2021-0111
Jun 17, 2022
Memory Safety Issue when using `patch` or `merge` on `state` and assign the result back to `state`
High
Affected versions of this crate maintains references to memory that might have been freed already.
If affects the following two
For constructs like this (it doesnt matter what is references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patche WorkaroundIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
FixThe flaw was corrected in Fixed in
0.11.6
References Updated Nov 08, 2023 · Source: OSV.dev
CVE-2021-39228
GHSA-mc22-5q92-8v85
Sep 20, 2021
Memory Safety Issue when using patch or merge on state and assign the result back to state
6.5
/ 10
Medium
Network
Low
None
None
Unchanged
Low
Low
None
ImpactThis vulnerability is a memory safety Issue when using DetailsIf affects the following two tremor-script language constructs:
For constructs like this (it does not matter what it references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patch PatchesThe issue has been patched in https://crates.io/crates/tremor-script/0.11.6 and https://github.com/tremor-rs/tremor-runtime/releases/tag/v0.11.6 via commit 1a2efcd by removing the optimization and always clone the target expression of a Merge or [Patch](https://www.tremor.rs/docs/tremor-script/index#patch. WorkaroundsIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
ReferencesThe actual fix is applied in this PR: https://github.com/tremor-rs/tremor-runtime/pull/1217 For more informationIf you have any questions or comments about this advisory:
Fixed in
0.11.6
References
Updated Jul 08, 2026 · Source: OSV.dev |
0.11.5
unknown
yanked
Dependencies (47)
+ 39 more |
|
0.11.4
unknown
yanked
2 CVEs
CVE-2021-45701
GHSA-3pp4-64mp-9cg9
CVE-2021-45702
GHSA-9qvw-46gf-4fv8
GHSA-q2x5-6q7q-r872
RUSTSEC-2021-0111
Jun 17, 2022
Memory Safety Issue when using `patch` or `merge` on `state` and assign the result back to `state`
High
Affected versions of this crate maintains references to memory that might have been freed already.
If affects the following two
For constructs like this (it doesnt matter what is references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patche WorkaroundIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
FixThe flaw was corrected in Fixed in
0.11.6
References Updated Nov 08, 2023 · Source: OSV.dev
CVE-2021-39228
GHSA-mc22-5q92-8v85
Sep 20, 2021
Memory Safety Issue when using patch or merge on state and assign the result back to state
6.5
/ 10
Medium
Network
Low
None
None
Unchanged
Low
Low
None
ImpactThis vulnerability is a memory safety Issue when using DetailsIf affects the following two tremor-script language constructs:
For constructs like this (it does not matter what it references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patch PatchesThe issue has been patched in https://crates.io/crates/tremor-script/0.11.6 and https://github.com/tremor-rs/tremor-runtime/releases/tag/v0.11.6 via commit 1a2efcd by removing the optimization and always clone the target expression of a Merge or [Patch](https://www.tremor.rs/docs/tremor-script/index#patch. WorkaroundsIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
ReferencesThe actual fix is applied in this PR: https://github.com/tremor-rs/tremor-runtime/pull/1217 For more informationIf you have any questions or comments about this advisory:
Fixed in
0.11.6
References
Updated Jul 08, 2026 · Source: OSV.dev |
0.11.4
unknown
yanked
Dependencies (47)
+ 39 more |
|
0.11.3
unknown
yanked
2 CVEs
CVE-2021-45701
GHSA-3pp4-64mp-9cg9
CVE-2021-45702
GHSA-9qvw-46gf-4fv8
GHSA-q2x5-6q7q-r872
RUSTSEC-2021-0111
Jun 17, 2022
Memory Safety Issue when using `patch` or `merge` on `state` and assign the result back to `state`
High
Affected versions of this crate maintains references to memory that might have been freed already.
If affects the following two
For constructs like this (it doesnt matter what is references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patche WorkaroundIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
FixThe flaw was corrected in Fixed in
0.11.6
References Updated Nov 08, 2023 · Source: OSV.dev
CVE-2021-39228
GHSA-mc22-5q92-8v85
Sep 20, 2021
Memory Safety Issue when using patch or merge on state and assign the result back to state
6.5
/ 10
Medium
Network
Low
None
None
Unchanged
Low
Low
None
ImpactThis vulnerability is a memory safety Issue when using DetailsIf affects the following two tremor-script language constructs:
For constructs like this (it does not matter what it references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patch PatchesThe issue has been patched in https://crates.io/crates/tremor-script/0.11.6 and https://github.com/tremor-rs/tremor-runtime/releases/tag/v0.11.6 via commit 1a2efcd by removing the optimization and always clone the target expression of a Merge or [Patch](https://www.tremor.rs/docs/tremor-script/index#patch. WorkaroundsIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
ReferencesThe actual fix is applied in this PR: https://github.com/tremor-rs/tremor-runtime/pull/1217 For more informationIf you have any questions or comments about this advisory:
Fixed in
0.11.6
References
Updated Jul 08, 2026 · Source: OSV.dev |
0.11.3
unknown
yanked
Dependencies (47)
+ 39 more |
|
0.11.2
unknown
yanked
2 CVEs
CVE-2021-45701
GHSA-3pp4-64mp-9cg9
CVE-2021-45702
GHSA-9qvw-46gf-4fv8
GHSA-q2x5-6q7q-r872
RUSTSEC-2021-0111
Jun 17, 2022
Memory Safety Issue when using `patch` or `merge` on `state` and assign the result back to `state`
High
Affected versions of this crate maintains references to memory that might have been freed already.
If affects the following two
For constructs like this (it doesnt matter what is references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patche WorkaroundIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
FixThe flaw was corrected in Fixed in
0.11.6
References Updated Nov 08, 2023 · Source: OSV.dev
CVE-2021-39228
GHSA-mc22-5q92-8v85
Sep 20, 2021
Memory Safety Issue when using patch or merge on state and assign the result back to state
6.5
/ 10
Medium
Network
Low
None
None
Unchanged
Low
Low
None
ImpactThis vulnerability is a memory safety Issue when using DetailsIf affects the following two tremor-script language constructs:
For constructs like this (it does not matter what it references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patch PatchesThe issue has been patched in https://crates.io/crates/tremor-script/0.11.6 and https://github.com/tremor-rs/tremor-runtime/releases/tag/v0.11.6 via commit 1a2efcd by removing the optimization and always clone the target expression of a Merge or [Patch](https://www.tremor.rs/docs/tremor-script/index#patch. WorkaroundsIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
ReferencesThe actual fix is applied in this PR: https://github.com/tremor-rs/tremor-runtime/pull/1217 For more informationIf you have any questions or comments about this advisory:
Fixed in
0.11.6
References
Updated Jul 08, 2026 · Source: OSV.dev |
0.11.2
unknown
yanked
Dependencies (47)
+ 39 more |
|
0.11.1
unknown
yanked
2 CVEs
CVE-2021-45701
GHSA-3pp4-64mp-9cg9
CVE-2021-45702
GHSA-9qvw-46gf-4fv8
GHSA-q2x5-6q7q-r872
RUSTSEC-2021-0111
Jun 17, 2022
Memory Safety Issue when using `patch` or `merge` on `state` and assign the result back to `state`
High
Affected versions of this crate maintains references to memory that might have been freed already.
If affects the following two
For constructs like this (it doesnt matter what is references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patche WorkaroundIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
FixThe flaw was corrected in Fixed in
0.11.6
References Updated Nov 08, 2023 · Source: OSV.dev
CVE-2021-39228
GHSA-mc22-5q92-8v85
Sep 20, 2021
Memory Safety Issue when using patch or merge on state and assign the result back to state
6.5
/ 10
Medium
Network
Low
None
None
Unchanged
Low
Low
None
ImpactThis vulnerability is a memory safety Issue when using DetailsIf affects the following two tremor-script language constructs:
For constructs like this (it does not matter what it references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patch PatchesThe issue has been patched in https://crates.io/crates/tremor-script/0.11.6 and https://github.com/tremor-rs/tremor-runtime/releases/tag/v0.11.6 via commit 1a2efcd by removing the optimization and always clone the target expression of a Merge or [Patch](https://www.tremor.rs/docs/tremor-script/index#patch. WorkaroundsIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
ReferencesThe actual fix is applied in this PR: https://github.com/tremor-rs/tremor-runtime/pull/1217 For more informationIf you have any questions or comments about this advisory:
Fixed in
0.11.6
References
Updated Jul 08, 2026 · Source: OSV.dev |
0.11.1
unknown
yanked
Dependencies (47)
+ 39 more |
|
0.11.0
unknown
yanked
2 CVEs
CVE-2021-45701
GHSA-3pp4-64mp-9cg9
CVE-2021-45702
GHSA-9qvw-46gf-4fv8
GHSA-q2x5-6q7q-r872
RUSTSEC-2021-0111
Jun 17, 2022
Memory Safety Issue when using `patch` or `merge` on `state` and assign the result back to `state`
High
Affected versions of this crate maintains references to memory that might have been freed already.
If affects the following two
For constructs like this (it doesnt matter what is references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patche WorkaroundIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
FixThe flaw was corrected in Fixed in
0.11.6
References Updated Nov 08, 2023 · Source: OSV.dev
CVE-2021-39228
GHSA-mc22-5q92-8v85
Sep 20, 2021
Memory Safety Issue when using patch or merge on state and assign the result back to state
6.5
/ 10
Medium
Network
Low
None
None
Unchanged
Low
Low
None
ImpactThis vulnerability is a memory safety Issue when using DetailsIf affects the following two tremor-script language constructs:
For constructs like this (it does not matter what it references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patch PatchesThe issue has been patched in https://crates.io/crates/tremor-script/0.11.6 and https://github.com/tremor-rs/tremor-runtime/releases/tag/v0.11.6 via commit 1a2efcd by removing the optimization and always clone the target expression of a Merge or [Patch](https://www.tremor.rs/docs/tremor-script/index#patch. WorkaroundsIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
ReferencesThe actual fix is applied in this PR: https://github.com/tremor-rs/tremor-runtime/pull/1217 For more informationIf you have any questions or comments about this advisory:
Fixed in
0.11.6
References
Updated Jul 08, 2026 · Source: OSV.dev |
0.11.0
unknown
yanked
Dependencies (47)
+ 39 more |
|
0.10.2
unknown
yanked
2 CVEs
CVE-2021-45701
GHSA-3pp4-64mp-9cg9
CVE-2021-45702
GHSA-9qvw-46gf-4fv8
GHSA-q2x5-6q7q-r872
RUSTSEC-2021-0111
Jun 17, 2022
Memory Safety Issue when using `patch` or `merge` on `state` and assign the result back to `state`
High
Affected versions of this crate maintains references to memory that might have been freed already.
If affects the following two
For constructs like this (it doesnt matter what is references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patche WorkaroundIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
FixThe flaw was corrected in Fixed in
0.11.6
References Updated Nov 08, 2023 · Source: OSV.dev
CVE-2021-39228
GHSA-mc22-5q92-8v85
Sep 20, 2021
Memory Safety Issue when using patch or merge on state and assign the result back to state
6.5
/ 10
Medium
Network
Low
None
None
Unchanged
Low
Low
None
ImpactThis vulnerability is a memory safety Issue when using DetailsIf affects the following two tremor-script language constructs:
For constructs like this (it does not matter what it references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patch PatchesThe issue has been patched in https://crates.io/crates/tremor-script/0.11.6 and https://github.com/tremor-rs/tremor-runtime/releases/tag/v0.11.6 via commit 1a2efcd by removing the optimization and always clone the target expression of a Merge or [Patch](https://www.tremor.rs/docs/tremor-script/index#patch. WorkaroundsIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
ReferencesThe actual fix is applied in this PR: https://github.com/tremor-rs/tremor-runtime/pull/1217 For more informationIf you have any questions or comments about this advisory:
Fixed in
0.11.6
References
Updated Jul 08, 2026 · Source: OSV.dev |
0.10.2
unknown
yanked
Dependencies (47)
+ 39 more |
|
0.10.1
unknown
yanked
2 CVEs
CVE-2021-45701
GHSA-3pp4-64mp-9cg9
CVE-2021-45702
GHSA-9qvw-46gf-4fv8
GHSA-q2x5-6q7q-r872
RUSTSEC-2021-0111
Jun 17, 2022
Memory Safety Issue when using `patch` or `merge` on `state` and assign the result back to `state`
High
Affected versions of this crate maintains references to memory that might have been freed already.
If affects the following two
For constructs like this (it doesnt matter what is references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patche WorkaroundIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
FixThe flaw was corrected in Fixed in
0.11.6
References Updated Nov 08, 2023 · Source: OSV.dev
CVE-2021-39228
GHSA-mc22-5q92-8v85
Sep 20, 2021
Memory Safety Issue when using patch or merge on state and assign the result back to state
6.5
/ 10
Medium
Network
Low
None
None
Unchanged
Low
Low
None
ImpactThis vulnerability is a memory safety Issue when using DetailsIf affects the following two tremor-script language constructs:
For constructs like this (it does not matter what it references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patch PatchesThe issue has been patched in https://crates.io/crates/tremor-script/0.11.6 and https://github.com/tremor-rs/tremor-runtime/releases/tag/v0.11.6 via commit 1a2efcd by removing the optimization and always clone the target expression of a Merge or [Patch](https://www.tremor.rs/docs/tremor-script/index#patch. WorkaroundsIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
ReferencesThe actual fix is applied in this PR: https://github.com/tremor-rs/tremor-runtime/pull/1217 For more informationIf you have any questions or comments about this advisory:
Fixed in
0.11.6
References
Updated Jul 08, 2026 · Source: OSV.dev |
0.10.1
unknown
yanked
Dependencies (46)
+ 38 more |
|
0.9.4
unknown
yanked
2 CVEs
CVE-2021-45701
GHSA-3pp4-64mp-9cg9
CVE-2021-45702
GHSA-9qvw-46gf-4fv8
GHSA-q2x5-6q7q-r872
RUSTSEC-2021-0111
Jun 17, 2022
Memory Safety Issue when using `patch` or `merge` on `state` and assign the result back to `state`
High
Affected versions of this crate maintains references to memory that might have been freed already.
If affects the following two
For constructs like this (it doesnt matter what is references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patche WorkaroundIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
FixThe flaw was corrected in Fixed in
0.11.6
References Updated Nov 08, 2023 · Source: OSV.dev
CVE-2021-39228
GHSA-mc22-5q92-8v85
Sep 20, 2021
Memory Safety Issue when using patch or merge on state and assign the result back to state
6.5
/ 10
Medium
Network
Low
None
None
Unchanged
Low
Low
None
ImpactThis vulnerability is a memory safety Issue when using DetailsIf affects the following two tremor-script language constructs:
For constructs like this (it does not matter what it references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patch PatchesThe issue has been patched in https://crates.io/crates/tremor-script/0.11.6 and https://github.com/tremor-rs/tremor-runtime/releases/tag/v0.11.6 via commit 1a2efcd by removing the optimization and always clone the target expression of a Merge or [Patch](https://www.tremor.rs/docs/tremor-script/index#patch. WorkaroundsIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
ReferencesThe actual fix is applied in this PR: https://github.com/tremor-rs/tremor-runtime/pull/1217 For more informationIf you have any questions or comments about this advisory:
Fixed in
0.11.6
References
Updated Jul 08, 2026 · Source: OSV.dev |
0.9.4
unknown
yanked
Dependencies (44)
+ 36 more |
|
0.9.2
unknown
yanked
2 CVEs
CVE-2021-45701
GHSA-3pp4-64mp-9cg9
CVE-2021-45702
GHSA-9qvw-46gf-4fv8
GHSA-q2x5-6q7q-r872
RUSTSEC-2021-0111
Jun 17, 2022
Memory Safety Issue when using `patch` or `merge` on `state` and assign the result back to `state`
High
Affected versions of this crate maintains references to memory that might have been freed already.
If affects the following two
For constructs like this (it doesnt matter what is references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patche WorkaroundIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
FixThe flaw was corrected in Fixed in
0.11.6
References Updated Nov 08, 2023 · Source: OSV.dev
CVE-2021-39228
GHSA-mc22-5q92-8v85
Sep 20, 2021
Memory Safety Issue when using patch or merge on state and assign the result back to state
6.5
/ 10
Medium
Network
Low
None
None
Unchanged
Low
Low
None
ImpactThis vulnerability is a memory safety Issue when using DetailsIf affects the following two tremor-script language constructs:
For constructs like this (it does not matter what it references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patch PatchesThe issue has been patched in https://crates.io/crates/tremor-script/0.11.6 and https://github.com/tremor-rs/tremor-runtime/releases/tag/v0.11.6 via commit 1a2efcd by removing the optimization and always clone the target expression of a Merge or [Patch](https://www.tremor.rs/docs/tremor-script/index#patch. WorkaroundsIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
ReferencesThe actual fix is applied in this PR: https://github.com/tremor-rs/tremor-runtime/pull/1217 For more informationIf you have any questions or comments about this advisory:
Fixed in
0.11.6
References
Updated Jul 08, 2026 · Source: OSV.dev |
0.9.2
unknown
yanked
Dependencies (38)
+ 30 more |
|
0.9.1
unknown
yanked
2 CVEs
CVE-2021-45701
GHSA-3pp4-64mp-9cg9
CVE-2021-45702
GHSA-9qvw-46gf-4fv8
GHSA-q2x5-6q7q-r872
RUSTSEC-2021-0111
Jun 17, 2022
Memory Safety Issue when using `patch` or `merge` on `state` and assign the result back to `state`
High
Affected versions of this crate maintains references to memory that might have been freed already.
If affects the following two
For constructs like this (it doesnt matter what is references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patche WorkaroundIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
FixThe flaw was corrected in Fixed in
0.11.6
References Updated Nov 08, 2023 · Source: OSV.dev
CVE-2021-39228
GHSA-mc22-5q92-8v85
Sep 20, 2021
Memory Safety Issue when using patch or merge on state and assign the result back to state
6.5
/ 10
Medium
Network
Low
None
None
Unchanged
Low
Low
None
ImpactThis vulnerability is a memory safety Issue when using DetailsIf affects the following two tremor-script language constructs:
For constructs like this (it does not matter what it references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patch PatchesThe issue has been patched in https://crates.io/crates/tremor-script/0.11.6 and https://github.com/tremor-rs/tremor-runtime/releases/tag/v0.11.6 via commit 1a2efcd by removing the optimization and always clone the target expression of a Merge or [Patch](https://www.tremor.rs/docs/tremor-script/index#patch. WorkaroundsIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
ReferencesThe actual fix is applied in this PR: https://github.com/tremor-rs/tremor-runtime/pull/1217 For more informationIf you have any questions or comments about this advisory:
Fixed in
0.11.6
References
Updated Jul 08, 2026 · Source: OSV.dev |
0.9.1
unknown
yanked
Dependencies (38)
+ 30 more |
|
0.9.0
unknown
yanked
2 CVEs
CVE-2021-45701
GHSA-3pp4-64mp-9cg9
CVE-2021-45702
GHSA-9qvw-46gf-4fv8
GHSA-q2x5-6q7q-r872
RUSTSEC-2021-0111
Jun 17, 2022
Memory Safety Issue when using `patch` or `merge` on `state` and assign the result back to `state`
High
Affected versions of this crate maintains references to memory that might have been freed already.
If affects the following two
For constructs like this (it doesnt matter what is references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patche WorkaroundIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
FixThe flaw was corrected in Fixed in
0.11.6
References Updated Nov 08, 2023 · Source: OSV.dev
CVE-2021-39228
GHSA-mc22-5q92-8v85
Sep 20, 2021
Memory Safety Issue when using patch or merge on state and assign the result back to state
6.5
/ 10
Medium
Network
Low
None
None
Unchanged
Low
Low
None
ImpactThis vulnerability is a memory safety Issue when using DetailsIf affects the following two tremor-script language constructs:
For constructs like this (it does not matter what it references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patch PatchesThe issue has been patched in https://crates.io/crates/tremor-script/0.11.6 and https://github.com/tremor-rs/tremor-runtime/releases/tag/v0.11.6 via commit 1a2efcd by removing the optimization and always clone the target expression of a Merge or [Patch](https://www.tremor.rs/docs/tremor-script/index#patch. WorkaroundsIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
ReferencesThe actual fix is applied in this PR: https://github.com/tremor-rs/tremor-runtime/pull/1217 For more informationIf you have any questions or comments about this advisory:
Fixed in
0.11.6
References
Updated Jul 08, 2026 · Source: OSV.dev |
0.9.0
unknown
yanked
Dependencies (38)
+ 30 more |
|
0.8.1
unknown
yanked
2 CVEs
CVE-2021-45701
GHSA-3pp4-64mp-9cg9
CVE-2021-45702
GHSA-9qvw-46gf-4fv8
GHSA-q2x5-6q7q-r872
RUSTSEC-2021-0111
Jun 17, 2022
Memory Safety Issue when using `patch` or `merge` on `state` and assign the result back to `state`
High
Affected versions of this crate maintains references to memory that might have been freed already.
If affects the following two
For constructs like this (it doesnt matter what is references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patche WorkaroundIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
FixThe flaw was corrected in Fixed in
0.11.6
References Updated Nov 08, 2023 · Source: OSV.dev
CVE-2021-39228
GHSA-mc22-5q92-8v85
Sep 20, 2021
Memory Safety Issue when using patch or merge on state and assign the result back to state
6.5
/ 10
Medium
Network
Low
None
None
Unchanged
Low
Low
None
ImpactThis vulnerability is a memory safety Issue when using DetailsIf affects the following two tremor-script language constructs:
For constructs like this (it does not matter what it references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patch PatchesThe issue has been patched in https://crates.io/crates/tremor-script/0.11.6 and https://github.com/tremor-rs/tremor-runtime/releases/tag/v0.11.6 via commit 1a2efcd by removing the optimization and always clone the target expression of a Merge or [Patch](https://www.tremor.rs/docs/tremor-script/index#patch. WorkaroundsIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
ReferencesThe actual fix is applied in this PR: https://github.com/tremor-rs/tremor-runtime/pull/1217 For more informationIf you have any questions or comments about this advisory:
Fixed in
0.11.6
References
Updated Jul 08, 2026 · Source: OSV.dev |
0.8.1
unknown
yanked
Dependencies (36)
+ 28 more |
|
0.8.0
unknown
yanked
2 CVEs
CVE-2021-45701
GHSA-3pp4-64mp-9cg9
CVE-2021-45702
GHSA-9qvw-46gf-4fv8
GHSA-q2x5-6q7q-r872
RUSTSEC-2021-0111
Jun 17, 2022
Memory Safety Issue when using `patch` or `merge` on `state` and assign the result back to `state`
High
Affected versions of this crate maintains references to memory that might have been freed already.
If affects the following two
For constructs like this (it doesnt matter what is references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patche WorkaroundIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
FixThe flaw was corrected in Fixed in
0.11.6
References Updated Nov 08, 2023 · Source: OSV.dev
CVE-2021-39228
GHSA-mc22-5q92-8v85
Sep 20, 2021
Memory Safety Issue when using patch or merge on state and assign the result back to state
6.5
/ 10
Medium
Network
Low
None
None
Unchanged
Low
Low
None
ImpactThis vulnerability is a memory safety Issue when using DetailsIf affects the following two tremor-script language constructs:
For constructs like this (it does not matter what it references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patch PatchesThe issue has been patched in https://crates.io/crates/tremor-script/0.11.6 and https://github.com/tremor-rs/tremor-runtime/releases/tag/v0.11.6 via commit 1a2efcd by removing the optimization and always clone the target expression of a Merge or [Patch](https://www.tremor.rs/docs/tremor-script/index#patch. WorkaroundsIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
ReferencesThe actual fix is applied in this PR: https://github.com/tremor-rs/tremor-runtime/pull/1217 For more informationIf you have any questions or comments about this advisory:
Fixed in
0.11.6
References
Updated Jul 08, 2026 · Source: OSV.dev |
0.8.0
unknown
yanked
Dependencies (35)
+ 27 more |
|
0.8.0-rc.0
unknown
yanked
2 CVEs
CVE-2021-45701
GHSA-3pp4-64mp-9cg9
CVE-2021-45702
GHSA-9qvw-46gf-4fv8
GHSA-q2x5-6q7q-r872
RUSTSEC-2021-0111
Jun 17, 2022
Memory Safety Issue when using `patch` or `merge` on `state` and assign the result back to `state`
High
Affected versions of this crate maintains references to memory that might have been freed already.
If affects the following two
For constructs like this (it doesnt matter what is references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patche WorkaroundIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
FixThe flaw was corrected in Fixed in
0.11.6
References Updated Nov 08, 2023 · Source: OSV.dev
CVE-2021-39228
GHSA-mc22-5q92-8v85
Sep 20, 2021
Memory Safety Issue when using patch or merge on state and assign the result back to state
6.5
/ 10
Medium
Network
Low
None
None
Unchanged
Low
Low
None
ImpactThis vulnerability is a memory safety Issue when using DetailsIf affects the following two tremor-script language constructs:
For constructs like this (it does not matter what it references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patch PatchesThe issue has been patched in https://crates.io/crates/tremor-script/0.11.6 and https://github.com/tremor-rs/tremor-runtime/releases/tag/v0.11.6 via commit 1a2efcd by removing the optimization and always clone the target expression of a Merge or [Patch](https://www.tremor.rs/docs/tremor-script/index#patch. WorkaroundsIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
ReferencesThe actual fix is applied in this PR: https://github.com/tremor-rs/tremor-runtime/pull/1217 For more informationIf you have any questions or comments about this advisory:
Fixed in
0.11.6
References
Updated Jul 08, 2026 · Source: OSV.dev |
0.8.0-rc.0
unknown
yanked
Dependencies (35)
+ 27 more |
|
0.7.7
unknown
yanked
2 CVEs
CVE-2021-45701
GHSA-3pp4-64mp-9cg9
CVE-2021-45702
GHSA-9qvw-46gf-4fv8
GHSA-q2x5-6q7q-r872
RUSTSEC-2021-0111
Jun 17, 2022
Memory Safety Issue when using `patch` or `merge` on `state` and assign the result back to `state`
High
Affected versions of this crate maintains references to memory that might have been freed already.
If affects the following two
For constructs like this (it doesnt matter what is references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patche WorkaroundIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
FixThe flaw was corrected in Fixed in
0.11.6
References Updated Nov 08, 2023 · Source: OSV.dev
CVE-2021-39228
GHSA-mc22-5q92-8v85
Sep 20, 2021
Memory Safety Issue when using patch or merge on state and assign the result back to state
6.5
/ 10
Medium
Network
Low
None
None
Unchanged
Low
Low
None
ImpactThis vulnerability is a memory safety Issue when using DetailsIf affects the following two tremor-script language constructs:
For constructs like this (it does not matter what it references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patch PatchesThe issue has been patched in https://crates.io/crates/tremor-script/0.11.6 and https://github.com/tremor-rs/tremor-runtime/releases/tag/v0.11.6 via commit 1a2efcd by removing the optimization and always clone the target expression of a Merge or [Patch](https://www.tremor.rs/docs/tremor-script/index#patch. WorkaroundsIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
ReferencesThe actual fix is applied in this PR: https://github.com/tremor-rs/tremor-runtime/pull/1217 For more informationIf you have any questions or comments about this advisory:
Fixed in
0.11.6
References
Updated Jul 08, 2026 · Source: OSV.dev |
0.7.7
unknown
yanked
Dependencies (37)
+ 29 more |
|
0.7.6
unknown
yanked
2 CVEs
CVE-2021-45701
GHSA-3pp4-64mp-9cg9
CVE-2021-45702
GHSA-9qvw-46gf-4fv8
GHSA-q2x5-6q7q-r872
RUSTSEC-2021-0111
Jun 17, 2022
Memory Safety Issue when using `patch` or `merge` on `state` and assign the result back to `state`
High
Affected versions of this crate maintains references to memory that might have been freed already.
If affects the following two
For constructs like this (it doesnt matter what is references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patche WorkaroundIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
FixThe flaw was corrected in Fixed in
0.11.6
References Updated Nov 08, 2023 · Source: OSV.dev
CVE-2021-39228
GHSA-mc22-5q92-8v85
Sep 20, 2021
Memory Safety Issue when using patch or merge on state and assign the result back to state
6.5
/ 10
Medium
Network
Low
None
None
Unchanged
Low
Low
None
ImpactThis vulnerability is a memory safety Issue when using DetailsIf affects the following two tremor-script language constructs:
For constructs like this (it does not matter what it references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patch PatchesThe issue has been patched in https://crates.io/crates/tremor-script/0.11.6 and https://github.com/tremor-rs/tremor-runtime/releases/tag/v0.11.6 via commit 1a2efcd by removing the optimization and always clone the target expression of a Merge or [Patch](https://www.tremor.rs/docs/tremor-script/index#patch. WorkaroundsIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
ReferencesThe actual fix is applied in this PR: https://github.com/tremor-rs/tremor-runtime/pull/1217 For more informationIf you have any questions or comments about this advisory:
Fixed in
0.11.6
References
Updated Jul 08, 2026 · Source: OSV.dev |
0.7.6
unknown
yanked
Dependencies (36)
+ 28 more |
|
0.7.5
unknown
yanked
2 CVEs
CVE-2021-45701
GHSA-3pp4-64mp-9cg9
CVE-2021-45702
GHSA-9qvw-46gf-4fv8
GHSA-q2x5-6q7q-r872
RUSTSEC-2021-0111
Jun 17, 2022
Memory Safety Issue when using `patch` or `merge` on `state` and assign the result back to `state`
High
Affected versions of this crate maintains references to memory that might have been freed already.
If affects the following two
For constructs like this (it doesnt matter what is references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patche WorkaroundIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
FixThe flaw was corrected in Fixed in
0.11.6
References Updated Nov 08, 2023 · Source: OSV.dev
CVE-2021-39228
GHSA-mc22-5q92-8v85
Sep 20, 2021
Memory Safety Issue when using patch or merge on state and assign the result back to state
6.5
/ 10
Medium
Network
Low
None
None
Unchanged
Low
Low
None
ImpactThis vulnerability is a memory safety Issue when using DetailsIf affects the following two tremor-script language constructs:
For constructs like this (it does not matter what it references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patch PatchesThe issue has been patched in https://crates.io/crates/tremor-script/0.11.6 and https://github.com/tremor-rs/tremor-runtime/releases/tag/v0.11.6 via commit 1a2efcd by removing the optimization and always clone the target expression of a Merge or [Patch](https://www.tremor.rs/docs/tremor-script/index#patch. WorkaroundsIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
ReferencesThe actual fix is applied in this PR: https://github.com/tremor-rs/tremor-runtime/pull/1217 For more informationIf you have any questions or comments about this advisory:
Fixed in
0.11.6
References
Updated Jul 08, 2026 · Source: OSV.dev |
0.7.5
unknown
yanked
Dependencies (36)
+ 28 more |
|
0.7.4
unknown
yanked
2 CVEs
CVE-2021-45701
GHSA-3pp4-64mp-9cg9
CVE-2021-45702
GHSA-9qvw-46gf-4fv8
GHSA-q2x5-6q7q-r872
RUSTSEC-2021-0111
Jun 17, 2022
Memory Safety Issue when using `patch` or `merge` on `state` and assign the result back to `state`
High
Affected versions of this crate maintains references to memory that might have been freed already.
If affects the following two
For constructs like this (it doesnt matter what is references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patche WorkaroundIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
FixThe flaw was corrected in Fixed in
0.11.6
References Updated Nov 08, 2023 · Source: OSV.dev
CVE-2021-39228
GHSA-mc22-5q92-8v85
Sep 20, 2021
Memory Safety Issue when using patch or merge on state and assign the result back to state
6.5
/ 10
Medium
Network
Low
None
None
Unchanged
Low
Low
None
ImpactThis vulnerability is a memory safety Issue when using DetailsIf affects the following two tremor-script language constructs:
For constructs like this (it does not matter what it references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patch PatchesThe issue has been patched in https://crates.io/crates/tremor-script/0.11.6 and https://github.com/tremor-rs/tremor-runtime/releases/tag/v0.11.6 via commit 1a2efcd by removing the optimization and always clone the target expression of a Merge or [Patch](https://www.tremor.rs/docs/tremor-script/index#patch. WorkaroundsIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
ReferencesThe actual fix is applied in this PR: https://github.com/tremor-rs/tremor-runtime/pull/1217 For more informationIf you have any questions or comments about this advisory:
Fixed in
0.11.6
References
Updated Jul 08, 2026 · Source: OSV.dev |
0.7.4
unknown
yanked
Dependencies (36)
+ 28 more |
|
0.7.3
unknown
yanked
2 CVEs
CVE-2021-45701
GHSA-3pp4-64mp-9cg9
CVE-2021-45702
GHSA-9qvw-46gf-4fv8
GHSA-q2x5-6q7q-r872
RUSTSEC-2021-0111
Jun 17, 2022
Memory Safety Issue when using `patch` or `merge` on `state` and assign the result back to `state`
High
Affected versions of this crate maintains references to memory that might have been freed already.
If affects the following two
For constructs like this (it doesnt matter what is references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patche WorkaroundIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
FixThe flaw was corrected in Fixed in
0.11.6
References Updated Nov 08, 2023 · Source: OSV.dev
CVE-2021-39228
GHSA-mc22-5q92-8v85
Sep 20, 2021
Memory Safety Issue when using patch or merge on state and assign the result back to state
6.5
/ 10
Medium
Network
Low
None
None
Unchanged
Low
Low
None
ImpactThis vulnerability is a memory safety Issue when using DetailsIf affects the following two tremor-script language constructs:
For constructs like this (it does not matter what it references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patch PatchesThe issue has been patched in https://crates.io/crates/tremor-script/0.11.6 and https://github.com/tremor-rs/tremor-runtime/releases/tag/v0.11.6 via commit 1a2efcd by removing the optimization and always clone the target expression of a Merge or [Patch](https://www.tremor.rs/docs/tremor-script/index#patch. WorkaroundsIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
ReferencesThe actual fix is applied in this PR: https://github.com/tremor-rs/tremor-runtime/pull/1217 For more informationIf you have any questions or comments about this advisory:
Fixed in
0.11.6
References
Updated Jul 08, 2026 · Source: OSV.dev |
0.7.3
unknown
yanked
Dependencies (36)
+ 28 more |
|
0.7.2
unknown
1 CVE
CVE-2021-45701
GHSA-3pp4-64mp-9cg9
CVE-2021-45702
GHSA-9qvw-46gf-4fv8
GHSA-q2x5-6q7q-r872
RUSTSEC-2021-0111
Jun 17, 2022
Memory Safety Issue when using `patch` or `merge` on `state` and assign the result back to `state`
High
Affected versions of this crate maintains references to memory that might have been freed already.
If affects the following two
For constructs like this (it doesnt matter what is references in the expression to be merged or the patch operations) an optimization was applied to manipulate the target value in-place, instead of cloning it. Our The optimization was considered safe as long as it was only possible to merge or patche WorkaroundIf an upgrade is not possible, a possible workaround is to avoid the optimization
by introducing a temporary variable and not immediately reassigning to
FixThe flaw was corrected in Fixed in
0.11.6
References Updated Nov 08, 2023 · Source: OSV.dev |
0.7.2
unknown
Dependencies (36)
+ 28 more |
|
0.7.1
unknown
|
0.7.1
unknown
Dependencies (36)
+ 28 more |
|
0.7.0
unknown
|
0.7.0
unknown
Dependencies (36)
+ 28 more |