Skip to content

chore(deps): bump actions/cache from 5 to 6 - #793

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/cache-6
Closed

chore(deps): bump actions/cache from 5 to 6#793
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/cache-6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/cache from 5 to 6.

Release notes

Sourced from actions/cache's releases.

v6.0.0

What's Changed

Full Changelog: actions/cache@v5...v6.0.0

v5.1.0

What's Changed

Full Changelog: actions/cache@v5...v5.1.0

v5.0.5

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

v5.0.4

What's Changed

New Contributors

Full Changelog: actions/cache@v5...v5.0.4

v5.0.3

What's Changed

Full Changelog: actions/cache@v5...v5.0.3

v.5.0.2

v5.0.2

What's Changed

... (truncated)

Changelog

Sourced from actions/cache's changelog.

Releases

How to prepare a release

[!NOTE] Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

6.1.0

6.0.0

  • Updated @actions/cache to ^6.0.1, @actions/core to ^3.0.1, @actions/exec to ^3.0.0, @actions/io to ^3.0.2
  • Migrated to ESM module system
  • Upgraded Jest to v30 and test infrastructure to be ESM compatible

5.0.4

  • Bump minimatch to v3.1.5 (fixes ReDoS via globstar patterns)
  • Bump undici to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)
  • Bump fast-xml-parser to v5.5.6

5.0.3

5.0.2

... (truncated)

Commits
  • 55cc834 Merge pull request #1768 from jasongin/readonly-cache
  • d8cd72f Bump @​actions/cache to v6.1.0 - handle cache write error due to RO token
  • 2c8a9bd Merge pull request #1760 from actions/samirat/esm_migration_and_package_update
  • e9b91fd Prettier fixes
  • e4884b8 Rebuild dist
  • 10baf01 Fixed licenses
  • e39b386 Fix test mock return order
  • b692820 PR feedback
  • 6074912 Rebuild dist bundles as ESM to match type:module
  • 5a912e8 Fix lint and jest issues
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v5...v6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 29, 2026
@dependabot
dependabot Bot requested a review from michelbr84 as a code owner June 29, 2026 15:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 29, 2026
@github-actions

Copy link
Copy Markdown

Quality Ratchet Report

Mode: report-only
Baseline frozen: 2026-05-05T11:20:45Z
Current collected: 2026-06-29T15:10:00Z
Current SHA: 50fd71e4ef95
Collect mode: fast

Resumo

Métrica Baseline Current Status
max_file_lines 3240 6332 ❌ REGRESSION
files_over_700 34 52 ❌ REGRESSION
files_over_1500 7 12 ❌ REGRESSION
files_over_2500 1 6 ❌ REGRESSION
coverage_pct None None ⚠️ WARN
audit_critical 0 0 ✅ PASS
audit_high 0 0 ✅ PASS
clippy_warnings None None ⚠️ WARN

❌ Regressões Detectadas

max_file_lines

  • Baseline: 3240
  • Current: 6332
  • Delta: +3092
  • Fix: Modularize crates/garraia-gateway/src/rest_v1/me.rs (now 6332 lines). Quebre em arquivos menores por responsabilidade. NÃO ignore o limite criando arquivos redundantes.

files_over_700

  • Baseline: 34
  • Current: 52
  • Delta: +18
  • Fix: Quantidade de arquivos >700 linhas subiu de 34 para 52. Modularize o(s) arquivo(s) que cruzaram o limite — veja top_15 no current-metrics.json.

files_over_1500

  • Baseline: 7
  • Current: 12
  • Delta: +5
  • Fix: Quantidade de arquivos >1500 linhas subiu de 7 para 12. Modularize o(s) arquivo(s) que cruzaram o limite — veja top_15 no current-metrics.json.

files_over_2500

  • Baseline: 1
  • Current: 6
  • Delta: +5
  • Fix: Quantidade de arquivos >2500 linhas subiu de 1 para 6. Modularize o(s) arquivo(s) que cruzaram o limite — veja top_15 no current-metrics.json.

Mode report-only → exit 0. CI não bloqueado, mas regressão registrada.

⚠️ Warnings (métrica não coletada / sem baseline)

  • coverage_pct: Coverage não coletada neste run (reason: not_collected_this_run).
  • clippy_warnings: Clippy não coletado neste run (reason: fast_mode_skips_clippy_use_full_for_offline_run). Em fast mode é esperado — ci.yml já roda clippy hard-blocking.

Próximo passo

Resolva uma regressão por commit (não tudo de uma vez). Veja .claude/commands/quality-babysit.md (auto-loop até N=5) — em PR-1 o modo é manual-only.


Generated by scripts/quality/compare.py. Determinístico — mesma entrada = mesma saída. Sem chamada de IA.

@github-actions

Copy link
Copy Markdown

Coverage Report (cargo-llvm-cov)

Generated by coverage job in this PR run. Soft-gate: no threshold; artifact + summary only.

Excluded crates: garraia-desktop, garraia-auth, garraia-workspace (see ci.yml comment).

