BIZ Factory GmbH

Results 5 issues of BIZ Factory GmbH

I was using simple captcha for some time now, as I found out that spam bots try to brute force captcha solving, which lead me to the integration of a...

Delete token used the wrong method to access formdata, I exchanged it to POST instead of GET and it fixed the error on submit

The following error occurs when setting ?per_page=-1 to an url of a model based table: django/db/models/query.py", line 425, in __getitem__ raise ValueError("Negative indexing is not supported.") ValueError: Negative indexing is...

Setup Ubuntu22.04 LTS Faraday 5.0.0 faraday-cli 2.1.1 ``` [apt](https://www.server-world.info/en/command/html/apt.html) -y install libopenscap8 bzip2 wget https://security-metadata.canonical.com/oval/com.ubuntu.$(lsb_release -cs).usn.oval.xml.bz2 bzip2 -d com.ubuntu.jammy.usn.oval.xml.bz2 oscap oval eval --results openscap_report.xml com.ubuntu.jammy.usn.oval.xml ``` now having a openscap...

Refering to https://github.com/JATOS/JATOS/commit/2b42519f309d8164e8811392770ce604cdabb5da also the fileName parameter should be checked for path traversal attacks ---------