aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorG. Ann Campbell <ann.campbell@sonarsource.com>2018-12-14 08:05:20 -0500
committersonartech <sonartech@sonarsource.com>2018-12-20 11:41:47 +0100
commitbbc4718ceedcee08cdc9989736d767165792726f (patch)
treefb4dc6dd3d9c585d28d88f490e46b669c01cd8f8
parent33438364628b1ab5ae3e04fda165fa4387d1e3d5 (diff)
downloadsonarqube-bbc4718ceedcee08cdc9989736d767165792726f.tar.gz
sonarqube-bbc4718ceedcee08cdc9989736d767165792726f.zip
DOC re-order 7.5 items
-rw-r--r--server/sonar-docs/src/pages/setup/upgrade-notes.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/server/sonar-docs/src/pages/setup/upgrade-notes.md b/server/sonar-docs/src/pages/setup/upgrade-notes.md
index 28395eac005..6c9661c7b1c 100644
--- a/server/sonar-docs/src/pages/setup/upgrade-notes.md
+++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md
@@ -4,12 +4,15 @@ url: /setup/upgrade-notes/
---
## Release 7.5 Upgrade Notes
+**More Issues Backdated**
+Additional cases of issue backdating have been added, so fewer genuinely old issues will be reported in the New Code period ([MMF-1287](https://jira.sonarsource.com/browse/MMF-1287))
+
**Two Vulnerabilities Patched**
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**
+**Deadlock Fixed**
The deadlock that could occur with the combination of
* SQL Server
* Multiple workers
@@ -21,9 +24,6 @@ has been fixed ([SONAR-11467](https://jira.sonarsource.com/browse/SONAR-11467)).
**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)).
-**More Issues Backdated**
-Additional cases of issue backdating have been added, so fewer genuinely old issues will be reported in the New Code period ([MMF-1287](https://jira.sonarsource.com/browse/MMF-1287))
-
[Full Release Notes](https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=14693)
@@ -46,7 +46,7 @@ Analyzing a C# / VB.NET solution now automatically imports issues found by attac
**More memory may be needed for analysis**
Changes in the advanced security analysis available in Developer Edition and above may mean that a larger heap is needed during analysis.
-**Analysis warnings in UI**
+**Analysis warnings in UI**
Some `WARN` messages generated during analysis are now available via the UI ([MMF-1244](https://jira.sonarsource.com/browse/MMF-1244)). More messages will be available as new versions of language analyzers are released.
**"Leak" replaced with "New Code"**
@@ -57,7 +57,7 @@ Wording has been updated throughout the interface to replace "Leak" and "Leak Pe
## Release 7.3 Upgrade Notes
-**New "Administer Security Hotspots" Permission**
+**New "Administer Security Hotspots" Permission**
During the upgrade, the new "Administer Security Hotspots" permission is granted to all users/groups who already have the "Administer Issues" permission.
**Expanded Compute Engine Logs**