Skip to content

SONARJAVA-6819 Prepare next development iteration 8.41.0 - #5975

Merged
nathsou merged 1 commit into
masterfrom
bot/prepare-next-development-iteration-8.41.0
Aug 21, 2026
Merged

SONARJAVA-6819 Prepare next development iteration 8.41.0#5975
nathsou merged 1 commit 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

datadog-sonarsource Bot commented Aug 20, 2026

Copy link
Copy Markdown

Pipelines

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: dac642e | Docs | View more details | Give us feedback!

@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.

nathsou pushed a commit that referenced this pull request Aug 20, 2026
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@github-actions

github-actions Bot commented Aug 20, 2026

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()

@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.

nathsou pushed a commit that referenced this pull request Aug 21, 2026
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
Contributor

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

Please review and merge it into your branch.

nathsou pushed a commit that referenced this pull request Aug 21, 2026
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
Contributor

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

Please review and merge it into your branch.

@nathsou
nathsou force-pushed the bot/prepare-next-development-iteration-8.41.0 branch from 8076ed2 to dac642e Compare August 21, 2026 12:05
@sonarqube-next

Copy link
Copy Markdown
Contributor

@nathsou
nathsou merged commit d9dec8e into master Aug 21, 2026
26 of 27 checks passed
@nathsou
nathsou deleted the bot/prepare-next-development-iteration-8.41.0 branch August 21, 2026 13:26
@nathsou nathsou self-assigned this Aug 21, 2026
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