Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/clarkio/ai-code-security
- Owner: clarkio
- Created: 2024-07-30T16:22:50.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T20:05:38.000Z (about 2 months ago)
- Last Synced: 2024-09-17T01:31:31.645Z (about 2 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`