Pamplemousse

Results 32 issues of Pamplemousse

Added misc documentation as I went through some portions of the code. As usual, being much noober in `angr` than other main contributors, please peer-review thoroughly! Marked as `WIP` as...

It would be nice for this theme to have anchored headings. https://github.com/allejo/jekyll-anchor-headings seems to be a solid implementation, that is used by other themes. Potentially, this could use [jekyll-octicons](https://octicons-primer.vercel.app/octicons/packages/jekyll) to...

By adding ``` kramdown: syntax_highlighter_opts: block: line_numbers: true ``` to their Jekyll configuration, one can have line numbers displayed in code blocks. However, I tried this with the cayman theme,...

:warning: This is a **Work-In-Progress** that does not even work (yet?) :warning: As I am struggling to integrate `nix` to OSS-fuzz, these PR (with google/oss-fuzz#6317) helps to keep track of...

:warning: This is a **Work-In-Progress** that does not even work (yet?) :warning: As I am struggling to integrate `nix` to OSS-fuzz, these PR (with #6338) helps to keep track of...

## What is missing or needs to be updated? The "Bean Validation" Cheat Sheet mentions `@SafeHtml` as an additional constraint provided by the Hibernate validator: see https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Bean_Validation_Cheat_Sheet.md?plain=1#L451 . However, this...

ACK_OBTAINED
UPDATE_CS
HELP_WANTED

Using the [front-end-tracker](https://github.com/zaproxy/front-end-tracker) to get storage interactions, then interface that to the HUD's bottom-drawer. Here a couple of things to have a look at before integrating to the HUD: -...

In tables, columns have currently a fixed width. However, when containing long data (for example, in the history tab, some `URL` can get pretty long when they have plenty of...

bug

### We have new tools Recently, some work about bringing ZAP into the browser has been released (or is soon-to-be): * The [front-end-tracker package](https://github.com/zaproxy/front-end-tracker) (available on npm): extend the DOM...

It would be super useful to be able to declare in a config file (`~/.irssi/config`) which scripts I want to be installed and autorun. Something like: ``` "perl/core/scripts" = {...

enhancement