DevRecDX? - Simplify code base. Move non-Django scripts into "scripts" folder
Open
- Dominant language
- Python
- Stars
- 30
- Forks
- 3
- Avg merge
- 9h 28m
- Merged PRs (30d)
- 42
Description
If something is not deployed on the server as an app, it doesn't need to be examined for security vunerabilities etc
Basically knowing this won't be run on a server is useful as it reduces the amount of code to audit
So should probably break up scripts into those that are used on server, and those that are for generating test data etc
Also move out any dependencies required by them
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.