Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: improve license file reading logic #5740

Merged
merged 6 commits into from Dec 9, 2022

Commits on Dec 2, 2022

  1. fix: improve license file reading logic

    If the file index is of the appropriate type so we can leverage the contents of `PackageFileInfo`-type we try
    to lookup the file mode to and pass it to the `readLicenseFileFromCafs`-function so it can be correctly
    passed to the underlying `getFilePathByModeInCafs`-function responsible for fetching the file from
    the PNPM store
    Weyert de Boer committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    f89bd32 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. chore: Merge branch 'main' into improve-license-scanner

    Weyert de Boer committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    b1e931e View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. chore: Merge branch 'main' into improve-license-scanner

    Weyert de Boer committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    2530b63 View commit details
    Browse the repository at this point in the history
  2. test: add integration test for the problematic svgicons2svgfont

    Added a test to verify that the LICENSE files of the `svgicons2svgfont@5.0.2`-package
    and similar packages can be read without errors
    Weyert de Boer committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    a27de41 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. refactor: license

    zkochan committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    57456e6 View commit details
    Browse the repository at this point in the history
  2. docs: add changesets

    zkochan committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    e6b27d9 View commit details
    Browse the repository at this point in the history