chore(deps): upgraded github.com/projectdiscovery/utils v0.10.0 => v0.10.1#7345
Conversation
Neo - PR Security ReviewNo security issues found Hardening Notes
Comment |
WalkthroughUpdated five Go module dependencies to newer versions: Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 3❌ Failed checks (2 warnings, 1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@go.mod`:
- Line 114: The go.mod bump to github.com/projectdiscovery/utils v0.10.1 is not
documented to fix the macOS arm64 startup crash (Issue `#7327`); before merging
either provide evidence that the transitive gopsutil v4.26.3 change resolves the
crash (runtime logs, repro steps, or CI macOS arm64 run showing successful
startup) or add a runtime validation in the startup path to detect macOS/arm64
and assert CPU/init behavior (e.g., in your main init/startup routine) and
log/exit with a clear error if the go-m1cpu/gopsutil initialization still fails;
reference the go.mod change to github.com/projectdiscovery/utils v0.10.1 and tie
the validation or evidence to Issue `#7327`.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: d8d74240-c893-41f5-b128-8718b5df180a
⛔ Files ignored due to path filters (1)
go.sumis excluded by!**/*.sum
📒 Files selected for processing (1)
go.mod
Proposed changes
upgraded github.com/projectdiscovery/utils v0.10.0 => v0.10.1
Closes #7327
Proof
Checklist
Summary by CodeRabbit