Skip to content

Commit 9f8a3c4

Browse files
feat: update advisories (#189)
🤖 beep boop - looks like there's some changes to the advisories! - https://www.drupal.org/SA-CONTRIB-2026-028 - https://www.drupal.org/SA-CONTRIB-2026-029 Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3af74a1 commit 9f8a3c4

2 files changed

Lines changed: 114 additions & 0 deletions

File tree

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"schema_version": "1.7.0",
3+
"id": "DRUPAL-CONTRIB-2026-028",
4+
"modified": "2026-03-11T16:33:14.000Z",
5+
"published": "2026-03-11T16:33:14.000Z",
6+
"aliases": [],
7+
"details": "The module and certain submodules (AI Automators, AI Translate, AI API Explorer, AI Content Suggestions) provide the ability to use an LLM to generate HTML or Markdown and preview it in a browser.\n\nUnder certain circumstances, rendering of this HTML can lead to exposing secret communications in the context of the LLM request.",
8+
"affected": [
9+
{
10+
"package": {
11+
"ecosystem": "Packagist:https://packages.drupal.org/8",
12+
"name": "drupal/ai"
13+
},
14+
"severity": [],
15+
"ranges": [
16+
{
17+
"type": "ECOSYSTEM",
18+
"events": [
19+
{
20+
"introduced": "0"
21+
},
22+
{
23+
"fixed": "1.1.11"
24+
}
25+
],
26+
"database_specific": {
27+
"constraint": "<1.1.11"
28+
}
29+
},
30+
{
31+
"type": "ECOSYSTEM",
32+
"events": [
33+
{
34+
"introduced": "1.2.0"
35+
},
36+
{
37+
"fixed": "1.2.12"
38+
}
39+
],
40+
"database_specific": {
41+
"constraint": ">=1.2.0 <1.2.12"
42+
}
43+
}
44+
],
45+
"database_specific": {
46+
"affected_versions": "<1.1.11 || >=1.2.0 <1.2.12"
47+
}
48+
}
49+
],
50+
"references": [
51+
{
52+
"type": "WEB",
53+
"url": "https://www.drupal.org/sa-contrib-2026-028"
54+
}
55+
],
56+
"credits": [
57+
{
58+
"name": "Marcus Johansson (marcus_johansson)",
59+
"contact": [
60+
"https://www.drupal.org/u/marcus_johansson"
61+
]
62+
}
63+
]
64+
}
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"schema_version": "1.7.0",
3+
"id": "DRUPAL-CONTRIB-2026-029",
4+
"modified": "2026-03-11T16:35:02.000Z",
5+
"published": "2026-03-11T16:35:02.000Z",
6+
"aliases": [],
7+
"details": "This module creates permissions per node content type to control access to unpublished nodes per content type.\n\nThe module does not consistently control access for unpublished translated nodes.",
8+
"affected": [
9+
{
10+
"package": {
11+
"ecosystem": "Packagist:https://packages.drupal.org/8",
12+
"name": "drupal/unpublished_node_permissions"
13+
},
14+
"severity": [],
15+
"ranges": [
16+
{
17+
"type": "ECOSYSTEM",
18+
"events": [
19+
{
20+
"introduced": "0"
21+
},
22+
{
23+
"fixed": "1.7.0"
24+
}
25+
],
26+
"database_specific": {
27+
"constraint": "<1.7.0"
28+
}
29+
}
30+
],
31+
"database_specific": {
32+
"affected_versions": "<1.7.0"
33+
}
34+
}
35+
],
36+
"references": [
37+
{
38+
"type": "WEB",
39+
"url": "https://www.drupal.org/sa-contrib-2026-029"
40+
}
41+
],
42+
"credits": [
43+
{
44+
"name": "Andre Groendijk (groendijk)",
45+
"contact": [
46+
"https://www.drupal.org/u/groendijk"
47+
]
48+
}
49+
]
50+
}

0 commit comments

Comments
 (0)