Andrew Rosborough
Andrew Rosborough
It looks like this is the location of the code in question: https://github.com/jhedstrom/DrupalDriver/blob/8e2827e205758326950fddb20218e70b3d130934/src/Drupal/Driver/DrushDriver.php#L381-L393 When drush fails hard for me, I see a stack trace and no useful message appears to...
Hi @greg-1-anderson, I switched away from drush as per advice you gave me on slack. Before I had done so, I identified the error output with: ``` diff --git a/src/Drupal/Driver/DrushDriver.php...
It looks like ``` javascript module.router.addRoute('GET /asset/:f1?/:f2?/:f3?/:f4?/:f5?/:f6?/:f8?/:f9?/:f10?.:format?', listAssets, { template:'listAdmin', block:'content.list' }, this.parallel()); ``` and the other listAssets routes need to be changed to include `{admin:true, permit:isAdmin}`
I made a modification to use the sanitizer npm module which uses caja as dennishall suggested. Changed the content and user modules to sanitize output. Pull request to follow.
I found the issue is related to the raw nodejs request being used: lib/hapi_middleware.js:28 ``` server.ext('onRequest', function(request, reply) { var req = request.raw.req; req = request; var res = newResponse(reply);...
great, hopefully you can figure something out. I don't have many dependencies for other middleware, but I'm glad this is getting attention.
I also agree with the concerns about security of the private keys thus far. I noticed the Signature struct is indeed a challenge/response and compute key. It is not a...
I had confirmed this python can control and set the color w/ pi3 https://github.com/fayep/bolt. Also there is a PDF that documents BLE profiles of the yeelink lights floating around.
Hi @vkolotov I've been using these bulbs [Misfit Bolt](https://www.amazon.com/Misfit-Wearables-B00YZ-Wireless-Bluetooth/dp/B00TIYO2S0?psc=1&SubscriptionId=AKIAJT67FGCKRQR5RAQQ&tag=thatlist06-20&linkCode=xm2&camp=2025&creative=165953&creativeASIN=B00TIYO2S0) They are $20 on amazon, and have a Misfit home app which supports light scenes with I think a list of...
I think this is a re-branded yeelight. It responds to the same bluetooth profiles and afaik may also be discontinued as Misfit was acquired by fossil. I cannot tell if...