Skip to content

SONARJAVA-6819 Prepare next development iteration 8.41.0 - #5975

Open
hashicorp-vault-sonar-prod[bot] wants to merge 2 commits into
masterfrom
bot/prepare-next-development-iteration-8.41.0
Open

SONARJAVA-6819 Prepare next development iteration 8.41.0#5975
hashicorp-vault-sonar-prod[bot] wants to merge 2 commits into
masterfrom
bot/prepare-next-development-iteration-8.41.0

Conversation

@hashicorp-vault-sonar-prod

Copy link
Copy Markdown
Contributor

No description provided.

@hashicorp-vault-sonar-prod hashicorp-vault-sonar-prod Bot changed the title Prepare next development iteration 8.41.0 SONARJAVA-6819 Prepare next development iteration 8.41.0 Aug 20, 2026
@hashicorp-vault-sonar-prod

hashicorp-vault-sonar-prod Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor Author

SONARJAVA-6819

@datadog-sonarsource

This comment has been minimized.

@github-actions

Copy link
Copy Markdown
Contributor

Ruling needs updating. A fix PR has been created: #5976

Please review and merge it into your branch.

@github-actions

Copy link
Copy Markdown
Contributor

Ruling needs updating. A fix PR has been created: #5976

Please review and merge it into your branch.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
Contributor

Ruling Diff Summary

Detected changes in 2 rule files: 0 issues removed, 2 issues added.

S2160 (java) on mall - 0 issues removed, 1 issues added - new ruling file

Added mall-admin/src/main/java/com/macro/mall/dto/PmsProductResult.java (line 11)

         6 | 
         7 | /**
         8 |  * 查询单个商品修改后返回的结果
         9 |  * Created by macro on 2018/4/26.
        10 |  */
>>>     11 | public class PmsProductResult extends PmsProductParam {
        12 |     @Getter
        13 |     @Setter
        14 |     @Schema(title = "商品所选分类的父id")
        15 |     private Long cateParentId;
        16 | }
S6212 (java) on mall - 0 issues removed, 1 issues added

Added mall-admin/src/main/java/com/macro/mall/controller/MinioController.java (line 91)

        86 | 
        87 |     /**
        88 |      * 创建存储桶的访问策略,设置为只读权限
        89 |      */
        90 |     private BucketPolicyConfigDto createBucketPolicyConfigDto(String bucketName) {
>>>     91 |         BucketPolicyConfigDto.Statement statement = BucketPolicyConfigDto.Statement.builder()
        92 |                 .Effect("Allow")
        93 |                 .Principal("*")
        94 |                 .Action("s3:GetObject")
        95 |                 .Resource("arn:aws:s3:::"+bucketName+"/*.**").build();
        96 |         return BucketPolicyConfigDto.builder()

@sonarqube-next

Copy link
Copy Markdown
Contributor

@github-actions

Copy link
Copy Markdown
Contributor

Ruling needs updating. A fix PR has been created: #5978

Please review and merge it into your branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant