aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org/sonar/scanner
Commit message (Collapse)AuthorAgeFilesLines
* 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-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
|
* 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-302-0/+101
|
* 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
|
* SONAR-22037 Support new HTTP proxy propertiesJulien HENRY2024-04-151-6/+23
|
* SONAR-22036 Add a main to the scanner engineJulien HENRY2024-04-152-0/+207
|
* SONAR-22054 Make property sonar.projectBaseDir optionalJulien HENRY2024-04-151-2/+10
|
* SONAR-22074 enable DownloadOnlyRequired by default10.5.0.89998Pierre2024-04-121-1/+1
|
* SONAR-22009 Fix NPE on SARIF import when Extensions don't have Rulesantoine.vinot2024-04-051-1/+6
|
* SONAR-21587 adjust logging of SCM revision IDlukasz-jarocki-sonarsource2024-03-261-1/+1
|
* NO JIRA fix code smells after moving to lang3 libraryMatteo Mara2024-03-222-2/+2
|
* SONAR-21857 fix ssflukasz-jarocki-sonarsource2024-03-191-1/+1
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-1641-79/+79
| | | | org.apache.commons:commons-lang3