Daniel Jankowski
Daniel Jankowski
Hi, I found two security flaws which allows attackers in the same network to perform remote commands over the web interface. For example in line https://github.com/eweren/RaspALight/blob/master/ledcontrol/index.php#L30 an attacker could open...
Hi, I try to write a CLI, that formats KDL documents. Therefore I want to use the `KdlDocument::fmt()` function to achieve this. While writing the first little unit test, I...
### What problem are you facing? In some configurations, the Azure Provider gets stuck, in a reconciliation loop, which leads to reaching the rate limit of the Azure APIs. The...
#### Summary Hi, this pull request introduces a configuration parameter in the `values.yaml`, that allows to configure the `securityContext` on pod level. I've implemented this feature, as the pod level...
This pull request implements the show and hide feature with remote commands via pipes. There are still some problems with the focus when having multiple tabs (zjstatus instances) open. Another...
## Issue description When using `show_self()` in a plugin, that earlier called `set_selectable(false)`, the plugin is focused, even if it's not expected. ## Minimal reproduction Using the following plugin code:...
**Basic information** `zellij --version`: zellij 0.40.0 (latest commit `931e11f99625f554884cf0b4680a267fd1b55f0f`) `stty size`: `32 162` `uname -av` or `ver`(Windows): `Darwin Daniels-MacBook-Pro.local 23.1.0 Darwin Kernel Version 23.1.0: Mon Oct 9 21:27:24 PDT 2023;...
**Basic information** `zellij --version`: 0.40.1 `stty size`: 30 140 `uname -av` or `ver`(Windows): Linux c81119f528d7 6.5.0-35-generic #35-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 27 00:18:38 UTC 2024 aarch64 GNU/Linux ## Issue description...
In https://github.com/zellij-org/zellij/pull/3658#issuecomment-2414485167 we've discovered, that terminals handle transparency different (even with different platforms like linux and macOS!). Thus it would be good to give plugin maintainers the ability to retain...
When a plugin is loaded via http multiple times in parallel, the plugin breaks for zellij. On the first glance, it does not look like a common issue, but it...