feat: repo-based allowlist for git enumeration flags - #5797
Open
Ly-Joey wants to merge 7 commits into
Open
Conversation
Ly-Joey
marked this pull request as ready for review
August 6, 2026 01:46
another-rex
reviewed
Aug 6, 2026
michaelkedar
reviewed
Aug 6, 2026
Ly-Joey
force-pushed
the
feat-repo-based-cab
branch
from
August 7, 2026 01:55
5f30f10 to
6e3fafa
Compare
another-rex
reviewed
Aug 7, 2026
| } | ||
|
|
||
| newURLCache := make(map[string]models.RepoAllowListFlags) | ||
| newRegexCache := make(map[string]regexCacheEntry) |
Contributor
There was a problem hiding this comment.
this is still a local cache?
Contributor
There was a problem hiding this comment.
Nevermind. Feel free to make it prettier though.
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.
Add repo-based git analysis flags logic in worker before we send the request to gitter to enumerate affected commits.
List of configurable bools:
The allowlist is in datastore.
#5800 is the tool to sync the allowlist (in yaml) into datastore entities.