Anh T Nguyen
Anh T Nguyen
The `master` branch of `recon-ng` does not work with this project. Adding description for compatible releases of `recon-ng` would be nice
## Overview User input is embedded in admin interface through jQuery's unsafe `prepend()` method. This leads to Cross-site Scripting attack. The vulnerability is in https://github.com/jofpin/trape/blob/master/static/js/trape.js#L594. The vulnerable parameters are `country,...
### What did you expect to happen? Pressing `yiw` in `evil-normal-state` should show visual highlight of that operation. ### What actually happened? No visible highlight is shown on screen. ###...
Add `org-wild-notifier` to support notification functionality for org-mode TODOs. Let me know if there's any feedback, thanks!
This PR fixes issue https://github.com/alphapapa/org-ql/issues/192 Apart from the **regex**, every other added code is almost copied/pasted. Further improvements are welcome
Hi, thank you for this great package! Is there any motivation behind not creating a `major mode`, instead of the current `minor mode`? I've had to define a derived major...
**Is your feature request related to a problem? Please describe.** The option to edit `safeeyes.json` is not mentioned in the documentation. As a result, new users don't know to configure...
Introduce new `:emacs openwith` module based on the `openwith` package. Any comment or improvement is welcome! ----- - [x] I searched the issue tracker and this hasn't been PRed before....
## Summary The parameter `$notes` is not sanitized after querying from database, so attackers can create a stored XSS attack. ## How to reproduce 1. `curl http:///notes.php --data 'file=1¬es=alert(1)' --cookie...
Hi, thanks for this great package! This PR add icons for completion commands with categories `theme` and `imenu`. All the icons are copied from [all-the-icons-ivy-rich](https://github.com/seagle0128/all-the-icons-ivy-rich/) package