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

https://github.com/foryforx/orgvulnerabilitychecker

Organization level vulnerability checker
https://github.com/foryforx/orgvulnerabilitychecker

Last synced: about 1 month ago
JSON representation

Organization level vulnerability checker

Awesome Lists containing this project

README

        

# Organization level vulnerability checker

## setup
```
- Please install docker, docker-compose in local
- please input your github and open ai token in docker compose
```

## Run
```
docker-compose up --build
```

## Note
- cleanup in code is commented at this point. please enable it for E2E testing

## TODO
[ ] - Better prompting in openai
[ ] - Split it into onboarding, processor, interactor services
[ ] - concurrency in all layers
[ ] - Neo4j exploration and identify better storage
[ ] - Handle slowness with gosec on big repos
[ ] - make sure we get crisp query for neo4j providing the neo4j schema and user query. With that neo4j query, we cna execute and get focused result which can again be fed into openai for meaningful data
[ ] - move this to work with chat application