Top issues
Detected presence of licenses that place restrictions on software distribution.
Causes risk: software distribution restrictions
licenses
Problem
Software license is a legal instrument that governs the use and distribution of software source code and its binary representation. Software publishers have the freedom to choose any commonly used or purposefully written license to publish their work under. While some licenses are liberal and allow almost any kind of distribution, with or without code modification, other licenses are more restrictive and impose rules for their inclusion in other software projects. Some software licenses place restrictions on software distribution of the code they apply to. These restrictions may extend to the services built upon the code licensed under such restrictive licenses. Some restrictive licenses explicitly state that the licensee may not provide the software to third parties as a hosted or managed service, where the service provides users with access to any substantial set of the features or functionality of the licensed software. When building commercial applications, this is typically undesirable. Therefore, the inclusion of any code that may impose limits on software distribution is commonly avoided or even prohibited by the organization policy.Prevalence in PyPI community
6 packages
found in
Top 100
50 packages
found in
Top 1k
737 packages
found in
Top 10k
99544 packages
in community
Next steps
Confirm that the software package references a component or a dependency with a restrictive license.
Consider replacing the software component with an alternative that offers a license compatible with organization policy.
Top behaviors
Contains URLs related to search engines.
network
Prevalence in PyPI community
Behavior often found in this community (Common)
59 packages
found in
Top 100
362 packages
found in
Top 1k
2383 packages
found in
Top 10k
79893 packages
in community
Imports the "sys" module, which provides access to system-specific parameters and functions.
execution
Prevalence in PyPI community
Behavior often found in this community (Common)
100 packages
found in
Top 100
843 packages
found in
Top 1k
7075 packages
found in
Top 10k
339347 packages
in community
Uses string-related functions.
behavior
Prevalence in PyPI community
Behavior often found in this community (Common)
96 packages
found in
Top 100
793 packages
found in
Top 1k
6531 packages
found in
Top 10k
391347 packages
in community
Converts a value to an integer number.
behavior
Prevalence in PyPI community
Behavior often found in this community (Common)
86 packages
found in
Top 100
682 packages
found in
Top 1k
5570 packages
found in
Top 10k
330447 packages
in community
Converts a number to its Unicode character representation.
behavior
Prevalence in PyPI community
Behavior often found in this community (Common)
42 packages
found in
Top 100
227 packages
found in
Top 1k
1149 packages
found in
Top 10k
27940 packages
in community
Top vulnerabilities
No vulnerabilities found.