Compare commits

...

1 Commits

Author SHA1 Message Date
HAL9000 5ad7701828 chore(deps): upgrade PyYAML to address known security vulnerability (#9244)
CI / push-validation (pull_request) Successful in 30s
CI / helm (pull_request) Successful in 42s
CI / build (pull_request) Successful in 1m11s
CI / lint (pull_request) Successful in 1m24s
CI / quality (pull_request) Successful in 1m37s
CI / typecheck (pull_request) Successful in 1m53s
CI / security (pull_request) Successful in 1m56s
CI / integration_tests (pull_request) Successful in 4m59s
CI / unit_tests (pull_request) Successful in 5m5s
CI / docker (pull_request) Successful in 1m42s
CI / coverage (pull_request) Successful in 10m51s
CI / status-check (pull_request) Successful in 3s
- Add explicit `pyyaml>=6.0.3` constraint to pyproject.toml dependencies with a security comment
- Add a `\#\#\# Security` section to CHANGELOG.md documenting this dependency constraint update
- Verify no unsafe yaml.load() calls exist in the codebase

Co-authored-by: HAL 9000 <hal9000@cleverthis.com>
ISSUES CLOSED: #9055
2026-05-12 18:08:42 +00:00
-1
View File
@@ -19,7 +19,6 @@ Below are some of the specific details of various contributions.
* HAL 9000 has contributed automated implementation, bug fixes, and feature development as part of the CleverAgents automation pool.
* HAL 9000 has contributed concurrency safety improvements, including thread-safe context tier management (issue #7547) for parallel plan execution.
* HAL 9000 has contributed the plan concurrency race-condition fix (#7989): wired `LockService` into the plan lifecycle, guarding `execute_plan()` and `apply_plan()` with plan-level advisory locks and unique per-invocation owner identities to prevent silent concurrent state corruption.
<<<<<<< HEAD
* HAL 9000 has contributed the bug-hunt-pool-supervisor non-blocking tracking fix (#7875 / PR #7957): updated step 5 to be best-effort and added rule 9 to prevent the automation-tracking-manager call from blocking the main supervisor loop.
* Jeffrey Phillips Freeman has contributed the complete AUTO-BUG-POOL to AUTO-BUG-SUP tracking prefix fix across agent-system-specification.md, automation-tracking.md documentation and agent-system-specification.md spec document, replaced with correct `AUTO-BUG-SUP` prefix used by the bug-hunt-pool-supervisor agent (#7875).
* HAL 9000 has contributed the plugin entry point security hardening fix (#7476): enforced entry point allowlist validation before importing plugin modules to prevent malicious plugin loading.