Sean
Sean
I'm also having issues running the `exploit.py` payload from the repo. Running the netcat reverse shell still works fine for me though: https://gist.github.com/AlbinoDrought/2854ca1b2a9a4f33ca87581cf1e1fdd4 --- The error I'm getting while running...
Thanks @Eyal-Shalev Barebones exec PoC: https://gist.github.com/AlbinoDrought/626c07ee96bae21cb174003c9c710384 Netcat reverse shell: https://gist.github.com/AlbinoDrought/2854ca1b2a9a4f33ca87581cf1e1fdd4 Testing can be done with [docker4drupal](https://github.com/wodby/docker4drupal) - just grab a version before the RequestSanitizer patch. Demo steps: 1. Clone the...
Here's the latest working version I've pulled: composer/satis@sha256:a73607b8588f306e307a69449f08342570c807b3afa6aa290f045bd99a1cb5f6 ``` docker run --rm --init -it \ --user $(id -u):$(id -g) \ --volume $(pwd):/build \ composer/satis@sha256:a73607b8588f306e307a69449f08342570c807b3afa6aa290f045bd99a1cb5f6 build satis.json foo ```
Seems related to https://github.com/composer/satis/issues/526 , https://github.com/composer/composer/commit/5c4ef1eb96d4b3aaed601a40870752460b94fa1a
I've applied this patch to our local Satis: ```patch From b122c20bb36c2dc3da8a92ab07f6d4a7329e6a40 Mon Sep 17 00:00:00 2001 From: Sean Date: Wed, 14 Jul 2021 10:31:00 -0700 Subject: [PATCH] fix(web): move the...
Also, please let me know if I'm missing something here and it's already simple to use the nginx-ingress auth-url annotation with `oryd/oathkeeper:v0.38.3-beta.1`
For what it's worth, patching 3652a77 with this works for our usecase: ```diff diff --git a/api/decision.go b/api/decision.go index 7347b13..0468f9a 100644 --- a/api/decision.go +++ b/api/decision.go @@ -22,6 +22,7 @@ package api...
#7 has been merged (thanks @sschandi !) and is live at https://www.npmjs.com/package/chartjs-plugin-watermark/v/2.0.0
Following the above patch to Scout 9, the BC-break changes in Laravel 10 and Scout 10 do not impact this package: ```diff From da73332097fbff3a694f3fb7d0a08e01a78066be Mon Sep 17 00:00:00 2001 From:...
Similar issue here. Published the current master to `chrono-node-albinodrought`: https://www.npmjs.com/package/chrono-node-albinodrought