aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-common/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-25558 Add OWASP Mobile Top 10 for 2024 to Rules indexCody Simms4 days6-41/+97
|
* SONAR-25461 Fix SSF-802Jacek5 days7-6/+31
|
* SONAR-25344 Fix overlap between automaticreopen and reopentaintvulnerability ↵Antoine Vinot2025-06-262-3/+29
| | | | transitions
* SONAR-25198 Use new PDF template for security reports and enable PDF ↵Cody Simms2025-06-202-8/+19
| | | | customization
* SCA-434 - Enrich OWASP report results with SCA vulnerability dataMadeline Cowie2025-05-212-0/+64
| | | 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-202-10/+16
| | | | and new taint repository keys
* SONAR-25110 Add OWASP Mobile Top 10 2024 facet to issues searchCody Simms2025-05-161-0/+11
|
* SONAR-24937 Support OWASP Mobile Top 10 2024 & CWE Top 25 2024 standardsCody Simms2025-05-145-2/+34
|
* Bump plugin-api from 11.4.0.2922 to 12.0.0.2960Antoine Vinot2025-05-141-11/+0
|
* SCA-379 email notifications for SCA dependency risksHavoc Pennington2025-05-131-1/+1
|
* SONAR-24817 Delete corrupted portfolios during startupCody Simms2025-04-282-3/+103
|
* SONAR-24892 Move the state machine code in its own moduleJulien HENRY2025-04-2514-667/+43
|
* 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-0343-1463/+1136
|
* SONAR-24730 Stop relying on DefaultTransitionsJulien HENRY2025-04-0336-55/+302
|
* SONAR-24720 Split the IssueWorkflow for issues and hostspotsJulien HENRY2025-04-038-526/+414
|
* SONAR-24667 Stop relying on UserRole from the plugin APIJulien HENRY2025-03-2710-64/+69
|
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-2734-55/+56
|
* SONAR-24630 Add early access misra settingStanislav2025-03-211-1/+1
| | | Co-authored-by: Dejan Milisavljevic <dejan.milisavljevic@sonarsource.com>
* SONAR-24489 Improve platform tests to showcase misloading of core extension ↵Steve Marion2025-02-282-0/+76
| | | | on level 1.
* SONAR-24350 Decrypt encrypted properties from SMTP configurationPawel Kupinski2025-02-283-2/+103
|
* SONAR-23456 ElasticSearch changeslukasz-jarocki-sonarsource2025-02-281-0/+3
|
* SONAR-23111 fixed the issue where logs were not downloaded when SonarQube ↵Lukasz Jarocki2025-02-174-4/+19
| | | | was deployed with web context
* SONAR-23111 Fix date in license headersMatteo Mara2025-01-302-2/+2
|
* SONAR-23111 api/system/logs now correctly return logs for data center editionLukasz Jarocki2025-01-304-6/+589
|
* SONAR-24216 Optimize querying of measures on startup indexingEric Giffon2025-01-281-2/+2
|
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-09592-594/+592
|
* NO-JIRA fix sq issuesLéo Geoffroy2025-01-071-5/+5
|
* SONAR-22345 Reflect changes to prioritized rule in the changelogOrlovAlexander2025-01-072-1/+6
|
* SONAR-24042 add telemetry 'project_uses_aica_quality_gate'Dejan Milisavljevic2024-12-272-3/+62
|
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-277-25/+24
|
* SONAR-24066 Replace deprecated LoggerLevel calls to SLF4J LevelJulien Camus2024-12-202-10/+8
|
* SONAR-23990 Replace with text blockJulien Camus2024-12-191-6/+7
|
* SONAR-15049 Taint Vulnerabilities should be reopened if new flows are createdAntoine Vinot2024-12-186-65/+147
|
* 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 Update annotations from javax to jakartaJacek Poreda2024-12-187-7/+7
|
* SONAR-19122 Upgrade to Spring 6Jacek Poreda2024-12-183-14/+14
|
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-186-21/+13
|
* SONAR-23688 Add facet and filter on active_impactSeveritiesDejan Milisavljevic2024-12-184-46/+219
| | | Co-authored-by: OrlovAlexander <alexander.orlov@sonarsource.com>
* SONAR-22998 fetch active rules with a dedicated endpointPierre Guillot2024-12-183-0/+506
| | | Co-authored-by: Julien HENRY <julien.henry@sonarsource.com>
* SONAR-23734 Total number of applications TelemetryOrlovAlexander2024-12-182-0/+95
|
* SONAR-23688 Index active rules impactsDejan Milisavljevic2024-12-064-57/+85
|
* SONAR-23731 Portfolio report telemetryOrlovAlexander2024-12-062-0/+96
|
* SONAR-23512 Project report telemetryOrlovAlexander2024-12-062-0/+98
|
* NO-JIRA replace usage of Java6Assertions by normal AssertionsSteve Marion2024-12-061-1/+1
|
* SONAR-23736 Add application report TelemetryOrlovAlexander2024-12-042-0/+97
|
* SONAR-23719 Make sure all components are using the new Email ConfigurationAntoine Vigneau2024-11-2919-303/+320
|
* SQRP-119 (#12446)Anita Stanisz2024-11-296-16/+16
|
* SONAR-23619 Add Sonar way for AI Code Quality GateJacek2024-11-296-7/+183
|
* SONAR-23367 Remove mention of Server in mode emailsLéo Geoffroy2024-11-294-18/+18
|