aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org/sonar
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-22045 Do not fail analysis due to broken symlinks or symlinks pointing ↵Aleksandra Bozhinoska39 hours1-0/+29
| | | | outside project/module
* SONAR-24126 Fix issues turning QG redMatteo Mara39 hours1-1/+0
|
* SONAR-17771 Drop the support for 'sonar.password'Claire Villard3 days5-19/+25
| | | Co-authored-by: Eric Giffon <eric.giffon@sonarsource.com>
* SONAR-24067 Improve logs when preprocessing filesJavier García Orduña3 days2-5/+11
|
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus13 days21-67/+79
|
* SONAR-20659 Add logs when importing SARIF report if the referenced files ↵Javier García Orduña2024-12-201-1/+11
| | | | | location cannot be resolved Co-authored-by: antoine.vinot <antoine.vinot@sonarsource.com>
* SONAR-23968 Log a warning when encrypted properties are used on Scanner sideClaire Villard2024-12-191-0/+4
|
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-1810-12/+12
|
* SONAR-23972 Update scanner-related broken documentation linksClaire Villard2024-12-182-52/+1
|
* SONAR-23974 Optimize the scanner reportJulien HENRY2024-12-186-23/+68
|
* SONAR-24003 Delete unnecessary importsJulien Camus2024-12-181-1/+0
|
* SONAR-17640 Do not visit directories when all the files will be excludedantoine.vinot2024-12-181-2/+19
|
* SONAR-22998 fetch active rules with a dedicated endpointPierre Guillot2024-12-185-145/+97
| | | Co-authored-by: Julien HENRY <julien.henry@sonarsource.com>
* SONAR-22640 Read PR head sha from trigger event of GitHub actionJavier García Orduña2024-12-181-9/+127
|
* SONAR-22185 SARIF issues are not imported for some location URI formatJavier García Orduña2024-12-061-1/+12
| | | Co-authored-by: antoine.vinot <antoine.vinot@sonarsource.com>
* SONAR-22305 Ignore scanner properties with null valuesJavier García Orduña2024-12-051-4/+6
|
* SONAR-23647 Improve logs when a sensor is skipped because of a missing propertyJavier García Orduña2024-12-041-4/+60
|
* SONAR-23432 Fix failing tests on Windows in scanner-engineantoine.vinot2024-12-031-1/+1
|
* SONAR-23774 Add a scanner property to disable loading of OS-level SSL ↵Julien HENRY2024-11-271-4/+10
| | | | certificates
* SONAR-23680 Support changeit as default keystore passwordJulien HENRY2024-11-222-14/+50
|
* SONAR-23623 Remove useless remains of the SCA prototypeJulien HENRY2024-11-151-5/+0
|
* SONAR-23270 Handle type and severity in new generic import formatLéo Geoffroy2024-11-133-23/+44
|
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the ↵Julien HENRY2024-10-246-17/+12
| | | | plugin API
* NO-JIRA improved performance of tests in sonar-scanner-engine modulelukasz-jarocki-sonarsource2024-10-232-4/+17
|
* SONAR-23250 Revert changes made in the plugin API for ActiveRuleJulien HENRY2024-10-215-4/+137
|
* SONAR-23250 handle impacts on active rules in scanner engineLéo Geoffroy2024-10-163-3/+31
|
* SONAR-23327 Implement addTelemetryProperty in the scanner engineMatteo Mara2024-10-116-18/+160
|
* SONAR-23013 Improve coverageJulien HENRY2024-09-271-7/+21
|
* SONAR-23013 Fix the usage of BouncycastleJulien HENRY2024-09-271-6/+15
| | | | | * BC is a multi-release JAR, so the flag has to be preserved in the scanner engine shaded jar * Not sure it was needed, but I decided to not install BC as a Security Provider, and only use it to load the pkcs12 certificate
* SONAR-23013 Support PKCS12 truststore created by opensslJulien HENRY2024-09-171-6/+16
|
* SONAR-22914 Add a Sensor to import FOSSA resultsJulien HENRY2024-09-121-4/+9
|
* SONAR-22914 Move the ScannerMediumTester to testFixturesJulien HENRY2024-09-124-468/+0
|
* SONAR-22537 add support for short and full description in adhoc rule created ↵Steve Marion2024-07-291-2/+15
| | | | from SARIF import.
* SONAR-22541 Import SARIF stacks as issue flowsJulien HENRY2024-07-262-31/+85
|
* SONAR-22538 Import SARIF related locations as secondary issue locationsJulien HENRY2024-07-251-0/+10
|
* NO-JIRA Fix Quality Gate IssuesMatteo Mara2024-07-251-1/+0
|
* SONAR-22603 Use generated code for the SARIF parserJulien HENRY2024-07-249-70/+72
|
* SONAR-22542 Index new STIG security standardLéo Geoffroy2024-07-231-0/+5
|
* SONAR-22152 Remove JGit workaroundEric Giffon2024-06-201-12/+0
| | | | No longer needed as the update to JGit 6.10 fixes the issue.
* SONAR-22423 Prevent log message about optional autowired constructorEric Giffon2024-06-181-1/+1
|
* Fix stacktrace in the Json outputJulien HENRY2024-05-131-0/+6
|
* Log the max memory allocated to the scanner engineJulien HENRY2024-05-131-0/+4
|
* SONAR-22152 Silent NoClassDefFoundError: ThrowableProxy from JGitJulien HENRY2024-05-131-0/+12
|
* Change log level to debug for user cacheJulien HENRY2024-05-131-1/+1
|
* Log the Java versionJulien HENRY2024-05-131-0/+15
|
* Unwrap MessageExceptionJulien HENRY2024-05-131-13/+42
|
* SONAR-22194 Use Okhttp interceptor to log requestsJulien HENRY2024-05-071-7/+4
|
* SONAR-22086 Add support to configure scanner with env variablesJulien HENRY2024-04-303-0/+103
|
* SONAR-22038 Support new SSL properties (#10987)Julien HENRY2024-04-3027-112/+360
| | | | | * Move scanner HttpClient code in its own package * Factorize the computation of the Sonar User Home
* SONAR-22039 Support new timeout propertiesJulien HENRY2024-04-151-11/+37
|