I program computers, and build teams that program computers, with a heavy focus on security.
- Washington D.C.
- https://alexgaynor.net
Highlights
Pinned Loading
-
pyca/cryptography
pyca/cryptography Publiccryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
-
Rust-for-Linux/linux
Rust-for-Linux/linux PublicForked from torvalds/linux
Adding support for the Rust language to the Linux kernel.
-
fishinabarrel/fishinabarrel.github.io
fishinabarrel/fishinabarrel.github.io PublicSecurity research organization dedicated to finding low hanging, critical, vulnerabilities.
-
-
what-happens-when
what-happens-when PublicAn attempt to answer the age old interview question "What happens when you type google.com into your browser and press enter?"
-
topazproject/topaz
topazproject/topaz PublicA high performance ruby, written in RPython
3,351 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Loading
Contribution activity
April 2025
Created 8 commits in 4 repositories
Opened 3 pull requests in 3 repositories
rustsec/advisory-db
1
merged
-
Added rustsec advisory for two UAFs in rust-openssl
This contribution was made on Apr 4
sfackler/rust-openssl
1
merged
-
Fixed two UAFs and bumped versions for release
This contribution was made on Apr 4
pyca/pynacl
1
merged
-
fixes #860 -- try to fix mypy
This contribution was made on Apr 2
Reviewed 28 pull requests in 7 repositories
pyca/cryptography
21 pull requests
-
Bump BoringSSL and/or OpenSSL in CI
This contribution was made on Apr 8
-
Bump x509-limbo and/or wycheproof in CI
This contribution was made on Apr 8
-
chore(deps): bump pytest-cov from 5.0.0 to 6.1.1
This contribution was made on Apr 7
-
chore(deps): bump ruff from 0.11.3 to 0.11.4
This contribution was made on Apr 7
-
chore(deps): bump cc from 1.2.17 to 1.2.18
This contribution was made on Apr 7
-
Bump x509-limbo and/or wycheproof in CI
This contribution was made on Apr 6
-
Bump BoringSSL and/or OpenSSL in CI
This contribution was made on Apr 6
-
Bump BoringSSL and/or OpenSSL in CI
This contribution was made on Apr 5
-
chore(deps): bump openssl-sys from 0.9.106 to 0.9.107
This contribution was made on Apr 4
-
chore(deps): bump openssl from 0.10.71 to 0.10.72
This contribution was made on Apr 4
-
chore(deps): bump typing-extensions from 4.12.2 to 4.13.1
This contribution was made on Apr 4
-
chore(deps): bump ruff from 0.11.2 to 0.11.3
This contribution was made on Apr 4
-
Bump x509-limbo and/or wycheproof in CI
This contribution was made on Apr 4
-
Bump BoringSSL and/or OpenSSL in CI
This contribution was made on Apr 4
-
chore(deps): bump uv from 0.6.11 to 0.6.12
This contribution was made on Apr 3
-
chore(deps): bump uv from 0.6.11 to 0.6.12 in /.github/requirements
This contribution was made on Apr 3
-
chore(deps): bump argcomplete from 3.6.1 to 3.6.2
This contribution was made on Apr 3
-
Bump BoringSSL and/or OpenSSL in CI
This contribution was made on Apr 3
-
chore(deps): bump pytest-cov from 5.0.0 to 6.1.0
This contribution was made on Apr 2
-
Bump BoringSSL and/or OpenSSL in CI
This contribution was made on Apr 2
-
chore(deps): bump virtualenv from 20.29.3 to 20.30.0
This contribution was made on Apr 1
pyca/pynacl
2 pull requests
-
replace tox with nox
This contribution was made on Apr 4
-
try to fix wheel-builder workflow
This contribution was made on Apr 4
alex/rust-asn1
1 pull request
-
Make
Parser::peek_tag
publicThis contribution was made on Apr 7
PyO3/pyo3
1 pull request
-
Drop stray executable bit from non-executable text files
This contribution was made on Apr 4
mozilla-services/fernet-rs
1 pull request
-
chore: Updates for March 2025
This contribution was made on Apr 3
pyca/bcrypt
1 pull request
-
Bump pyo3 from 0.24.0 to 0.24.1 in /src/_bcrypt
This contribution was made on Apr 1
certifi/python-certifi
1 pull request
-
Bump actions/setup-python from 5.4.0 to 5.5.0
This contribution was made on Apr 1
Created an issue in rust-lang/rust that received 5 comments
Optimization regression: array argument somehow produces null check?
Minimal reproducer: #[no_mangle] pub fn f1(v: [&mut usize; 1]) { for x in v { *x += 1; } } Results in: f1: test rdi, rdi je .LBB0_2 inc qword ptr [
5
comments
Opened 1 other issue in 1 repository
rust-lang/rust
1
open
-
dangling_pointers_from_temporaries lint does not warn on certain patterns involving Options and closures
This contribution was made on Apr 2
8
contributions
in private repositories
Apr 1 – Apr 7