scancode-toolkit icon indicating copy to clipboard operation
scancode-toolkit copied to clipboard

:mag: ScanCode detects licenses, copyrights, dependencies by "scanning code" ... to discover and inventory open source and third-party packages used in your code. Sponsored by NLnet project https://nl...

Results 585 scancode-toolkit issues
Sort by recently updated
recently updated
newest added
trafficstars

A url link to artistic-perl-1.0 is detected as `free-unknown`. ``` - score: '100.0' matcher: 2-aho end_line: 221 rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/free-unknown_96.RULE from_file: start_line: 221 matched_text: (L). match_coverage: '100.0' matched_length: 4 rule_relevance: 100...

improve-license-detection

``` // Copyright (c) 2005 Tom Wu // All Rights Reserved. // See "LICENSE" for details. // Basic JavaScript BN library - subset useful for RSA encryption. /* Licensing (LICENSE)...

improve-license-detection

``` This plugin was created in [Realytics](https://www.realytics.io/) in 2017. Thank you for supporting Open Source. ## License MIT License ``` License detection yeilds `free-unknown AND mit` for the above text....

improve-license-detection

The following 3 sample files have an "extra" `unknown_license_reference` detected which seems to be noise: 1/ subset of a `package.json` ``` "author": "Selwyn (https://selwyn.cc/)", "license": "ISC", ``` subset of the...

bug

``` { "name": "opener", "description": "Opens stuff, like webpages and files and executables, cross-platform", "version": "1.5.2", "author": "Domenic Denicola (https://domenic.me/)", "license": "(WTFPL OR MIT)", "repository": "domenic/opener", "main": "lib/opener.js", "bin": "bin/opener-bin.js",...

bug

Sample 1 ``` { "name": "json-schema", "version": "0.4.0", "author": "Kris Zyp", "description": "JSON Schema validation and specifications", "maintainers":[ {"name": "Kris Zyp", "email": "[email protected]"}], "keywords": [ "json", "schema" ], "files": [...

bug

**License Name** The full name of the license, preferably as provided by the original authors. W3C Community Final Specification Agreement **License Homepage URL** The primary and/or most reliable URL that...

new-license

**License Name** The full name of the license, preferably as provided by the original authors. Root Certificate License Agreement v3.0 **License Homepage URL** The primary and/or most reliable URL that...

new-license

The `package.json` has the following line that sctk fails to detect in license/package scan ``` "license": "New Relic Software License v1.0", ``` https://github.com/newrelic/csec-node-agent/blob/main/package.json `unknown` is returned from package scan. nothing...

bug

## Short Description Add the possibility to add the license index with a subset of licenses. ## Possible Labels - new feature ## Select Category - [X] Enhancement - [...

new feature