aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-common/src/test/java/org
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-25558 Add OWASP Mobile Top 10 for 2024 to Rules indexCody Simms3 days1-0/+1
|
* SONAR-25461 Fix SSF-802Jacek4 days3-4/+6
|
* SONAR-25344 Fix overlap between automaticreopen and reopentaintvulnerability ↵Antoine Vinot2025-06-261-0/+22
| | | | transitions
* SONAR-25198 Use new PDF template for security reports and enable PDF ↵Cody Simms2025-06-201-6/+8
| | | | customization
* SCA-434 - Enrich OWASP report results with SCA vulnerability dataMadeline Cowie2025-05-211-0/+42
| | | Co-authored-by: Bill Nottingham <notting@splat.cc>
* SONAR-25131 Upgrade SonarSecurity plugin to 11.2.1.37710, add Kotlin plugin ↵nicolas-gauthier-sonarsource2025-05-201-8/+14
| | | | and new taint repository keys
* SONAR-24937 Support OWASP Mobile Top 10 2024 & CWE Top 25 2024 standardsCody Simms2025-05-141-0/+8
|
* SONAR-24892 Move the state machine code in its own moduleJulien HENRY2025-04-255-270/+19
|
* SONAR-24739 Upgrade Hazelcast to 5.5.0 and remove dependencies on the CP ↵Matteo Mara2025-04-231-3/+3
| | | | subsystem
* SONAR-24745 Decouple the workflow framework from issuesJulien HENRY2025-04-0314-476/+97
|
* SONAR-24730 Stop relying on DefaultTransitionsJulien HENRY2025-04-0311-13/+21
|
* SONAR-24720 Split the IssueWorkflow for issues and hostspotsJulien HENRY2025-04-032-77/+11
|
* SONAR-24667 Stop relying on UserRole from the plugin APIJulien HENRY2025-03-274-12/+14
|
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-2711-15/+15
|
* SONAR-24350 Decrypt encrypted properties from SMTP configurationPawel Kupinski2025-02-281-0/+82
|
* SONAR-23111 fixed the issue where logs were not downloaded when SonarQube ↵Lukasz Jarocki2025-02-172-1/+9
| | | | was deployed with web context
* SONAR-23111 Fix date in license headersMatteo Mara2025-01-301-1/+1
|
* SONAR-23111 api/system/logs now correctly return logs for data center editionLukasz Jarocki2025-01-302-3/+289
|
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-09189-190/+189
|
* NO-JIRA fix sq issuesLéo Geoffroy2025-01-071-5/+5
|
* SONAR-22345 Reflect changes to prioritized rule in the changelogOrlovAlexander2025-01-071-1/+3
|
* SONAR-24066 Replace deprecated LoggerLevel calls to SLF4J LevelJulien Camus2024-12-201-7/+6
|
* SONAR-15049 Taint Vulnerabilities should be reopened if new flows are createdAntoine Vinot2024-12-182-58/+116
|
* SONAR-17786 Migrate from Wiser to Greenmail email testing frameworkJacek Poreda2024-12-181-43/+39
| | | | Co-authored-by: Alain Kermis <alain.kermis@sonarsource.com>
* SONAR-19122 Upgrade to Spring 6Jacek Poreda2024-12-181-4/+4
|
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-186-21/+13
|
* SONAR-23734 Total number of applications TelemetryOrlovAlexander2024-12-181-0/+50
|
* SONAR-23731 Portfolio report telemetryOrlovAlexander2024-12-061-0/+51
|
* SONAR-23512 Project report telemetryOrlovAlexander2024-12-061-0/+53
|
* NO-JIRA replace usage of Java6Assertions by normal AssertionsSteve Marion2024-12-061-1/+1
|
* SONAR-23736 Add application report TelemetryOrlovAlexander2024-12-041-0/+51
|
* SONAR-23719 Make sure all components are using the new Email ConfigurationAntoine Vigneau2024-11-298-241/+237
|
* SQRP-119 (#12446)Anita Stanisz2024-11-293-12/+12
|
* SONAR-23619 Add Sonar way for AI Code Quality GateJacek2024-11-291-0/+60
|
* SONAR-23367 Remove mention of Server in mode emailsLéo Geoffroy2024-11-292-12/+12
|
* SONAR-23367 Update email content for mode change notificationLéo Geoffroy2024-11-291-4/+4
|
* SQRP-119 Rename notifications (#12414)Anita Stanisz2024-11-293-12/+12
|
* SONAR-23649 Fix SonarQube issuesLéo Geoffroy2024-11-261-4/+7
|
* SONAR-23649 Conditions mismatch notification should be enabled by default ↵Léo Geoffroy2024-11-262-13/+15
| | | | for Quality gate administrators
* SONAR-23651 Trigger conditions mismatch notification when mode is changedLéo Geoffroy2024-11-262-54/+10
|
* SONAR-23649 QG admins can opt out from conditions mismatch notificationLéo Geoffroy2024-11-262-2/+23
|
* SONAR-23367 Send notification to instance admins about the existence of two ↵Léo Geoffroy2024-11-268-0/+557
| | | | modes.
* SONAR-23527 Add changelog event when manual impact is updated during project ↵Léo Geoffroy2024-11-111-0/+7
| | | | analysis
* SONAR-23363 Update set_severity endpointOrlovAlexander2024-11-111-0/+45
|
* SONAR-23527 impacts severity is updated when issue is set on manual severityLéo Geoffroy2024-11-111-0/+43
|
* SONAR-23363 handle manual impact flag during project analysisLéo Geoffroy2024-11-111-5/+44
|
* SONAR-23299 add fallback condition to live quality gate evaluationLéo Geoffroy2024-11-055-30/+179
|
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the ↵Julien HENRY2024-10-247-6/+321
| | | | plugin API
* NO-JIRA Fix SQ Issuesantoine.vinot2024-10-221-2/+6
|
* SONAR-23259 add changelog management for impactsLéo Geoffroy2024-10-181-2/+72
| | | Co-authored-by: OrlovAlexander <alexander.orlov@sonarsource.com>