fasten
fasten copied to clipboard
Analyse package dependency networks at the call graph level
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.14.2 to 1.15.3. Release notes Sourced from jsoup's releases. jsoup 1.15.3 jsoup 1.15.3 is out now, and includes a security fix for potential XSS attacks, along with...
## Description This is a tiny PR to ignore `ArrayIndexOutOfBoundsException` when deserializing `Exclusion` objects that contain malformed Maven coordinates. ## Motivation and context This issue currently makes the dependency graph...
**I create this Issue just to keep track on the progress.** Hey @MagielBruntink @proksch @zikanl, from one of our calls I understand, that for python there was a static list...
## Is your feature request related to a problem? Please describe. We currently compute by SHA1s by calling the SHA1 function on the file contents. To link with SWH's software...
Documentation deployment schema needs an update. See: - https://github.com/fasten-project/k8s-deployments/blob/master/fasten/resolvers/debian-resolver.yaml - https://github.com/fasten-project/k8s-deployments/blob/master/fasten/resolvers/pypi-resolver.yaml - https://github.com/fasten-project/fasten/pull/481#issuecomment-1197772443
## Describe the bug If an artifact is not known, and API call to `/mvn/packages/{pkg}/{pkg_ver}/rcg` will lead to an error 500. ## To Reproduce Steps to reproduce the behavior: 1....
Hi @mir-am , @MagielBruntink and @gdrosos , I tried to unify as much as I could in the metadata augmented field with license information, in order to simplify the job...
## Describe the bug The REST API is completely unresponsive when it's just launched. A simple query like `http://localhost/packages` does not work. ## Logs ``` 2022-06-07 10:08:21.062 DEBUG 1 ---...
## Description This PR makes the following changes to the FASTEN server: - Adds an optional argument `--pi`, which is a base directory for reading input records. E.g., the MetadataDBExtension...
## Description As discussed in #363, it is now possible to generate call graphs from local JARs in the `.m2` folder, created by `POMAnalyzer`. This PR makes the following changes:...