changelog: add sequence scope

This commit is contained in:
Willi Ballenthin
2025-01-17 12:02:36 +00:00
committed by Willi Ballenthin
parent a1d46bc3c0
commit 277504c7b7

View File

@@ -4,8 +4,13 @@
### New Features
- add sequence scope to match features against a across a sliding window of API calls within a thread @williballenthin #2532
### Breaking Changes
- add sequence scope to rule format
- capabilities functions return dataclasses instead of tuples
### New Rules (2)
- data-manipulation/encryption/rsa/encrypt-data-using-rsa-via-embedded-library Ana06