Niels Hofmans

Results 214 comments of Niels Hofmans

Was there any update on this? Thanks.

@lewallen : You need to set `ONLY_ACTIVE_ARCH` to `true` for Xcode to build the Platypus binary as arm64 too in the build settings.

@georgebrock you still active?

Is there anything we can do about this?

A better way might be installing Little Snitch and disallowing anything not related to your pentest. This is how I do it. Be sure to remove the default Apple ruleset.

@evilsocket : Not sure how supportive you are of this, but https://github.com/telanflow/mps seems to be a much better rewrite of goproxy. Simpler & uses connection pooling, works faster in my...

@evilsocket since my issue here I've done some testing with the `mps` package and it seems promising, hence why I am mentioning it as a replacement. `mps` does have breaking...

Might be better to just use certificate pinning if every client is going to embed the same cert/key. But if every client has a separate cert/key, you have a replacement...

How do we properly fix this? e.g. I see `urls` being filled in always? https://github.com/RicoSuter/NSwag/blob/7ab788f97d7942f7c499ce675835514efd11eecb/src/NSwag.AspNetCore/SwaggerUi3/index.html#L48

(To mitigate a security issue we need to never accept `url`, `urls` nor `configUrl`.)