DataDog / dd-native-appsec-js

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

Improve object properties iteration #103

Open iunanua opened 6 months ago

iunanua commented 6 months ago

What does this PR do?

Replace obj.GetPropertyNames() call with napi_get_all_property_names() in order to get only object's own properties.

https://nodejs.org/api/n-api.html#n_api_napi_get_property_names

Motivation

Additional Notes

Describe how to test your changes

Checklist