newrelic / csec-node-agent

Repository for new relic node security agent
Other
2 stars 7 forks source link

feat: Instrumentation for file exists methods. #187

Open sumitsuthar opened 3 months ago

sumitsuthar commented 3 months ago

Description

Implemented instrumentations for stat, access, exists methods.

How to Test

npm run test

Related Issues

Fixes NR-235750