wpbullet
wpbullet copied to clipboard
A static code analysis for WordPress (and PHP)
Hi, Have you considered adding a standard output format? https://github.com/microsoft/sarif-tutorials
App runs on Python 3.
after trying `python3 wpbullet .... 2>&1 | iconv` and many other variants , it turned out that either a ugly script to rectify unprintable characters or tricking python into utf8...
I am not sure if it is a valid vulnerability. Can you please explain to me the real impact? Or is there any doc where I can refer all the...
I'm running as python3. Scanning fails. colorama _is_ installed. ``` Traceback (most recent call last): File "wpbullet.py", line 2, in from core import scanner File "/home/linuxlite/Documents/wpbullet/core/scanner.py", line 3, in from...
We decided to use wpBullet with GitHub Actions here on NextPress but the exit code is always 0, even when vulnerabilities were found. This makes the tests pass when they...
Have error to install in debian 8, with phyton 3 no import scanner https://cl.ly/2ccf487c9b6c
- added Modules/PathTraversal.py - remove `move_uploaded_file` from Modules/FileInclusion.py - update Modules/__init__.py - added `escapeshellarg` to Modules/CommandExecution.py