Files
codeql/javascript/ql/test/library-tests/PropWrite/getAPropertySource.ql

5 lines
106 B
Plaintext

import javascript
from DataFlow::SourceNode nd, string prop
select nd, prop, nd.getAPropertySource(prop)