Kim Carter

Results 58 issues of Kim Carter

It would be good if when `type` was 'file' that if the file didn't exist at the path specified by `defaultValue` that `parsed.j` would be falsy so we could handle...

I realised when I was moving my projects from CJS to ESM that sywac is a blocker. I think 55f2ea8b9cab7724f2677bf0fac2024a30d8a057 may be all I need in order to move forward...

Is there a work flow that dockerode users have used/created/dreamt about that creates->starts containers (I could have about 10 of them) to process a short running job, one or more...

question

Would you like to do an interview on SER? My previous shows: http://www.se-radio.net/team/kim-carter/

### SUT Resources Mentioned by Nicholas Tolstoshev on #project-zap of OWASP Slack * https://github.com/OWASP/crAPI * https://github.com/kaakaww Mentioned by @ricekot on #project-zap of OWASP Slack * https://github.com/dolevf/Damn-Vulnerable-GraphQL-Application * https://github.com/righettod/poc-graphql * https://github.com/kaakaww/vuln-graphql-api...

# SUT * [x] NodeGoat * Update fork https://github.com/purpleteam-labs/purpleteam-iac-sut * docker-compose build # System * [x] terraform (Terraform itself should be handled by the systems package manager) * https://releases.hashicorp.com/terraform/ *...

There's an option in the Zap API to `updateAlertsConfidence` for specific alerts. We can change the confidence level to 0 - False Positive. This doesn't change the number of alerts...

* [ ] Re-work Tls _Tester_ [Dockerfile](https://github.com/purpleteam-labs/purpleteam-tls-scanner/blob/main/Dockerfile) * [ ] Re-work App _Tester_ [Dockerfile](https://github.com/purpleteam-labs/purpleteam-app-scanner/blob/main/Dockerfile) * [ ] Re-work _orchestrator_ [Dockerfile](https://github.com/purpleteam-labs/purpleteam-orchestrator/blob/main/Dockerfile) The idea is to reduce build times and image sizes....

good first issue

We're going to be using Nikto. The majority of the code will be in https://github.com/purpleteam-labs/purpleteam-server-scanner. This is mostly green fields work. We have the [app-scanner](https://github.com/purpleteam-labs/purpleteam-app-scanner) and [tls-scanner](https://github.com/purpleteam-labs/purpleteam-tls-scanner) fully implemented to...

### Current Behaviour: There is no queue. Currently the _Build User_ has to wait for a _Test Run_ to finish ### Proposed Behaviour: * The queue would sit in front...