Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,9 @@ jobs:
uses: pypa/gh-action-pip-audit@1220774d901786e6f652ae159f7b6bc8fea6d266
with:
virtual-environment: .venv/
# GHSA-xm59-rqc7-hhvf: nbconvert Windows-only vulnerability (no fix available as of 2025-12-22)
# This is a Windows-specific code execution vulnerability via inkscape.bat path traversal
# CI runs on Linux, and no patch exists yet (published 2025-12-18)
# TODO: Remove this ignore once nbconvert releases a patched version
ignore-vulns: |
GHSA-xm59-rqc7-hhvf
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ repository = "https://github.com/VectorInstitute/aieng-template-implementation"
requires-python = ">=3.12"
dependencies = [
"aieng-topic-impl",
"filelock==3.20.1",
"jupyterlab>=4.4.8",
"pip>=25.3",
"urllib3>=2.6.0",
Expand Down
Loading