Philippe Ombredanne

Results 703 issues of Philippe Ombredanne

See this when running SCTK latest develop: `` scancode-toolkit-master/venv/lib/python3.6/site-packages/fingerprints/cleanup.py:54: ICUWarning: Install 'pyicu' for better text transliteration. text = ascii_text(text) ``

bug
nice to have

The gist of this idea is have a tool that can take a Go binary as an input and list which Go source packages (and repos) were used to compile...

new feature

This fails to scan https://metadata.ftp-master.debian.org/changelogs//main/l/llvm-toolchain-11/llvm-toolchain-11_11.0.1-2_copyright This was discovered by @JonoYang The issue is this section with a license stuffed in a copyright paragraph text: ``` Files: clang/lib/Headers/cuda_wrappers/* clang/lib/Headers/avx512vlvp2intersectintrin.h clang/lib/Headers/avx512vp2intersectintrin.h Copyright:...

bug

See https://github.com/rapid7/metasploit-framework/blob/master/LICENSE ``` Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://www.metasploit.com/ Files: * Copyright: 2006-2020, Rapid7, Inc. License: BSD-3-clause .... ``` this is not named copyright BUT is a copyright file. IMHO the mere...

license scan
package scan

The glob patterns are applied to each path segment making it impossible to ignore a path with more than one segment. It should instead be applied to the whole path...

enhancement
plugin

`#define PEX_ROOT_CMPLX_SSPL_REG(if) ((MV_PEX_IF_REGS_BASE(if)) + 0x1A0C)` gets detected incorrectly this way: ``` licenses: - key: mongodb-sspl-1.0 score: '90.0' name: Server Side Public License (SSPL) 1.0 short_name: SSPL 1.0 category: Source-available is_exception:...

### Context We are reporting too many false positive licenses. We need to fix this! ### Problem There are several false cases, yet they boil down to these types: 1....

bug
improve-license-detection

Once v31 is out, I would like to drop support for Python 3.6 which is starting to become problematic to support on several OSes and move to make 3.8 the...

installation and packaging

For instance: https://github.com/pypa/build/blob/2eee5818daa414203d15f701aa9d40bf6bb6c80c/setup.cfg ``` project_urls = homepage = https://github.com/pypa/build changelog = https://pypa-build.readthedocs.io/en/stable/changelog.html ```

package scan

https://docs.npmjs.com/cli/v8/configuring-npm/package-lock-json#file-format > File Format > name > The name of the package this is a package-lock for. This will match what's in package.json. > version > The version of the...

package scan
package-formats