Triage the 104 dependency alerts that became visible when the graph was enabled
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 48/100
Research direction
Start by reviewing the shared Renovate preset, the repositories' lockfiles, and .github/workflows/codeql.yml to understand the existing automation. Triage the Dependabot and Scorecard findings, document the blocked cryptography advisory, apply feasible dependency updates, and add weekly lock-file maintenance. Done means the critical alerts and reachable high-impact findings have an explicit resolution or tracking decision.
Written by the indexing model from the issue text.
Description
What happened
A sweep of the org's security alerts found that the dependency graph produced zero manifests on six of eight repos, and Dependabot alerts were hard-disabled (HTTP 403) on python-package-copier and yohou-nixtla. Four more repos reported hasVulnerabilityAlertsEnabled: true while having nothing to scan — so "0 open alerts" measured nothing.
Meanwhile Scorecard's OSV scan, which reads the lockfiles directly, was reporting 72 vulnerabilities for kedro-azureml-pipeline and 13 for sklearn-optuna. Those numbers were correct; Dependabot just couldn't see them.
The org security configuration stateful-y baseline now enables dependency graph, Dependabot alerts, Dependabot security updates, secret scanning and push protection on all eight repos, and is the default for new repositories. (Code scanning default setup is deliberately not_set — every repo runs CodeQL from .github/workflows/codeql.yml, and default setup would override it and start rejecting the advanced workflow's uploads.)
The backlog that appeared
Open Dependabot alerts went from 3 to 107.
| Repo | critical | high | medium | low | total |
|---|---|---|---|---|---|
| kedro-azureml-pipeline | 4 | 47 | 23 | 3 | 77 |
| sklearn-optuna | 7 | 5 | 1 | 13 | |
| yohou-nixtla | 3 | 3 | 6 | ||
| python-package-copier | 2 | 2 | 4 | ||
| sklearn-wrap | 1 | 1 | 2 | ||
| yohou | 1 | 1 | 2 | ||
| yohou-optuna | 1 | 1 | 2 | ||
| kedro-dagster | 1 | 1 |
Malware: zero. All 83 distinct advisories classify as GENERAL via the GraphQL SecurityAdvisory.classification field. This is the first time that question has been answerable on six of these repos.
The four criticals, all in kedro-azureml-pipeline, all runtime
| # | Package | Patched | Summary |
|---|---|---|---|
| 4 | kedro <1.3.0 |
1.3.0 | Arbitrary code execution via malicious logging configuration |
| 37 | mlflow | 3.11.0rc1 | Unauthorized access to multipart upload endpoints |
| 39 | mlflow | 3.11.0 | Environment variable injection in AI Gateway secrets |
| 6 | mlflow | none | FastAPI job endpoints under /ajax-api/3.0/jobs/* |
kedro-azureml-pipeline holds 77 of the 107 and every critical. It is the obvious place to start.
Known-blocked, do not spend time on it
cryptography (GHSA-g6cj-pr64-35w5, Bleichenbacher oracle in PKCS#7 EnvelopedData) affects kedro-dagster (48.0.1) and kedro-azureml-pipeline (46.0.5). The patch is 50.0.0 and it is unreachable: mlflow requires cryptography<50, azureml-mlflow requires <49.
Neither package uses PKCS#7 EnvelopedData — cryptography is pulled in for TLS and JWT — so the reachable action is a documented dismissal plus tracking the mlflow cap, not a lockfile change. kedro-azureml-pipeline can still move 46.0.5 → 48.x, which does not clear the advisory but closes the gap to its own ceiling.
Structural gap worth fixing alongside
The shared Renovate preset has no lockFileMaintenance, and config:recommended does not enable it. pymdown-extensions reached the lockfiles transitively via mkdocs-material, and nothing was configured to refresh it — which is part of why a known-vulnerable version sat in five repos. Adding lockFileMaintenance on the existing weekly schedule would stop transitive lock entries aging silently.
- Dominant language
- Python
- Stars
- 5
- Forks
- 1
- Avg merge
- 10h 39m
- Merged PRs (30d)
- 56
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from stateful-y/python-package-copier
-
Difficulty 4/5 3-5 days Newbie friendliness 55/100
-
Dependency Dashboard Open
Difficulty 4/5 3-5 days Newbie friendliness 15/100
All issues in stateful-y/python-package-copier
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
bancolombia/sentinel#23 ·
-
test md OpenCI
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
integration:quickjs org:external priority:backlog topic:code-interpreter topic:middleware type:feature
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
langchain-ai/deepagents#6450 ·
-
bug client
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100