sealldev
Results
13
issues of
sealldev
This patches a PXSS vuln as well as a user enumeration bug (that I think was partially patched in 0.54 originally)
Simple patch just to avoid an f-string error
For future people, found this worked: ``` sudo dnf install mhash-devel libjpeg-turbo-devel zlib-devel libmcrypt-devel ``` ```bash mkdir -p build cd build cmake -DCMAKE_BUILD_TYPE=Release .. make sudo make install ```