Doctor Who

Results 40 comments of Doctor Who

Hi @dschaper , at least the issue was not existing for returning the `FTL` version so I suppose that was just something forgotten during the last release 😅

@dschaper , this version: ``` $ git --version git version 2.25.1 ``` But maybe some security stuffs has been backported to this version by Ubuntu, it's the default one from...

Good catch @yubiuser ! so things has been crossed and this created the issue?

@yubiuser, is there anything I can do to help on this issue?

The error was when using the `ssh` scanning mode. While using the `client` / `server` scanning mode, there is no issue because the detection works differently. I'll run some scans...

In fact you can display the received `JSON` data with `jq`, I'm using the created file as a test for my scanning script, you can see the code [here](https://github.com/Jiab77/vuls-scripts/blob/master/vuls-client-scan.sh#L62) and...

Hi @tramora, I was able to make it run while using Docker in [Rootless](https://docs.docker.com/engine/security/rootless/) mode. I'll add the required documentation soon.

Check the content of the file `/sys/class/thermal/thermal_zone0/temp` that way: ```bash $ cat /sys/class/thermal/thermal_zone0/temp 46000 ``` If you got something similar and **not a negative value** then patch the script as...

@r0max solved the issue. I've pointed my webserver to / by accident and it loaded the demo data. changing to /app solved the issue.

Anything could be done to make the app working again for linux? I just noticed the issue now...