Kim Carter

Results 59 issues of Kim Carter

This covers Zap self-signed certs and self-signed certs that SUTs may present. Currently all self-signed certs presented to the webdriver are accepted. Ideally where we want to get to is...

* [ ] We need to look at turning fatal failures into non fatal via retries and other means. Just search for `throw`s and Todo's in app.parallel.js * [ ]...

This is in the app-scanner. This will probably reduce memory usage as well, which would be great for getting EC2 instance sizes down. Links to get started: * https://nodejs.org/api/child_process.html *...

Hi @freedomofkeima. Just wanted to say thanks, this repo has helped me quite a bit piecing together a fairly elaborate TF solution of my own. Good work, and thanks for...

``` { AssertionError [ERR_ASSERTION]: Error in winstone. good-winston must be a constructor function. at internals.forOwn (/home/kim/Source/purpleteam-app-scanner/node_modules/good/lib/monitor.js:103:22) at Object.internals.forOwn (/home/kim/Source/purpleteam-app-scanner/node_modules/good/lib/monitor.js:183:9) at Monitor.start (/home/kim/Source/purpleteam-app-scanner/node_modules/good/lib/monitor.js:77:19) at Object.exports.register (/home/kim/Source/purpleteam-app-scanner/node_modules/good/lib/index.js:41:13) at internals.Server.register (/home/kim/Source/purpleteam-app-scanner/node_modules/hapi/lib/server.js:419:35) at at...

This had me stumped for longer than it should have.

If ClientApi.PostToUrl is not generic enough for main stream consumption, consumers could make an extension method out of it. Access to the WebClient's headers are required in ClientApi.PostToUrl Currently consumers...

Hi. I just read the README at [surfnerd](https://github.com/mpiannucci/surfnerd), which explains why everything is in Go rather then Python, Surfnerd appears to be deprecated with a notice to use this project...

I'm just trying to follow the directions in your [doc](https://docs.gethugothemes.com/vex/installation/). Step 7 says: > copy the package.json file from my-project/themes/vex-hugo to the root folder (my-project). Step 2 of Run Your...