UNPKG

dd-trace

Version:

Datadog APM tracing client for JavaScript

12 lines (8 loc) 243 B
'use strict' const InjectionAnalyzer = require('./injection-analyzer') class StoredInjectionAnalyzer extends InjectionAnalyzer { _areRangesVulnerable (ranges) { return ranges?.length > 0 } } module.exports = StoredInjectionAnalyzer