Skip to content

Commit 04998d0

Browse files
1 parent 59ca899 commit 04998d0

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

advisories/github-reviewed/2021/08/GHSA-gq4h-f254-7cw9/GHSA-gq4h-f254-7cw9.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-gq4h-f254-7cw9",
4-
"modified": "2023-06-13T21:53:00Z",
4+
"modified": "2026-01-23T22:53:30Z",
55
"published": "2021-08-25T21:00:34Z",
6+
"withdrawn": "2026-01-23T22:53:29Z",
67
"aliases": [],
7-
"summary": "Data races in ticketed_lock",
8-
"details": "Affected versions of this crate unconditionally implemented `Send` for `ReadTicket<T>` & `WriteTicket<T>`.\nThis allows to send non-Send `T` to other threads.\n\nThis can allows creating data races by cloning types with internal mutability and sending them to other threads (as `T` of `ReadTicket<T>`/`WriteTicket<T>`). Such data races can cause memory corruption or other undefined behavior.\n\nThe flaw was corrected in commit `a986a93` by adding `T: Send` bounds to `Send` impls of `ReadTicket<T>`/`WriteTicket<T>`.\n",
8+
"summary": "Duplicate Advisory: Data races in ticketed_lock",
9+
"details": "## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-77m6-x95j-75r5. This link is maintained to preserve external references.\n\n## Original Description\nAffected versions of this crate unconditionally implemented `Send` for `ReadTicket<T>` & `WriteTicket<T>`.\nThis allows to send non-Send `T` to other threads.\n\nThis can allows creating data races by cloning types with internal mutability and sending them to other threads (as `T` of `ReadTicket<T>`/`WriteTicket<T>`). Such data races can cause memory corruption or other undefined behavior.\n\nThe flaw was corrected in commit `a986a93` by adding `T: Send` bounds to `Send` impls of `ReadTicket<T>`/`WriteTicket<T>`.",
910
"severity": [
1011
{
1112
"type": "CVSS_V3",

advisories/github-reviewed/2024/05/GHSA-7fpj-wc8v-9cgc/GHSA-7fpj-wc8v-9cgc.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-7fpj-wc8v-9cgc",
4-
"modified": "2024-05-30T13:12:13Z",
4+
"modified": "2026-01-23T22:53:11Z",
55
"published": "2024-05-30T13:12:13Z",
6+
"withdrawn": "2026-01-23T22:53:11Z",
67
"aliases": [],
7-
"summary": "terminal42/contao-tablelookupwizard possible SQL injection in widget field value",
8-
"details": "## Impact\nThe currently selected widget values were not correctly sanitized before passing it to the database, leading to an SQL injection possibility.\n\n## Patches\nThe issue has been patched in tablelookupwizard version 3.3.5 and version 4.0.0.\n\n## For more information\nIf you have any questions or comments about this advisory:\n\n- Open an issue in https://github.com/terminal42/contao-tablelookupwizard\n- Email us at info@terminal42.ch",
8+
"summary": "Duplicate Advisory: terminal42/contao-tablelookupwizard possible SQL injection in widget field value",
9+
"details": "## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-v3mr-gp7j-pw5w. This link is maintained to preserve external references.\n\n## Original Description\n## Impact\nThe currently selected widget values were not correctly sanitized before passing it to the database, leading to an SQL injection possibility.\n\n## Patches\nThe issue has been patched in tablelookupwizard version 3.3.5 and version 4.0.0.\n\n## For more information\nIf you have any questions or comments about this advisory:\n\n- Open an issue in https://github.com/terminal42/contao-tablelookupwizard\n- Email us at info@terminal42.ch",
910
"severity": [
1011
{
1112
"type": "CVSS_V3",

0 commit comments

Comments
 (0)