Add license scan report and status#8
Merged
bernardladenthin merged 1 commit intobernardladenthin:masterfrom Nov 22, 2022
Merged
Add license scan report and status#8bernardladenthin merged 1 commit intobernardladenthin:masterfrom
bernardladenthin merged 1 commit intobernardladenthin:masterfrom
Conversation
Signed off by: fossabot <badges@fossa.com>
bernardladenthin
pushed a commit
that referenced
this pull request
Apr 15, 2026
Document why clamping availableBytes (long) to int is safe: - Explains type mismatch: availableBytes (long) vs InputStream.available() (int) - Proves no data loss: trim loop handles large buffers via iteration - Shows example flow: how 5GB+ data is processed correctly - Confirms: no overflow risk, all data consolidated safely This documents the edge case handling for LOW #8 (buffer overflow) instead of testing, since the code is already correct and testing would require impractical memory allocation or complex mocking. Removes LOW #8 from edge cases list - safety confirmed via documentation. https://claude.ai/code/session_017DFinT98AQLtWdjjci6q2f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README.
Below are docs for integrating FOSSA license checks into your CI: