diff options
author | Alexandre Gigleux <alexandre.gigleux@sonarsource.com> | 2020-02-21 19:53:56 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-02-21 20:46:20 +0100 |
commit | 89d6580d16f4e2cc928bb0117d2e7554ae7a9647 (patch) | |
tree | 4708c3a228fcb7e8472b222b68eceb6d36a77955 /server | |
parent | aa237a8224a408e4764f25a93c4e9debf8c28ac4 (diff) | |
download | sonarqube-89d6580d16f4e2cc928bb0117d2e7554ae7a9647.tar.gz sonarqube-89d6580d16f4e2cc928bb0117d2e7554ae7a9647.zip |
information about Manual Vulnerabilities migration
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-docs/src/pages/setup/upgrade-notes.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/server/sonar-docs/src/pages/setup/upgrade-notes.md b/server/sonar-docs/src/pages/setup/upgrade-notes.md index 31d13c261a1..cd8aedb22b4 100644 --- a/server/sonar-docs/src/pages/setup/upgrade-notes.md +++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md @@ -7,6 +7,11 @@ url: /setup/upgrade-notes/ **PostgreSQL 12.1 support** SonarQube 8.2+ now support PostgreSQL 9.3 - 12. +**Security Hotspots: dedicated space and workflow** +* The Security Hotspots have a brand new space where developers can perform security reviews. The review process has been simplified. It's no longer necessary to transform a Security Hotspot into a Manual Vulnerability and back and forth. A developer can now simply mark a Security Hotspot as Safe, Fixed, or leave it as is if the developer needs more time to perform their review. +* Manual Vulnerabilities created from Security Hotspots are migrated to Security Hotspots with the status "To Review". A comment "Migrated from Manual Vulnerability" is added to the review history to recognize them. +* Users who want to enforce Security Hotspots review with the Quality Gate can do so by adding the Security Hotspots Reviewed measure on their Quality Gates. + [Full Release Notes](https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=15301) ## Release 8.1 Upgrade Notes |