Peter Potrowl

Results 17 issues of Peter Potrowl

Instead of copying the wikitext in `wikitext.txt`, running `python parser.py` and reading `article.htm`, one should be able to provide the file he/she wants and pass some parameters to the parser...

We would like to have our parser installable with `easy_install` by putting it on PyPI. Maybe we should first find it a more appropriate name, since `mediawiki_parser` is a little...

Erik and I think that it should be possible to improve the speed by refactoring Pijnu. Here are some tests performed on a Core 2 Duo @ 2 GHz: -...

Hello, I have an issue with the API endpoint /cpesearch The filter does not seem to work correctly. For instance, I would like to list the CVE for PHP 8.4.0:...

I lost a couple hours today to understand why with ``` $client->loginUser(new InMemoryUser('admin', 'password', ['ROLE_ADMIN'])); ``` my request was not authenticated... So I propose the following addition to the documentation....

Testing
Status: Needs Review

The rule `php_lang_raw_output_using_user_input` returns false positive. ## Description & Reproduction Rule: `php_lang_raw_output_using_user_input` (high) Description: Unsanitized user input in 'echo' function (XSS) Code extract: ```

bug

**Describe the bug** I run SemGrep with the following command: ```semgrep --timeout=20 --interfile-timeout=20 --pro -j 1 --config "p/php" --severity ERROR --no-git-ignore --verbose --json --max-target-bytes=10000000 --max-memory=2048 --output=/path/to/analyze/semgrep.json /path/to/analyze``` So it should...

bug