mrwadams / stride-gpt

An AI-powered threat modeling tool that leverages OpenAI's GPT models to generate threat models for a given application based on the STRIDE methodology.
https://stridegpt.streamlit.app
MIT License
335 stars 100 forks source link

Update threat_model.py #16

Closed hype8912 closed 1 month ago

hype8912 commented 1 month ago

Removed redundant import json statement and removed extra blank lines between functions

mrwadams commented 1 month ago

Hi @hype8912,

I have a branch open for v0.8 so have removed the redundant JSON import and made the spacing between functions more consistent in that version. Planning to merge in a few days once I've been able to do more testing of the new features.