| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Deprecates the TRAP cache cleanup feature by surfacing a runtime warning and documenting the deprecation timeline in the changelog, aligning with the goal of reducing required permissions for analyze and discouraging use of this undocumented behavior.
Changes:
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/trap-caching.ts | Adds a warning indicating TRAP cache cleanup is deprecated and provides guidance to disable TRAP caching. |
| lib/analyze-action.js | Generated build artifact reflecting the src/ change. |
| CHANGELOG.md | Adds an UNRELEASED entry documenting the deprecation, removal date, and mitigation. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This undocumented feature required giving actions: write permission to the analyze job on the default branch. If we were going to move ahead, we would prefer to reimplement this within a separate Action that does the cleanup to limit permissions. However it is most likely that TRAP caching will become less relevant over time given improved incremental analysis supersedes it, so this PR deprecates this little-used and undocumented feature.