ossf / ossf/package-analysis

Figure out how to interrupt long-running package functions during automated execution

Open
#775 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

dynamic analysis
Dominant language
Go
Stars
912
Forks
74
PR merge metrics
No merged PRs in 30d

Description

In #730, code was added to automatically execute package functions and instantiate classes from the package under analysis. However, there needs to be a way to interrupt the calls to the package code in case they hang.

This is relatively easy in Python with signals, but not in JS/node, because signals work differently. Some more thought needs to be given to a JS solution

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.

Research direction

Start by reading the automated package-function and class execution work from #730, then compare the Python signal approach with how JS/Node handles interruption. Done means a JS/Node-compatible way to stop package calls that hang during automated execution.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, nodejs, python
Domain
security
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.