The Wayback Machine - https://web.archive.org/web/20210223181349/https://github.com/catenacyber
Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Popular repositories

  1. Differential fuzzing for elliptic curves

    C 20 7

  2. secure your users passwords for your web application beyond sql injections

    Go 1 2

  3. Forked from ntop/nDPI

    Open Source Deep Packet Inspection Software Toolkit

    C 1 1

  4. Forked from OISF/suricata

    Suricata git repository maintained by the OISF

    C 4

  5. Forked from openssl/openssl

    TLS/SSL and crypto library

    C

944 contributions in the last year

Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mon Wed Fri

Contribution activity

February 2021

Created 3 repositories

Created a pull request in google/oss-fuzz that received 7 comments

Adds capnproto project

cc @kentonv Are you interested in continuous fuzzing for capnproto ? This draft PR enables it with oss-fuzz (PS : the fuzz target quickly finds wha…

+216 −0 7 comments
Opened 35 other pull requests in 7 repositories
OISF/suricata
6 open 9 closed
google/oss-fuzz
4 open 6 merged
OISF/suricata-verify
4 open 1 closed
mattn/go-sqlite3
1 open 1 merged
capnproto/capnproto
1 open
OISF/libhtp
1 closed
protocolbuffers/upb
1 closed

Created an issue in rust-lang/rust that received 6 comments

Invalid LLVM coverage data produced when compiled with `-C opt-level=1`

I tried this code: use num_integer::Roots; fn main() { let a:u32 = 54321; let c = a.cbrt(); println!("Hello, world {} {}!", a, c); } compiled with R…

6 comments
Opened 2 other issues in 1 repository