FedericoHeichou
FedericoHeichou
Dockerfile ``` FROM python:3.9 RUN apt update \ && apt install -y libglib2.0-dev libhidapi-hidraw0 libhidapi-libusb0 libdbus-1-dev bluetooth usbutils git RUN pip3 install hid aioconsole crc8 dbus-python RUN cd / &&...
Hi, I wrote a antidos system but as explained in this issue, it keeps spamming in the error log. I tried to figure out why it happens, but I failed....
Nvm ``` msc_intervention(transaction, &intervention); printf("Intervention: %s\n", intervention.log); ``` The `ModSecurityIntervention`'s log is filled, so it's not a modsecurity's bug but a ModSecurity-nginx's bug because there is: ``` log = intervention.log;...
> Hello @FedericoHeichou , > > Could you describe more fully what you're hoping to achieve here. Perhaps a specific example that outlines the tangible benefit? Hello @martinhsv For example...
> HI @FedericoHeichou , > > Ignore the source code for now. What I was really prompting for was a description of what the benefit is, or what the user-visible...
> I see. I can think of at least a couple of reasons to be hesitant about an approach like that. > > 1. Although both Apache HTTP Server and...
Why isn't this merged? Sometimes segmentation fault won't happens and it could lead to other major vulnerabilities. In `apache2/re_variables.c:2597` the rc is checked, why it isn't in these other 2...
Yes, I didn't thought to use "*" lol
Mmh I'm not sure, actually I have for example a blade like this `{{ Route::is(app()->getLocale() . '.post.edit') ? __('message.edit') : __('message.new') }} Post` And using this it shows correctly each...
But maybe I was missunderstanding and you was talking about how implement it