Record curvature security sweep results#1265
Merged
brendancol merged 2 commits intomainfrom Apr 25, 2026
Merged
Conversation
Audit found no security issues in xrspatial/curvature.py.
Contributor
Author
|
@copilot resolve the merge conflicts in this pull request |
Co-authored-by: brendancol <433221+brendancol@users.noreply.github.com>
Contributor
Resolved in commit |
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.
Summary
xrspatial/curvature.pyon 2026-04-25; clean across all six categories._run_gpu(curvature.py:79-86) has a full bounds guard via thei + di <= out.shape[0] - 1 and j + dj <= out.shape[1] - 1stencil check.curvature()calls_validate_rasterat line 253. Tests cover int32/int64/uint32/uint64/float32/float64.No source code is changed; only
.claude/sweep-security-state.jsonis updated.Test plan
python -c "import json; json.load(open('.claude/sweep-security-state.json'))"-- JSON is valid.