hyperpotamus
hyperpotamus copied to clipboard
🥋 YAML/JSON automation scripting 🤺
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.34 to 0.5.35. Changelog Sourced from moment-timezone's changelog. 0.5.35 2022-08-23 Fix command injection in data pipeline https://github.com/moment/moment-timezone/security/advisories/GHSA-56x4-j7p9-fcf9 Fix cleartext transmission of sensitive information https://github.com/moment/moment-timezone/security/advisories/GHSA-v78c-4p63-2j6c Thanks to the...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...
If one of the fields being used by a `csv` action is a zero-length array, the loop is properly exited early, however, any partial parts of the line that had...
I was trying to find a server that had an issue with a round robin DNS. Our changes had been rolled out to some nodes, but not others. I wrote...
Right now, when calling a custom plugin/function asynchronously, if the callback is never invoked, the script does not handle this well. Would be nice to add some timeout capabilities.
Currently the `save` action can save a file to disk, however, the entire response must be buffered in memory because of the way actions are processed. Support an optional request...
Allow one or more maskable properties to be set that will not show up in error messages or dumps. This is useful for things like passwords and access_tokens that the...
Right now hyperpotamus plugins can only add (or replace) actions. Allow pluggable `| pipes` for interpolation processing and document how to create.
There are a few plugins that interact with the file-system for reading/writing. Anything that reads/writes to the file-system is already obviously marked as unsafe, but adding in some file-name sanitization...