Skip to content

Commit

Permalink
Add XSS note to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBAshton committed Apr 11, 2023
1 parent 1d1aca3 commit 6140bcb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

This change solves a potential security issue with HTML snippets. Pages indexed in search results have their entire contents indexed, including any HTML code snippets. These HTML snippets would appear in the search results unsanitised, making it possible to render arbitrary HTML or run arbitrary scripts.

You can see more detail about this issue at [#323: Fix XSS vulnerability on search results page](/~https://github.com/alphagov/tech-docs-gem/pull/323)

## 3.3.0

### New features
Expand Down

0 comments on commit 6140bcb

Please sign in to comment.