From 6268aa2072d9abd0aa91f1a0498c98d91df03f0c Mon Sep 17 00:00:00 2001 From: Tom Hipkin Date: Mon, 19 Apr 2021 10:51:28 +0100 Subject: [PATCH] release-007 - Add `noindex,nofollow` meta tag to all pages, as per Gov.UK guidance - fix API auth by switching mechanism from Basic to Token - remove `Returning to this specification` URL from task list - Add Tasks to the database when iterating through Sections from Contentful - fix XSS vulnerability by sanitising all user answers --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6643b0c3f..e8736ce31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog 1.0.0]. ## [Unreleased] +## [release-007] - 2021-05-19 + - Add `noindex,nofollow` meta tag to all pages, as per Gov.UK guidance - fix API auth by switching mechanism from Basic to Token - remove `Returning to this specification` URL from task list @@ -120,7 +122,8 @@ Contentful fixture - Contentful can redirect users to preview endpoints - users can be asked to answer a long text question -[unreleased]: https://github.com/DFE-Digital/buy-for-your-school/compare/release-006...HEAD +[unreleased]: https://github.com/DFE-Digital/buy-for-your-school/compare/release-007...HEAD +[release-007]: https://github.com/DFE-Digital/buy-for-your-school/compare/release-006...release-007 [release-006]: https://github.com/DFE-Digital/buy-for-your-school/compare/release-005...release-006 [release-005]: https://github.com/DFE-Digital/buy-for-your-school/compare/release-004...release-005 [release-004]: https://github.com/DFE-Digital/buy-for-your-school/compare/release-003...release-004