MCPcopy Index your code
hub / github.com/aparsons/bag-of-holding

github.com/aparsons/bag-of-holding @v0.0.7

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.0.7 ↗ · + Follow
555 symbols 1,314 edges 52 files 51 documented · 9%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Bag of Holding

The Bag of Holding is an application to assist in the organization and prioritization of software security activities.

Check out these talks which cover building your own AppSec pipeline:

Releases

For information about what's new as well as known issues, see RELEASES.md

Development Setup

For information on setting up a development environment, see INSTALL.md.

Docker Startup

Build and start the container

docker build -t bag-of-holding .
docker run -d -p 8000:8000 --name boh-server bag-of-holding:latest

Create super-user

docker exec -it boh-server sh
python3 /bag-of-holding/project/manage.py createsuperuser

Commands

ThreadFix

The following command will retrieve the latest metrics from ThreadFix for connected applications. We recommend this be run daily as a Cron job.

python manage.py cron --threadfix

License

Core symbols most depended-on inside this repo

save
called by 168
project/boh/models.py
icon
called by 18
project/boh/templatetags/icon_filters.py
is_open
called by 8
project/boh/models.py
is_past_due
called by 8
project/boh/models.py
is_pending
called by 6
project/boh/models.py
is_closed
called by 6
project/boh/models.py
stars
called by 6
project/boh/templatetags/icon_filters.py
data_classification_level
called by 5
project/boh/models.py

Shape

Class 241
Function 176
Method 138

Languages

Python86%
TypeScript14%

Modules by API surface

project/boh/forms.py103 symbols
project/boh/test_models.py82 symbols
project/boh/models.py80 symbols
project/boh/views.py79 symbols
project/boh/static/boh/js/application.min.js49 symbols
project/boh/admin.py35 symbols
project/boh_api/serializers.py22 symbols
project/boh/managers.py18 symbols
project/boh/reports.py14 symbols
project/boh/static/boh/js/modernizr.min.js12 symbols
project/boh/templatetags/icon_filters.py9 symbols
project/boh/static/boh/js/datepicker.min.js9 symbols

For agents

$ claude mcp add bag-of-holding \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page