Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | SONAR-22159 Modify the way the creation date is set in junit test | Matteo Mara | 2024-04-30 | 1 | -0/+11 |
| | |||||
* | SONAR-22086 Add support to configure scanner with env variables | Julien HENRY | 2024-04-30 | 4 | -0/+273 |
| | |||||
* | SONAR-22038 Support new SSL properties (#10987) | Julien HENRY | 2024-04-30 | 68 | -533/+1933 |
| | | | | | * Move scanner HttpClient code in its own package * Factorize the computation of the Sonar User Home | ||||
* | SONAR-22036 Fix logback initialization for old bootstrappers | Julien HENRY | 2024-04-16 | 3 | -20/+29 |
| | | | | | | | Because of https://jira.qos.ch/browse/LOGBACK-1537 it is not possible to use an include + configuring Logback manually via classpath loading without having very verbose logs appearing at startup. Duplicated the shared content in each log config file to fix the issue. | ||||
* | SONAR-22039 Support new timeout properties | Julien HENRY | 2024-04-15 | 2 | -11/+77 |
| | |||||
* | SONAR-22037 Support new HTTP proxy properties | Julien HENRY | 2024-04-15 | 2 | -25/+181 |
| | |||||
* | SONAR-22036 Add a main to the scanner engine | Julien HENRY | 2024-04-15 | 10 | -25/+532 |
| | |||||
* | SONAR-22054 Make property sonar.projectBaseDir optional | Julien HENRY | 2024-04-15 | 2 | -2/+18 |
| | |||||
* | SONAR-22074 enable DownloadOnlyRequired by default10.5.0.89998 | Pierre | 2024-04-12 | 1 | -1/+1 |
| | |||||
* | SONAR-22009 Fix NPE on SARIF import when Extensions don't have Rules | antoine.vinot | 2024-04-05 | 2 | -1/+37 |
| | |||||
* | SGB-11 Do not cleanup tempdir | Dejan Milisavljevic | 2024-04-04 | 1 | -1/+5 |
| | |||||
* | SONAR-21972 Fix tests to not depend on the operating system's locale | Julien HENRY | 2024-04-03 | 2 | -4/+14 |
| | |||||
* | SONAR-21587 adjust logging of SCM revision ID | lukasz-jarocki-sonarsource | 2024-03-26 | 1 | -1/+1 |
| | |||||
* | NO JIRA fix code smells after moving to lang3 library | Matteo Mara | 2024-03-22 | 4 | -3/+4 |
| | |||||
* | SONAR-21857 fix ssf | lukasz-jarocki-sonarsource | 2024-03-19 | 2 | -2/+2 |
| | |||||
* | SONAR-21885 Fix native Git blame with Git CLI >= 2.43 | Julien HENRY | 2024-03-19 | 1 | -2/+2 |
| | |||||
* | SONAR-21452 move from commons-lang:commons-lang to ↵ | Matteo Mara | 2024-03-16 | 61 | -115/+116 |
| | | | | org.apache.commons:commons-lang3 | ||||
* | SONAR-21643 Fix IT CompositeBlameCommandIT (#10709) | Dejan Milisavljevic | 2024-02-23 | 1 | -21/+23 |
| | |||||
* | SONAR-21643 Convert some IT tests to Junit 5 (#10672) | Dejan Milisavljevic | 2024-02-22 | 4 | -65/+79 |
| | |||||
* | SONAR-21643 Convert some parameterized tests to Junit 5 (#10666) | Dejan Milisavljevic | 2024-02-21 | 6 | -205/+200 |
| | |||||
* | SONAR-20958 Improve error message for startColumn on empty line (#10628) | Dejan Milisavljevic | 2024-02-15 | 2 | -1/+35 |
| | |||||
* | SONAR-21575 Populate the issue filter chain after optional plugins have been ↵ | Julien HENRY | 2024-02-09 | 9 | -69/+314 |
| | | | | | | | loaded Optional plugins can contribute IssueFilter, so we should not load the list of extensions too early. Moving the IssueFilters class in the child container was not possible due to many dependencies, so the choice has been made to make it "mutable": it is instantiated early to allow injection, but the list of IssueFilter is populated later. |