]> source.dussan.org Git - sonarqube.git/commitdiff
DOC add deadlock fix to 7.5
authorG. Ann Campbell <ann.campbell@sonarsource.com>
Fri, 14 Dec 2018 12:51:44 +0000 (07:51 -0500)
committersonartech <sonartech@sonarsource.com>
Thu, 20 Dec 2018 10:41:46 +0000 (11:41 +0100)
+ minor edits in consultation with Chris

server/sonar-docs/src/pages/setup/upgrade-notes.md

index d32e06adbf440a702915c26d5056f2c776b4fb97..1dc2b2c82563c493994a45b8c7c0e70433439b94 100644 (file)
@@ -5,9 +5,18 @@ url: /setup/upgrade-notes/
 
 ## Release 7.5 Upgrade Notes  
 **Two Vulnerabilities Patched**  
-An open redirect vlunerability on login was corrected ([SONAR-11475](https://jira.sonarsource.com/browse/SONAR-11475)).
+An open redirect vulnerability on login was corrected ([SONAR-11475](https://jira.sonarsource.com/browse/SONAR-11475)).
+
+An XSS vulnerability in custom project links was also patched. ([SONAR-11506](https://jira.sonarsource.com/browse/SONAR-11506)).
+
+**Deadlock Fixed**
+The deadlock that could occur with the combination of 
+* SQL Server
+* Multiple workers
+* Analysis of projects and portfolios  
+
+has been fixed ([SONAR-11467](https://jira.sonarsource.com/browse/SONAR-11467)).
 
-An XSS vulnerability in custom project links was also patched. We would like to thank Daniele Costa, NCC Group for reporting the issue. ([SONAR-11506](https://jira.sonarsource.com/browse/SONAR-11506)).
 
 **DB Connection Pool Defaults Restored**  
 Database connection pool defaults have been restored to their pre-SonarQube 7.4 values. They were inadvertently affected by a change of connection pooling in 7.4 ([SONAR-11539](https://jira.sonarsource.com/browse/SONAR-11539)).