Filename                                                Regions    Missed Regions     Cover   Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
garraia-agents/src/a2a/client.rs                            106               106     0.00%          18                18     0.00%          99                99     0.00%           0                 0         -
garraia-agents/src/agent_mode.rs                            419                97    76.85%          39                14    64.10%         296                85    71.28%           0                 0         -
garraia-agents/src/anthropic.rs                             427               127    70.26%          32                12    62.50%         327               100    69.42%           0                 0         -
garraia-agents/src/context_policy.rs                        100                97     3.00%           8                 7    12.50%          82                76     7.32%           0                 0         -
garraia-agents/src/embeddings.rs                            221               139    37.10%          46                38    17.39%         173               114    34.10%           0                 0         -
garraia-agents/src/execution_budget.rs                      260                11    95.77%          24                 3    87.50%         150                12    92.00%           0                 0         -
garraia-agents/src/llama_cpp.rs                             467               209    55.25%          48                29    39.58%         316               142    55.06%           0                 0         -
garraia-agents/src/mcp/manager.rs                           633               468    26.07%          77                58    24.68%         472               337    28.60%           0                 0         -
garraia-agents/src/mcp/tool_bridge.rs                        30                18    40.00%           9                 7    22.22%          37                19    48.65%           0                 0         -
garraia-agents/src/memory_extractor.rs                       68                59    13.24%           8                 6    25.00%          74                42    43.24%           0                 0         -
garraia-agents/src/modes.rs                                 628               126    79.94%          50                20    60.00%         619               100    83.84%           0                 0         -
garraia-agents/src/multi_agent.rs                           360               268    25.56%          23                16    30.43%         307               231    24.76%           0                 0         -
garraia-agents/src/ollama.rs                                596               120    79.87%          50                12    76.00%         425                94    77.88%           0                 0         -
garraia-agents/src/openai.rs                               1017               428    57.92%          61                32    47.54%         646               231    64.24%           0                 0         -
garraia-agents/src/orchestrator.rs                          594               431    27.44%          58                41    29.31%         511               366    28.38%           0                 0         -
garraia-agents/src/persona.rs                               105                 0   100.00%           8                 0   100.00%          56                 0   100.00%           0                 0         -
garraia-agents/src/provider_resilience.rs                   445                44    90.11%          55                 9    83.64%         282                34    87.94%           0                 0         -
garraia-agents/src/providers.rs                               7                 7     0.00%           3                 3     0.00%           7                 7     0.00%           0                 0         -
garraia-agents/src/runtime.rs                               948               789    16.77%         149               129    13.42%         764               646    15.45%           0                 0         -
garraia-agents/src/tools/bash_tool.rs                       231                45    80.52%          24                 6    75.00%         165                44    73.33%           0                 0         -
garraia-agents/src/tools/code_review_tool.rs                140               125    10.71%          15                14     6.67%         128               116     9.38%           0                 0         -
garraia-agents/src/tools/file_read_tool.rs                  122                31    74.59%          19                 6    68.42%         103                27    73.79%           0                 0         -
garraia-agents/src/tools/file_write_tool.rs                 133                49    63.16%          21                 9    57.14%         111                40    63.96%           0                 0         -
garraia-agents/src/tools/git_diff_tool.rs                   400               112    72.00%          35                 8    77.14%         277                81    70.76%           0                 0         -
garraia-agents/src/tools/list_dir_tool.rs                   286                63    77.97%          28                 8    71.43%         188                44    76.60%           0                 0         -
garraia-agents/src/tools/mod.rs                              35                 0   100.00%           6                 0   100.00%          38                 0   100.00%           0                 0         -
garraia-agents/src/tools/repo_search_tool.rs                122                30    75.41%          17                 6    64.71%          90                22    75.56%           0                 0         -
garraia-agents/src/tools/run_tests_tool.rs                  219               145    33.79%          15                 8    46.67%         154                86    44.16%           0                 0         -
garraia-agents/src/tools/schedule.rs                        397               182    54.16%          44                27    38.64%         307               135    56.03%           0                 0         -
garraia-agents/src/tools/tool_context.rs                    188                25    86.70%          15                 4    73.33%         125                40    68.00%           0                 0         -
garraia-agents/src/tools/web_fetch_tool.rs                   76                19    75.00%          13                 6    53.85%          56                18    67.86%           0                 0         -
garraia-agents/src/tools/web_search_tool.rs                 115                24    79.13%          15                 7    53.33%          85                22    74.12%           0                 0         -
garraia-auth/src/action.rs                                   73                73     0.00%           2                 2     0.00%          51                51     0.00%           0                 0         -
garraia-auth/src/app_pool.rs                                 38                38     0.00%           9                 9     0.00%          32                32     0.00%           0                 0         -
garraia-auth/src/audit.rs                                    47                47     0.00%           4                 4     0.00%          44                44     0.00%           0                 0         -
garraia-auth/src/audit_workspace.rs                         113                95    15.93%           4                 2    50.00%         114                98    14.04%           0                 0         -
garraia-auth/src/can.rs                                      82                 0   100.00%           3                 0   100.00%          69                 0   100.00%           0                 0         -
garraia-auth/src/extractor.rs                                83                83     0.00%           8                 8     0.00%          59                59     0.00%           0                 0         -
garraia-auth/src/hashing.rs                                  78                22    71.79%           8                 4    50.00%          47                17    63.83%           0                 0         -
garraia-auth/src/internal.rs                                277               277     0.00%          10                10     0.00%         211               211     0.00%           0                 0         -
garraia-auth/src/jwt.rs                                     147               147     0.00%          11                11     0.00%          97                97     0.00%           0                 0         -
garraia-auth/src/login_pool.rs                               35                35     0.00%           8                 8     0.00%          29                29     0.00%           0                 0         -
garraia-auth/src/password.rs                                 87                87     0.00%           4                 4     0.00%          64                64     0.00%           0                 0         -
garraia-auth/src/role.rs                                     30                30     0.00%           3                 3     0.00%          25                25     0.00%           0                 0         -
garraia-auth/src/sessions.rs                                114               114     0.00%           8                 8     0.00%          86                86     0.00%           0                 0         -
garraia-auth/src/signup_pool.rs                              35                35     0.00%           8                 8     0.00%          29                29     0.00%           0                 0         -
garraia-auth/src/storage_redacted.rs                        139               139     0.00%          10                10     0.00%          73                73     0.00%           0                 0         -
garraia-auth/src/types.rs                                    11                11     0.00%           1                 1     0.00%           8                 8     0.00%           0                 0         -
garraia-channels/src/commands/builtins/clear.rs              12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/config.rs             23                23     0.00%           5                 5     0.00%          28                28     0.00%           0                 0         -
garraia-channels/src/commands/builtins/health.rs             12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/help.rs               19                19     0.00%           4                 4     0.00%          23                23     0.00%           0                 0         -
garraia-channels/src/commands/builtins/mod.rs                44                44     0.00%           1                 1     0.00%          16                16     0.00%           0                 0         -
garraia-channels/src/commands/builtins/mode.rs               50                50     0.00%           8                 8     0.00%          53                53     0.00%           0                 0         -
garraia-channels/src/commands/builtins/model.rs              22                22     0.00%           4                 4     0.00%          17                17     0.00%           0                 0         -
garraia-channels/src/commands/builtins/pair.rs               15                15     0.00%           5                 5     0.00%          15                15     0.00%           0                 0         -
garraia-channels/src/commands/builtins/providers.rs          12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/start.rs              23                23     0.00%           5                 5     0.00%          27                27     0.00%           0                 0         -
garraia-channels/src/commands/builtins/stats.rs              12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/users.rs              15                15     0.00%           5                 5     0.00%          15                15     0.00%           0                 0         -
garraia-channels/src/commands/builtins/voice.rs              28                28     0.00%           5                 5     0.00%          25                25     0.00%           0                 0         -
garraia-channels/src/commands/builtins/voz.rs                28                28     0.00%           4                 4     0.00%          26                26     0.00%           0                 0         -
garraia-channels/src/commands/mod.rs                         29                21    27.59%           4                 2    50.00%          19                12    36.84%           0                 0         -
garraia-channels/src/commands/registry.rs                   280                55    80.36%          40                15    62.50%         196                46    76.53%           0                 0         -
garraia-channels/src/discord/commands.rs                     84                46    45.24%           9                 5    44.44%          64                38    40.62%           0                 0         -
garraia-channels/src/discord/config.rs                      128                 2    98.44%          13                 1    92.31%          81                 1    98.77%           0                 0         -
garraia-channels/src/discord/convert.rs                     269               117    56.51%          18                 7    61.11%         167                76    54.49%           0                 0         -
garraia-channels/src/discord/handler.rs                     343               296    13.70%          31                27    12.90%         220               190    13.64%           0                 0         -
garraia-channels/src/discord/mod.rs                         291               127    56.36%          47                29    38.30%         193                89    53.89%           0                 0         -
garraia-channels/src/lib.rs                                  27                27     0.00%           2                 2     0.00%          30                30     0.00%           0                 0         -
garraia-channels/src/metrics.rs                             157                 9    94.27%          20                 3    85.00%         110                14    87.27%           0                 0         -
garraia-channels/src/openclaw/client.rs                     158               158     0.00%          13                13     0.00%         110               110     0.00%           0                 0         -
garraia-channels/src/openclaw/config.rs                      11                11     0.00%           3                 3     0.00%          16                16     0.00%           0                 0         -
garraia-channels/src/openclaw/convert.rs                    178                 7    96.07%          13                 0   100.00%          95                 2    97.89%           0                 0         -
garraia-channels/src/protocol.rs                             99                 4    95.96%           8                 1    87.50%          78                 4    94.87%           0                 0         -
garraia-channels/src/registry.rs                             72                69     4.17%          12                11     8.33%          46                41    10.87%           0                 0         -
garraia-channels/src/slack/api.rs                           101               101     0.00%          17                17     0.00%          88                88     0.00%           0                 0         -
garraia-channels/src/slack/fmt.rs                           121                 3    97.52%           7                 0   100.00%          74                 1    98.65%           0                 0         -
garraia-channels/src/slack/mod.rs                           397               358     9.82%          27                22    18.52%         267               241     9.74%           0                 0         -
garraia-channels/src/telegram.rs                            430               285    33.72%          31                20    35.48%         332               181    45.48%           0                 0         -
garraia-channels/src/telegram_fmt.rs                        183                15    91.80%           9                 0   100.00%         103                 5    95.15%           0                 0         -
garraia-channels/src/whatsapp/api.rs                         66                66     0.00%           6                 6     0.00%          59                59     0.00%           0                 0         -
garraia-channels/src/whatsapp/mod.rs                         80                38    52.50%          19                14    26.32%          77                40    48.05%           0                 0         -
garraia-channels/src/whatsapp/webhook.rs                    248               248     0.00%          27                27     0.00%         155               155     0.00%           0                 0         -
garraia-cli/src/ask.rs                                      559               179    67.98%          42                 9    78.57%         356               114    67.98%           0                 0         -
garraia-cli/src/banner.rs                                   235               148    37.02%          13                 9    30.77%         123                78    36.59%           0                 0         -
garraia-cli/src/capability_prompt.rs                        325                 0   100.00%          14                 0   100.00%         183                 0   100.00%           0                 0         -
garraia-cli/src/chat.rs                                    1078               784    27.27%          47                27    42.55%         703               474    32.57%           0                 0         -
garraia-cli/src/config_cmd.rs                               244               147    39.75%          12                 4    66.67%         185               115    37.84%           0                 0         -
garraia-cli/src/glob_cmd.rs                                 143               143     0.00%           8                 8     0.00%         111               111     0.00%           0                 0         -
garraia-cli/src/main.rs                                     965               797    17.41%          34                24    29.41%         631               515    18.38%           0                 0         -
garraia-cli/src/max_power.rs                                242               129    46.69%          17                 7    58.82%         166               100    39.76%           0                 0         -
garraia-cli/src/mcp_server.rs                               567                87    84.66%          55                 8    85.45%         373                63    83.11%           0                 0         -
garraia-cli/src/migrate.rs                                  502               502     0.00%          19                19     0.00%         330               330     0.00%           0                 0         -
garraia-cli/src/migrate_workspace.rs                        781                94    87.96%          65                10    84.62%         531                43    91.90%           0                 0         -
garraia-cli/src/repo_workflow.rs                            365                81    77.81%          36                 7    80.56%         221                50    77.38%           0                 0         -
garraia-cli/src/team.rs                                     316                29    90.82%          23                 0   100.00%         257                34    86.77%           0                 0         -
garraia-cli/src/update.rs                                   330               312     5.45%          18                15    16.67%         213               201     5.63%           0                 0         -
garraia-cli/src/verify.rs                                   364               159    56.32%          33                 6    81.82%         302               161    46.69%           0                 0         -
garraia-cli/src/wizard/config_writer.rs                     429                59    86.25%          22                 7    68.18%         284                35    87.68%           0                 0         -
garraia-cli/src/wizard/env_detect.rs                        515               135    73.79%          44                 9    79.55%         321                85    73.52%           0                 0         -
garraia-cli/src/wizard/local_stack.rs                       196               109    44.39%          16                 8    50.00%         134                80    40.30%           0                 0         -
garraia-cli/src/wizard/mod.rs                               491               465     5.30%          13                11    15.38%         362               338     6.63%           0                 0         -
garraia-cli/src/wizard/prompts.rs                            55                51     7.27%           6                 5    16.67%          35                32     8.57%           0                 0         -
garraia-common/src/error.rs                                  22                 0   100.00%           1                 0   100.00%          10                 0   100.00%           0                 0         -
garraia-common/src/handoff.rs                               482                10    97.93%          39                 1    97.44%         280                 6    97.86%           0                 0         -
garraia-common/src/message.rs                                58                 2    96.55%           4                 0   100.00%          49                 2    95.92%           0                 0         -
garraia-common/src/safety_gate.rs                           285                 6    97.89%          37                 0   100.00%         153                 0   100.00%           0                 0         -
garraia-common/src/types.rs                                  47                38    19.15%          13                10    23.08%          44                35    20.45%           0                 0         -
garraia-config/src/auth.rs                                  321                66    79.44%          23                 5    78.26%         225                43    80.89%           0                 0         -
garraia-config/src/check.rs                                1191               101    91.52%          95                 3    96.84%        1030               113    89.03%           0                 0         -
garraia-config/src/loader.rs                                330                43    86.97%          22                 5    77.27%         213                29    86.38%           0                 0         -
garraia-config/src/model.rs                                 203                 6    97.04%          38                 2    94.74%         233                 8    96.57%           0                 0         -
garraia-config/src/watcher.rs                               104               104     0.00%          10                10     0.00%          60                60     0.00%           0                 0         -
garraia-db/src/chat_sync.rs                                 261               200    23.37%          37                28    24.32%         189               144    23.81%           0                 0         -
garraia-db/src/memory_store.rs                              898               230    74.39%          86                28    67.44%         610               115    81.15%           0                 0         -
garraia-db/src/project_store.rs                            1418               256    81.95%         106                53    50.00%         817               106    87.03%           0                 0         -
garraia-db/src/session_store.rs                            1341               658    50.93%         124                84    32.26%        1097               442    59.71%           0                 0         -
garraia-db/src/sqlite_db.rs                                 102                 0   100.00%          12                 0   100.00%          50                 0   100.00%           0                 0         -
garraia-db/src/vector_store.rs                              271                44    83.76%          31                12    61.29%         193                23    88.08%           0                 0         -
garraia-embeddings/src/error.rs                              20                 0   100.00%           2                 0   100.00%          17                 0   100.00%           0                 0         -
garraia-embeddings/src/hybrid.rs                            220                19    91.36%          20                 3    85.00%         173                12    93.06%           0                 0         -
garraia-embeddings/src/provider.rs                          173                 2    98.84%          20                 0   100.00%          92                 2    97.83%           0                 0         -
garraia-embeddings/src/types.rs                             128                 6    95.31%          11                 1    90.91%          70                 3    95.71%           0                 0         -
garraia-gateway/src/a2a.rs                                  178               178     0.00%          12                12     0.00%         171               171     0.00%           0                 0         -
garraia-gateway/src/admin/audit.rs                          120                 2    98.33%           9                 0   100.00%         114                 1    99.12%           0                 0         -
garraia-gateway/src/admin/handlers.rs                       965               965     0.00%          64                64     0.00%        1004              1004     0.00%           0                 0         -
garraia-gateway/src/admin/mcp.rs                            217               217     0.00%           9                 9     0.00%         211               211     0.00%           0                 0         -
garraia-gateway/src/admin/mcp_templates.rs                  211               211     0.00%          14                14     0.00%         189               189     0.00%           0                 0         -
garraia-gateway/src/admin/middleware.rs                     223                90    59.64%          18                 7    61.11%         137                58    57.66%           0                 0         -
garraia-gateway/src/admin/observability.rs                  219               219     0.00%          19                19     0.00%         201               201     0.00%           0                 0         -
garraia-gateway/src/admin/providers.rs                      292               292     0.00%          22                22     0.00%         289               289     0.00%           0                 0         -
garraia-gateway/src/admin/rbac.rs                           233                21    90.99%          21                 2    90.48%         202                21    89.60%           0                 0         -
garraia-gateway/src/admin/routes.rs                         224                12    94.64%           5                 4    20.00%         124                11    91.13%           0                 0         -
garraia-gateway/src/admin/secrets.rs                        461               461     0.00%          34                34     0.00%         395               395     0.00%           0                 0         -
garraia-gateway/src/admin/shared.rs                          59                34    42.37%           1                 0   100.00%          41                22    46.34%           0                 0         -
garraia-gateway/src/admin/store.rs                         1040               427    58.94%          90                47    47.78%         722               253    64.96%           0                 0         -
garraia-gateway/src/admin/users.rs                          281               281     0.00%          15                15     0.00%         286               286     0.00%           0                 0         -
garraia-gateway/src/agent_router.rs                          87                13    85.06%           4                 0   100.00%          57                 4    92.98%           0                 0         -
garraia-gateway/src/api.rs                                  470               470     0.00%          38                38     0.00%         556               556     0.00%           0                 0         -
garraia-gateway/src/auth_metrics.rs                          19                19     0.00%           3                 3     0.00%          11                11     0.00%           0                 0         -
garraia-gateway/src/auth_routes.rs                          341               326     4.40%          31                30     3.23%         273               266     2.56%           0                 0         -
garraia-gateway/src/auto_router.rs                          284                89    68.66%          26                 7    73.08%         225                75    66.67%           0                 0         -
garraia-gateway/src/billing.rs                              399                24    93.98%          33                 4    87.88%         243                19    92.18%           0                 0         -
garraia-gateway/src/bootstrap/channels.rs                    33                23    30.30%           2                 0   100.00%          27                19    29.63%           0                 0         -
garraia-gateway/src/bootstrap/config.rs                      74                18    75.68%           8                 2    75.00%          59                15    74.58%           0                 0         -
garraia-gateway/src/bootstrap/discord.rs                    262               256     2.29%           6                 5    16.67%         222               214     3.60%           0                 0         -
garraia-gateway/src/bootstrap/mod.rs                       1358              1104    18.70%          71                65     8.45%         803               634    21.05%           0                 0         -
garraia-gateway/src/bootstrap/slack.rs                      183               177     3.28%          11                10     9.09%         125               117     6.40%           0                 0         -
garraia-gateway/src/bootstrap/telegram.rs                   492               486     1.22%          22                21     4.55%         323               315     2.48%           0                 0         -
garraia-gateway/src/bootstrap/whatsapp.rs                   194               188     3.09%          13                12     7.69%         144               136     5.56%           0                 0         -
garraia-gateway/src/cluster.rs                              419                23    94.51%          47                 4    91.49%         296                22    92.57%           0                 0         -
garraia-gateway/src/commands.rs                             423               346    18.20%          24                23     4.17%         273               241    11.72%           0                 0         -
garraia-gateway/src/context_summarizer.rs                   137               137     0.00%           5                 5     0.00%          88                88     0.00%           0                 0         -
garraia-gateway/src/diagnostics_handler.rs                  249               249     0.00%           8                 8     0.00%         179               179     0.00%           0                 0         -
garraia-gateway/src/externalization.rs                      456                28    93.86%          64                 7    89.06%         272                18    93.38%           0                 0         -
garraia-gateway/src/health.rs                               522               475     9.00%          40                34    15.00%         342               309     9.65%           0                 0         -
garraia-gateway/src/learning_handler.rs                     567               302    46.74%          58                26    55.17%         355               188    47.04%           0                 0         -
garraia-gateway/src/logs_handler.rs                          68                68     0.00%           3                 3     0.00%          51                51     0.00%           0                 0         -
garraia-gateway/src/mcp/mod.rs                              244                48    80.33%          22                 7    68.18%         179                40    77.65%           0                 0         -
garraia-gateway/src/mcp/persistence.rs                      408               105    74.26%          33                11    66.67%         235                71    69.79%           0                 0         -
garraia-gateway/src/mcp/registry.rs                         432                24    94.44%          45                 0   100.00%         232                18    92.24%           0                 0         -
garraia-gateway/src/mcp_commands.rs                         153               123    19.61%          12                 9    25.00%          93                78    16.13%           0                 0         -
garraia-gateway/src/mcp_marketplace.rs                      380               125    67.11%          16                10    37.50%         338               125    63.02%           0                 0         -
garraia-gateway/src/memory_handler.rs                        79                79     0.00%           6                 6     0.00%          92                92     0.00%           0                 0         -
garraia-gateway/src/metrics_auth.rs                         596                 2    99.66%          48                 0   100.00%         293                 1    99.66%           0                 0         -
garraia-gateway/src/metrics_exporter.rs                     104                27    74.04%          10                 3    70.00%          67                21    68.66%           0                 0         -
garraia-gateway/src/mobile_auth.rs                          808               167    79.33%          53                13    75.47%         575               201    65.04%           0                 0         -
garraia-gateway/src/mobile_chat.rs                          187               111    40.64%          17                 8    52.94%         155               110    29.03%           0                 0         -
garraia-gateway/src/oauth.rs                                620               434    30.00%          51                35    31.37%         449               340    24.28%           0                 0         -
garraia-gateway/src/observability.rs                        582               115    80.24%          44                17    61.36%         309                75    75.73%           0                 0         -
garraia-gateway/src/openai_api.rs                           712               605    15.03%          48                40    16.67%         553               490    11.39%           0                 0         -
garraia-gateway/src/openclaw_handler.rs                      53                53     0.00%           9                 9     0.00%          65                65     0.00%           0                 0         -
garraia-gateway/src/parrot_ws.rs                            134               134     0.00%           7                 7     0.00%          91                91     0.00%           0                 0         -
garraia-gateway/src/path_validation.rs                      150                 0   100.00%          24                 0   100.00%          91                 0   100.00%           0                 0         -
garraia-gateway/src/plugins_handler.rs                      772               256    66.84%          65                23    64.62%         542               251    53.69%           0                 0         -
garraia-gateway/src/projects_handler.rs                     383               181    52.74%          29                13    55.17%         255               127    50.20%           0                 0         -
garraia-gateway/src/rate_limiter.rs                         682               163    76.10%          67                19    71.64%         435               130    70.11%           0                 0         -
garraia-gateway/src/rest_v1/audit.rs                        199               149    25.13%          16                11    31.25%         150               105    30.00%           0                 0         -
garraia-gateway/src/rest_v1/chats.rs                       3682              2496    32.21%         318               217    31.76%        2761              1889    31.58%           0                 0         -
garraia-gateway/src/rest_v1/doc_blocks.rs                   823               504    38.76%          61                43    29.51%         546               352    35.53%           0                 0         -
garraia-gateway/src/rest_v1/doc_mentions.rs                 421               328    22.09%          39                32    17.95%         307               256    16.61%           0                 0         -
garraia-gateway/src/rest_v1/doc_versions.rs                 749               579    22.70%          65                53    18.46%         533               420    21.20%           0                 0         -
garraia-gateway/src/rest_v1/docs.rs                         895               626    30.06%          73                53    27.40%         657               480    26.94%           0                 0         -
garraia-gateway/src/rest_v1/files.rs                       2221              1570    29.31%         168               119    29.17%        1642              1182    28.01%           0                 0         -
garraia-gateway/src/rest_v1/groups.rs                      2008              1361    32.22%         154               108    29.87%        1554              1146    26.25%           0                 0         -
garraia-gateway/src/rest_v1/invites.rs                      145               145     0.00%           9                 9     0.00%         115               115     0.00%           0                 0         -
garraia-gateway/src/rest_v1/me.rs                          5284              2868    45.72%         443               275    37.92%        4001              2505    37.39%           0                 0         -
garraia-gateway/src/rest_v1/memory.rs                       838               838     0.00%          59                59     0.00%         715               715     0.00%           0                 0         -
garraia-gateway/src/rest_v1/messages.rs                    1777              1373    22.73%         164               126    23.17%        1459              1146    21.45%           0                 0         -
garraia-gateway/src/rest_v1/mod.rs                         1126               772    31.44%          17                12    29.41%         833               574    31.09%           0                 0         -
garraia-gateway/src/rest_v1/openapi.rs                       11                11     0.00%           1                 1     0.00%          10                10     0.00%           0                 0         -
garraia-gateway/src/rest_v1/problem.rs                      240                26    89.17%          16                 1    93.75%         130                25    80.77%           0                 0         -
garraia-gateway/src/rest_v1/search.rs                      2817               839    70.22%         168                58    65.48%        1995              1003    49.72%           0                 0         -
garraia-gateway/src/rest_v1/tasks/activity.rs               112               112     0.00%           8                 8     0.00%          88                88     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/assignees.rs              312               312     0.00%          24                24     0.00%         232               232     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/attachments.rs             58                58     0.00%          24                24     0.00%          58                58     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/comments.rs               703               473    32.72%          50                37    26.00%         504               353    29.96%           0                 0         -
garraia-gateway/src/rest_v1/tasks/labels.rs                1032               694    32.75%          71                53    25.35%         711               508    28.55%           0                 0         -
garraia-gateway/src/rest_v1/tasks/mod.rs                   1107              1107     0.00%          76                76     0.00%         892               892     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/subscriptions.rs          384               303    21.09%          34                26    23.53%         288               229    20.49%           0                 0         -
garraia-gateway/src/rest_v1/tasks/task_lists.rs             502               464     7.57%          38                36     5.26%         381               347     8.92%           0                 0         -
garraia-gateway/src/rest_v1/uploads.rs                      877               425    51.54%          99                56    43.43%         603               337    44.11%           0                 0         -
garraia-gateway/src/router.rs                              1305               846    35.17%          83                71    14.46%         973               686    29.50%           0                 0         -
garraia-gateway/src/runtime_handler.rs                       57                 6    89.47%          10                 1    90.00%          40                 3    92.50%           0                 0         -
garraia-gateway/src/server.rs                               838               522    37.71%          31                10    67.74%         540               345    36.11%           0                 0         -
garraia-gateway/src/session_auth.rs                         100               100     0.00%           8                 8     0.00%          65                65     0.00%           0                 0         -
garraia-gateway/src/settings_handler.rs                     276               276     0.00%          13                13     0.00%         377               377     0.00%           0                 0         -
garraia-gateway/src/skills_handler.rs                       418               234    44.02%          24                 5    79.17%         477               282    40.88%           0                 0         -
garraia-gateway/src/skins_handler.rs                        168                33    80.36%          18                 4    77.78%         127                37    70.87%           0                 0         -
garraia-gateway/src/slash_commands.rs                       203               203     0.00%          13                13     0.00%         139               139     0.00%           0                 0         -
garraia-gateway/src/state.rs                                769               372    51.63%          68                33    51.47%         539               279    48.24%           0                 0         -
garraia-gateway/src/stats_handler.rs                          6                 6     0.00%           2                 2     0.00%           9                 9     0.00%           0                 0         -
garraia-gateway/src/totp.rs                                 370               106    71.35%          24                 9    62.50%         247               102    58.70%           0                 0         -
garraia-gateway/src/uploads_worker.rs                       226               200    11.50%          14                10    28.57%         181               155    14.36%           0                 0         -
garraia-gateway/src/uploads_worker_util.rs                   33                 0   100.00%           4                 0   100.00%          19                 0   100.00%           0                 0         -
garraia-gateway/src/voice_handler.rs                         13                13     0.00%           7                 7     0.00%          16                16     0.00%           0                 0         -
garraia-gateway/src/ws.rs                                   632               522    17.41%          39                25    35.90%         375               310    17.33%           0                 0         -
garraia-glob/src/ignore.rs                                  349                10    97.13%          32                 2    93.75%         176                 6    96.59%           0                 0         -
garraia-glob/src/lib.rs                                      39                 0   100.00%           4                 0   100.00%          16                 0   100.00%           0                 0         -
garraia-glob/src/matcher.rs                                  97                66    31.96%          10                 5    50.00%          77                45    41.56%           0                 0         -
garraia-glob/src/path.rs                                    100                37    63.00%          13                 7    46.15%          57                23    59.65%           0                 0         -
garraia-glob/src/pattern.rs                                 798                43    94.61%          44                 4    90.91%         403                27    93.30%           0                 0         -
garraia-glob/src/scanner.rs                                 520                53    89.81%          43                 4    90.70%         312                39    87.50%           0                 0         -
garraia-learning/src/evaluator.rs                           312                 6    98.08%          27                 0   100.00%         257                 1    99.61%           0                 0         -
garraia-learning/src/generator.rs                           486                25    94.86%          41                 3    92.68%         325                19    94.15%           0                 0         -
garraia-learning/src/lib.rs                                   6                 6     0.00%           2                 2     0.00%           6                 6     0.00%           0                 0         -
garraia-learning/src/miner.rs                               821                51    93.79%          65                 9    86.15%         543                32    94.11%           0                 0         -
garraia-learning/src/registry.rs                            878                81    90.77%          50                 6    88.00%         440                40    90.91%           0                 0         -
garraia-learning/src/retriever.rs                             3                 3     0.00%           1                 1     0.00%           5                 5     0.00%           0                 0         -
garraia-learning/src/safety.rs                              560                25    95.54%          41                 0   100.00%         296                 1    99.66%           0                 0         -
garraia-learning/src/skill_override.rs                       12                12     0.00%           4                 4     0.00%          20                20     0.00%           0                 0         -
garraia-learning/src/updater.rs                             861                76    91.17%          62                10    83.87%         509                52    89.78%           0                 0         -
garraia-learning/src/versioning.rs                          635                28    95.59%          43                 6    86.05%         357                22    93.84%           0                 0         -
garraia-media/src/image_processor.rs                        528               105    80.11%          39                15    61.54%         287                51    82.23%           0                 0         -
garraia-media/src/pdf.rs                                    413               361    12.59%          41                35    14.63%         250               183    26.80%           0                 0         -
garraia-media/src/processing.rs                             322                52    83.85%          17                 4    76.47%         219                47    78.54%           0                 0         -
garraia-media/src/types.rs                                   62                62     0.00%           4                 4     0.00%          41                41     0.00%           0                 0         -
garraia-plugins/src/loader.rs                               207               207     0.00%          15                15     0.00%         130               130     0.00%           0                 0         -
garraia-plugins/src/manifest.rs                              72                14    80.56%           8                 2    75.00%          70                 7    90.00%           0                 0         -
garraia-plugins/src/runtime.rs                              455               236    48.13%          32                23    28.12%         301               179    40.53%           0                 0         -
garraia-plugins/src/sdk/host_functions.rs                    93                 6    93.55%           7                 2    71.43%          75                 6    92.00%           0                 0         -
garraia-plugins/src/sdk/plugin_trait.rs                      65                 7    89.23%           9                 3    66.67%          47                 5    89.36%           0                 0         -
garraia-runtime/src/executor.rs                             212                63    70.28%          19                 0   100.00%         172                49    71.51%           0                 0         -
garraia-runtime/src/meta_controller.rs                      174                 3    98.28%          15                 1    93.33%         101                 3    97.03%           0                 0         -
garraia-runtime/src/mode.rs                                 616                41    93.34%          36                 3    91.67%         617                27    95.62%           0                 0         -
garraia-runtime/src/state.rs                                 95                 7    92.63%           8                 0   100.00%          56                 4    92.86%           0                 0         -
garraia-security/src/allowlist.rs                           262                35    86.64%          19                 4    78.95%         149                20    86.58%           0                 0         -
garraia-security/src/credentials.rs                         443               161    63.66%          38                21    44.74%         249                99    60.24%           0                 0         -
garraia-security/src/pairing.rs                             107                 0   100.00%          11                 0   100.00%          61                 0   100.00%           0                 0         -
garraia-security/src/redaction.rs                            62                 5    91.94%          10                 1    90.00%          50                 3    94.00%           0                 0         -
garraia-security/src/validation.rs                          244                 7    97.13%          18                 0   100.00%         172                 2    98.84%           0                 0         -
garraia-skills/src/installer.rs                             100                83    17.00%          10                 7    30.00%          58                44    24.14%           0                 0         -
garraia-skills/src/native.rs                                292                17    94.18%          36                 3    91.67%         269                14    94.80%           0                 0         -
garraia-skills/src/parser.rs                                146                 6    95.89%          10                 1    90.00%          84                 4    95.24%           0                 0         -
garraia-skills/src/scanner.rs                               144                 6    95.83%           8                 0   100.00%          79                 1    98.73%           0                 0         -
garraia-storage/src/error.rs                                 12                 0   100.00%           2                 0   100.00%          11                 0   100.00%           0                 0         -
garraia-storage/src/hash_util.rs                             10                 0   100.00%           1                 0   100.00%           5                 0   100.00%           0                 0         -
garraia-storage/src/integrity.rs                            201                 1    99.50%          14                 0   100.00%          83                 1    98.80%           0                 0         -
garraia-storage/src/local_fs.rs                             638                25    96.08%          55                 1    98.18%         406                16    96.06%           0                 0         -
garraia-storage/src/mime_allowlist.rs                       105                 0   100.00%          15                 0   100.00%          75                 0   100.00%           0                 0         -
garraia-storage/src/object_store.rs                         209                29    86.12%          18                 2    88.89%         145                18    87.59%           0                 0         -
garraia-storage/src/path_sanitize.rs                        186                 5    97.31%          15                 0   100.00%         119                 1    99.16%           0                 0         -
garraia-telemetry/src/config.rs                             213                12    94.37%          14                 1    92.86%         168                 4    97.62%           0                 0         -
garraia-telemetry/src/layers.rs                              15                 0   100.00%           3                 0   100.00%           9                 0   100.00%           0                 0         -
garraia-telemetry/src/lib.rs                                 36                14    61.11%           3                 1    66.67%          34                12    64.71%           0                 0         -
garraia-telemetry/src/metrics.rs                            146                32    78.08%          16                 5    68.75%          93                18    80.65%           0                 0         -
garraia-telemetry/src/redact.rs                              92                 0   100.00%           8                 0   100.00%          69                 0   100.00%           0                 0         -
garraia-telemetry/src/tracer.rs                              51                35    31.37%           4                 2    50.00%          31                22    29.03%           0                 0         -
garraia-tools/src/lib.rs                                    177               143    19.21%          29                22    24.14%         129               107    17.05%           0                 0         -
garraia-voice/src/audio/converter.rs                         72                72     0.00%           6                 6     0.00%          78                78     0.00%           0                 0         -
garraia-voice/src/lib.rs                                     10                10     0.00%           5                 5     0.00%           8                 8     0.00%           0                 0         -
garraia-voice/src/pipeline.rs                               113               113     0.00%           3                 3     0.00%          73                73     0.00%           0                 0         -
garraia-voice/src/stt/whisper_client.rs                     182               182     0.00%          18                18     0.00%         122               122     0.00%           0                 0         -
garraia-voice/src/tts/chatterbox_client.rs                  202               202     0.00%          17                17     0.00%         131               131     0.00%           0                 0         -
garraia-voice/src/tts/hibiki_client.rs                       54                54     0.00%           6                 6     0.00%          41                41     0.00%           0                 0         -
garraia-voice/src/tts/lmstudio_client.rs                    190               190     0.00%          20                20     0.00%         142               142     0.00%           0                 0         -
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                                     99409             50186    49.52%        8013              4210    47.46%       71463             38905    45.56%           0                 0         -

