Update dependencies - #6
Open
ktfth wants to merge 2 commits into
Open
Conversation
Generated by uv during dev dependency installation. https://claude.ai/code/session_01En5ivp3mn72edV7neN1fJp
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAdds a new uv.lock dependency lockfile to capture the current resolved dependency graph and versions. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Regression validator
No regressions or failures detected. |
…missing tests Validators (P2/P3): - validate_prototype_pollution: add 3rd FP check for payload echoed in error/validation message context (was: 2 checks, min: 3) - validate_deserialization: add 3rd FP check for generic HTTP 5xx without any deserialization-specific indicator (was: 2 checks, min: 3) - validate_idor: add raw_data to primary evidence signal — captures first accessible response body as forensic evidence (was: 0 raw_data, min: 1) Metrics pipeline (P4): - post_privesc_windows: add metrics.record_run() — function returned Windows commands without tracking usage in metrics pipeline Test coverage (P4): - tests/test_config.py: 23 tests covering defaults, env-var overrides, get_config() behavior for KamboConfig - tests/test_docker_runner.py: 16 tests covering init, ensure_container, run() output parsing and exit code handling (Docker daemon mocked) - tests/test_server.py: 18 tests covering tool registry, list_tools(), dispatch routing, metrics wiring (_historical_warning, flush_metrics), error handling and scope management Total: 580 → 637 tests (all passing) https://claude.ai/code/session_01En5ivp3mn72edV7neN1fJp
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.
Dependency lockfile updates.
https://claude.ai/code/session_01En5ivp3mn72edV7neN1fJp
Summary by Sourcery
Enhancements: