Results 58 comments of LRVT

> @fl0wm0ti0n > > I dove a bit into this and it seems it's caused by mariadb compatibility somehow. > > An easy workaround in to use a postgres database...

@Ontahm Sorry, didn't want to come off as rude or assertive. > I am very much shocked by how lightly you take the subject, and how assertive you sound. Just...

Seeing the same behaviour on the web extension. In my case the following helped: 1. Disable the organization policy (Password Generator) 2. Switch the policy's standard type from `Password` to...

Can confirm the issue. The provided `docker-compose.yml` does not work. ```` # download compose example wget https://raw.githubusercontent.com/overleaf/overleaf/main/docker-compose.yml # spawn the stack docker compose up ```` Results in: ````` sharelatex |...

> > Can confirm the issue. The provided `docker-compose.yml` does not work. > > ``` > > # download compose example > > wget https://raw.githubusercontent.com/overleaf/overleaf/main/docker-compose.yml > > > > #...

The stats function is basically not in sync completely according to this issue: https://github.com/projectdiscovery/nuclei/issues/3384#issuecomment-1453654330

Use this repo to spawn the example vulnerable stack: ```` git clone https://github.com/theMiddleBlue/CVE-2019-11043 && cd CVE-2019-11043 docker compose up --force-recreate ```` Then, use a different tool for exploitation: ```` docker...

Personally, I just define all private class IP ranges: ```` crowdsec: plugin: bouncer: enabled: true updateIntervalSeconds: 60 updateMaxFailure: 0 defaultDecisionSeconds: 60 httpTimeoutSeconds: 10 crowdsecMode: live crowdsecAppsecFailureBlock: true crowdsecAppsecUnreachableBlock: true crowdsecLapiKey:...

Hi @cachho, I've already thought about this too. May implement but no prio atm.

One of the initial thoughts, hindering me from normalizing the issuer field, were: - The issuer must be created first, before being displayed and suggested as entry during item creation....