Jakub Kulík

Results 24 issues of Jakub Kulík

### Describe the bug When running bandit without pbr installed, it breaks with: Traceback (most recent call last): File "/usr/bin/bandit", line 6, in from bandit.cli.main import main File "/usr/lib/python3.7/vendor-packages/bandit/__init__.py", line...

bug

Based on our discussion in #7358 I am opening this PR with the initial changes necessary for this feature. It doesn't handle usage of legacy ciphers gracefully yet (with `UnsupportedAlgorithm`)...

Would it be possible to make legacy provider (when compiled with OpenSSL 3) optional? AFAICT, it's currently not really possible to use cryptography without a legacy provider being available, but...

**Describe the bug** When Nmap is compiled with OpenSSL 3, there are several tests that fail with `./nselib/smbauth.lua:377: OpenSSL error 50856204 in digital envelope routines: function (null): unsupported`. This is...

Nmap

**Describe the bug** When installing zenmap, one of the resulting bytecode .pyc files (`Paths.pyc`) is not importable because `Paths.py` file is updated in function `fix_paths` [here](https://github.com/nmap/nmap/blob/61f17067a3928a92f7ef4b2c2ced7d5fddc3ba31/zenmap/setup.py#L368) after it was already...

Zenmap

Hi; as part of our migration effort away from Python 2, I managed to port whole Zenmap to Python 3 and pygobject library. Except for some minor visual glitches (like...

Build on Solaris fails with the following error: ``` NpingOps.cc: In member function 'int NpingOps::getTotalProbes()': NpingOps.cc:3058:13: error: 'INT_MAX' was not declared in this scope 3058 | if (tmp > INT_MAX)...

This PR fixes #2173 - `Bus Error` that is a result of unaligned data after https://github.com/nmap/nmap/commit/4ffeb09ad3c51e44438b455bc327580934f6528d. It brings back the static `alignedbuf` that is used to align the data for...

This fixes the issue with **test_csh** when running with the original `csh` rather than today widely used `tcsh`. `tcsh` on Linux (`csh` is just a symlink to `tcsh`) or Solaris:...

**Issue** Several tests are failing for us on Solaris when `venv` creator is being used (and not just the test suite, installed virtualenv as well): ```console python3.7 -m virtualenv -vvv...

bug