mirror of
https://github.com/actions/runner.git
synced 2025-12-10 20:36:49 +00:00
Update Base64 Encoders to deal with suffixes (#284)
* Update Base64 Encoders to deal with suffixes * Set UriDataEscape to public for unit tests
This commit is contained in:
committed by
Tingluo Huang
parent
b676ab3d33
commit
c45aebc9ab
@@ -83,6 +83,7 @@ namespace GitHub.Runner.Common
|
||||
_loadContext.Unloading += LoadContext_Unloading;
|
||||
|
||||
this.SecretMasker.AddValueEncoder(ValueEncoders.Base64StringEscape);
|
||||
this.SecretMasker.AddValueEncoder(ValueEncoders.Base64StringEscapeTrimmed);
|
||||
this.SecretMasker.AddValueEncoder(ValueEncoders.Base64StringEscapeShift1);
|
||||
this.SecretMasker.AddValueEncoder(ValueEncoders.Base64StringEscapeShift2);
|
||||
this.SecretMasker.AddValueEncoder(ValueEncoders.ExpressionStringEscape);
|
||||
|
||||
Reference in New Issue
Block a user