[Wikidata-bugs] [Maniphest] T240884: RFC: How to evaluate user-provided regular expressions

2021-05-31 Thread Ladsgroup
Ladsgroup closed this task as "Resolved". Ladsgroup added a comment. Given the confirmation, calling this resolved. TASK DETAIL https://phabricator.wikimedia.org/T240884 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Ladsgroup Cc: Base, Daimona,

[Wikidata-bugs] [Maniphest] T240884: RFC: How to evaluate user-provided regular expressions

2021-05-17 Thread tstarling
tstarling removed a project: Platform Engineering. tstarling added a comment. Yes, the RPC endpoint was added to support this use case. Use `MediaWikiServices::getInstance()->getShellboxClientFactory()->getClient()->call()`. TASK DETAIL https://phabricator.wikimedia.org/T240884 EMAIL PREFE

[Wikidata-bugs] [Maniphest] T240884: RFC: How to evaluate user-provided regular expressions

2021-05-17 Thread Addshore
Addshore added a project: Platform Engineering. Addshore added a comment. Adding #platform_engineering inbox to confirm that using shellbox is agreed upon for this usecase. Then as soon as shellbox is ready to be used by us we ca

[Wikidata-bugs] [Maniphest] T240884: RFC: How to evaluate user-provided regular expressions

2021-04-20 Thread Ladsgroup
Ladsgroup added a comment. Restricted Application added a project: wdwb-tech. I assume this is settled then? We go with shellbox once deployed. TASK DETAIL https://phabricator.wikimedia.org/T240884 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: L

[Wikidata-bugs] [Maniphest] T240884: RFC: How to evaluate user-provided regular expressions

2020-08-20 Thread tstarling
tstarling added a comment. OK, I'm adding PHP execution to the service. TASK DETAIL https://phabricator.wikimedia.org/T240884 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: tstarling Cc: Base, Daimona, daniel, tstarling, Bawolff, Joe, WMDE-leszek

[Wikidata-bugs] [Maniphest] T240884: RFC: How to evaluate user-provided regular expressions

2020-08-19 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. Well, we could use something like `php -r 'echo preg_match( $user_regex, $input );'` as the shell command, effectively going back to proposal 2 rather than 3. (For some reason, I also assumed that T260330 inc

[Wikidata-bugs] [Maniphest] T240884: RFC: How to evaluate user-provided regular expressions

2020-08-19 Thread tstarling
tstarling added a comment. In T240884#6392690 , @Lucas_Werkmeister_WMDE wrote: > I wonder if T260330: PHP microservice for containerized shell execution could be used for this? (That task is a

[Wikidata-bugs] [Maniphest] T240884: RFC: How to evaluate user-provided regular expressions

2020-08-18 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. I wonder if T260330: PHP microservice for containerized shell execution could be used for this? (That task is apparently now in progress.) TASK DETAIL https://phabricator.wikimedia.org/T240884 EMAIL PREFER