Skip to content

Latest commit

 

History

History
68 lines (41 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

68 lines (41 loc) · 1.94 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

Changed

Deprecated

Removed

Fixed

Security

Added

  • Added system call argument filtering. #28

Changed

  • Updated syscall tables for Linux v6.6 to add cachestat, fchmodat2, map_shadow_stack. #27 #30

1.3.0 - 2022-11-27

Changed

  • Updated go.mod to require Go 1.18. #20
  • Updated syscall tables for Linux v6.0. #19

1.2.0 - 2021-09-15

Added

  • Added support for arm64. #15

Changed

  • Updated syscall tables for Linux v5.14. #16

1.1.0 - 2019-04-10

Added

  • Added go.mod file. #10
  • Added new syscalls to be in sync with Linux v5.0. #11

Fixed

  • Fixed integer overflow in BPF conditional jumps when using long lists of syscalls (>256). #9

1.0.0 - 2018-05-17

Added

  • Initial release.