rc-mattschwager
rc-mattschwager
**Is your feature request related to a problem? Please describe** When calling the import/reimport API endpoint with large (30k+ findings) payloads it takes a long time for the server to...
Hi there, I've been fuzzing this library using the excellent [`go-fuzz`](https://github.com/dvyukov/go-fuzz) fuzzer. It has produced quite a few panics in the `Unmarshal` functionality. These panics can have security implications and...
Hi there, I'm hoping to bump postgresql to 42.2.26 to mitigate new security vulnerabilities. Building on: https://github.com/jruby/activerecord-jdbc-adapter/pull/1102 Downloads here: https://jdbc.postgresql.org/download/ Hashes as follows: ``` $ sha256sum postgresql-42.2.26.jar 98827b8e2b43a0ae603b52b3ec9e3cb5031e0afdc6401f868b6daee658712443 postgresql-42.2.26.jar $...
Hi there, This attack was recently described in a Black Hat 2023 presentation: [Three New Attacks Against JSON Web Tokens](https://www.blackhat.com/us-23/briefings/schedule/#three-new-attacks-against-json-web-tokens-31695). In short, with an attacker controlled `p2c` value, they can...