Dominik Sigmund

Results 5 issues of Dominik Sigmund

After trying to use prometheus, which uses go-restful, we discovered a CRITICAL CVE: Detecting gobinary vulnerabilities... bin/prometheus (gobinary) ========================= Total: 1 (CRITICAL: 1) ``` ┌────────────────────────────────┬───────────────┬──────────┬──────────────────────┬───────────────┬──────────────────────────────────────────────────────────────┐ │ Library │ Vulnerability │...

Allows to Save XML and JSON Output as Files. JSON has a special option to pull a property as filename.

Some option to save the json/xml-Files as either: * Single file (json > Array of objects, xml > rootNode) * Multiple Files (one file per iteration) Specify one tag as...

Something like {{loop 5}} ... e.g. ```json { "id":"{{uuidv4}}", "values: [ {{loop 5}} { "value":"{{float}}", "key":"{{loop index}}" } {{loop end}} ] } ``` result: ```json { "id":"12310723-01d3-4844-a909-7db67d1528eb", "values: [ {...