Skip to content

Commit

Permalink
Release v1.19.1 (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anilm3 authored Jul 29, 2024
1 parent 58456c8 commit 87d3e77
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# libddwaf release

## v1.19.1 ([unstable](https://github.com/DataDog/libddwaf/blob/master/README.md#versioning-semantics))
#### Fixes
- Split collections by module ([#328](https://github.com/DataDog/libddwaf/pull/328))

#### Miscellaneous
- Upgrade arm64 runner ([#326](https://github.com/DataDog/libddwaf/pull/326))
- Remove noisy scenarios and add new scenario ([#327](https://github.com/DataDog/libddwaf/pull/327))

## v1.19.0 ([unstable](https://github.com/DataDog/libddwaf/blob/master/README.md#versioning-semantics))

### New features
Expand Down
2 changes: 1 addition & 1 deletion src/ruleset.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ struct ruleset {
std::vector<std::shared_ptr<const scanner>> scanners;
std::shared_ptr<action_mapper> actions;

// The key used to organise collections is rule.type
// The key used to organise collections is "${rule.module}.${rule.type}"
std::unordered_set<std::string> collection_types;
std::unordered_map<std::string_view, priority_collection> user_priority_collections;
std::unordered_map<std::string_view, priority_collection> base_priority_collections;
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.19.0
1.19.1

0 comments on commit 87d3e77

Please sign in to comment.