protectai / vulnhuntr

Zero shot vulnerability discovery using LLMs
GNU Affero General Public License v3.0
1.11k stars 115 forks source link

Add support for `Streamlit` #21

Closed HomeDev68 closed 3 weeks ago

HomeDev68 commented 3 weeks ago

Could support be added for Streamlit applications since it is a python framework.

DanMcInerney commented 3 weeks ago

Probably, I think Ollama support handles the use case here for now, and you can use custom endpoints now is you're routing through a streamlit app to Claude or GPT but I don't think I'll work on streamlit integration at the moment.

HomeDev68 commented 3 weeks ago

Probably, I think Ollama support handles the use case here for now, and you can use custom endpoints now is you're routing through a streamlit app to Claude or GPT but I don't think I'll work on streamlit integration at the moment.

@DanMcInerney No I meant for the project to support streamlit framework scanning.