Todd Rinaldo

Results 207 comments of Todd Rinaldo
trafficstars

They seemed to be only interested in reporting the vuln as a brag. They have given no details to anyone. To my knowledge, any follow-ups by the exim devs were...

TBH, at this point, enough people have been using 1.2.11 unofficially, that it might be good to bump the release to 1.2.12 :)

> How would you consider solving against this? Would it be okay to put the onus on the user and expect them to do a wp cache flush ... in-between...

A lesser proposal to this idea might be to do something like this. Would it solve the problem you're trying to solve @kkmuffme? ```bash echo 'set options blogname "my title"'...

> As this goes far beyond the use case of an average WordPress user. This is mostly for commands that would run within the same WP request normally too -...

> Unfortunately I can't do this, since all the "if" code won't work then - this works fine for updating/deleting options, but won't work when I have to check if...

The code was changed and now it looks like we have vars instead of the needed data in the JSON structure. I also had to change the regex to match...

This will fix the reported bug and it does start downloading but VERY slowly. I suspect there's some throttle we need to manipulate on the download. ```diff diff --git a/lib/WWW/YouTube/Download.pm...

I see someone talking about having to re-start the download. that'd be a different case. > Try the newest version of Youtube-dl. I was under the impression that they circumvented...

> @toddr do you want to create a PR? I'm only hacking downloads. looks like I'd have to fix all of the get_args callers and fix a lot of tests.