-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update flag
--experimental_remote_download_regex
to accept multiple…
… regular expressions. PiperOrigin-RevId: 470707773 Change-Id: I9cec072e32b641fc4cc068d53d83d95a5fe9c55d
- Loading branch information
1 parent
6ad7054
commit e8278ed
Showing
2 changed files
with
20 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
e8278ed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@coeuvre Can we get this cherry-picked into 5.3.2, since
--experimental_remote_download_regex
exists in 5.3.0+?e8278ed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is safe to be cherry-picked into 5.3.2 but it is supposed to be a security release. I will let the release team make the call. cc @kshyanashree
e8278ed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @coeuvre @brentleyjones! Yes, It was supposed to be a security release but if it safe to add this fix, I can include into 5.3.2. Thanks!
e8278ed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@coeuvre Was the switch from
matches
tofind
intentional? It's much easier to accidentally cause a performance regression withfind
.e8278ed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@brentleyjones Could you please send me the PR for this fix? Thanks!
e8278ed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#16478