forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1733821 - [6/9] Rewrite EnsureCommandlineSafeImpl to allow option…
…al arguments r=mhowell,Gijs Add an `optionalParams` argument to `EnsureCommandlineSafeImpl`. For security's sake, optional arguments may not occur after the URL parameter, and may not themselves take arguments. For convenience's sake, they are further limited to coming between `-osint` and the required parameter. We do not yet recognize any optional arguments; this will change in an upcoming commit. Differential Revision: https://phabricator.services.mozilla.com/D152324
- Loading branch information
1 parent
6fb80c8
commit c4eab59
Showing
2 changed files
with
150 additions
and
50 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