Skip to content
Snippets Groups Projects
  1. Oct 17, 2024
  2. Apr 06, 2024
  3. Jun 07, 2023
  4. Apr 07, 2023
  5. Jan 16, 2023
  6. Nov 04, 2022
  7. Oct 25, 2022
  8. May 27, 2022
  9. Apr 20, 2022
    • David Diederich's avatar
      Adding Python Dependency Analysis · 93798ec3
      David Diederich authored
      This works by capturing the standard output of the pip install command to see where it is downloading packages from. That's used in
      the analysis step to separate the libraries into first-party and third-party dependencies.
      
      Package names and versions are generated by looking for setup.py files. These can be skipped by adding them to the
      IGNORE_PYTHON_SETUP variable.
      93798ec3
  10. Feb 28, 2022
  11. Feb 10, 2022
    • David Diederich's avatar
      Removing Python Cache · 6933810c
      David Diederich authored
      This cache is shared across branches, and can cause FOSSA to see dependencies from other branches. As a fast and simple
      implementation, download everything fresh every time.
      6933810c
  12. Feb 03, 2022
  13. Feb 02, 2022
  14. Jan 28, 2022
  15. Sep 17, 2021
  16. Nov 18, 2020
  17. Nov 04, 2020
Loading