oelnaggar

Results 23 issues of oelnaggar

This project hasn't been updated in years but I was able to get it working on Ubuntu 20.04. Here is what I did to get it working on a Ubuntu...

Hi, I'm currently trying to set up vim-lsc to use [pyright](https://github.com/microsoft/pyright). It works out of the box by simply: installing it (it requires Node.js 12+): ```bash npm install -g pyright...

Considering that the project is really light on documentation, I think it would help if things were labelled more accurately. For example, even though there is a UI option to...

**Is your feature request related to a problem? Please describe.** Instead of developing your own alerting sub-system, I think it might be preferable to use something that already supports dozens...

Status: On Hold

Hi, I really like **laurel** and after comparing it to **go-audit**, I think ti is the clear winner. However, there is one feature in **go-audit** that I would love to...

Considering that Troy Hunt released Pwned Passwords in NTLM format a few months ago (https://www.troyhunt.com/pwned-passwords-now-as-ntlm-hashes/) I was wondering if OpenPasswordFilter could add an option to use a bloom filter so...

**Motivation** As mentioned here - https://github.com/falcosecurity/falco/issues/1541 - only the first rule gets triggered and once Falco matches a rule, it stops processing other rules. This is meant as a performance...

kind/feature

If you currently try to run it on Python 3.6, it will fail with the following message: ``` Traceback (most recent call last): File "./nft-stats.py", line 111, in main() File...

**Motivation** Hi, Given that `proc.name` truncates process names, it there any reason that the **defautl rules** use it instead of `proc.exe`? I noticed the following: ``` # cat falco_rules.yaml |...

kind/feature
lifecycle/rotten

Compiling `lua-requests` on any modern distribution will fail with the following error on any modern Linux distribution: ``` $ luarocks install lua-requests ... gcc -O2 -fPIC -I/usr/include/lua5.3 -c src/Parser.cpp -o...