Skip to content

Commit

Permalink
correct sandbox whitelist for Regex.Matches Method (#5513)
Browse files Browse the repository at this point in the history
  • Loading branch information
slarticodefast authored Nov 12, 2024
1 parent 8dcae86 commit fa9030e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Robust.Shared/ContentPack/Sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -723,11 +723,11 @@ Types:
- "System.Text.RegularExpressions.Match Match(string, string)"
- "System.Text.RegularExpressions.Match Match(string, string, System.Text.RegularExpressions.RegexOptions)"
- "System.Text.RegularExpressions.Match Match(string, string, System.Text.RegularExpressions.RegexOptions, System.TimeSpan)"
- "System.Text.RegularExpressions.Match[] Matches(string)"
- "System.Text.RegularExpressions.Match[] Matches(string, int)"
- "System.Text.RegularExpressions.Match[] Matches(string, string)"
- "System.Text.RegularExpressions.Match[] Matches(string, string, System.Text.RegularExpressions.RegexOptions)"
- "System.Text.RegularExpressions.Match[] Matches(string, string, System.Text.RegularExpressions.RegexOptions, System.TimeSpan)"
- "System.Text.RegularExpressions.MatchCollection Matches(string)"
- "System.Text.RegularExpressions.MatchCollection Matches(string, int)"
- "System.Text.RegularExpressions.MatchCollection Matches(string, string)"
- "System.Text.RegularExpressions.MatchCollection Matches(string, string, System.Text.RegularExpressions.RegexOptions)"
- "System.Text.RegularExpressions.MatchCollection Matches(string, string, System.Text.RegularExpressions.RegexOptions, System.TimeSpan)"
- "System.Text.RegularExpressions.RegexOptions get_Options()"
- "System.TimeSpan get_MatchTimeout()"
- "void .ctor()"
Expand Down

0 comments on commit fa9030e

Please sign in to comment.