Skip to content

Commit c8fffd0

Browse files
authored
Upgrade to 1.9.0 (#7)
1 parent c624488 commit c8fffd0

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed

include/ddwaf.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
#ifdef __cplusplus
1111
namespace ddwaf{
1212
class waf;
13-
class context;
13+
class context_wrapper;
1414
} // namespace ddwaf
1515
using ddwaf_handle = ddwaf::waf *;
16-
using ddwaf_context = ddwaf::context *;
16+
using ddwaf_context = ddwaf::context_wrapper *;
1717

1818
extern "C"
1919
{
@@ -226,8 +226,7 @@ ddwaf_handle ddwaf_init(const ddwaf_object *ruleset,
226226
* @param rule ddwaf::object map containing rules, exclusions, rules_override and rules_data. (nonnull)
227227
* @param info Optional ruleset parsing diagnostics. (nullable)
228228
*
229-
* @return Handle to the new WAF instance or NULL if there were no new updates
230-
* or there was an error processing the ruleset.
229+
* @return Handle to the new WAF instance or NULL if there was an error processing the ruleset.
231230
**/
232231
ddwaf_handle ddwaf_update(ddwaf_handle handle, const ddwaf_object *ruleset,
233232
ddwaf_ruleset_info *info);

lib/darwin-amd64/libddwaf.a

11.3 KB
Binary file not shown.

lib/darwin-arm64/libddwaf.a

23.2 KB
Binary file not shown.

lib/linux-amd64/libddwaf.a

43.7 KB
Binary file not shown.

lib/linux-arm64/libddwaf.a

53.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)