Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Add dependency vulnerability scanning

Open
#607 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
65/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
github-actions, python
Domain
ci-cd, security

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

enhancement general
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from eclipse-basyx/basyx-python-sdk

All issues in eclipse-basyx/basyx-python-sdk

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.