Add dependency vulnerability scanning
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 65/100
Research direction
Start by locating the repository's CI workflow and Python dependency configuration. Compare the official pypa/pip-audit GitHub Action with adding pip-audit as a development dependency and running it manually. Done means dependency vulnerability scanning runs during CI and reports known CVEs.
Written by the indexing model from the issue text.
Description
Context & Motivation
To improve project security, we should automatically scan our Python dependencies for known CVEs during CI. Integrating pip-audit prevents using dependencies with known vulnerabilites.
Proposed Change
Integrate pip-audit into the repository. We can include this by using one of the two following approaches:
-
Integrate the official standalone GitHub Action into our CI workflow (
pypa/pip-audit) -
Add
pip-auditas a dev dependency and call it manually
- Dominant language
- Python
- Stars
- 102
- Forks
- 52
- Avg merge
- 20d 17h
- Merged PRs (30d)
- 1
Contributor guide
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 eclipse-basyx/basyx-python-sdk
-
bug high priority
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
bug high priority
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
eclipse-basyx/basyx-python-sdk#634 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
bug high priority
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
All issues in eclipse-basyx/basyx-python-sdk
Similar issues
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
stephrobert/dsoxlab#238 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
sublimehq/package_control#1780 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
nwg-piotr/nwg-displays#145 ·