smokescreen icon indicating copy to clipboard operation
smokescreen copied to clipboard

A simple HTTP proxy that fogs over naughty URLs

Results 37 smokescreen issues
Sort by recently updated
recently updated
newest added

I would like to allowlist the pattern access-analyzer.*.amazonaws.com The second component of AWS endpoints is the region. It would be nice not to need to spell out every single region...

Hi! CRL feature does not seem to work. There are two main issues with it: 1) CRLs are loaded into `Config` structure, but **are not used anywhere**. I've implemented `VerifyPeerCertificate`...

This PR proposes upgrading the module's `datadog-go` dependency from v4 to the current major version, v5, with import path `github.com/DataDog/datadog-go/v5`. There is only one relevant breaking change related to the...

### Summary This PR enables ACL checking for MITM based requests. For MITM requests, once the (fake) CONNECT tunnel is established between client and proxy, the upstream request handling in...

Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.9.0 to 1.9.1. Release notes Sourced from github.com/sirupsen/logrus's releases. v1.9.1 What's Changed Fix data race in hooks.test package by @​FrancoisWagner in sirupsen/logrus#1362 Add instructions to use different...

dependencies
go

Fixes https://github.com/stripe/smokescreen/issues/241 I thought I'd take a stab at this after being frustrated that we couldn't allowlist e.g. `ec2.*.amazonaws.com`. Currently, we can only allowlist a specific regional AWS endpoint like...

This PR addresses https://github.com/stripe/smokescreen/issues/139#issuecomment-1601263426. Releasing native binaries and container images in the way done in this PR should not require any configuration or additional infrastructure, container images would be available...