phylum-dev / vuln-reach

A library for building tools to determine if vulnerabilities are reachable in a code base.

Home Page:https://phylum.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve "access" concept

andreaphylum opened this issue · comments

The find_accessor method is responsible for determining what qualifies as an "access", and is the main driver of the statistical measurement errors of the reachability model.

On an ongoing basis, we should keep evaluating whether the concept of "access" that we use yields not enough, just right, or too many reachability paths.