-
Notifications
You must be signed in to change notification settings - Fork 580
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
Issue #1227 - Get licenses for NuGet packages #3329
base: main
Are you sure you want to change the base?
Commits on Oct 15, 2024
-
- Add new DotNet- / Nuget-Cataloger-Configuration.
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 102fe66 - Browse repository at this point
Copy the full SHA 102fe66View commit details -
- Added NuGet license resolver.
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df81198 - Browse repository at this point
Copy the full SHA df81198View commit details -
- Inject NuGet license parser into DotNet catalogers.
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49ad147 - Browse repository at this point
Copy the full SHA 49ad147View commit details -
fix: improve go binary semver extraction for traefik (anchore#3325)
Improves the go cataloger semver extraction logic to include getting the release version of traefik. This is based off of the regex pattern that already existed in the traefik binary classifier. Signed-off-by: Weston Steimel <[email protected]> Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0d4098 - Browse repository at this point
Copy the full SHA a0d4098View commit details -
chore(deps): update CPE dictionary index (anchore#3323)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: wagoodman <[email protected]> Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 276c734 - Browse repository at this point
Copy the full SHA 276c734View commit details -
- Implemented the FieldDescriber interface for the cmd/syft/internal/…
…options dotnetConfig struct. Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61b5a83 - Browse repository at this point
Copy the full SHA 61b5a83View commit details -
- Added the missing DotNet config field to the cmd/syft/internal/opti…
…ons Catalog struct. Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1659c46 - Browse repository at this point
Copy the full SHA 1659c46View commit details -
chore(deps): bump github/codeql-action from 3.26.12 to 3.26.13 (ancho…
…re#3327) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.12 to 3.26.13. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@c36620d...f779452) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50e75eb - Browse repository at this point
Copy the full SHA 50e75ebView commit details -
chore(deps): bump anchore/sbom-action from 0.17.2 to 0.17.3 (anchore#…
…3326) Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.2 to 0.17.3. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@61119d4...f5e124a) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5566af1 - Browse repository at this point
Copy the full SHA 5566af1View commit details -
chore(deps): update stereoscope to 93f8a11331e3d50f751e4d0ec5b63f3df3…
…09e9e5 (anchore#3331) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: willmurphyscode <[email protected]> Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81edaa9 - Browse repository at this point
Copy the full SHA 81edaa9View commit details -
chore(deps): update stereoscope to 1cc8a41d447d0d092699be2b700b8ba62e…
…870434 (anchore#3332) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: willmurphyscode <[email protected]> Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a69e5e - Browse repository at this point
Copy the full SHA 1a69e5eView commit details -
- Corrected DotNet config field description.
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4644a0b - Browse repository at this point
Copy the full SHA 4644a0bView commit details -
- Added more safeguards and comments to the private getDefaultProvide…
…rs() function in syft/pkg/cataloger/dotnet. Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37fbd5f - Browse repository at this point
Copy the full SHA 37fbd5fView commit details -
- Refactored NuGet license resolver.
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00e2895 - Browse repository at this point
Copy the full SHA 00e2895View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21a29dd - Browse repository at this point
Copy the full SHA 21a29ddView commit details
Commits on Oct 16, 2024
-
- Refactored dotnet cataloger package to mitigate static analysis err…
…ors. Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60badab - Browse repository at this point
Copy the full SHA 60badabView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba2c571 - Browse repository at this point
Copy the full SHA ba2c571View commit details -
- Corrected DefaultCatalogerConfig() comment.
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a7f484 - Browse repository at this point
Copy the full SHA 5a7f484View commit details -
- Minor correction for remote NuGet license retrieval from NuGet pack…
…age provider URLs terminated by '/'. Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47928c9 - Browse repository at this point
Copy the full SHA 47928c9View commit details -
- Extended dotnet configuration to allow for the use of credentials w…
…hen accessing remote NuGet package repositories. Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 97bb64a - Browse repository at this point
Copy the full SHA 97bb64aView commit details -
- Heavily restructured the license resolver in order to:
- Fix remote NuGet license retrieval. - Allow for NuGet package retrieval from package repositories requiring authentication. Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b27e85 - Browse repository at this point
Copy the full SHA 3b27e85View commit details -
- Some more refactoring of the license resolver.
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 037b96b - Browse repository at this point
Copy the full SHA 037b96bView commit details -
- Adapt dotnet cataloger config Unit Tests to commit 97bb64a.
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 10cf9dd - Browse repository at this point
Copy the full SHA 10cf9ddView commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eb28e1a - Browse repository at this point
Copy the full SHA eb28e1aView commit details
Commits on Oct 18, 2024
-
- Correct the package cataloger conventions for the dotnet catalogers.
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5e288e - Browse repository at this point
Copy the full SHA e5e288eView commit details -
- Refactored and corrected license parser.
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c4e091 - Browse repository at this point
Copy the full SHA 3c4e091View commit details -
- Extended config Unit Tests to include credentials.
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9406809 - Browse repository at this point
Copy the full SHA 9406809View commit details -
- Added some license parser related Unit Tests.
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1286e44 - Browse repository at this point
Copy the full SHA 1286e44View commit details -
Configuration menu - View commit details
-
Copy full SHA for edde453 - Browse repository at this point
Copy the full SHA edde453View commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0f5d505 - Browse repository at this point
Copy the full SHA 0f5d505View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c769b7f - Browse repository at this point
Copy the full SHA c769b7fView commit details -
- Adapted to changes in [Create single license scanner for all catalo…
…gers (anchore#3348)](anchore@e4e985b) by Alex Goodman <[email protected]> Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4dfac93 - Browse repository at this point
Copy the full SHA 4dfac93View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d362e77 - Browse repository at this point
Copy the full SHA d362e77View commit details -
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e4dc67 - Browse repository at this point
Copy the full SHA 4e4dc67View commit details -
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69d307d - Browse repository at this point
Copy the full SHA 69d307dView commit details -
- Try to fix static analysis by refactoring again.
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab9ea30 - Browse repository at this point
Copy the full SHA ab9ea30View commit details -
- Try to fix static analysis by refactoring again.
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d66b934 - Browse repository at this point
Copy the full SHA d66b934View commit details -
- Remove the use of special environment variables for the dotnet cata…
…loger configuration. Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fda1188 - Browse repository at this point
Copy the full SHA fda1188View commit details -
- Make local NuGet cache folder configurable.
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a745223 - Browse repository at this point
Copy the full SHA a745223View commit details
Commits on Oct 24, 2024
-
- Adapted dotnet cataloger options to improve credential security.
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ce5adf - Browse repository at this point
Copy the full SHA 3ce5adfView commit details -
- Corrections for static analysis regressions.
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a92a4da - Browse repository at this point
Copy the full SHA a92a4daView commit details -
- Corrected test cases for the dotnet executable cataloger.
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae360d2 - Browse repository at this point
Copy the full SHA ae360d2View commit details -
- Properly reverted the original test case input.
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7017a1 - Browse repository at this point
Copy the full SHA f7017a1View commit details -
- Tie the dotnet search locally and -remotely options in to the ```en…
…rich``` functionality. Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 979b8ec - Browse repository at this point
Copy the full SHA 979b8ecView commit details -
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f734ca7 - Browse repository at this point
Copy the full SHA f734ca7View commit details -
- Logic correction *facepalm*.
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e234a78 - Browse repository at this point
Copy the full SHA e234a78View commit details -
- Removed obsolete text-fixture files.
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca0e822 - Browse repository at this point
Copy the full SHA ca0e822View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7379dca - Browse repository at this point
Copy the full SHA 7379dcaView commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 49e2710 - Browse repository at this point
Copy the full SHA 49e2710View commit details
Commits on Oct 30, 2024
-
- Adaptation for review by [@kzantow](https://github.com/kzantow) on …
…Oct 29th 2024. Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bab3d97 - Browse repository at this point
Copy the full SHA bab3d97View commit details -
fix: stack overflow in spyingIoReadCloser (anchore#3392)
Signed-off-by: Keith Zantow <[email protected]> Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bfeb2bd - Browse repository at this point
Copy the full SHA bfeb2bdView commit details -
chore(deps): bump anchore/sbom-action from 0.17.5 to 0.17.6 (anchore#…
…3393) Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.5 to 0.17.6. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@1ca97d9...251a468) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab4279a - Browse repository at this point
Copy the full SHA ab4279aView commit details -
chore(deps): bump github.com/adrg/xdg from 0.5.1 to 0.5.2 (anchore#3394)
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4d7ba5 - Browse repository at this point
Copy the full SHA c4d7ba5View commit details -
- Added generic 'SimpleCredential' struct.
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 990b077 - Browse repository at this point
Copy the full SHA 990b077View commit details -
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 464e11e - Browse repository at this point
Copy the full SHA 464e11eView commit details -
- Correction due to integration tests.
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 438d94f - Browse repository at this point
Copy the full SHA 438d94fView commit details
Commits on Nov 2, 2024
-
- Adaptations for 2nd review of DotNet license handling.
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e12d96a - Browse repository at this point
Copy the full SHA e12d96aView commit details -
Merge branch 'main' into Issue_1227_Take_II
Signed-off-by: HeyeOpenSource <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4936e53 - Browse repository at this point
Copy the full SHA 4936e53View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e9cc5cd - Browse repository at this point
Copy the full SHA e9cc5cdView commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 09423de - Browse repository at this point
Copy the full SHA 09423deView commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fbc0cf5 - Browse repository at this point
Copy the full SHA fbc0cf5View commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7d99c4f - Browse repository at this point
Copy the full SHA 7d99c4fView commit details