mirror of
https://github.com/projectdiscovery/nuclei
synced 2026-06-08 16:50:47 +00:00
ddcae35620
client-go v1.x widened ID fields from int to int64 across the API surface (User.ID, Issue.ID, ListOptions.Page/PerPage). Adjust the tracker to the new signatures: Integration.userID, the assignee slice, the FormatInt arguments, and ListOptions casts. Keep Options.DuplicateIssuePageSize / DuplicateIssueMaxPages as int — that struct is user-facing YAML and YAML ints round-trip into int64 fine. Cast at the call site only. UpdateIssue and CreateIssueNote signatures also widened, but issue.IID is already int64 in v1.x, so existing call sites compile unchanged.