DataDog / dd-native-appsec-js

Node.js bindings for libddwaf
Apache License 2.0
1 stars 3 forks source link

v8.0.0 + drop support for NodeJs 14 #110

Closed CarlesDD closed 4 months ago

CarlesDD commented 4 months ago

What does this PR do?

Update package version to v8.0.0 Change NodeJS supported version to >= 16

Motivation

Upgrade to the new version 1.18.0 (from 1.16.0) of libddwaf. Drop support for Node 14

Additional Notes

libddwaf 1.17.0 includes a breaking change because the actions field of the result is no longer a string array but a map.