Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NO-JIRA fix GithubActionsTest resources | Steve Marion | 5 days | 2 | -2/+2 |
| | |||||
* | SONAR-17640 Do not visit directories when all the files will be excluded | antoine.vinot | 5 days | 2 | -163/+185 |
| | |||||
* | SONAR-22998 fetch active rules with a dedicated endpoint | Pierre Guillot | 5 days | 11 | -271/+270 |
| | | | Co-authored-by: Julien HENRY <julien.henry@sonarsource.com> | ||||
* | SONAR-22640 Read PR head sha from trigger event of GitHub action | Javier García Orduña | 5 days | 3 | -32/+634 |
| | |||||
* | SONAR-22185 SARIF issues are not imported for some location URI format | Javier García Orduña | 2024-12-06 | 2 | -8/+41 |
| | | | Co-authored-by: antoine.vinot <antoine.vinot@sonarsource.com> | ||||
* | SONAR-22305 Ignore scanner properties with null values | Javier García Orduña | 2024-12-05 | 2 | -8/+34 |
| | |||||
* | SONAR-23647 Improve logs when a sensor is skipped because of a missing property | Javier García Orduña | 2024-12-04 | 2 | -4/+197 |
| | |||||
* | SONAR-23432 Fix failing tests on Windows in scanner-engine | antoine.vinot | 2024-12-03 | 8 | -52/+97 |
| | |||||
* | SONAR-23774 Add a scanner property to disable loading of OS-level SSL ↵ | Julien HENRY | 2024-11-27 | 2 | -4/+35 |
| | | | | certificates | ||||
* | SONAR-23680 Support changeit as default keystore password | Julien HENRY | 2024-11-22 | 6 | -27/+110 |
| | |||||
* | SONAR-23626 publish Community Build and SonarQube Server independently. | Steve Marion | 2024-11-15 | 1 | -1/+1 |
| | | | | | Co-authored-by: Alain Kermis <alain.kermis@sonarsource.com> Co-authored-by: Matteo Mara <matteo.mara@sonarsource.com> | ||||
* | SONAR-23623 Remove useless remains of the SCA prototype | Julien HENRY | 2024-11-15 | 2 | -9/+0 |
| | |||||
* | SONAR-23270 Handle type and severity in new generic import format | Léo Geoffroy | 2024-11-13 | 6 | -58/+157 |
| | |||||
* | SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the ↵ | Julien HENRY | 2024-10-24 | 6 | -17/+12 |
| | | | | plugin API | ||||
* | NO-JIRA improved performance of tests in sonar-scanner-engine module | lukasz-jarocki-sonarsource | 2024-10-23 | 14 | -37/+74 |
| | |||||
* | SONAR-23098 Parse dependencies in the FOSSA report | Julien HENRY | 2024-10-21 | 1 | -0/+4 |
| | |||||
* | SONAR-23250 Revert changes made in the plugin API for ActiveRule | Julien HENRY | 2024-10-21 | 11 | -13/+183 |
| | |||||
* | SONAR-23250 handle impacts on active rules in scanner engine | Léo Geoffroy | 2024-10-16 | 6 | -4/+107 |
| | |||||
* | NO-JIRA Fix the Quality Gate | Matteo Mara | 2024-10-15 | 3 | -9/+8 |
| | |||||
* | NO-JIRA Stop using deprecated methods from RandomStringUtils | Matteo Mara | 2024-10-14 | 4 | -16/+16 |
| | |||||
* | SONAR-23327 Update tests to Junit5 | Matteo Mara | 2024-10-11 | 2 | -56/+56 |
| | |||||
* | SONAR-23327 Implement addTelemetryProperty in the scanner engine | Matteo Mara | 2024-10-11 | 11 | -68/+465 |
| | |||||
* | SONAR-23133 move hamcrest-core dependency to hamcrest. remove obsolete ↵ | Steve Marion | 2024-10-07 | 1 | -1/+1 |
| | | | | exclusion of hamcrest from mockito. | ||||
* | SONAR-23133 removing com.squareup.okio:okio direct dependency | Steve Marion | 2024-10-07 | 1 | -1/+0 |
| | |||||
* | SONAR-23013 Improve coverage | Julien HENRY | 2024-09-27 | 2 | -7/+35 |
| | |||||
* | SONAR-23013 Fix the usage of Bouncycastle | Julien HENRY | 2024-09-27 | 1 | -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-18941 Dont run flaky test on macos | antoine.vinot | 2024-09-26 | 1 | -9/+5 |
| | |||||
* | SONAR-22951 Use 5 levels severities for Software Impact | Dejan Milisavljevic | 2024-09-18 | 1 | -4/+5 |
| | | | | | | | Co-authored-by: Léo Geoffroy <leo.geoffroy@sonarsource.com> Co-authored-by: Stanislav <31501873+stanislavhh@users.noreply.github.com> Co-authored-by: Viktor Vorona <viktor.vorona@sonarsource.com> Co-authored-by: OrlovAlexander <35396155+OrlovAlexander85@users.noreply.github.com> Co-authored-by: stanislavh <stanislav.honcharov@sonarsource.com> | ||||
* | SONAR-23013 Support PKCS12 truststore created by openssl | Julien HENRY | 2024-09-17 | 2 | -6/+17 |
| | |||||
* | SONAR-22914 Add a Sensor to import FOSSA results | Julien HENRY | 2024-09-12 | 2 | -4/+13 |
| | |||||
* | SONAR-22914 Move the ScannerMediumTester to testFixtures | Julien HENRY | 2024-09-12 | 7 | -61/+59 |
| | |||||
* | SONAR-22537 add support for short and full description in adhoc rule created ↵ | Steve Marion | 2024-07-29 | 2 | -8/+40 |
| | | | | from SARIF import. | ||||
* | SONAR-22541 Import SARIF stacks as issue flows | Julien HENRY | 2024-07-26 | 4 | -70/+187 |
| | |||||
* | SONAR-22538 Import SARIF related locations as secondary issue locations | Julien HENRY | 2024-07-25 | 2 | -3/+31 |
| | |||||
* | NO-JIRA Fix Quality Gate Issues | Matteo Mara | 2024-07-25 | 1 | -1/+0 |
| | |||||
* | SONAR-22603 Use generated code for the SARIF parser | Julien HENRY | 2024-07-24 | 18 | -140/+141 |
| | |||||
* | SONAR-22542 Index new STIG security standard | Léo Geoffroy | 2024-07-23 | 1 | -0/+5 |
| | |||||
* | Revert "SONAR-22447 jakarta-annotation-api version bump" | Matteo Mara | 2024-07-02 | 1 | -1/+1 |
| | | | | This reverts commit f4ea3e9ab60aad9d268aad316f8fb13f1c54aa8b. | ||||
* | SONAR-22447 jakarta-annotation-api version bump | lukasz-jarocki-sonarsource | 2024-07-01 | 1 | -1/+1 |
| | |||||
* | SONAR-22447 updated rename findbugs dependency | lukasz-jarocki-sonarsource | 2024-06-28 | 1 | -1/+1 |
| | |||||
* | SONAR-22152 Remove JGit workaround | Eric Giffon | 2024-06-20 | 1 | -12/+0 |
| | | | | No longer needed as the update to JGit 6.10 fixes the issue. | ||||
* | SONAR-22423 Prevent log message about optional autowired constructor | Eric Giffon | 2024-06-18 | 1 | -1/+1 |
| | |||||
* | Fix stacktrace in the Json output | Julien HENRY | 2024-05-13 | 2 | -4/+12 |
| | |||||
* | Log the max memory allocated to the scanner engine | Julien HENRY | 2024-05-13 | 1 | -0/+4 |
| | |||||
* | SONAR-22152 Silent NoClassDefFoundError: ThrowableProxy from JGit | Julien HENRY | 2024-05-13 | 1 | -0/+12 |
| | |||||
* | Change log level to debug for user cache | Julien HENRY | 2024-05-13 | 1 | -1/+1 |
| | |||||
* | Log the Java version | Julien HENRY | 2024-05-13 | 1 | -0/+15 |
| | |||||
* | Unwrap MessageException | Julien HENRY | 2024-05-13 | 2 | -34/+91 |
| | |||||
* | SONAR-22194 Use Okhttp interceptor to log requests | Julien HENRY | 2024-05-07 | 2 | -65/+66 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2024-05-02 | 4 | -23/+26 |
| |