1. 2868ce4 Reject BPF program if uninitialized stack or registers are accessed during interpret path (#445) by Alan Jowett · 3 days ago main
  2. 6789eee Update to macos-latest (#482) by Alan Jowett · 3 days ago
  3. 08b451b build(deps): bump actions/download-artifact from 2.1.1 to 4.1.7 (#478) by dependabot[bot] · 3 days ago
  4. a299839 Don't attempt to capture stack usage for inner most bpf2bpf call (#479) by Alan Jowett · 3 days ago
  5. d5059c4 [StepSecurity] ci: Harden GitHub Actions (#477) by StepSecurity Bot · 4 days ago
  6. f245933 Enable codeql (#476) by Alan Jowett · 4 days ago
  7. e191e8a Pin dependencies (#475) by Alan Jowett · 4 days ago
  8. 25425b9 Truncate all ALU32 except for bit-endianess (#474) by Alan Jowett · 4 days ago
  9. 307de7d build(deps): bump ossf/scorecard-action from 2.0.6 to 2.3.3 (#473) by dependabot[bot] · 4 days ago
  10. f92b915 build(deps): bump github/codeql-action from 2.24.5 to 3.25.5 (#470) by dependabot[bot] · 4 days ago
  11. 1266b6e build(deps): bump actions/checkout from 4.1.5 to 4.1.6 (#472) by dependabot[bot] · 4 days ago
  12. a2c6edf build(deps): bump actions/cache from 4.0.0 to 4.0.2 (#471) by dependabot[bot] · 4 days ago
  13. 5a4f6c6 Handle call local seperately from regular jump instructions (#467) by Alan Jowett · 5 days ago
  14. ff4b48a Support external stacks and local function calls using local memory (#460) by Will Hawkins · 6 days ago
  15. 3fb3da0 build(deps): bump actions/dependency-review-action from 2.5.1 to 4.3.2 (#465) by dependabot[bot] · 10 days ago
  16. 4ec3fe6 build(deps): bump coverallsapp/github-action from 2.2.3 to 2.3.0 (#464) by dependabot[bot] · 10 days ago
  17. 380ba66 build(deps): bump actions/checkout from 3.6.0 to 4.1.5 (#463) by dependabot[bot] · 10 days ago
  18. 663ab78 build(deps): bump actions/download-artifact from 2 to 4 (#462) by dependabot[bot] · 11 days ago
  19. ffde084 build(deps): bump step-security/harden-runner from 2.7.0 to 2.7.1 (#461) by dependabot[bot] · 12 days ago
  20. 2bcb015 [StepSecurity] Apply security best practices (#406) by StepSecurity Bot · 13 days ago
  21. 45aefaa Create matrix for fuzzing (#457) by Alan Jowett · 2 weeks ago
  22. 7c0f8ba Fix fuzzing.yaml (#456) by Alan Jowett · 2 weeks ago
  23. 0f32ea7 Move fuzzing to it's own workflow (#455) by Alan Jowett · 2 weeks ago
  24. e8de891 Fix behavior around jumps with immediate values > 0x7fffffff in the interpreter (#447) by Alan Jowett · 2 weeks ago
  25. db3e2d3 build(deps): bump step-security/harden-runner from 2.7.0 to 2.7.1 (#442) by dependabot[bot] · 2 weeks ago
  26. a2f230d Add JMP32 class to dissassembler (#451) by Alan Jowett · 2 weeks ago
  27. 5d4d78d Use flag instead of imm value to determine if this is register to register operation (#449) by Alan Jowett · 2 weeks ago
  28. 0a50b44 Add libfuzzer based test with (#443) by Alan Jowett · 2 weeks ago
  29. 664410c build(deps): bump external/bpf_conformance from `1bc5d19` to `0eed408` (#441) by dependabot[bot] · 2 weeks ago
  30. ec13a3a Make the JIT'd code completely portable. (#427) by Will Hawkins · 3 weeks ago
  31. cb77dbe build(deps): bump external/bpf_conformance from `41ec319` to `1bc5d19` (#440) by dependabot[bot] · 3 weeks ago
  32. 04e04fa build(deps): bump external/bpf_conformance from `73b6ea3` to `41ec319` (#428) by dependabot[bot] · 4 weeks ago
  33. 9258cd7 build(deps): bump github/codeql-action from 3.25.1 to 3.25.3 (#438) by dependabot[bot] · 4 weeks ago
  34. 7d6da19 build(deps): bump github/codeql-action from 3.24.10 to 3.25.1 (#430) by dependabot[bot] · 4 weeks ago
  35. 3cf7f11 Validate jump target before updating vm->int_funcs (#432) by Alan Jowett · 4 weeks ago
  36. dfd2e9c build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 (#424) by dependabot[bot] · 6 weeks ago
  37. 39872ad build(deps): bump external/bpf_conformance from `22b6df4` to `73b6ea3` (#422) by dependabot[bot] · 8 weeks ago
  38. 2e6c214 External helpers (#419) by Will Hawkins · 8 weeks ago
  39. 4281c21 build(deps): bump github/codeql-action from 3.24.7 to 3.24.9 (#421) by dependabot[bot] · 8 weeks ago
  40. fbe7b51 build(deps): bump actions/cache from 4.0.1 to 4.0.2 (#420) by dependabot[bot] · 8 weeks ago
  41. 4464bc3 Fix xcode-select argument for Mac OS (#416) by Vinícius Dantas · 9 weeks ago
  42. 91084cc build(deps): bump external/bpf_conformance from `6356e3e` to `22b6df4` (#415) by dependabot[bot] · 9 weeks ago
  43. 42ae64b build(deps): update pyelftools requirement from ~=0.30 to ~=0.31 (#414) by dependabot[bot] · 9 weeks ago
  44. 1776d3e build(deps): bump github/codeql-action from 3.24.6 to 3.24.7 (#413) by dependabot[bot] · 9 weeks ago
  45. a6082a2 build(deps): bump external/bpf_conformance from `68a9fda` to `6356e3e` (#410) by dependabot[bot] · 2 months ago
  46. 3ceee2f External helpers (#403) by Will Hawkins · 3 months ago
  47. 6c97bfd build(deps): bump external/bpf_conformance from `56950c4` to `68a9fda` (#409) by dependabot[bot] · 3 months ago
  48. 717a021 build(deps): bump actions/cache from 4.0.0 to 4.0.1 (#408) by dependabot[bot] · 3 months ago
  49. 5e2ec32 build(deps): bump github/codeql-action from 3.24.0 to 3.24.6 (#407) by dependabot[bot] · 3 months ago
  50. 2c163d6 build(deps): bump external/bpf_conformance from `eb2636e` to `56950c4` (#401) by dependabot[bot] · 3 months ago
  51. 3daceb8 build(deps): bump external/bpf_conformance from `583758e` to `eb2636e` (#397) by dependabot[bot] · 3 months ago
  52. 0276d78 Prevent division by 0 (#396) by Benjamin Lerman · 3 months ago
  53. 215b8a3 build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 (#395) by dependabot[bot] · 3 months ago
  54. 4dc45e3 build(deps): bump step-security/harden-runner from 2.6.1 to 2.7.0 (#394) by dependabot[bot] · 3 months ago
  55. ff73843 build(deps): bump github/codeql-action from 3.23.1 to 3.23.2 (#393) by dependabot[bot] · 4 months ago
  56. 20dbef1 build(deps): bump external/bpf_conformance from `9b6abdf` to `583758e` (#391) by dependabot[bot] · 4 months ago
  57. 9d6513f build(deps): bump actions/cache from 3.3.2 to 4.0.0 (#388) by dependabot[bot] · 4 months ago
  58. 8b927e2 build(deps): bump github/codeql-action from 3.22.12 to 3.23.1 (#386) by dependabot[bot] · 4 months ago
  59. 2b16153 build(deps): bump external/bpf_conformance from `063f441` to `9b6abdf` (#380) by dependabot[bot] · 5 months ago
  60. 4b9a1cc build(deps): bump github/codeql-action from 2.22.9 to 3.22.12 (#379) by dependabot[bot] · 5 months ago
  61. 77553ab Fix ubpf_plugin passing ambiguous pointer to memory for ubpf_exec (#375) by Will Hawkins · 5 months ago
  62. 5a68b0b More External Project Configuration Updates (#374) by Will Hawkins · 5 months ago
  63. a3e6980 build(deps): bump github/codeql-action from 2.22.8 to 2.22.9 (#373) by dependabot[bot] · 5 months ago
  64. bdb7a38 Reconfigure external project (bpf_conformance) location (#372) by Will Hawkins · 6 months ago
  65. 3c0c5ac Use External_Project for bpf_conformance (#367) by Will Hawkins · 6 months ago
  66. 274cf83 build(deps): bump step-security/harden-runner from 2.6.0 to 2.6.1 (#369) by dependabot[bot] · 6 months ago
  67. 614fbe0 build(deps): bump github/codeql-action from 2.22.5 to 2.22.8 (#371) by dependabot[bot] · 6 months ago
  68. 9cb677f build(deps): bump external/bpf_conformance from `52b4a53` to `063f441` (#368) by dependabot[bot] · 6 months ago
  69. 7acf505 Added linux build steps (#366) by Suraj Kumar · 6 months ago
  70. b0a1d98 build(deps): bump external/bpf_conformance from `e6f474b` to `52b4a53` (#363) by dependabot[bot] · 7 months ago
  71. 138a987 build(deps): bump github/codeql-action from 2.22.3 to 2.22.5 (#365) by dependabot[bot] · 7 months ago
  72. 8e3b87c Correct instructions for submodule initialization (#362) by Dave Thaler · 7 months ago
  73. d1c5001 build(deps): bump github/codeql-action from 2.21.7 to 2.22.3 (#360) by dependabot[bot] · 7 months ago
  74. a6ad704 build(deps): bump step-security/harden-runner from 2.5.1 to 2.6.0 (#357) by dependabot[bot] · 8 months ago
  75. 22d4646 build(deps): bump external/bpf_conformance from `aefa7ac` to `e6f474b` (#356) by dependabot[bot] · 8 months ago
  76. ac7bcc3 build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 (#349) by dependabot[bot] · 8 months ago
  77. 806e48b build(deps): bump github/codeql-action from 2.21.5 to 2.21.7 (#348) by dependabot[bot] · 8 months ago
  78. ca15c0e build(deps): bump external/bpf_conformance from `10ae8ad` to `aefa7ac` (#347) by dependabot[bot] · 8 months ago
  79. c3116aa Fix CI/CD for updated bpf_conformance (#346) by Will Hawkins · 8 months ago
  80. f4e91d7 build(deps): bump actions/cache from 3.3.1 to 3.3.2 (#342) by dependabot[bot] · 8 months ago
  81. 2b59251 build(deps): update pyelftools requirement from ~=0.29 to ~=0.30 (#340) by dependabot[bot] · 9 months ago
  82. 0e926c1 build(deps): bump actions/checkout from 3 to 4 (#343) by dependabot[bot] · 9 months ago
  83. 0b08b6c build(deps): bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#344) by dependabot[bot] · 9 months ago
  84. 5dd51f6 build(deps): bump step-security/harden-runner from 2.5.0 to 2.5.1 (#333) by dependabot[bot] · 9 months ago
  85. 13c79b3 build(deps): bump github/codeql-action from 2.21.2 to 2.21.5 (#339) by dependabot[bot] · 9 months ago
  86. 89b84c6 Don't crash on out of memory (#335) by Dave Thaler · 9 months ago
  87. f5eb301 Fix status badges in README.md (#329) by Alan Jowett · 10 months ago
  88. 7f1448d build(deps): bump step-security/harden-runner from 2.4.1 to 2.5.0 (#324) by dependabot[bot] · 10 months ago
  89. 68a7089 build(deps): bump github/codeql-action from 2.21.0 to 2.21.2 (#323) by dependabot[bot] · 10 months ago
  90. 6ea0b0c Add dependency on macos_release_coverage_no_retpolines and macos_debug_coverage_no_retpolines (#328) by Alan Jowett · 10 months ago
  91. 6f9809c Fix Retpoline Implementation (#327) by Will Hawkins · 10 months ago
  92. dbd6ffb Check for return code from tests (#326) by Alan Jowett · 10 months ago
  93. 45e3913 Create home space properly for Windows retpolines (#322) by Will Hawkins · 10 months ago
  94. 9bcda2f Disable retpoline on Windows by default until fixed (#321) by Alan Jowett · 10 months ago
  95. 9f796eb build(deps): bump github/codeql-action from 2.20.4 to 2.21.0 (#319) by dependabot[bot] · 10 months ago
  96. dd18d33 build(deps): bump external/bpf_conformance from `48f81a6` to `10ae8ad` (#318) by dependabot[bot] · 10 months ago
  97. 8496c06 Remove division-by-zero handling in x86 JIT (#317) by Will Hawkins · 10 months ago
  98. 7c6b844 Add retpoline mitigation for x86-64 Linux indirect calls (#315) by Will Hawkins · 10 months ago
  99. 820b0e9 build(deps): bump coverallsapp/github-action from 2.2.0 to 2.2.1 (#313) by dependabot[bot] · 10 months ago
  100. b5ead37 build(deps): bump github/codeql-action from 2.20.3 to 2.20.4 (#314) by dependabot[bot] · 10 months ago