govuk_tech_docs
Gem to distribute the tech docs project
Activity
- Latest release
- 2w ago
- Total releases
- 83
- Cadence
- ~24 days
- Last 12 months
- 15
Reach
- Stars
- 16
Details
- License
- MIT
- First release
- Mar 06, 2018
| Version | Released | |
|---|---|---|
6.4.0.beta
pre
|
6.4.0.beta
pre
Dependencies (26)
+ 18 more
Changelog
Compare changes
|
|
6.3.0
minor
|
6.3.0
minor
Dependencies (26)
+ 18 more
Changelog
Compare changes
|
|
6.3.0.beta
pre
|
6.3.0.beta
pre
Dependencies (26)
+ 18 more
Changelog
Compare changes
|
|
6.2.4
patch
|
6.2.4
patch
Dependencies (26)
+ 18 more
Changelog
Compare changes
|
|
6.2.3
patch
|
6.2.3
patch
Dependencies (26)
+ 18 more
Changelog
Compare changes
|
|
6.2.2
patch
|
6.2.2
patch
Dependencies (26)
+ 18 more
Changelog
Compare changes
|
|
6.2.1
patch
|
6.2.1
patch
Dependencies (26)
+ 18 more
Changelog
Compare changes
|
|
6.2.0
minor
|
6.2.0
minor
Dependencies (26)
+ 18 more
Changelog
Compare changes
|
|
6.1.0
minor
|
6.1.0
minor
Dependencies (28)
+ 20 more
Changelog
Compare changes
|
|
6.0.1
patch
|
6.0.1
patch
Dependencies (27)
+ 19 more
Changelog
Compare changes
|
|
6.0.0
major
|
6.0.0
major
Dependencies (27)
+ 19 more
Changelog
Compare changes
|
|
6.0.0.beta
pre
|
6.0.0.beta
pre
Dependencies (25)
+ 17 more
Changelog
Compare changes
|
|
5.2.2
patch
|
5.2.2
patch
Dependencies (25)
+ 17 more
Changelog
Compare changes
|
|
5.2.1
patch
|
5.2.1
patch
Dependencies (25)
+ 17 more
Changelog
Compare changes
|
|
5.2.0
minor
|
5.2.0
minor
Dependencies (25)
+ 17 more
Changelog
Compare changes
|
|
5.1.1
patch
|
5.1.1
patch
Dependencies (25)
+ 17 more
Changelog
Compare changes
|
|
5.1.0
minor
|
5.1.0
minor
Dependencies (25)
+ 17 more
Changelog
Compare changes
|
|
5.0.2
patch
|
5.0.2
patch
Dependencies (25)
+ 17 more
Changelog
Compare changes
|
|
5.0.1
patch
|
5.0.1
patch
Dependencies (25)
+ 17 more
Changelog
Compare changes
|
|
5.0.0
major
|
5.0.0
major
Dependencies (25)
+ 17 more
Changelog
Compare changes
|
|
4.4.0
minor
|
4.4.0
minor
Dependencies (25)
+ 17 more
Changelog
Compare changes
|
|
4.3.1
patch
|
4.3.1
patch
Dependencies (25)
+ 17 more
Changelog
Compare changes
|
|
4.3.0
minor
|
4.3.0
minor
Dependencies (25)
+ 17 more
Changelog
Compare changes
|
|
4.2.0
minor
|
4.2.0
minor
Dependencies (25)
+ 17 more
Changelog
Compare changes
|
|
4.1.2
patch
|
4.1.2
patch
Dependencies (25)
+ 17 more
Changelog
Compare changes
|
|
4.1.1
patch
|
4.1.1
patch
Dependencies (25)
+ 17 more
Changelog
Compare changes
|
|
4.0.0
major
|
4.0.0
major
Dependencies (25)
+ 17 more
Changelog
Compare changes
|
|
4.1.0
minor
|
4.1.0
minor
Dependencies (25)
+ 17 more
Changelog
Compare changes
|
|
3.4.5
patch
|
3.4.5
patch
Dependencies (19)
+ 11 more
Changelog
Compare changes
|
|
3.5.0
minor
|
3.5.0
minor
Dependencies (19)
+ 11 more
Changelog
Compare changes
|
|
3.4.0
minor
|
3.4.0
minor
Dependencies (19)
+ 11 more
Changelog
Compare changes
|
|
3.3.1
patch
|
3.3.1
patch
Dependencies (18)
+ 10 more
Changelog
Compare changes
|
|
3.3.0
minor
1 CVE
CVE-2024-22048
GHSA-x2xw-hw8g-6773
Apr 11, 2023
govuk_tech_docs vulnerable to unescaped HTML on search results page
Low
ImpactPages that are indexed in search results have their entire contents indexed, including any HTML code snippets. These HTML snippets would appear in the search results unsanitised, so it was possible to render arbitrary HTML or run arbitrary scripts. This is a low risk security issue; to exploit it, an attacker would need to find a way of committing malicious code to a page indexed by a site that uses tech-docs-gem (which are typically not editable by untrusted users). Their code would also be limited by the relatively short length that's rendered in the corresponding search result. Nevertheless, the XSS would then be triggerable by visiting a pre-constructed URL (/search/index.html?q=some+search+term), which users could be tricked into clicking on through social engineering. PatchesThis has been fixed in v3.3.1. HTML is now sanitised in search results. Affected versions
2.0.10
2.0.11
2.0.12
2.0.13
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
+ 16 more Show less
2.1.0
2.1.1
2.2.0
2.2.1
2.2.2
2.3.0
2.4.0
2.4.1
2.4.2
2.4.3
3.0.0
3.0.1
3.1.0
3.2.0
3.2.1
3.3.0
Fixed in
3.3.1
References
Updated Jul 08, 2026 · Source: OSV.dev |
3.3.0
minor
Dependencies (18)
+ 10 more
Changelog
Compare changes
|
|
3.2.1
patch
1 CVE
CVE-2024-22048
GHSA-x2xw-hw8g-6773
Apr 11, 2023
govuk_tech_docs vulnerable to unescaped HTML on search results page
Low
ImpactPages that are indexed in search results have their entire contents indexed, including any HTML code snippets. These HTML snippets would appear in the search results unsanitised, so it was possible to render arbitrary HTML or run arbitrary scripts. This is a low risk security issue; to exploit it, an attacker would need to find a way of committing malicious code to a page indexed by a site that uses tech-docs-gem (which are typically not editable by untrusted users). Their code would also be limited by the relatively short length that's rendered in the corresponding search result. Nevertheless, the XSS would then be triggerable by visiting a pre-constructed URL (/search/index.html?q=some+search+term), which users could be tricked into clicking on through social engineering. PatchesThis has been fixed in v3.3.1. HTML is now sanitised in search results. Affected versions
2.0.10
2.0.11
2.0.12
2.0.13
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
+ 16 more Show less
2.1.0
2.1.1
2.2.0
2.2.1
2.2.2
2.3.0
2.4.0
2.4.1
2.4.2
2.4.3
3.0.0
3.0.1
3.1.0
3.2.0
3.2.1
3.3.0
Fixed in
3.3.1
References
Updated Jul 08, 2026 · Source: OSV.dev |
3.2.1
patch
Dependencies (18)
+ 10 more
Changelog
Compare changes
|
|
3.2.0
minor
1 CVE
CVE-2024-22048
GHSA-x2xw-hw8g-6773
Apr 11, 2023
govuk_tech_docs vulnerable to unescaped HTML on search results page
Low
ImpactPages that are indexed in search results have their entire contents indexed, including any HTML code snippets. These HTML snippets would appear in the search results unsanitised, so it was possible to render arbitrary HTML or run arbitrary scripts. This is a low risk security issue; to exploit it, an attacker would need to find a way of committing malicious code to a page indexed by a site that uses tech-docs-gem (which are typically not editable by untrusted users). Their code would also be limited by the relatively short length that's rendered in the corresponding search result. Nevertheless, the XSS would then be triggerable by visiting a pre-constructed URL (/search/index.html?q=some+search+term), which users could be tricked into clicking on through social engineering. PatchesThis has been fixed in v3.3.1. HTML is now sanitised in search results. Affected versions
2.0.10
2.0.11
2.0.12
2.0.13
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
+ 16 more Show less
2.1.0
2.1.1
2.2.0
2.2.1
2.2.2
2.3.0
2.4.0
2.4.1
2.4.2
2.4.3
3.0.0
3.0.1
3.1.0
3.2.0
3.2.1
3.3.0
Fixed in
3.3.1
References
Updated Jul 08, 2026 · Source: OSV.dev |
3.2.0
minor
Dependencies (18)
+ 10 more
Changelog
Compare changes
|
|
3.1.0
minor
1 CVE
CVE-2024-22048
GHSA-x2xw-hw8g-6773
Apr 11, 2023
govuk_tech_docs vulnerable to unescaped HTML on search results page
Low
ImpactPages that are indexed in search results have their entire contents indexed, including any HTML code snippets. These HTML snippets would appear in the search results unsanitised, so it was possible to render arbitrary HTML or run arbitrary scripts. This is a low risk security issue; to exploit it, an attacker would need to find a way of committing malicious code to a page indexed by a site that uses tech-docs-gem (which are typically not editable by untrusted users). Their code would also be limited by the relatively short length that's rendered in the corresponding search result. Nevertheless, the XSS would then be triggerable by visiting a pre-constructed URL (/search/index.html?q=some+search+term), which users could be tricked into clicking on through social engineering. PatchesThis has been fixed in v3.3.1. HTML is now sanitised in search results. Affected versions
2.0.10
2.0.11
2.0.12
2.0.13
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
+ 16 more Show less
2.1.0
2.1.1
2.2.0
2.2.1
2.2.2
2.3.0
2.4.0
2.4.1
2.4.2
2.4.3
3.0.0
3.0.1
3.1.0
3.2.0
3.2.1
3.3.0
Fixed in
3.3.1
References
Updated Jul 08, 2026 · Source: OSV.dev |
3.1.0
minor
Dependencies (18)
+ 10 more
Changelog
Compare changes
|
|
3.0.1
patch
1 CVE
CVE-2024-22048
GHSA-x2xw-hw8g-6773
Apr 11, 2023
govuk_tech_docs vulnerable to unescaped HTML on search results page
Low
ImpactPages that are indexed in search results have their entire contents indexed, including any HTML code snippets. These HTML snippets would appear in the search results unsanitised, so it was possible to render arbitrary HTML or run arbitrary scripts. This is a low risk security issue; to exploit it, an attacker would need to find a way of committing malicious code to a page indexed by a site that uses tech-docs-gem (which are typically not editable by untrusted users). Their code would also be limited by the relatively short length that's rendered in the corresponding search result. Nevertheless, the XSS would then be triggerable by visiting a pre-constructed URL (/search/index.html?q=some+search+term), which users could be tricked into clicking on through social engineering. PatchesThis has been fixed in v3.3.1. HTML is now sanitised in search results. Affected versions
2.0.10
2.0.11
2.0.12
2.0.13
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
+ 16 more Show less
2.1.0
2.1.1
2.2.0
2.2.1
2.2.2
2.3.0
2.4.0
2.4.1
2.4.2
2.4.3
3.0.0
3.0.1
3.1.0
3.2.0
3.2.1
3.3.0
Fixed in
3.3.1
References
Updated Jul 08, 2026 · Source: OSV.dev |
3.0.1
patch
Dependencies (18)
+ 10 more
Changelog
Compare changes
|
|
3.0.0
major
1 CVE
CVE-2024-22048
GHSA-x2xw-hw8g-6773
Apr 11, 2023
govuk_tech_docs vulnerable to unescaped HTML on search results page
Low
ImpactPages that are indexed in search results have their entire contents indexed, including any HTML code snippets. These HTML snippets would appear in the search results unsanitised, so it was possible to render arbitrary HTML or run arbitrary scripts. This is a low risk security issue; to exploit it, an attacker would need to find a way of committing malicious code to a page indexed by a site that uses tech-docs-gem (which are typically not editable by untrusted users). Their code would also be limited by the relatively short length that's rendered in the corresponding search result. Nevertheless, the XSS would then be triggerable by visiting a pre-constructed URL (/search/index.html?q=some+search+term), which users could be tricked into clicking on through social engineering. PatchesThis has been fixed in v3.3.1. HTML is now sanitised in search results. Affected versions
2.0.10
2.0.11
2.0.12
2.0.13
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
+ 16 more Show less
2.1.0
2.1.1
2.2.0
2.2.1
2.2.2
2.3.0
2.4.0
2.4.1
2.4.2
2.4.3
3.0.0
3.0.1
3.1.0
3.2.0
3.2.1
3.3.0
Fixed in
3.3.1
References
Updated Jul 08, 2026 · Source: OSV.dev |
3.0.0
major
Dependencies (18)
+ 10 more
Changelog
Compare changes
|
|
2.4.3
patch
1 CVE
CVE-2024-22048
GHSA-x2xw-hw8g-6773
Apr 11, 2023
govuk_tech_docs vulnerable to unescaped HTML on search results page
Low
ImpactPages that are indexed in search results have their entire contents indexed, including any HTML code snippets. These HTML snippets would appear in the search results unsanitised, so it was possible to render arbitrary HTML or run arbitrary scripts. This is a low risk security issue; to exploit it, an attacker would need to find a way of committing malicious code to a page indexed by a site that uses tech-docs-gem (which are typically not editable by untrusted users). Their code would also be limited by the relatively short length that's rendered in the corresponding search result. Nevertheless, the XSS would then be triggerable by visiting a pre-constructed URL (/search/index.html?q=some+search+term), which users could be tricked into clicking on through social engineering. PatchesThis has been fixed in v3.3.1. HTML is now sanitised in search results. Affected versions
2.0.10
2.0.11
2.0.12
2.0.13
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
+ 16 more Show less
2.1.0
2.1.1
2.2.0
2.2.1
2.2.2
2.3.0
2.4.0
2.4.1
2.4.2
2.4.3
3.0.0
3.0.1
3.1.0
3.2.0
3.2.1
3.3.0
Fixed in
3.3.1
References
Updated Jul 08, 2026 · Source: OSV.dev |
2.4.3
patch
Dependencies (18)
+ 10 more
Changelog
Compare changes
|
|
2.4.2
patch
1 CVE
CVE-2024-22048
GHSA-x2xw-hw8g-6773
Apr 11, 2023
govuk_tech_docs vulnerable to unescaped HTML on search results page
Low
ImpactPages that are indexed in search results have their entire contents indexed, including any HTML code snippets. These HTML snippets would appear in the search results unsanitised, so it was possible to render arbitrary HTML or run arbitrary scripts. This is a low risk security issue; to exploit it, an attacker would need to find a way of committing malicious code to a page indexed by a site that uses tech-docs-gem (which are typically not editable by untrusted users). Their code would also be limited by the relatively short length that's rendered in the corresponding search result. Nevertheless, the XSS would then be triggerable by visiting a pre-constructed URL (/search/index.html?q=some+search+term), which users could be tricked into clicking on through social engineering. PatchesThis has been fixed in v3.3.1. HTML is now sanitised in search results. Affected versions
2.0.10
2.0.11
2.0.12
2.0.13
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
+ 16 more Show less
2.1.0
2.1.1
2.2.0
2.2.1
2.2.2
2.3.0
2.4.0
2.4.1
2.4.2
2.4.3
3.0.0
3.0.1
3.1.0
3.2.0
3.2.1
3.3.0
Fixed in
3.3.1
References
Updated Jul 08, 2026 · Source: OSV.dev |
2.4.2
patch
Dependencies (18)
+ 10 more
Changelog
Compare changes
|
|
2.4.1
patch
1 CVE
CVE-2024-22048
GHSA-x2xw-hw8g-6773
Apr 11, 2023
govuk_tech_docs vulnerable to unescaped HTML on search results page
Low
ImpactPages that are indexed in search results have their entire contents indexed, including any HTML code snippets. These HTML snippets would appear in the search results unsanitised, so it was possible to render arbitrary HTML or run arbitrary scripts. This is a low risk security issue; to exploit it, an attacker would need to find a way of committing malicious code to a page indexed by a site that uses tech-docs-gem (which are typically not editable by untrusted users). Their code would also be limited by the relatively short length that's rendered in the corresponding search result. Nevertheless, the XSS would then be triggerable by visiting a pre-constructed URL (/search/index.html?q=some+search+term), which users could be tricked into clicking on through social engineering. PatchesThis has been fixed in v3.3.1. HTML is now sanitised in search results. Affected versions
2.0.10
2.0.11
2.0.12
2.0.13
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
+ 16 more Show less
2.1.0
2.1.1
2.2.0
2.2.1
2.2.2
2.3.0
2.4.0
2.4.1
2.4.2
2.4.3
3.0.0
3.0.1
3.1.0
3.2.0
3.2.1
3.3.0
Fixed in
3.3.1
References
Updated Jul 08, 2026 · Source: OSV.dev |
2.4.1
patch
Dependencies (18)
+ 10 more
Changelog
Compare changes
|
|
2.4.0
minor
1 CVE
CVE-2024-22048
GHSA-x2xw-hw8g-6773
Apr 11, 2023
govuk_tech_docs vulnerable to unescaped HTML on search results page
Low
ImpactPages that are indexed in search results have their entire contents indexed, including any HTML code snippets. These HTML snippets would appear in the search results unsanitised, so it was possible to render arbitrary HTML or run arbitrary scripts. This is a low risk security issue; to exploit it, an attacker would need to find a way of committing malicious code to a page indexed by a site that uses tech-docs-gem (which are typically not editable by untrusted users). Their code would also be limited by the relatively short length that's rendered in the corresponding search result. Nevertheless, the XSS would then be triggerable by visiting a pre-constructed URL (/search/index.html?q=some+search+term), which users could be tricked into clicking on through social engineering. PatchesThis has been fixed in v3.3.1. HTML is now sanitised in search results. Affected versions
2.0.10
2.0.11
2.0.12
2.0.13
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
+ 16 more Show less
2.1.0
2.1.1
2.2.0
2.2.1
2.2.2
2.3.0
2.4.0
2.4.1
2.4.2
2.4.3
3.0.0
3.0.1
3.1.0
3.2.0
3.2.1
3.3.0
Fixed in
3.3.1
References
Updated Jul 08, 2026 · Source: OSV.dev |
2.4.0
minor
Dependencies (18)
+ 10 more
Changelog
Compare changes
|
|
2.3.0
minor
1 CVE
CVE-2024-22048
GHSA-x2xw-hw8g-6773
Apr 11, 2023
govuk_tech_docs vulnerable to unescaped HTML on search results page
Low
ImpactPages that are indexed in search results have their entire contents indexed, including any HTML code snippets. These HTML snippets would appear in the search results unsanitised, so it was possible to render arbitrary HTML or run arbitrary scripts. This is a low risk security issue; to exploit it, an attacker would need to find a way of committing malicious code to a page indexed by a site that uses tech-docs-gem (which are typically not editable by untrusted users). Their code would also be limited by the relatively short length that's rendered in the corresponding search result. Nevertheless, the XSS would then be triggerable by visiting a pre-constructed URL (/search/index.html?q=some+search+term), which users could be tricked into clicking on through social engineering. PatchesThis has been fixed in v3.3.1. HTML is now sanitised in search results. Affected versions
2.0.10
2.0.11
2.0.12
2.0.13
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
+ 16 more Show less
2.1.0
2.1.1
2.2.0
2.2.1
2.2.2
2.3.0
2.4.0
2.4.1
2.4.2
2.4.3
3.0.0
3.0.1
3.1.0
3.2.0
3.2.1
3.3.0
Fixed in
3.3.1
References
Updated Jul 08, 2026 · Source: OSV.dev |
2.3.0
minor
Dependencies (18)
+ 10 more
Changelog
Compare changes
|
|
2.2.2
patch
1 CVE
CVE-2024-22048
GHSA-x2xw-hw8g-6773
Apr 11, 2023
govuk_tech_docs vulnerable to unescaped HTML on search results page
Low
ImpactPages that are indexed in search results have their entire contents indexed, including any HTML code snippets. These HTML snippets would appear in the search results unsanitised, so it was possible to render arbitrary HTML or run arbitrary scripts. This is a low risk security issue; to exploit it, an attacker would need to find a way of committing malicious code to a page indexed by a site that uses tech-docs-gem (which are typically not editable by untrusted users). Their code would also be limited by the relatively short length that's rendered in the corresponding search result. Nevertheless, the XSS would then be triggerable by visiting a pre-constructed URL (/search/index.html?q=some+search+term), which users could be tricked into clicking on through social engineering. PatchesThis has been fixed in v3.3.1. HTML is now sanitised in search results. Affected versions
2.0.10
2.0.11
2.0.12
2.0.13
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
+ 16 more Show less
2.1.0
2.1.1
2.2.0
2.2.1
2.2.2
2.3.0
2.4.0
2.4.1
2.4.2
2.4.3
3.0.0
3.0.1
3.1.0
3.2.0
3.2.1
3.3.0
Fixed in
3.3.1
References
Updated Jul 08, 2026 · Source: OSV.dev |
2.2.2
patch
Dependencies (17)
+ 9 more
Changelog
Compare changes
|
|
2.2.1
patch
1 CVE
CVE-2024-22048
GHSA-x2xw-hw8g-6773
Apr 11, 2023
govuk_tech_docs vulnerable to unescaped HTML on search results page
Low
ImpactPages that are indexed in search results have their entire contents indexed, including any HTML code snippets. These HTML snippets would appear in the search results unsanitised, so it was possible to render arbitrary HTML or run arbitrary scripts. This is a low risk security issue; to exploit it, an attacker would need to find a way of committing malicious code to a page indexed by a site that uses tech-docs-gem (which are typically not editable by untrusted users). Their code would also be limited by the relatively short length that's rendered in the corresponding search result. Nevertheless, the XSS would then be triggerable by visiting a pre-constructed URL (/search/index.html?q=some+search+term), which users could be tricked into clicking on through social engineering. PatchesThis has been fixed in v3.3.1. HTML is now sanitised in search results. Affected versions
2.0.10
2.0.11
2.0.12
2.0.13
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
+ 16 more Show less
2.1.0
2.1.1
2.2.0
2.2.1
2.2.2
2.3.0
2.4.0
2.4.1
2.4.2
2.4.3
3.0.0
3.0.1
3.1.0
3.2.0
3.2.1
3.3.0
Fixed in
3.3.1
References
Updated Jul 08, 2026 · Source: OSV.dev |
2.2.1
patch
Dependencies (17)
+ 9 more
Changelog
Compare changes
|
|
2.2.0
minor
1 CVE
CVE-2024-22048
GHSA-x2xw-hw8g-6773
Apr 11, 2023
govuk_tech_docs vulnerable to unescaped HTML on search results page
Low
ImpactPages that are indexed in search results have their entire contents indexed, including any HTML code snippets. These HTML snippets would appear in the search results unsanitised, so it was possible to render arbitrary HTML or run arbitrary scripts. This is a low risk security issue; to exploit it, an attacker would need to find a way of committing malicious code to a page indexed by a site that uses tech-docs-gem (which are typically not editable by untrusted users). Their code would also be limited by the relatively short length that's rendered in the corresponding search result. Nevertheless, the XSS would then be triggerable by visiting a pre-constructed URL (/search/index.html?q=some+search+term), which users could be tricked into clicking on through social engineering. PatchesThis has been fixed in v3.3.1. HTML is now sanitised in search results. Affected versions
2.0.10
2.0.11
2.0.12
2.0.13
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
+ 16 more Show less
2.1.0
2.1.1
2.2.0
2.2.1
2.2.2
2.3.0
2.4.0
2.4.1
2.4.2
2.4.3
3.0.0
3.0.1
3.1.0
3.2.0
3.2.1
3.3.0
Fixed in
3.3.1
References
Updated Jul 08, 2026 · Source: OSV.dev |
2.2.0
minor
Dependencies (22)
+ 14 more
Changelog
Compare changes
|
|
2.1.1
patch
1 CVE
CVE-2024-22048
GHSA-x2xw-hw8g-6773
Apr 11, 2023
govuk_tech_docs vulnerable to unescaped HTML on search results page
Low
ImpactPages that are indexed in search results have their entire contents indexed, including any HTML code snippets. These HTML snippets would appear in the search results unsanitised, so it was possible to render arbitrary HTML or run arbitrary scripts. This is a low risk security issue; to exploit it, an attacker would need to find a way of committing malicious code to a page indexed by a site that uses tech-docs-gem (which are typically not editable by untrusted users). Their code would also be limited by the relatively short length that's rendered in the corresponding search result. Nevertheless, the XSS would then be triggerable by visiting a pre-constructed URL (/search/index.html?q=some+search+term), which users could be tricked into clicking on through social engineering. PatchesThis has been fixed in v3.3.1. HTML is now sanitised in search results. Affected versions
2.0.10
2.0.11
2.0.12
2.0.13
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
+ 16 more Show less
2.1.0
2.1.1
2.2.0
2.2.1
2.2.2
2.3.0
2.4.0
2.4.1
2.4.2
2.4.3
3.0.0
3.0.1
3.1.0
3.2.0
3.2.1
3.3.0
Fixed in
3.3.1
References
Updated Jul 08, 2026 · Source: OSV.dev |
2.1.1
patch
Dependencies (22)
+ 14 more
Changelog
Compare changes
|
|
2.1.0
minor
1 CVE
CVE-2024-22048
GHSA-x2xw-hw8g-6773
Apr 11, 2023
govuk_tech_docs vulnerable to unescaped HTML on search results page
Low
ImpactPages that are indexed in search results have their entire contents indexed, including any HTML code snippets. These HTML snippets would appear in the search results unsanitised, so it was possible to render arbitrary HTML or run arbitrary scripts. This is a low risk security issue; to exploit it, an attacker would need to find a way of committing malicious code to a page indexed by a site that uses tech-docs-gem (which are typically not editable by untrusted users). Their code would also be limited by the relatively short length that's rendered in the corresponding search result. Nevertheless, the XSS would then be triggerable by visiting a pre-constructed URL (/search/index.html?q=some+search+term), which users could be tricked into clicking on through social engineering. PatchesThis has been fixed in v3.3.1. HTML is now sanitised in search results. Affected versions
2.0.10
2.0.11
2.0.12
2.0.13
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
+ 16 more Show less
2.1.0
2.1.1
2.2.0
2.2.1
2.2.2
2.3.0
2.4.0
2.4.1
2.4.2
2.4.3
3.0.0
3.0.1
3.1.0
3.2.0
3.2.1
3.3.0
Fixed in
3.3.1
References
Updated Jul 08, 2026 · Source: OSV.dev |
2.1.0
minor
Dependencies (22)
+ 14 more
Changelog
Compare changes
|
|
2.0.13
patch
1 CVE
CVE-2024-22048
GHSA-x2xw-hw8g-6773
Apr 11, 2023
govuk_tech_docs vulnerable to unescaped HTML on search results page
Low
ImpactPages that are indexed in search results have their entire contents indexed, including any HTML code snippets. These HTML snippets would appear in the search results unsanitised, so it was possible to render arbitrary HTML or run arbitrary scripts. This is a low risk security issue; to exploit it, an attacker would need to find a way of committing malicious code to a page indexed by a site that uses tech-docs-gem (which are typically not editable by untrusted users). Their code would also be limited by the relatively short length that's rendered in the corresponding search result. Nevertheless, the XSS would then be triggerable by visiting a pre-constructed URL (/search/index.html?q=some+search+term), which users could be tricked into clicking on through social engineering. PatchesThis has been fixed in v3.3.1. HTML is now sanitised in search results. Affected versions
2.0.10
2.0.11
2.0.12
2.0.13
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
+ 16 more Show less
2.1.0
2.1.1
2.2.0
2.2.1
2.2.2
2.3.0
2.4.0
2.4.1
2.4.2
2.4.3
3.0.0
3.0.1
3.1.0
3.2.0
3.2.1
3.3.0
Fixed in
3.3.1
References
Updated Jul 08, 2026 · Source: OSV.dev |
2.0.13
patch
Dependencies (22)
+ 14 more
Changelog
Compare changes
|
|
2.0.12
patch
1 CVE
CVE-2024-22048
GHSA-x2xw-hw8g-6773
Apr 11, 2023
govuk_tech_docs vulnerable to unescaped HTML on search results page
Low
ImpactPages that are indexed in search results have their entire contents indexed, including any HTML code snippets. These HTML snippets would appear in the search results unsanitised, so it was possible to render arbitrary HTML or run arbitrary scripts. This is a low risk security issue; to exploit it, an attacker would need to find a way of committing malicious code to a page indexed by a site that uses tech-docs-gem (which are typically not editable by untrusted users). Their code would also be limited by the relatively short length that's rendered in the corresponding search result. Nevertheless, the XSS would then be triggerable by visiting a pre-constructed URL (/search/index.html?q=some+search+term), which users could be tricked into clicking on through social engineering. PatchesThis has been fixed in v3.3.1. HTML is now sanitised in search results. Affected versions
2.0.10
2.0.11
2.0.12
2.0.13
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
+ 16 more Show less
2.1.0
2.1.1
2.2.0
2.2.1
2.2.2
2.3.0
2.4.0
2.4.1
2.4.2
2.4.3
3.0.0
3.0.1
3.1.0
3.2.0
3.2.1
3.3.0
Fixed in
3.3.1
References
Updated Jul 08, 2026 · Source: OSV.dev |
2.0.12
patch
Dependencies (22)
+ 14 more
Changelog
Compare changes
|