Recent Releases of https://github.com/pivotal/LicenseFinder
https://github.com/pivotal/LicenseFinder - v7.2.0
Added
Fixed
- Ensure licenses are recognised by
spdx_id- b263f500 - Simon Warren - Ensure yarn runs in "current" project dir - 37d52f2b - Simon Warren
- Fix CPL1 pretty name - 3ae49861 - Simon Warren
- Fix 'unknown' Yarn 2 licenses - f57745be - Simon Warren
- Print subproject paths when logging - add2f969 - Simon Warren
Deprecated
-
- Remove Dep package manager for jammy release - 42bed10d
- Ruby
Published by cf-osl-bot almost 2 years ago
https://github.com/pivotal/LicenseFinder - v7.1.0
Added
- Missing New BSD alternative name - 64d425d9
- pre-commit hook - 2fd5ac85 - Kurt von Laven
- add --yarn-options option to customize yarn behavior dbecd8c4 - thobianchi
- Add ability to specify package version when setting a manual license - 9e34752a - mtoneil
- feat: add support for PNPM - b69b1151 - weyert
Fixed
-
Apache 2 license being too restrictive on matching - c7fd0399
-
Erlang not installing properly with mix - 74af3885
-
Scan transitive Yarn v2+ dependencies - 0115445e - Kurt von Laven
-
Issue with chaining commands with dlf - a6af8c3e
-
Nuget and dotnet not returning proper licenses - e3452336
-
Save help documentation for the default file name - 09a93762
-
Yarn2 output parsing - 395a7f02
-
Fix a bug writing to the decisions file when there is nested inheritance - c443fbd4 - mtoneil
Changed
- Bump docker image golang version to 1.17.13 - 4f3df246
- Ruby
Published by cf-osl-bot over 3 years ago
https://github.com/pivotal/LicenseFinder - v7.0.1
Fixed
- Maven Wrapper command path must be relative to working directory - 298a733a - jbmgrtn
- Support yarn license command for yarn v2+ - ed3b319b
- Ruby
Published by cf-osl-bot almost 4 years ago
https://github.com/pivotal/LicenseFinder - v7.0.0
Added
- Ruby 3.x Support - 02497dfb
- Provide Flutter project scanning support - e739f281 - etiennecadicidean
- Add a new option to use spdx identifier in reports - a71763bb - etiennecadicidean
- Allow to specify cocoadpods acknowledgment through ENV - 67bd3fb5 - etiennecadicidean
Changed
- Updated code to support newest Thor gem - b118772c
- Raise an error if the yarn licenses list command fails - 8f9ab6bd - ajesler
Deprecated
- Remove support for Ruby 2.3 - 02497dfb
- Ruby
Published by cf-osl-bot almost 4 years ago
https://github.com/pivotal/LicenseFinder - v6.15.0
Feature
- feat: [#180665528] upgrade conan and use https://center.conan.io instead of conan.bintray.com - 8b6a40e6
- FEAT: [#180578287] Add Yarn2 support - fcfe7406
Fixed
- Ruby
Published by cf-osl-bot about 4 years ago
https://github.com/pivotal/LicenseFinder - v6.14.2
Added
- Zlib License - 0f004b52 - blooper05
- Support for pip 20.1+ - #833 - olliemath
- Ruby
Published by cf-osl-bot over 4 years ago
https://github.com/pivotal/LicenseFinder - v6.14.1
First two commit were supposed to show up in v6.14.0, but GPG bug prevented a correct build. Therefore, a follow up patch build was made to include the GPG fix.
###Changed
- Upgrade Docker image to use Ubuntu Bionic [#178471230] 1c12588c
- Update the default timezone to GMT [#178471230] - 9fcab84
- Use local copy of Swift puglic GPG keys [#178674224] - 4db4b3e
###Added
- Added --npm_options option to customize npm behavior. b8457a62 - Alexander-Malott
###Security
-
Fix issue where commands could be injected running on Cocoapods projects. b0a61a2d
Thanks to Joern SchneeweiszStaff Security Engineer, Security Research | GitLab for raising the issue
- Ruby
Published by cf-osl-bot over 4 years ago
https://github.com/pivotal/LicenseFinder - v6.13.0
Fixed
- Ignore packages with nil modules - 4eca0ec1
- Ruby
Published by cf-osl-bot almost 5 years ago
https://github.com/pivotal/LicenseFinder - v6.12.2
Changed
- exit when go mod list command fails - fcf1f707 - Jeff Jun
- Ruby
Published by cf-osl-bot almost 5 years ago
https://github.com/pivotal/LicenseFinder - v6.12.1
- Ruby
Published by cf-osl-bot almost 5 years ago
https://github.com/pivotal/LicenseFinder - v6.12.0
Added
- Provide homepage information for GoDep and Go15Vendor package managers - bae1bda9 - Jeff Jun
- Ruby
Published by cf-osl-bot almost 5 years ago
https://github.com/pivotal/LicenseFinder - v6.11.0
Added
- Add homepage for go_modules package manager - 912394a8
- Ruby
Published by cf-osl-bot almost 5 years ago
https://github.com/pivotal/LicenseFinder - v6.9.0
Changed
- to recognize permitted licenses with AND in the name [#173997648] - eab14250 - Raymond Lee
- Ruby
Published by cf-osl-bot over 5 years ago
https://github.com/pivotal/LicenseFinder - v6.7.0
Should out to @lukebakken and @gerhard for introducing a new package manager in this release!
Added
- Support for Erlang - PR Here
- Ruby
Published by cf-osl-bot over 5 years ago
https://github.com/pivotal/LicenseFinder - v6.6.2
Added
- support for rebar3 - b20e7444 - Jeff Jun
- Support for Go modules projects outside of the current working directory - 56b3bec6
Changed
- Change Go modules to only report imported packages (as with other Go package managers) - 34361fda and dffae4ab
- Detect Go modules based on
go.mod(instead ofgo.sum) - 667f6be7
Fixed
- handle empty case for mix dependencies [#173637843] - fc34b281 - Jeff Jun
Removed
- support for rebar2 [#173637980] - b20e7444 - Jeff Jun
- Removed the unnecessary prepare command for Go modules - 284cc5c8
- Ruby
Published by cf-osl-bot over 5 years ago
https://github.com/pivotal/LicenseFinder - v6.6.1
Changed
- Handle multiple solution files for nuget [#173021333] - 040d9559
- matches license names from pypi api call with known licenses to avoid returning misformatted licenses [#173421573] - 6b96d746 - Jeff Jun
- Update Nuget Package Manager prepare command - 6ac07066 - Jason Smith
- Ruby
Published by cf-osl-bot over 5 years ago
https://github.com/pivotal/LicenseFinder - v6.5.0
Added
- Support legacy nuget projects [#172950097] - 0cccbcf9
Changed
- Upgrade to golang 1.14.3. Update dotnet-sdk to 3.1 - 0969e98f
- Ruby
Published by cf-osl-bot almost 6 years ago
https://github.com/pivotal/LicenseFinder - v6.4.0
Big shout out to @forelabs for introducing many new features and improvements for this release. Thanks again!!
Added
- Introducing new inherited_decisions command - 3453feb - Sven Dunemann
- Decision Applier: Merge manual and system packages - c690532 - Sven Dunemann
- Introduce package_url to packages - 18972f7 - Sven Dunemann
- Add --write-headers option for csv exports - 18e01f8 - Sven Dunemann
- Yarn: Add authors & install_path - 08a0f67 - Sven Dunemann
- install path for nuget dependencies [#172251374] - ad73c946 - Jeff Jun
- new Rubocop cops - c4cc6b8b - Jeff Jun
Fixed
- Separate lines in license text with LF when exported to JSON - baddb976 - Robert Huitl
Changed
- Go15VendorExperiment: Detect go only if vendor includes go files - 0f8e609 - Sven Dunemann
- Bump PHP version to 7.4 - cbe45c5 - Yivan
- Significantly improve the license text matching file to be more dynamic - acf5705
- Update Ruby version to 2.7.1 [#172295831] - 475e2948
- Ruby
Published by cf-osl-bot almost 6 years ago
https://github.com/pivotal/LicenseFinder - v6.3.0
Added
-
OFL License - d475bbb1 - Sven Dunemann
-
WTFPL License - ec629170 - Sven Dunemann
-
Find the install path for sbt, cargo and composer [#171649609] - 0d525cbf
Changed
- Bump PHP version to 7.3 - 1c3c3271
- Remove +compatible in Go package versions [#171754392] - 5cba5801
Fixed
- Fixed Maven Package manager Groups check - 5058d90 - Ravi Soni
- GoModules: fix compute with vendor mod - 067eb19 - forelabs
- Do not set Bundle path. Bundler will figure it out. - 6319a7a - mvz
- Ruby
Published by cf-osl-bot almost 6 years ago
https://github.com/pivotal/LicenseFinder - v6.2.0
Fixed
- Break dependency of specs on released license_finder gem - ef69fa00 - Matijs van Zuijlen
- Replace toml parser with tomlrb - 8b9b34b4 - Matijs van Zuijlen
Changed
- Run glide install in folder containing glide.lock - cec3ff47 - Jeff Jun
- specify path for bundle install [#168042947] - 431355dc
- Ruby
Published by cf-osl-bot almost 6 years ago
https://github.com/pivotal/LicenseFinder - v6.1.0
Fixed
- Testing dsl now correctly creates gem project - 6158d767 - Jeff Jun
Changed
- Upgrade golang version to 1.13.3 - 51ecbcbc
- Uses correct package management command for pip based on options that are passed in - 3f4034ab
- Ruby
Published by cf-osl-bot about 6 years ago
https://github.com/pivotal/LicenseFinder - v6.0.0
Added
- License Finder now recognizes pip requirement markers - 99fbc184 - Jason Smith
Fixed
-
Bundler ignored groups failure - bf2c03e3
-
No longer crashes when python package requirement is missing - 80e4b360 - Jason Smith
-
Longest common paths returning incorrect single directory [#169276334] - f1d5423b
-
python 2 projects using incorrect CLI command - 5655f60e
Changed
-
Bump jdk version to 13 - 74c9aca6 - Debbie Chen
-
Bump sbt version to 1.3.3 with java 12 - d825599a - Debbie Chen
-
Bump to openjdk 11 - 499f8ab3 - Debbie Chen
-
Bump to openjdk 12 - 09c781a7 - Debbie Chen
-
Bundler prepare commands with now exclude dependencies in the ignored groups [#169611326] - e58b2870
-
Change version to be required for dependency add and updated cli options [#168705017] - b10383d3 - Debbie Chen
Deprecated
- Remove support for jruby 9.1* [#169590215] - 81e75f8c
- Ruby
Published by cf-osl-bot about 6 years ago
https://github.com/pivotal/LicenseFinder - v5.11.1
Fixed
- Crash when gradle runs with project roots recursive [#169465210] - 08e0df85
Changed
- Bump docker ruby version to 2.6.5 [#169539985] - 26b6d4b2
- Gradle version updated to 5.6.4 - 9e32228f
- Ruby
Published by cf-osl-bot over 6 years ago
https://github.com/pivotal/LicenseFinder - v5.11.0
Fixed
- Fix crash in LF for null deps in godep - aec335e5
Changed
- Exclude Gradle subprojects from project roots - 4efea4c8 - Jason Smith
- project_roots will skip maven subprojects - 61b88513 - Peter Tran
- Ruby
Published by cf-osl-bot over 6 years ago
https://github.com/pivotal/LicenseFinder - v5.10.2
Added
- Added bzr app to image - 8fd43f01
- Ruby
Published by cf-osl-bot over 6 years ago
https://github.com/pivotal/LicenseFinder - v5.10.1
Fixed
- Mix bailing early when elixir is not installed - 13b120e
- Ruby
Published by cf-osl-bot over 6 years ago
https://github.com/pivotal/LicenseFinder - v5.10.0
Changed
- Dotnet projects only detected if csproj is at root level - b9f810d
- sha for composer-setup.php - 64b782a - Debbie Chen
- Ruby
Published by cf-osl-bot over 6 years ago
https://github.com/pivotal/LicenseFinder - v5.9.2
Changed
- Bump ruby version to 2.6.3 - dcdcc1c
- Ruby
Published by cf-osl-bot over 6 years ago
https://github.com/pivotal/LicenseFinder - v5.8.0
Added
- Trash Package Manager - 3a3d854
Fixed
- Prefer to use
originoverpathfor govendor - 31c6041
- Ruby
Published by cf-osl-bot almost 7 years ago
https://github.com/pivotal/LicenseFinder - v5.7.0
Added
- Ruby 2.6.1 support - 8d60ed1
Changed
- Conan version is locked to 1.11.2 to avoid breaking changes - 72b766a
- Ruby
Published by cf-osl-bot about 7 years ago
https://github.com/pivotal/LicenseFinder - v5.6.1
Changed
- Updated GOLANG to 1.11.4 in Docker image [#163424880] - 67e5e1f
- Ruby
Published by cf-osl-bot about 7 years ago
https://github.com/pivotal/LicenseFinder - v5.6.0
Added
-
Add support for JSON reports [#161595251] - 5a1f735
-
Removed the removal of nested projects - 6e1941c
-
Show verbose errors from prepare commands [#161462746] - 2b14299
-
Support to find gradle.kts files [#161629958] - f7cb587
Fixed
-
Go modules reports incorrect install paths - 9ab5aa9
Revert "* Go modules reports incorrect install paths" - fcead98 -
Fix install_paths for go mod now accurately report dependency installation directories [#161943322 finish] - ea28c06
-
Handle log file names created with whitespaces and slashes - 7d6f9da
Changed
- Updated go-lang to 1.11.2 in the Docker - d720f9c
- Ruby
Published by cf-osl-bot about 7 years ago
https://github.com/pivotal/LicenseFinder - v5.5.2
Fixed
- go mod prepare command being incorrect - 480c465
- Ruby
Published by cf-osl-bot over 7 years ago
https://github.com/pivotal/LicenseFinder - v5.5.1
Added
- Documentation for asterisks being added to license names [#158960018] - 154b727
- Document the prepare option on the command line - c283a38
Fixed
- Go modules are forced to be enabled on go mod package managers - cf9123d
- Ruby
Published by cf-osl-bot over 7 years ago
https://github.com/pivotal/LicenseFinder - v5.5.0
Fixed
-
'dlf' with no-args should get a login shell - 2b019fb - Kim Dykeman
-
Do not include godep dependencies with common paths - 23e951f
-
Remove uneeded bundle install in dlf [#160758436] - f44c73f
-
dlf gemfile directory issues [#160758436 finish] - 2db3972
Revert "* dlf gemfile directory issues [#160758436 finish]" - 6b17ddc
- Ruby
Published by cf-osl-bot over 7 years ago
https://github.com/pivotal/LicenseFinder - v5.4.1
Fixed
- Extra dependencies showing up for some go projects [#160438065] - dfb1367
- remove workspace-aggregator as a yarn dependency [#159612717 finish] - 4e0afd0
- Ruby
Published by cf-osl-bot over 7 years ago
https://github.com/pivotal/LicenseFinder - v5.4.0
Changelog
[5.4.0]
Added
- Upgrades Dockerfile base to Xenial
- NuGet + mono installation to Dockerfile
- An all caps version of the 'LICENCE' spelling as a candidate file
- Ruby
Published by cf-osl-bot over 7 years ago
https://github.com/pivotal/LicenseFinder - v5.3.0
Removed
- Remove HTTParty dependency - c52d014
- Ruby
Published by cf-osl-bot over 7 years ago
https://github.com/pivotal/LicenseFinder - v5.2.1
Changed
- Updated docker to Go lang 1.10.2
- Updated docker to Maven 3.5.3
Added
- Add backwards compatibility with pip v9 (https://github.com/pivotal-legacy/LicenseFinder/pull/489)
- Ruby
Published by xtreme-lisheng-tai almost 8 years ago
https://github.com/pivotal/LicenseFinder - v5.1.0
Added
- Support for Ruby 2.5.1 - 9c82a84
- Support for Scala build Tool (sbt ) - 2115ddf
- Condense gvt paths with identical shas into their common path - 9e1071d
Fixed
- Added back the pip prepare commands [#156376451 finish] - fdd63fb
- Govendor not consolidating common paths from the same SHA - bdd23c9
Deprecated
- Support for Ruby 2.1
- Support for Ruby 2.2
- Support for jruby - 9c82a84
- Ruby
Published by cf-osl-bot almost 8 years ago
https://github.com/pivotal/LicenseFinder - v5.0.3
Changed
- Add the -vendor-only flag to dep-ensure calls - e305bd1
- Ruby
Published by cf-osl-bot about 8 years ago
https://github.com/pivotal/LicenseFinder - v5.0.2
Same as previous, but ruby gem was yanked. So re-releasing with different version number
Fixed
-
Add conditional production flag to npm - 533f9b8
-
conan install & info commands - 322e64c
-
Duplicate approvals in decisions file - a8e6141
-
log path issues - 9f1bae1
-
Fix yarn not working with --project_path option - c6ed08d
- Ruby
Published by xtreme-lisheng-tai about 8 years ago
https://github.com/pivotal/LicenseFinder - v5.0.0
Added
-
NPM prepare - e7a0d30
-
Specify log directory for prepare - b9a5991
-
Added prepare step for elixir projects - 38b08ea
Fixed
Changed
- Package Manager will now log if prepare step fails. Instead of erroring out - 54da71e
- Ruby
Published by cf-osl-bot about 8 years ago
https://github.com/pivotal/LicenseFinder - 4.0.2
Fixed
- Fixed
--quietnot being available on thereporttask - Fixed
--recursivenot being available on theaction_itemstask
- Ruby
Published by xtreme-lisheng-tai over 8 years ago
https://github.com/pivotal/LicenseFinder - 4.0.1
Patch Fix
- Add missing
tomldependency to gemspec
- Ruby
Published by xtreme-lisheng-tai over 8 years ago
https://github.com/pivotal/LicenseFinder - 3.1.1
Patch Fix For 3.1.0
- add missing
tomldependency to gemspec
- Ruby
Published by xtreme-lisheng-tai over 8 years ago
https://github.com/pivotal/LicenseFinder - v4.0.0
Changed
- CLI output has been altered to be clear about active states and installed states.
- option
--subprojectshave been renamed to--aggregate_pathsin order to be clear about its functionality
Fixed
- Fixed issue where dangling symbolic link would cause License Finder to crash and not continue. Instead, License Finder will now warn about the issue and continue.
- Ruby
Published by xtreme-lisheng-tai over 8 years ago
https://github.com/pivotal/LicenseFinder - v3.1.0
Version 3.1.0 is being released alongside/closely behind Version 4.0.
This version of License Finder comes with the --prepare option, however does not contain any of the breaking changes and updates that Version 4.0 will contain.
Added
- Added support for Carthage
- Added support for gvt
- Added support for yarn
- Added support for glide
- Added support for GoVendor
- Added support for Dep
- Added support for Conan
- Added
--prepareoption--prepare/-pis an option which can now be passed to theaction_itemsorreporttask oflicense_finderpreparewill indicate to License Finder that it should attempt to prepare the project before running in a License scan.
Changed
- Upgrade
Gradlein Dockerfile - Clean up some CLI interaction and documentation
Fixed
build-essentialwas added back into the Dockerfile after accidentally being removed- Ignore leading prefixes such as 'The' when looking for licenses
- Ruby
Published by xtreme-lisheng-tai over 8 years ago