newrelic / csec-node-agent

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

chore: Revert "feat: IAST support for gRPC " #193

Closed sumitsuthar closed 3 months ago

sumitsuthar commented 3 months ago

Description

Reverts newrelic/csec-node-agent#97 Need to revert IAST support for gRPC as the instrumentation in security agent is stomping on the Node.js agent. Due to some compatibility and functional errors, the grpc-js instrumentation implemented previously has been backed out

How to Test

npm run test

Related Issues

Fixes: #192