| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-30 | Ignore GO-2025-4015 | Markus Pettersson | 1 | -0/+6 | |
| 2025-10-30 | Ignore GO-2025-4014 | Markus Pettersson | 1 | -0/+6 | |
| 2025-10-30 | Ignore GO-2025-4013 | Markus Pettersson | 1 | -0/+7 | |
| 2025-10-30 | Ignore GO-2025-4012 | Markus Pettersson | 1 | -0/+6 | |
| 2025-10-30 | Ignore GO-2025-4011 | Markus Pettersson | 1 | -0/+6 | |
| 2025-10-30 | Ignore GO-2025-4010 | Markus Pettersson | 1 | -0/+6 | |
| 2025-10-30 | Ignore GO-2025-4009 | Markus Pettersson | 1 | -0/+6 | |
| 2025-10-30 | Ignore GO-2025-4008 | Markus Pettersson | 1 | -0/+6 | |
| 2025-10-30 | Ignore GO-2025-4007 | Markus Pettersson | 1 | -0/+7 | |
| 2025-10-30 | Ignore GO-2025-4006 | Markus Pettersson | 1 | -0/+6 | |
| 2025-09-23 | Ignore CVE-2025-47906 since it does not affect wireguard-go | David Lönnhager | 1 | -0/+6 | |
| 2025-09-16 | Extend ignore of Go CVEs in `libwg` | Markus Pettersson | 1 | -16/+16 | |
| Instruct `osv-scanner` to ignore a bunch of CVEs that affect Go code in wireguard-go-rs/libwg. All CVEs have been checked to not affect libwg in any way, so they are safe to ignore. | |||||
| 2025-08-08 | Ignore vuln GO-2025-3849 affecting database/sql | David Lönnhager | 1 | -0/+6 | |
| 2025-06-13 | Ignore more irrelevant CVEs for wireguard-go | David Lönnhager | 1 | -0/+18 | |
| 2025-06-12 | Bump ignoreUntil for ignored vulns | David Lönnhager | 1 | -12/+12 | |
| 2025-04-17 | Silence `GO-2025-3595` in libwg | Markus Pettersson | 1 | -0/+6 | |
| 2025-04-11 | Silence CVE GO-2025-3563 in `libwg` | Markus Pettersson | 1 | -0/+6 | |
| 2025-04-02 | Silence GO-2025-3503 in `wireguard-go` | Markus Pettersson | 1 | -0/+6 | |
| 2025-03-12 | Silence `GO-2025-3447` in `libwg` | Markus Pettersson | 1 | -0/+6 | |
| 2025-03-12 | Silence `GO-2025-3487` in `libwg` | Markus Pettersson | 1 | -0/+6 | |
| 2025-03-12 | Update end date for silencing CVEs in `libwg/osv-scanner.toml` | Markus Pettersson | 1 | -7/+7 | |
| 2025-02-07 | Change maybenot-ffi hack, to always include it in workspace lockfile | Linus Färnstrand | 2 | -2/+3 | |
| 2025-01-28 | Silence `CVE-2024-45336` & `CVE-2024-45341` in osv-scanner | Markus Pettersson | 1 | -0/+12 | |
| 2025-01-27 | Fix memory leak in libwg | David Lönnhager | 1 | -1/+3 | |
| 2025-01-24 | Add build constraints for libwg_windows and libwg_android | David Lönnhager | 2 | -0/+6 | |
| 2025-01-24 | Update copyright notices in libwg | David Lönnhager | 7 | -7/+7 | |
| 2025-01-24 | Fix socket rebind on default route changes when using multihop | David Lönnhager | 1 | -18/+3 | |
| 2025-01-24 | Pass in interface buffer instead of allocating in libwg | David Lönnhager | 1 | -7/+10 | |
| 2025-01-24 | Add Windows support to libwg | David Lönnhager | 2 | -0/+141 | |
| 2025-01-24 | Trim paths in libwg build | Albin | 1 | -2/+2 | |
| 2025-01-24 | Clean up libwg makefile | Albin | 1 | -8/+0 | |
| Removes unsed env variables. | |||||
| 2024-12-19 | Silence security advisory `GO-2024-3333` | Markus Pettersson | 1 | -0/+12 | |
| 2024-12-18 | Silence GO-2024-{3105,3106,3107} in osv-scanner | Markus Pettersson | 1 | -3/+3 | |
| 2024-12-12 | Update wireguard-go submodule | David Lönnhager | 3 | -6/+6 | |
| 2024-12-12 | Use dynamic DAITA machines in wireguard-go | David Lönnhager | 1 | -5/+2 | |
| Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> | |||||
| 2024-12-12 | Bump submodule wireguard-go | David Lönnhager | 1 | -0/+0 | |
| 2024-11-22 | Fix a lot of things | Markus Pettersson | 3 | -3/+10 | |
| - Fix remaining rustc warnings on non-Android platforms - Fix lookup entry peer if it exists in wireguard-go - Fix talpid-wireguard not compiling on windows - Fix entry peer config code - Fix clippy issue - Fix Daita - Remove TODOs | |||||
| 2024-11-22 | Clean up | Jonatan Rhodin | 1 | -79/+3 | |
| - Fix outdated comment - Remove unused go function - Remove outdated TODO comment - Run `go fmt` on `libwg_android.go` - Document `AllowedTunnelTraffic`, `get_socket_v4` and `get_socket_v6` | |||||
| 2024-11-22 | Fix socket function in wireguard-go | Jonatan Rhodin | 1 | -5/+14 | |
| 2024-11-22 | Add initial multihop config on Android | Jonatan Rhodin | 3 | -18/+60 | |
| - Add some minor wireguard go changes | |||||
| 2024-11-22 | Add `wgTurnOnMultihop` | Markus Pettersson | 1 | -0/+196 | |
| 2024-11-22 | Bump `wireguard-go` to version with `tun/multihoptun` | Markus Pettersson | 2 | -1/+10 | |
| 2024-10-29 | Bump wireguard-go to fork version 0.1.3 | David Lönnhager | 1 | -0/+0 | |
| Co-authored-by: Joakim Hulthe <joakim@hulthe.net> | |||||
| 2024-09-30 | Add flag buildvcs=false when building libwg | Joakim Hulthe | 1 | -1/+1 | |
| Without this, go will try to include version control information in Go binaries, which won't work in certain build environments (e.g. container builds with docker). | |||||
| 2024-09-18 | Ignore GO-2024-3105, GO-2024-3107 and GO-2024-3106 | Linus Färnstrand | 1 | -0/+18 | |
| 2024-09-09 | Bump wireguard-go fork to 0.1.2 | David Lönnhager | 1 | -0/+0 | |
| 2024-09-06 | Replace GoString with our own function to fix mte issue | Jonatan Rhodin | 4 | -4/+26 | |
| Co-authored-by: Joakim Hulthe <joakim@hulthe.net> | |||||
| 2024-09-06 | Build wg with daita support for android | Albin | 1 | -2/+6 | |
| 2024-09-06 | Bump wireguard-go submodule | Albin | 1 | -0/+0 | |
| 2024-08-29 | Fix `wireguard-go-rs` build for different Android targets | Markus Pettersson | 2 | -64/+3 | |
