NeMo Guardrails is an open-source toolkit for easily adding programmable guardrails to LLM-based conversational systems.
4.2k
stars
399
forks
source link
fix: code scanning alert - Uncontrolled data used in path expression #837
Open
Pouyanpi opened 3 weeks ago
Currently the
config_path
used in_load_path
method ofnemoguardrails/rails/llm/config.py
allows for sec vulnerabilites.We need to decide on a
base_path
that all paths could only start with that.Tracking issue for: