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**.
10
10
11
11
## Version compatibility
12
12
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 |
17
18
18
19
19
20
## Supported languages and libraries
Original file line number Diff line number Diff line change 19
19
*/
20
20
package com .ibm .plugin .rules .issues ;
21
21
22
+ import static org .assertj .core .api .Assertions .assertThat ;
23
+
22
24
import com .ibm .engine .detection .DetectionStore ;
23
25
import com .ibm .engine .model .Algorithm ;
24
26
import com .ibm .engine .model .CipherAction ;
34
36
import com .ibm .mapper .model .functionality .Decapsulate ;
35
37
import com .ibm .mapper .model .functionality .Encapsulate ;
36
38
import com .ibm .plugin .TestBase ;
39
+ import java .util .List ;
40
+ import javax .annotation .Nonnull ;
37
41
import org .junit .jupiter .api .Disabled ;
38
42
import org .junit .jupiter .api .Test ;
39
43
import org .sonar .java .checks .verifier .CheckVerifier ;
42
46
import org .sonar .plugins .java .api .semantic .Symbol ;
43
47
import org .sonar .plugins .java .api .tree .Tree ;
44
48
45
- import javax .annotation .Nonnull ;
46
- import java .util .List ;
47
-
48
- import static org .assertj .core .api .Assertions .assertThat ;
49
-
50
49
class ClientEncryptionJavaDuplicatedRSADetectionTest extends TestBase {
51
50
52
51
@ Test
Original file line number Diff line number Diff line change 1
1
/*
2
2
* SonarQube Cryptography Plugin
3
- * Copyright (C) 2024 IBM
3
+ * Copyright (C) 2025 IBM
4
4
*
5
5
* Licensed to the Apache Software Foundation (ASF) under one or more
6
6
* contributor license agreements. See the NOTICE file distributed with
Original file line number Diff line number Diff line change 42
42
<cyclonedx-maven-plugin .version>2.9.1</cyclonedx-maven-plugin .version>
43
43
<checkstyle .version>10.15.0</checkstyle .version>
44
44
45
- <sonar .version>10.7 .0.96327 </sonar .version>
45
+ <sonar .version>25.1 .0.102122 </sonar .version>
46
46
<sonar .minVersion>9.14.0.375</sonar .minVersion>
47
47
<sonar .plugin.api.version>10.14.0.2599</sonar .plugin.api.version>
48
48
<!-- 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>
51
51
52
52
<junit .jupiter.version>5.11.4</junit .jupiter.version>
53
53
You can’t perform that action at this time.
0 commit comments