Skip to content

fix: fix potential 'out of range' error for custom tag id in issue-template update (int to long) - #1081

Merged
rsenden merged 1 commit into
fortify:dev/v3.xfrom
jmadhur87:mjain6/AddAutoRequiredAttrSSCav
Aug 24, 2026
Merged

fix: fix potential 'out of range' error for custom tag id in issue-template update (int to long)#1081
rsenden merged 1 commit into
fortify:dev/v3.xfrom
jmadhur87:mjain6/AddAutoRequiredAttrSSCav

Conversation

@jmadhur87

Copy link
Copy Markdown
Contributor

Fixes a potential overflow bug when updating custom tags on an issue template. Custom tag IDs from SSC are numeric and were being parsed as Java int. Changed it to use long instead.

@rsenden
rsenden merged commit c2ea9cc into fortify:dev/v3.x Aug 24, 2026
14 of 15 checks passed
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.

2 participants