Skip to content

Conversation

@bonepl
Copy link
Contributor

@bonepl bonepl commented Jan 29, 2026

Pull Request Details

Merge pom.xml versioning for internal dependencies to 253

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My commit messages are styled with gitmoji
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

bonepl and others added 3 commits January 29, 2026 12:53
* ✨ QD-11135 Add intellij-report-converter as downloadable from maven repo

* ✨ QD-11135 Removed last traces of intellij-report-converter from TC

* ✨ QD-11135 Moving resource dependencies to pom.xml to allow dependabot to take care of updates

* ✨ QD-11135 Added comment explaining the pom.xml file

* ✨ QD-11135 Co-pilot code review

(cherry picked from commit 6631e73)
…dates (#823)

* ⬆️ QD-12983: Bump the dependencies group across 1 directory with 2 updates

Bumps the dependencies group with 2 updates in the /internal/tooling directory: org.jetbrains.qodana:publisher-cli and org.jetbrains.qodana:qodana-fuser.

Updates `org.jetbrains.qodana:publisher-cli` from 3.0.11 to 3.0.12

Updates `org.jetbrains.qodana:qodana-fuser` from 1.0.26 to 1.0.28

---
updated-dependencies:
- dependency-name: org.jetbrains.qodana:publisher-cli
  dependency-version: 3.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jetbrains.qodana:qodana-fuser
  dependency-version: 1.0.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* rerun checks

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Andrzejewski <[email protected]>
(cherry picked from commit 76061b3)
… 0.11.76 to 0.11.76.1 in /internal/tooling in the dependencies group (#824)

* ⬆️ QD-12983: Bump org.jetbrains.qodana:intellij-report-converter

Bumps the dependencies group in /internal/tooling with 1 update: org.jetbrains.qodana:intellij-report-converter.

Updates `org.jetbrains.qodana:intellij-report-converter` from 0.11.76 to 0.11.76.1

---
updated-dependencies:
- dependency-name: org.jetbrains.qodana:intellij-report-converter
  dependency-version: 0.11.76.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* rerun checks

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Andrzejewski <[email protected]>
(cherry picked from commit e6de200)
@github-actions
Copy link

github-actions bot commented Jan 29, 2026

Qodana for Go

36 new problems were found

Inspection name Severity Problems
Check dependency licenses 🔴 Failure 1
Potential resource leak 🔶 Warning 10
Vulnerable declared dependency 🔶 Warning 7
Check dependency licenses 🔶 Warning 2
Unhandled error 🔶 Warning 1
Redundant 'else' in 'if' ◽️ Notice 15

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Copy link
Collaborator

@PetrovMikhail PetrovMikhail left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

}

func downloadFile(url, dest string) error {
resp, err := http.Get(url)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we use a timeout? The Get method can hang indefinitely

dep.Version,
)

destFile := filepath.Join(".", dep.ArtifactID+".jar")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It’s better to sanitize ArtifactID (and other path-related fields like GroupID or Version) to prevent potential Path Traversal. While not critical in our current setup, security team will likely flag this during the next review

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.

6 participants