David Jameson

Results 2 issues of David Jameson

Fixes a bug where the active topics for a connector are not removed when the connector is deleted if connect is running in standalone mode. https://issues.apache.org/jira/browse/KAFKA-15821

connect
stale

This action seems vulnerable to command injection due to the use of child.execSync on unsanitized user input. See [here](https://nodejs.org/api/child_process.html#child_processexecsynccommand-options) for documentation which says "**Never pass unsanitized user input to this...