Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# NOTE: mkdocs removed - project uses docsify (see package.json devDependencies and index.html)

# Infrastructure as Code Processing
python-hcl2~=7.3.1 # HCL2 (Terraform) configuration parser
python-hcl2~=8.1.2 # HCL2 (Terraform) configuration parser
jinja2~=3.1.6 # Template engine for configuration generation

# Security and Compliance Scanning
checkov~=3.2.517 # Infrastructure security and compliance scanner
checkov~=3.2.521 # Infrastructure security and compliance scanner

# Security-Critical Dependencies (Version Pinned for CVE Remediation)
asteval>=1.0.6 # Safe mathematical expression evaluator
Expand Down
Loading