File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
java/src/test/java/com/ibm/plugin/rules/issues
mapper/src/main/java/com/ibm/mapper/mapper/ssl/json Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,11 @@ It is part of **the [CBOMKit](https://github.com/IBM/cbomkit) toolset**.
1010
1111## Version compatibility
1212
13- | Plugin Version | SonarQube Version |
14- | ----------------| ------------------------|
15- | 1.3.2 and up | SonarQube 9.8 and up |
16- | 1.2.0 to 1.3.1 | SonarQube 9.8 and 10.4 |
13+ | Plugin Version | SonarQube Version |
14+ | -----------------| --------------------------------|
15+ | 1.3.7 and up | SonarQube 9.9 (LTS) and up |
16+ | 1.3.2 and 1.3.6 | SonarQube 9.8 (LTS) up to 10.8 |
17+ | 1.2.0 to 1.3.1 | SonarQube 9.8 (LTS) up to 10.4 |
1718
1819
1920## Supported languages and libraries
Original file line number Diff line number Diff line change 1919 */
2020package com .ibm .plugin .rules .issues ;
2121
22+ import static org .assertj .core .api .Assertions .assertThat ;
23+
2224import com .ibm .engine .detection .DetectionStore ;
2325import com .ibm .engine .model .Algorithm ;
2426import com .ibm .engine .model .CipherAction ;
3436import com .ibm .mapper .model .functionality .Decapsulate ;
3537import com .ibm .mapper .model .functionality .Encapsulate ;
3638import com .ibm .plugin .TestBase ;
39+ import java .util .List ;
40+ import javax .annotation .Nonnull ;
3741import org .junit .jupiter .api .Disabled ;
3842import org .junit .jupiter .api .Test ;
3943import org .sonar .java .checks .verifier .CheckVerifier ;
4246import org .sonar .plugins .java .api .semantic .Symbol ;
4347import org .sonar .plugins .java .api .tree .Tree ;
4448
45- import javax .annotation .Nonnull ;
46- import java .util .List ;
47-
48- import static org .assertj .core .api .Assertions .assertThat ;
49-
5049class ClientEncryptionJavaDuplicatedRSADetectionTest extends TestBase {
5150
5251 @ Test
Original file line number Diff line number Diff line change 11/*
22 * SonarQube Cryptography Plugin
3- * Copyright (C) 2024 IBM
3+ * Copyright (C) 2025 IBM
44 *
55 * Licensed to the Apache Software Foundation (ASF) under one or more
66 * contributor license agreements. See the NOTICE file distributed with
Original file line number Diff line number Diff line change 4242 <cyclonedx-maven-plugin .version>2.9.1</cyclonedx-maven-plugin .version>
4343 <checkstyle .version>10.15.0</checkstyle .version>
4444
45- <sonar .version>10.7 .0.96327 </sonar .version>
45+ <sonar .version>25.1 .0.102122 </sonar .version>
4646 <sonar .minVersion>9.14.0.375</sonar .minVersion>
4747 <sonar .plugin.api.version>10.14.0.2599</sonar .plugin.api.version>
4848 <!-- language parser versions -->
49- <sonar .java.version>8.6 .0.37351 </sonar .java.version>
50- <sonar .python.version>4.23 .0.17664 </sonar .python.version>
49+ <sonar .java.version>8.8 .0.37665 </sonar .java.version>
50+ <sonar .python.version>4.24 .0.18631 </sonar .python.version>
5151
5252 <junit .jupiter.version>5.11.4</junit .jupiter.version>
5353
You can’t perform that action at this time.
0 commit comments