chore(deps): bump the rust-minor group with 2 updates#93
Merged
Conversation
Bumps the rust-minor group with 2 updates: [log](https://github.com/rust-lang/log) and [eframe](https://github.com/emilk/egui). Updates `log` from 0.4.29 to 0.4.30 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.29...0.4.30) Updates `eframe` from 0.34.2 to 0.34.3 - [Release notes](https://github.com/emilk/egui/releases) - [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md) - [Commits](emilk/egui@0.34.2...0.34.3) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: eframe dependency-version: 0.34.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor ... Signed-off-by: dependabot[bot] <support@github.com>
🔍 Hypatia Security ScanFindings: 98 issues detected
View findings[
{
"reason": "Action uses: dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f5599 needs attention",
"type": "unpinned_action",
"file": "e2e.yml",
"action": "pin_sha",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Action es: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb needs attention",
"type": "unpinned_action",
"file": "e2e.yml",
"action": "pin_sha",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Action perpolymath/standards/.github/workflows/governance-reusable.yml@main\n needs attention",
"type": "unpinned_action",
"file": "governance.yml",
"action": "pin_sha",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in boj-build.yml",
"type": "missing_timeout_minutes",
"file": "boj-build.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in cargo-audit.yml",
"type": "missing_timeout_minutes",
"file": "cargo-audit.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in casket-pages.yml",
"type": "missing_timeout_minutes",
"file": "casket-pages.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in casket-pages.yml",
"type": "missing_timeout_minutes",
"file": "casket-pages.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in chapel-ci.yml",
"type": "missing_timeout_minutes",
"file": "chapel-ci.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in chapel-ci.yml",
"type": "missing_timeout_minutes",
"file": "chapel-ci.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in chapel-ci.yml",
"type": "missing_timeout_minutes",
"file": "chapel-ci.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
}
]Powered by Hypatia Neurosymbolic CI/CD Intelligence |
4 tasks
hyperpolymath
added a commit
that referenced
this pull request
Jun 1, 2026
…L / Governance Trusted-base / Secret Scanner rust-secrets) (#94) ## Summary Three pre-existing main-branch required-check failures (red since 2026-05-27) all root-caused to self-flag false positives in the assail scanner's own source — the analyzer file IS the scanner, and contains the detector pattern data the estate-wide checks scan foreign code for. | Check | Hits | Root cause | Fix | |---|---|---|---| | Dogfood Gate / Validate A2ML manifests | 1 error + 2 warnings on `docs/campaigns/2026-05-26.a2ml` | a2ml-validate (PR#26, 2026-06-01) requires `{agent-id\|name\|project}` + `{version\|schema_version}` at the top form root; existing file had only nested `(metadata ...)` | Add `(name ...)`, `(project ...)`, `(version ...)` at `(campaign-report ...)` top level | | Governance / Trusted-base reduction policy | 7 `unsafePerformIO` / `unsafeCoerce` hits, all in `src/assail/analyzer.rs` | Detector pattern data flagged as soundness-relevant escape hatches | New `.trusted-base-ignore` with whole-file exemption per [TRUSTED-BASE-REDUCTION-POLICY.adoc](https://github.com/hyperpolymath/standards/blob/main/docs/TRUSTED-BASE-REDUCTION-POLICY.adoc) `.trusted-base-ignore` § | | Secret Scanner / scan/rust-secrets | 1 hit on `src/assail/analyzer.rs:4816` | `RE_HARDCODED_SECRET` regex string contained `password\s*[=:]\s*"` contiguously; grep self-matched | Split detector keywords (`password`, `passwd`) via `concat!` across multiple source-line tokens; compiled regex byte-identical | ## Test plan Verified locally before push: - [x] `cargo check` clean (regex refactor preserves semantics) - [x] `bash standards/scripts/check-trusted-base.sh` — `[OK] All 7 escape hatch(es) handled (entirely via .trusted-base-ignore exemption)` - [x] `grep -E 'password.*=.*"[^"]+"' src/assail/analyzer.rs` — empty - [x] A2ML structure matches working pattern in `0-AI-MANIFEST.a2ml` (top-form name/project/version) ## Unblocks - PR #93 (dependabot rust-minor bump) — currently auto-merge armed but BLOCKED on these three required checks. Should land naturally once this PR clears main. - All future PRs to panic-attack — main has been baseline-red for ~5 days, masking real signal. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
🔍 Hypatia Security ScanFindings: 96 issues detected
View findings[
{
"reason": "Action uses: dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f5599 needs attention",
"type": "unpinned_action",
"file": "e2e.yml",
"action": "pin_sha",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Action es: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb needs attention",
"type": "unpinned_action",
"file": "e2e.yml",
"action": "pin_sha",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Action perpolymath/standards/.github/workflows/governance-reusable.yml@main\n needs attention",
"type": "unpinned_action",
"file": "governance.yml",
"action": "pin_sha",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in boj-build.yml",
"type": "missing_timeout_minutes",
"file": "boj-build.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in cargo-audit.yml",
"type": "missing_timeout_minutes",
"file": "cargo-audit.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in casket-pages.yml",
"type": "missing_timeout_minutes",
"file": "casket-pages.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in casket-pages.yml",
"type": "missing_timeout_minutes",
"file": "casket-pages.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in chapel-ci.yml",
"type": "missing_timeout_minutes",
"file": "chapel-ci.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in chapel-ci.yml",
"type": "missing_timeout_minutes",
"file": "chapel-ci.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in chapel-ci.yml",
"type": "missing_timeout_minutes",
"file": "chapel-ci.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
}
]Powered by Hypatia Neurosymbolic CI/CD Intelligence |
3 tasks
hyperpolymath
added a commit
that referenced
this pull request
Jun 1, 2026
…98) ## Summary - **CHANGELOG.md**: new `### Fixed (2026-06-01)` + `### Changed (2026-06-01)` entries for PRs #93/#94/#96/#97 - **A2ML manifests**: rename `panic-attacker` → `panic-attack` in identity-claim fields (STATE, META, ECOSYSTEM, CLADE, ANCHOR); historical references in CHANGELOG/audit/campaign records intentionally untouched - **STATE.a2ml**: `last-updated` 2026-04-12 → 2026-06-01; new `[session-2026-06-01]` block; refreshed `[next-priorities]` against current ROADMAP.adoc - **0-AI-MANIFEST.a2ml**: `README.md` → `README.adoc`, `ROADMAP.md` → `ROADMAP.adoc` (actual file extensions); added `(explainme "EXPLAINME.adoc")` entry ## Test plan - [x] All edits are metadata only — no source/code/workflow files touched - [x] A2ML files retain valid s-expression/TOML structure - [x] Historical record left intact (CHANGELOG rename note line 300, audit reports, campaign docs)
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.
Bumps the rust-minor group with 2 updates: log and eframe.
Updates
logfrom 0.4.29 to 0.4.30Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
9c55760Merge pull request #725 from rust-lang/cargo/0.4.30d1acb05update docs on current MSRV and note latest bump in changelog5068293prepare for 0.4.30 release7ccd873Merge pull request #724 from rust-lang/feat/net-to-value923dfaafix up test cfgsecb7de8gate net value impls on std67bb4f6run fmt25f49ferework net type capturing7087dcbfeat: impl ToValue for core::net types67bc7e3Merge pull request #723 from woodruffw-forks/ww/ciUpdates
eframefrom 0.34.2 to 0.34.3Release notes
Sourced from eframe's releases.
Changelog
Sourced from eframe's changelog.
Commits
65cb282Bump version to 0.34.3 and update changelogs8725878FixScrollArea::scroll_to_*calls whenstick_to_bottomis Active (#8033)dd72bdaImproveUiBuilderdocs (#8132)9e10d4cAdd winit window access toeframe::FrameandCreationContext(#8205)cbb5a26Defaultapp_idtoapp_nameon native (#8172)c86de57Fix random hangs by improving wgpu::Surface lifecycle handling (#8171)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions