Zygmunt Bazyli Krynicki

Results 67 issues of Zygmunt Bazyli Krynicki

Hey. I think it's worth following PEP-8 conventions. Would you be interested in a patch for that or are you going to apply all the changes yourself?

enhancement

**Describe the bug** I wrote a GRUB env handling library and I'm looking at the available modules to report issues that they handle escape logic incorrectly. GRUB values may contain...

Bug

I've tried flawfinder on my `zt` library: ``` zt.c:35: [4] (format) printf: If format strings can be influenced by an attacker, they can be exploited (CWE-134). Use a constant for...

I've tried flawfinder on my `zt` library: ``` zt.c:47: [4] (format) vfprintf: If format strings can be influenced by an attacker, they can be exploited (CWE-134). Use a constant for...

Hello I'm working on a Debian package for rstcheck and I would like to run the test suite at build time. Could you please ship the two test files in...

feature
awaiting response

With the fixes to USB device pass-through, allowing multiple identical devices to be used inside one virtual machine, users may want to route specific USB devices to specific instances. This...

Incomplete

The debian pypi redirector [1] detects a gpg key used for signing releases. It would be easier to verify those if the project published a gpg keyring with keys that...

enhancement

Looking at https://www.eclipse.org/hawkbit/rest-api/distributionsets-api-guide/#_post_rest_v1_distributionsets one can see how to create a distribution set by `POST`ing to the `/rest/v1/distributionsets`. The examples show how one can refer to software modules by presenting a...

I was working with the management API and I used incorrect authorization credentials. To my surprise the 401 error was combined with a different error serialization response: ``` json {...

Looking at https://www.eclipse.org/hawkbit/rest-api/targets-api-guide/#_put_rest_v1_targets_targetid one can see that `controlerId` can be sent back in the PUT request. This seems to suggest that it can be updated but this is not the...