From 8efbb8d3c94f21d5ffcd76119e0114f8d59e9d80 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Wed, 6 Jul 2016 12:27:12 +0100 Subject: Version 1.7.2. --- README.md | 4 ++++ bin/site-specific-install.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 212535252..c24ed458e 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,10 @@ We've extracted all of the mobile apps from this repository into the ## Releases +* v1.7.2 (6th July 2016) + - Security: + - Fix XSS vulnerability in OpenGraph header and hide/all pins links. + * v1.7.1 (3rd May 2016) - Security: - Fix vulnerability in image upload that allowed external diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index 9f72cc442..a8f55209d 100644 --- a/bin/site-specific-install.sh +++ b/bin/site-specific-install.sh @@ -1,7 +1,7 @@ #!/bin/sh # Set this to the version we want to check out -VERSION=${VERSION_OVERRIDE:-v1.7.1} +VERSION=${VERSION_OVERRIDE:-v1.7.2} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh -- cgit v1.2.3