Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clarkio/ai-code-security

A demo app to use with AI code tools for showing how they can generate vulnerable code
https://github.com/clarkio/ai-code-security

Last synced: 17 days ago
JSON representation

A demo app to use with AI code tools for showing how they can generate vulnerable code

Awesome Lists containing this project

README

        

# ai-code-security
A demo app to use with AI code tools for showing how they can generate vulnerable code

### Set Up
1. Run `npm install`
2. Run `docker run --name mongodb --rm -d -p 27017:27017 mongo:latest`
3. Run `node server.js`