michelbr84 added a commit that referenced this pull request Aug 16, 2026
…me 45.0.3) (#796)

* fix(security): GAR-895 — RUSTSEC-2026-0187 + 0188 (lopdf 0.42, wasmtime 45.0.3)

- lopdf 0.40 → 0.42 in garraia-media (RUSTSEC-2026-0187: stack overflow via
  deeply nested PDF objects; 0.41 also affected, fix requires >=0.42.0)
- wasmtime-wasi 45.0.2 → 45.0.3 in Cargo.lock (RUSTSEC-2026-0188: WASI
  hard-links/renames bypass FilePerms; fixed in >=45.0.3, <46.0.0);
  cranelift 0.132.2 → 0.132.3 pulled in as part of the same atomic release

Both cargo-deny and security-audit gates were failing on all open Dependabot
PRs (#793, #794, #795) due to these advisories published 2026-06-29.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EMkJ4VRMNhmdrYaYGMAr2V

* fix(security): GAR-895 amend — RUSTSEC-2026-0190 (anyhow 1.0.103)

anyhow 1.0.102 has unsoundness in Error::downcast_mut() — violates borrow
rules, resulting in UB when context is added and then downcast_mut called
(RUSTSEC-2026-0190). Upgrade to 1.0.103 which fixes the borrow chain.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EMkJ4VRMNhmdrYaYGMAr2V

* fix(security): GAR-895 amend 2 — mirror 6 unmaintained IDs to audit.toml

cargo-audit ^0.22 now exits 1 for `unmaintained` advisories under
`--deny unsound`, breaking the Security Audit CI gate. Prior assumption
that unmaintained advisories were "auto-classified as allowed warnings"
(SYNC NOTE) is no longer correct.

Mirror 6 IDs already in deny.toml with proper Linear owners:
- RUSTSEC-2026-0173 (proc-macro-error2 2.0.1) — GAR-817, exp 2026-07-31
- RUSTSEC-2025-0075 (unic-char-range 0.9.0) — GAR-430, exp 2026-07-31
- RUSTSEC-2025-0080 (unic-common 0.9.0) — GAR-430, exp 2026-07-31
- RUSTSEC-2025-0081 (unic-char-property 0.9.0) — GAR-430, exp 2026-07-31
- RUSTSEC-2025-0098 (unic-ucd-version 0.9.0) — GAR-430, exp 2026-07-31
- RUSTSEC-2025-0100 (unic-ucd-ident 0.9.0) — GAR-430, exp 2026-07-31

Also updates SYNC NOTE to document the behavior change and correct the
asymmetry rule: only mirror IDs that actually appear in Cargo.lock and
trigger cargo-audit; gtk-rs family remains deny.toml-only.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EMkJ4VRMNhmdrYaYGMAr2V

* fix(security): GAR-895 amend 3 — fix 6 new vulns + clippy

Security Audit CI (cargo audit --deny unsound) was failing with
6 vulnerabilities. All 6 resolved via lockfile-only updates:

  • RUSTSEC-2026-0204 — crossbeam-epoch 0.9.18 → 0.9.20
    (Invalid pointer dereference in fmt::Pointer impl for Atomic/Shared)

  • RUSTSEC-2026-0194 — quick-xml 0.37.5 removed, 0.39.4 → 0.41.0
  • RUSTSEC-2026-0195 — (same quick-xml bump; both IDs patched by >=0.41.0)
    plist 1.9.0 → 1.10.0 brought quick-xml 0.39.4 → 0.41.0;
    tauri-winrt-notification 0.7.2 → 0.7.3 dropped quick-xml 0.37.5.
    Both consumers are garraia-desktop / Tauri-only.

  • RUSTSEC-2026-0185 — quinn-proto 0.11.14 → 0.11.16
    (Remote memory exhaustion via unbounded out-of-order stream reassembly)

Clippy: fix 3 clippy::for_kv_map errors in
crates/garraia-gateway/src/admin/secrets.rs:466/470/474
  for (_, x) in map.iter_mut() → for x in map.values_mut()

* fix(security): GAR-895 amend 4 — deny.toml ignore ttf-parser RUSTSEC-2026-0192

ttf-parser 0.25.1 unmaintained (author archived 2026-06-28, RUSTSEC-2026-0192).
cargo-deny errors on this because deny.toml classifies `unmaintained` as deny.

No safe upgrade path: advisory says "No safe upgrade is available!" — lopdf 0.42
requires ttf-parser 0.25.x for font-glyph rendering. lopdf 0.42 is required to
fix RUSTSEC-2026-0187 (stack overflow in earlier lopdf). Alternative: wait for
lopdf upstream to migrate to skrifa (fontations project).

Add ignore entry under the unmaintained section in deny.toml.
Owner: GAR-895 (health run 146). Expires: 2026-10-31.

Dep chain: garraia-media → lopdf 0.42.0 → ttf-parser 0.25.1

* fix(security): GAR-895 amend 5 — wasmtime 45→46 (RUSTSEC-2026-0222)

wasmtime 45.0.3 is vulnerable to RUSTSEC-2026-0222:
'Stores can mix up type indices between engines'
(GHSA-hgjw-h833-99q9). Fix floor: >=46.0.2.

Bump workspace deps wasmtime 45→46, wasmtime-wasi 45→46.
cargo update resolves all internal wasmtime-* crates to 46.0.2.
garraia-plugins cargo check passes with 46.0.2.
No deny.toml / audit.toml ignore entries needed — upgrade closes the advisory.

Owner: GAR-895 (health run 146, 2026-08-16).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EMkJ4VRMNhmdrYaYGMAr2V

* fix(ci): GAR-895 — MSRV 1.93 → 1.94 (wasmtime 46 exige rustc 1.94)

wiggle-macro 46.0.2 (transitiva de wasmtime 46) declara rust-version
1.94.0, quebrando o job MSRV check (1.93). Eleva rust-version do
workspace e o pin do job em lockstep com o bump do RUSTSEC-2026-0222,
mesmo padrão do bump 1.92 → 1.93 do GAR-708.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: GarraIA <michelduek@gmail.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 16, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #819.

@dependabot dependabot Bot closed this Aug 16, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/actions/cache-6 branch August 16, 2026 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants