-
OS: Ubuntu 20.04.3 LTS
Caddy Version: 2.4.6
Dockerfile:
```
FROM caddy:builder AS builder
WORKDIR .
RUN xcaddy build --with github.com/caddy-dns/namecheap
FROM caddy:latest
COPY --from=b…
-
* Anybody can do `curl -XPOST http://:8080/users -d 'me'` to get an account.
* Anybody can pick an existing username and see the data associated with that account.
* No password is needed to authen…
-
Issue Type: Bug
Just by having the extension enabled
Extension version: 0.2.7
VS Code version: Code 1.59.0 (379476f0e13988d90fab105c5c19e7abc8b1dea8, 2021-08-04T23:14:40.191Z)
OS version: Da…
-
### Steps to reproduce
1. User, where full name (and email) is very long.
2. As this user make an action, which triggers a notification (e.g. file share)
3. Another user has activated push not…
-
@ValWood @kimrutherford
Hey guys,
I'll reply to your other messages shortly (sorry for being a bit tardy but it's not good time for me at the moment, I feel like am behind on everything). Here …
-
Currently, if one configures `tls-ca-path` for a remote, we apply that to *all* HTTP requests. That's good if one is using a remote with a simple `url`, i.e. fetching metadata and content from the sa…
-
```
What steps will reproduce the problem?
1. Update host.processManifest to strip out the protection system we don't need
(according to instructions from Leon Necholls in
https://plus.google.com/10…
-
**The environment**
PrestaShop-Version 1.6.1.15
Elasticsearch version: 5.6.2
Products: 1864
PHP-Version 7.1.3
php_memory_limit: 512M
max_execution_time: 20000
**This happens, while trying to …
-
First some background for the issue (you may already know this).
Consider the following scenario:
- Suppose a user USER has an account in some bank website BANK. USER is authenticated to BANK us…
-
Hello,
My scenario is the following:
- I have a K8s cluster with a nginx ingress controller, which exposes some services (throught ingress definition) and I want to secure them using saml-proxy.
…