Marcin Barczyński
Marcin Barczyński
### Describe the bug Skipping B608:hardcoded_sql_expressions with `# nosec` doesn't work if the string has multiple lines. Worked on Python 3.7 doesn't work on Python 3.10. ### Reproduction steps ```bash...
LookupError: unknown encoding: idna in child process when using multiprocessing with PyInstaller.
PyInstaller: version 2.1 Platform: Linux Let's consider the following code: ``` python import requests from requests.exceptions import ConnectionError import multiprocessing as mp #import encodings.idna def connect(): try: response = requests.request('GET',...
`chalice deploy` works fine but when I try to generate a cloudformation template, I get: ``` $ chalice generate-pipeline file Traceback (most recent call last): File "/home/q/.virtualenvs/chalice/lib/python3.10/site-packages/chalice/pipeline.py", line 223, in...
The sizes of deb and rpm packages can differ greatly because the default compression levels for deb and rpm packages are different: - RPMs use level 9 - DEBs use...
Error from `ansible-playbook`: ``` fatal: [win12]: UNREACHABLE! => {"changed": false, "msg": "credssp: Server did not response with a CredSSP token after step TLS Handshake - actual 'Negotiate, Basic realm=\"WSMAN\", CredSSP'",...
### Steps to reproduce 1. Create the following directory tree: ``` ./a ./a/src ./a/src/__init__.py ./b ./b/src ./b/src/__init__.py ./b/src/test ./b/src/test/foo.py ./b/src/test/test.py ./b/src/test/__init__.py ``` 2. All `__init__.py` files are empty. 3. Contents...
Describe the bug ---------------- After 10-60 minutes of scanning ``` clamdscan --verbose --multiscan --fdpass / ``` always fails with ``` ERROR: Communication error ``` No error logs in `/var/log/clamav/clamav.log` except...