Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/new scan notification #227

Merged
merged 4 commits into from
May 23, 2024
Merged

Conversation

pnemere
Copy link
Contributor

@pnemere pnemere commented May 23, 2024

No description provided.

@pnemere pnemere merged commit ee87c95 into development May 23, 2024
9 checks passed

if len(loc.PseudoIntensities) > 0 && len(loc.PseudoIntensities[0].ElementIntensities) > 0 {
// We have quantifiable data for this
pmcs = append(pmcs, int32(pmc))

Check failure

Code scanning / CodeQL

Incorrect conversion between integer types High

Incorrect conversion of an integer with architecture-dependent bit size from
strconv.Atoi
to a lower bit size type int32 without an upper bound check.
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.

1 participant