🐛 QD-10627 Don't fail analysis step if changeset is empty in case of scoped analysis. #507
GitHub Actions / Qodana for Go
completed
Jan 9, 2025 in 0s
2 new problems found by Qodana for Go
Qodana for Go
2 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Error may be not nil |
🔶 Warning | 1 |
Vulnerable declared dependency |
🔶 Warning | 1 |
☁️ View the detailed Qodana report
Contact Qodana team
Contact us at qodana-support@jetbrains.com
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check warning on line 35 in platform/eap.go
github-actions / Qodana for Go
Error may be not nil
`buildDate` might have `nil` or other unexpected value as its corresponding error variable might be not `nil`
Check warning on line 109 in cmd/go.mod
github-actions / Qodana for Go
Vulnerable declared dependency
Dependency go:golang.org/x/net:v0.30.0 is vulnerable , safe version 0.33.0
* [GHSA-w32m-9786-jp63](https://osv.dev/vulnerability/GHSA-w32m-9786-jp63) 8.7 Non-linear parsing of case-insensitive content in golang.org/x/net/html
* [GO-2024-3333](https://osv.dev/vulnerability/GO-2024-3333) 8.7 Non-linear parsing of case-insensitive content in golang.org/x/net/html
Results powered by [OSV](https://osv.dev/)
Loading