scanoss 0.7.9 → 0.7.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (424) hide show
  1. package/build/main/sdk/scanner/WfpProvider/WfpCalculator/WfpCalculator.d.ts +1 -1
  2. package/build/main/tsconfig.tsbuildinfo +1 -1
  3. package/build/module/sdk/scanner/WfpProvider/WfpCalculator/WfpCalculator.d.ts +1 -1
  4. package/build/module/tsconfig.module.tsbuildinfo +1 -1
  5. package/package.json +1 -1
  6. package/.circleci/config.yml +0 -64
  7. package/.cspell.json +0 -36
  8. package/.editorconfig +0 -15
  9. package/.eslintrc.json +0 -37
  10. package/.github/workflows/reuse.yml +0 -15
  11. package/.github/workflows/scanoss.yml +0 -24
  12. package/.gitignore +0 -10
  13. package/.idea/.gitignore +0 -5
  14. package/.idea/codeStyles/Project.xml +0 -61
  15. package/.idea/codeStyles/codeStyleConfig.xml +0 -5
  16. package/.idea/inspectionProfiles/Project_Default.xml +0 -6
  17. package/.idea/modules.xml +0 -8
  18. package/.idea/scanoss.js.iml +0 -12
  19. package/.idea/vcs.xml +0 -6
  20. package/.idea/workspace.xml +0 -313
  21. package/.nyc_output/3da9f448-90e4-4399-887b-e4fd1b8d7052.json +0 -1
  22. package/.nyc_output/processinfo/3da9f448-90e4-4399-887b-e4fd1b8d7052.json +0 -1
  23. package/.nyc_output/processinfo/index.json +0 -1
  24. package/.prettierignore +0 -2
  25. package/.reuse/dep5 +0 -16
  26. package/.vscode/extensions.json +0 -8
  27. package/.vscode/launch.json +0 -29
  28. package/.vscode/settings.json +0 -7
  29. package/LICENSES/CC0-1.0.txt +0 -121
  30. package/LICENSES/MIT.txt +0 -9
  31. package/assets/ReportHTMLTemplate/index.html +0 -1181
  32. package/build/main/package.json +0 -120
  33. package/build/main/sdk/filters/DefaultFilterForDependencies.d.ts +0 -16
  34. package/build/main/sdk/filters/DefaultFilterForDependencies.js +0 -145
  35. package/build/main/sdk/filters/DefaultFilterForScanning.d.ts +0 -16
  36. package/build/main/sdk/filters/DefaultFilterForScanning.js +0 -194
  37. package/build/main/sdk/filters/filtering.d.ts +0 -32
  38. package/build/main/sdk/filters/filtering.js +0 -228
  39. package/build/main/src/cli/bin/cli-bin.d.ts +0 -2
  40. package/build/main/src/cli/bin/cli-bin.js +0 -68
  41. package/build/main/src/cli/commands/dep.d.ts +0 -1
  42. package/build/main/src/cli/commands/dep.js +0 -38
  43. package/build/main/src/cli/commands/helpers.d.ts +0 -2
  44. package/build/main/src/cli/commands/helpers.js +0 -25
  45. package/build/main/src/cli/commands/scan.d.ts +0 -1
  46. package/build/main/src/cli/commands/scan.js +0 -138
  47. package/build/main/src/cli/commands/wfp.d.ts +0 -1
  48. package/build/main/src/cli/commands/wfp.js +0 -54
  49. package/build/main/src/index.d.ts +0 -14
  50. package/build/main/src/index.js +0 -30
  51. package/build/main/src/sdk/DataLayer/DataLayerTypes.d.ts +0 -108
  52. package/build/main/src/sdk/DataLayer/DataLayerTypes.js +0 -5
  53. package/build/main/src/sdk/DataLayer/DataProviderManager.d.ts +0 -7
  54. package/build/main/src/sdk/DataLayer/DataProviderManager.js +0 -24
  55. package/build/main/src/sdk/DataLayer/DataProviders/ComponentDataProvider.d.ts +0 -13
  56. package/build/main/src/sdk/DataLayer/DataProviders/ComponentDataProvider.js +0 -164
  57. package/build/main/src/sdk/DataLayer/DataProviders/DependencyDataProvider.d.ts +0 -9
  58. package/build/main/src/sdk/DataLayer/DataProviders/DependencyDataProvider.js +0 -37
  59. package/build/main/src/sdk/DataLayer/DataProviders/LicenseDataProvider.d.ts +0 -18
  60. package/build/main/src/sdk/DataLayer/DataProviders/LicenseDataProvider.js +0 -148
  61. package/build/main/src/sdk/DataLayer/DataProviders/SummaryDataProvider.d.ts +0 -11
  62. package/build/main/src/sdk/DataLayer/DataProviders/SummaryDataProvider.js +0 -33
  63. package/build/main/src/sdk/Decompress/DecompressionManager.d.ts +0 -12
  64. package/build/main/src/sdk/Decompress/DecompressionManager.js +0 -73
  65. package/build/main/src/sdk/Decompress/Decompressor/DecompressTgz.d.ts +0 -5
  66. package/build/main/src/sdk/Decompress/Decompressor/DecompressTgz.js +0 -22
  67. package/build/main/src/sdk/Decompress/Decompressor/DecompressZips.d.ts +0 -5
  68. package/build/main/src/sdk/Decompress/Decompressor/DecompressZips.js +0 -24
  69. package/build/main/src/sdk/Decompress/Decompressor/Decompressor.d.ts +0 -10
  70. package/build/main/src/sdk/Decompress/Decompressor/Decompressor.js +0 -18
  71. package/build/main/src/sdk/Dependencies/DependencyScanner.d.ts +0 -11
  72. package/build/main/src/sdk/Dependencies/DependencyScanner.js +0 -96
  73. package/build/main/src/sdk/Dependencies/DependencyScannerCfg.d.ts +0 -4
  74. package/build/main/src/sdk/Dependencies/DependencyScannerCfg.js +0 -10
  75. package/build/main/src/sdk/Dependencies/DependencyTypes.d.ts +0 -21
  76. package/build/main/src/sdk/Dependencies/DependencyTypes.js +0 -2
  77. package/build/main/src/sdk/Dependencies/LocalDependency/DependencyTypes.d.ts +0 -16
  78. package/build/main/src/sdk/Dependencies/LocalDependency/DependencyTypes.js +0 -2
  79. package/build/main/src/sdk/Dependencies/LocalDependency/LocalDependency.d.ts +0 -8
  80. package/build/main/src/sdk/Dependencies/LocalDependency/LocalDependency.js +0 -102
  81. package/build/main/src/sdk/Dependencies/LocalDependency/parsers/buildGradleParser.d.ts +0 -2
  82. package/build/main/src/sdk/Dependencies/LocalDependency/parsers/buildGradleParser.js +0 -95
  83. package/build/main/src/sdk/Dependencies/LocalDependency/parsers/golangParser.d.ts +0 -3
  84. package/build/main/src/sdk/Dependencies/LocalDependency/parsers/golangParser.js +0 -97
  85. package/build/main/src/sdk/Dependencies/LocalDependency/parsers/mavenParser.d.ts +0 -2
  86. package/build/main/src/sdk/Dependencies/LocalDependency/parsers/mavenParser.js +0 -183
  87. package/build/main/src/sdk/Dependencies/LocalDependency/parsers/npmParser.d.ts +0 -13
  88. package/build/main/src/sdk/Dependencies/LocalDependency/parsers/npmParser.js +0 -187
  89. package/build/main/src/sdk/Dependencies/LocalDependency/parsers/nugetParser.d.ts +0 -3
  90. package/build/main/src/sdk/Dependencies/LocalDependency/parsers/nugetParser.js +0 -58
  91. package/build/main/src/sdk/Dependencies/LocalDependency/parsers/pyParser.d.ts +0 -2
  92. package/build/main/src/sdk/Dependencies/LocalDependency/parsers/pyParser.js +0 -64
  93. package/build/main/src/sdk/Dependencies/LocalDependency/parsers/rubyParser.d.ts +0 -3
  94. package/build/main/src/sdk/Dependencies/LocalDependency/parsers/rubyParser.js +0 -132
  95. package/build/main/src/sdk/Dependencies/LocalDependency/parsers/utils.d.ts +0 -2
  96. package/build/main/src/sdk/Dependencies/LocalDependency/parsers/utils.js +0 -19
  97. package/build/main/src/sdk/Report/Report.d.ts +0 -8
  98. package/build/main/src/sdk/Report/Report.js +0 -26
  99. package/build/main/src/sdk/filters/DefaultFilterForDependencies.d.ts +0 -16
  100. package/build/main/src/sdk/filters/DefaultFilterForDependencies.js +0 -145
  101. package/build/main/src/sdk/filters/DefaultFilterForScanning.d.ts +0 -16
  102. package/build/main/src/sdk/filters/DefaultFilterForScanning.js +0 -194
  103. package/build/main/src/sdk/filters/filtering.d.ts +0 -32
  104. package/build/main/src/sdk/filters/filtering.js +0 -228
  105. package/build/main/src/sdk/grpc/GrpcDependencyService.d.ts +0 -11
  106. package/build/main/src/sdk/grpc/GrpcDependencyService.js +0 -86
  107. package/build/main/src/sdk/grpc/scanoss/api/common/v2/scanoss-common_grpc_pb.d.ts +0 -0
  108. package/build/main/src/sdk/grpc/scanoss/api/common/v2/scanoss-common_grpc_pb.js +0 -2
  109. package/build/main/src/sdk/grpc/scanoss/api/common/v2/scanoss-common_pb.d.ts +0 -1
  110. package/build/main/src/sdk/grpc/scanoss/api/common/v2/scanoss-common_pb.js +0 -404
  111. package/build/main/src/sdk/grpc/scanoss/api/dependencies/v2/scanoss-dependencies_grpc_pb.d.ts +0 -39
  112. package/build/main/src/sdk/grpc/scanoss/api/dependencies/v2/scanoss-dependencies_grpc_pb.js +0 -98
  113. package/build/main/src/sdk/grpc/scanoss/api/dependencies/v2/scanoss-dependencies_pb.d.ts +0 -1
  114. package/build/main/src/sdk/grpc/scanoss/api/dependencies/v2/scanoss-dependencies_pb.js +0 -1197
  115. package/build/main/src/sdk/grpc/scanoss/api/scanning/v2/scanoss-scanning_grpc_pb.d.ts +0 -19
  116. package/build/main/src/sdk/grpc/scanoss/api/scanning/v2/scanoss-scanning_grpc_pb.js +0 -66
  117. package/build/main/src/sdk/grpc/scanoss/api/scanning/v2/scanoss-scanning_pb.d.ts +0 -1
  118. package/build/main/src/sdk/grpc/scanoss/api/scanning/v2/scanoss-scanning_pb.js +0 -14
  119. package/build/main/src/sdk/scanner/Dispatcher/DispatchableItem.d.ts +0 -19
  120. package/build/main/src/sdk/scanner/Dispatcher/DispatchableItem.js +0 -43
  121. package/build/main/src/sdk/scanner/Dispatcher/Dispatcher.d.ts +0 -20
  122. package/build/main/src/sdk/scanner/Dispatcher/Dispatcher.js +0 -160
  123. package/build/main/src/sdk/scanner/Dispatcher/DispatcherResponse.d.ts +0 -12
  124. package/build/main/src/sdk/scanner/Dispatcher/DispatcherResponse.js +0 -33
  125. package/build/main/src/sdk/scanner/Dispatcher/GlobalControllerAborter.d.ts +0 -10
  126. package/build/main/src/sdk/scanner/Dispatcher/GlobalControllerAborter.js +0 -32
  127. package/build/main/src/sdk/scanner/Fingerprint.d.ts +0 -16
  128. package/build/main/src/sdk/scanner/Fingerprint.js +0 -78
  129. package/build/main/src/sdk/scanner/Scannable/ScannableItem.d.ts +0 -15
  130. package/build/main/src/sdk/scanner/Scannable/ScannableItem.js +0 -27
  131. package/build/main/src/sdk/scanner/Scanner.d.ts +0 -46
  132. package/build/main/src/sdk/scanner/Scanner.js +0 -283
  133. package/build/main/src/sdk/scanner/ScannerCfg.d.ts +0 -16
  134. package/build/main/src/sdk/scanner/ScannerCfg.js +0 -30
  135. package/build/main/src/sdk/scanner/ScannerTypes.d.ts +0 -121
  136. package/build/main/src/sdk/scanner/ScannerTypes.js +0 -48
  137. package/build/main/src/sdk/scanner/WfpProvider/FingerprintPackage.d.ts +0 -9
  138. package/build/main/src/sdk/scanner/WfpProvider/FingerprintPackage.js +0 -31
  139. package/build/main/src/sdk/scanner/WfpProvider/WfpCalculator/WfpCalculator.d.ts +0 -20
  140. package/build/main/src/sdk/scanner/WfpProvider/WfpCalculator/WfpCalculator.js +0 -492
  141. package/build/main/src/sdk/scanner/WfpProvider/WfpProvider.d.ts +0 -35
  142. package/build/main/src/sdk/scanner/WfpProvider/WfpProvider.js +0 -68
  143. package/build/main/src/sdk/scanner/WfpProvider/WfpSplitter/WfpSplitter.d.ts +0 -21
  144. package/build/main/src/sdk/scanner/WfpProvider/WfpSplitter/WfpSplitter.js +0 -139
  145. package/build/main/src/sdk/tree/File.d.ts +0 -7
  146. package/build/main/src/sdk/tree/File.js +0 -24
  147. package/build/main/src/sdk/tree/Filters/DecompressionFilter.d.ts +0 -7
  148. package/build/main/src/sdk/tree/Filters/DecompressionFilter.js +0 -21
  149. package/build/main/src/sdk/tree/Filters/DependencyFilter.d.ts +0 -7
  150. package/build/main/src/sdk/tree/Filters/DependencyFilter.js +0 -17
  151. package/build/main/src/sdk/tree/Filters/Filter.d.ts +0 -4
  152. package/build/main/src/sdk/tree/Filters/Filter.js +0 -6
  153. package/build/main/src/sdk/tree/Filters/ScanFilter.d.ts +0 -7
  154. package/build/main/src/sdk/tree/Filters/ScanFilter.js +0 -17
  155. package/build/main/src/sdk/tree/Folder.d.ts +0 -12
  156. package/build/main/src/sdk/tree/Folder.js +0 -58
  157. package/build/main/src/sdk/tree/Node.d.ts +0 -17
  158. package/build/main/src/sdk/tree/Node.js +0 -25
  159. package/build/main/src/sdk/tree/Tree.d.ts +0 -18
  160. package/build/main/src/sdk/tree/Tree.js +0 -70
  161. package/build/module/package.json +0 -120
  162. package/build/module/sdk/filters/DefaultFilterForDependencies.d.ts +0 -16
  163. package/build/module/sdk/filters/DefaultFilterForDependencies.js +0 -143
  164. package/build/module/sdk/filters/DefaultFilterForScanning.d.ts +0 -16
  165. package/build/module/sdk/filters/DefaultFilterForScanning.js +0 -192
  166. package/build/module/sdk/filters/filtering.d.ts +0 -32
  167. package/build/module/sdk/filters/filtering.js +0 -203
  168. package/build/module/src/cli/bin/cli-bin.d.ts +0 -2
  169. package/build/module/src/cli/bin/cli-bin.js +0 -67
  170. package/build/module/src/cli/commands/dep.d.ts +0 -1
  171. package/build/module/src/cli/commands/dep.js +0 -32
  172. package/build/module/src/cli/commands/helpers.d.ts +0 -2
  173. package/build/module/src/cli/commands/helpers.js +0 -19
  174. package/build/module/src/cli/commands/scan.d.ts +0 -1
  175. package/build/module/src/cli/commands/scan.js +0 -135
  176. package/build/module/src/cli/commands/wfp.d.ts +0 -1
  177. package/build/module/src/cli/commands/wfp.js +0 -48
  178. package/build/module/src/index.d.ts +0 -14
  179. package/build/module/src/index.js +0 -19
  180. package/build/module/src/sdk/DataLayer/DataLayerTypes.d.ts +0 -108
  181. package/build/module/src/sdk/DataLayer/DataLayerTypes.js +0 -5
  182. package/build/module/src/sdk/DataLayer/DataProviderManager.d.ts +0 -7
  183. package/build/module/src/sdk/DataLayer/DataProviderManager.js +0 -21
  184. package/build/module/src/sdk/DataLayer/DataProviders/ComponentDataProvider.d.ts +0 -13
  185. package/build/module/src/sdk/DataLayer/DataProviders/ComponentDataProvider.js +0 -159
  186. package/build/module/src/sdk/DataLayer/DataProviders/DependencyDataProvider.d.ts +0 -9
  187. package/build/module/src/sdk/DataLayer/DataProviders/DependencyDataProvider.js +0 -34
  188. package/build/module/src/sdk/DataLayer/DataProviders/LicenseDataProvider.d.ts +0 -18
  189. package/build/module/src/sdk/DataLayer/DataProviders/LicenseDataProvider.js +0 -145
  190. package/build/module/src/sdk/DataLayer/DataProviders/SummaryDataProvider.d.ts +0 -11
  191. package/build/module/src/sdk/DataLayer/DataProviders/SummaryDataProvider.js +0 -30
  192. package/build/module/src/sdk/Decompress/DecompressionManager.d.ts +0 -12
  193. package/build/module/src/sdk/Decompress/DecompressionManager.js +0 -67
  194. package/build/module/src/sdk/Decompress/Decompressor/DecompressTgz.d.ts +0 -5
  195. package/build/module/src/sdk/Decompress/Decompressor/DecompressTgz.js +0 -16
  196. package/build/module/src/sdk/Decompress/Decompressor/DecompressZips.d.ts +0 -5
  197. package/build/module/src/sdk/Decompress/Decompressor/DecompressZips.js +0 -18
  198. package/build/module/src/sdk/Decompress/Decompressor/Decompressor.d.ts +0 -10
  199. package/build/module/src/sdk/Decompress/Decompressor/Decompressor.js +0 -15
  200. package/build/module/src/sdk/Dependencies/DependencyScanner.d.ts +0 -11
  201. package/build/module/src/sdk/Dependencies/DependencyScanner.js +0 -93
  202. package/build/module/src/sdk/Dependencies/DependencyScannerCfg.d.ts +0 -4
  203. package/build/module/src/sdk/Dependencies/DependencyScannerCfg.js +0 -7
  204. package/build/module/src/sdk/Dependencies/DependencyTypes.d.ts +0 -21
  205. package/build/module/src/sdk/Dependencies/DependencyTypes.js +0 -2
  206. package/build/module/src/sdk/Dependencies/LocalDependency/DependencyTypes.d.ts +0 -16
  207. package/build/module/src/sdk/Dependencies/LocalDependency/DependencyTypes.js +0 -2
  208. package/build/module/src/sdk/Dependencies/LocalDependency/LocalDependency.d.ts +0 -8
  209. package/build/module/src/sdk/Dependencies/LocalDependency/LocalDependency.js +0 -96
  210. package/build/module/src/sdk/Dependencies/LocalDependency/parsers/buildGradleParser.d.ts +0 -2
  211. package/build/module/src/sdk/Dependencies/LocalDependency/parsers/buildGradleParser.js +0 -87
  212. package/build/module/src/sdk/Dependencies/LocalDependency/parsers/golangParser.d.ts +0 -3
  213. package/build/module/src/sdk/Dependencies/LocalDependency/parsers/golangParser.js +0 -88
  214. package/build/module/src/sdk/Dependencies/LocalDependency/parsers/mavenParser.d.ts +0 -2
  215. package/build/module/src/sdk/Dependencies/LocalDependency/parsers/mavenParser.js +0 -180
  216. package/build/module/src/sdk/Dependencies/LocalDependency/parsers/npmParser.d.ts +0 -13
  217. package/build/module/src/sdk/Dependencies/LocalDependency/parsers/npmParser.js +0 -175
  218. package/build/module/src/sdk/Dependencies/LocalDependency/parsers/nugetParser.d.ts +0 -3
  219. package/build/module/src/sdk/Dependencies/LocalDependency/parsers/nugetParser.js +0 -49
  220. package/build/module/src/sdk/Dependencies/LocalDependency/parsers/pyParser.d.ts +0 -2
  221. package/build/module/src/sdk/Dependencies/LocalDependency/parsers/pyParser.js +0 -57
  222. package/build/module/src/sdk/Dependencies/LocalDependency/parsers/rubyParser.d.ts +0 -3
  223. package/build/module/src/sdk/Dependencies/LocalDependency/parsers/rubyParser.js +0 -125
  224. package/build/module/src/sdk/Dependencies/LocalDependency/parsers/utils.d.ts +0 -2
  225. package/build/module/src/sdk/Dependencies/LocalDependency/parsers/utils.js +0 -15
  226. package/build/module/src/sdk/Report/Report.d.ts +0 -8
  227. package/build/module/src/sdk/Report/Report.js +0 -20
  228. package/build/module/src/sdk/filters/DefaultFilterForDependencies.d.ts +0 -16
  229. package/build/module/src/sdk/filters/DefaultFilterForDependencies.js +0 -143
  230. package/build/module/src/sdk/filters/DefaultFilterForScanning.d.ts +0 -16
  231. package/build/module/src/sdk/filters/DefaultFilterForScanning.js +0 -192
  232. package/build/module/src/sdk/filters/filtering.d.ts +0 -32
  233. package/build/module/src/sdk/filters/filtering.js +0 -203
  234. package/build/module/src/sdk/grpc/GrpcDependencyService.d.ts +0 -11
  235. package/build/module/src/sdk/grpc/GrpcDependencyService.js +0 -64
  236. package/build/module/src/sdk/grpc/scanoss/api/common/v2/scanoss-common_grpc_pb.d.ts +0 -0
  237. package/build/module/src/sdk/grpc/scanoss/api/common/v2/scanoss-common_grpc_pb.js +0 -2
  238. package/build/module/src/sdk/grpc/scanoss/api/common/v2/scanoss-common_pb.d.ts +0 -1
  239. package/build/module/src/sdk/grpc/scanoss/api/common/v2/scanoss-common_pb.js +0 -404
  240. package/build/module/src/sdk/grpc/scanoss/api/dependencies/v2/scanoss-dependencies_grpc_pb.d.ts +0 -39
  241. package/build/module/src/sdk/grpc/scanoss/api/dependencies/v2/scanoss-dependencies_grpc_pb.js +0 -98
  242. package/build/module/src/sdk/grpc/scanoss/api/dependencies/v2/scanoss-dependencies_pb.d.ts +0 -1
  243. package/build/module/src/sdk/grpc/scanoss/api/dependencies/v2/scanoss-dependencies_pb.js +0 -1197
  244. package/build/module/src/sdk/grpc/scanoss/api/scanning/v2/scanoss-scanning_grpc_pb.d.ts +0 -19
  245. package/build/module/src/sdk/grpc/scanoss/api/scanning/v2/scanoss-scanning_grpc_pb.js +0 -66
  246. package/build/module/src/sdk/grpc/scanoss/api/scanning/v2/scanoss-scanning_pb.d.ts +0 -1
  247. package/build/module/src/sdk/grpc/scanoss/api/scanning/v2/scanoss-scanning_pb.js +0 -14
  248. package/build/module/src/sdk/scanner/Dispatcher/DispatchableItem.d.ts +0 -19
  249. package/build/module/src/sdk/scanner/Dispatcher/DispatchableItem.js +0 -37
  250. package/build/module/src/sdk/scanner/Dispatcher/Dispatcher.d.ts +0 -20
  251. package/build/module/src/sdk/scanner/Dispatcher/Dispatcher.js +0 -135
  252. package/build/module/src/sdk/scanner/Dispatcher/DispatcherResponse.d.ts +0 -12
  253. package/build/module/src/sdk/scanner/Dispatcher/DispatcherResponse.js +0 -30
  254. package/build/module/src/sdk/scanner/Dispatcher/GlobalControllerAborter.d.ts +0 -10
  255. package/build/module/src/sdk/scanner/Dispatcher/GlobalControllerAborter.js +0 -26
  256. package/build/module/src/sdk/scanner/Fingerprint.d.ts +0 -16
  257. package/build/module/src/sdk/scanner/Fingerprint.js +0 -54
  258. package/build/module/src/sdk/scanner/Scannable/ScannableItem.d.ts +0 -15
  259. package/build/module/src/sdk/scanner/Scannable/ScannableItem.js +0 -24
  260. package/build/module/src/sdk/scanner/Scanner.d.ts +0 -46
  261. package/build/module/src/sdk/scanner/Scanner.js +0 -275
  262. package/build/module/src/sdk/scanner/ScannerCfg.d.ts +0 -16
  263. package/build/module/src/sdk/scanner/ScannerCfg.js +0 -27
  264. package/build/module/src/sdk/scanner/ScannerTypes.d.ts +0 -121
  265. package/build/module/src/sdk/scanner/ScannerTypes.js +0 -46
  266. package/build/module/src/sdk/scanner/WfpProvider/FingerprintPackage.d.ts +0 -9
  267. package/build/module/src/sdk/scanner/WfpProvider/FingerprintPackage.js +0 -28
  268. package/build/module/src/sdk/scanner/WfpProvider/WfpCalculator/WfpCalculator.d.ts +0 -20
  269. package/build/module/src/sdk/scanner/WfpProvider/WfpCalculator/WfpCalculator.js +0 -486
  270. package/build/module/src/sdk/scanner/WfpProvider/WfpProvider.d.ts +0 -35
  271. package/build/module/src/sdk/scanner/WfpProvider/WfpProvider.js +0 -65
  272. package/build/module/src/sdk/scanner/WfpProvider/WfpSplitter/WfpSplitter.d.ts +0 -21
  273. package/build/module/src/sdk/scanner/WfpProvider/WfpSplitter/WfpSplitter.js +0 -132
  274. package/build/module/src/sdk/tree/File.d.ts +0 -7
  275. package/build/module/src/sdk/tree/File.js +0 -19
  276. package/build/module/src/sdk/tree/Filters/DecompressionFilter.d.ts +0 -7
  277. package/build/module/src/sdk/tree/Filters/DecompressionFilter.js +0 -18
  278. package/build/module/src/sdk/tree/Filters/DependencyFilter.d.ts +0 -7
  279. package/build/module/src/sdk/tree/Filters/DependencyFilter.js +0 -14
  280. package/build/module/src/sdk/tree/Filters/Filter.d.ts +0 -4
  281. package/build/module/src/sdk/tree/Filters/Filter.js +0 -3
  282. package/build/module/src/sdk/tree/Filters/ScanFilter.d.ts +0 -7
  283. package/build/module/src/sdk/tree/Filters/ScanFilter.js +0 -14
  284. package/build/module/src/sdk/tree/Folder.d.ts +0 -12
  285. package/build/module/src/sdk/tree/Folder.js +0 -53
  286. package/build/module/src/sdk/tree/Node.d.ts +0 -17
  287. package/build/module/src/sdk/tree/Node.js +0 -22
  288. package/build/module/src/sdk/tree/Tree.d.ts +0 -18
  289. package/build/module/src/sdk/tree/Tree.js +0 -64
  290. package/package-lock.json +0 -17116
  291. package/src/cli/bin/cli-bin.ts +0 -81
  292. package/src/cli/commands/dep.ts +0 -37
  293. package/src/cli/commands/helpers.ts +0 -19
  294. package/src/cli/commands/scan.ts +0 -173
  295. package/src/cli/commands/wfp.ts +0 -60
  296. package/src/index.ts +0 -31
  297. package/src/sdk/DataLayer/DataLayerTypes.ts +0 -129
  298. package/src/sdk/DataLayer/DataProviderManager.ts +0 -27
  299. package/src/sdk/DataLayer/DataProviders/ComponentDataProvider.ts +0 -195
  300. package/src/sdk/DataLayer/DataProviders/DependencyDataProvider.ts +0 -48
  301. package/src/sdk/DataLayer/DataProviders/LicenseDataProvider.ts +0 -184
  302. package/src/sdk/DataLayer/DataProviders/SummaryDataProvider.ts +0 -47
  303. package/src/sdk/Decompress/DecompressionManager.ts +0 -91
  304. package/src/sdk/Decompress/Decompressor/DecompressTgz.ts +0 -20
  305. package/src/sdk/Decompress/Decompressor/DecompressZips.ts +0 -21
  306. package/src/sdk/Decompress/Decompressor/Decompressor.ts +0 -20
  307. package/src/sdk/Dependencies/DependencyScanner.ts +0 -108
  308. package/src/sdk/Dependencies/DependencyScannerCfg.ts +0 -7
  309. package/src/sdk/Dependencies/DependencyTypes.ts +0 -24
  310. package/src/sdk/Dependencies/LocalDependency/DependencyTypes.ts +0 -21
  311. package/src/sdk/Dependencies/LocalDependency/LocalDependency.ts +0 -111
  312. package/src/sdk/Dependencies/LocalDependency/parsers/buildGradleParser.ts +0 -115
  313. package/src/sdk/Dependencies/LocalDependency/parsers/golangParser.ts +0 -130
  314. package/src/sdk/Dependencies/LocalDependency/parsers/mavenParser.ts +0 -209
  315. package/src/sdk/Dependencies/LocalDependency/parsers/npmParser.ts +0 -227
  316. package/src/sdk/Dependencies/LocalDependency/parsers/nugetParser.ts +0 -64
  317. package/src/sdk/Dependencies/LocalDependency/parsers/pyParser.ts +0 -58
  318. package/src/sdk/Dependencies/LocalDependency/parsers/rubyParser.ts +0 -174
  319. package/src/sdk/Dependencies/LocalDependency/parsers/utils.ts +0 -15
  320. package/src/sdk/FileCount/FileCount.ts +0 -81
  321. package/src/sdk/FileCount/FileCountFilter.ts +0 -14
  322. package/src/sdk/FileCount/Interfaces.ts +0 -23
  323. package/src/sdk/Filtering/DefaultFilterForDependencies.ts +0 -148
  324. package/src/sdk/Filtering/DefaultFilterForScanning.ts +0 -206
  325. package/src/sdk/Filtering/Filtering.ts +0 -273
  326. package/src/sdk/Report/Report.ts +0 -30
  327. package/src/sdk/grpc/GrpcDependencyService.ts +0 -72
  328. package/src/sdk/grpc/scanoss/api/common/v2/scanoss-common_grpc_pb.d.ts +0 -1
  329. package/src/sdk/grpc/scanoss/api/common/v2/scanoss-common_grpc_pb.js +0 -1
  330. package/src/sdk/grpc/scanoss/api/common/v2/scanoss-common_pb.d.ts +0 -79
  331. package/src/sdk/grpc/scanoss/api/common/v2/scanoss-common_pb.js +0 -482
  332. package/src/sdk/grpc/scanoss/api/dependencies/v2/scanoss-dependencies_grpc_pb.d.ts +0 -30
  333. package/src/sdk/grpc/scanoss/api/dependencies/v2/scanoss-dependencies_grpc_pb.js +0 -109
  334. package/src/sdk/grpc/scanoss/api/dependencies/v2/scanoss-dependencies_pb.d.ts +0 -206
  335. package/src/sdk/grpc/scanoss/api/dependencies/v2/scanoss-dependencies_pb.js +0 -1489
  336. package/src/sdk/grpc/scanoss/api/scanning/v2/scanoss-scanning_grpc_pb.d.ts +0 -25
  337. package/src/sdk/grpc/scanoss/api/scanning/v2/scanoss-scanning_grpc_pb.js +0 -73
  338. package/src/sdk/grpc/scanoss/api/scanning/v2/scanoss-scanning_pb.d.ts +0 -6
  339. package/src/sdk/grpc/scanoss/api/scanning/v2/scanoss-scanning_pb.js +0 -15
  340. package/src/sdk/scanner/Dispatcher/DispatchableItem.ts +0 -62
  341. package/src/sdk/scanner/Dispatcher/Dispatcher.ts +0 -173
  342. package/src/sdk/scanner/Dispatcher/DispatcherResponse.ts +0 -40
  343. package/src/sdk/scanner/Dispatcher/GlobalControllerAborter.ts +0 -33
  344. package/src/sdk/scanner/Fingerprint.ts +0 -82
  345. package/src/sdk/scanner/Scannable/ScannableItem.ts +0 -43
  346. package/src/sdk/scanner/Scanner.ts +0 -360
  347. package/src/sdk/scanner/ScannerCfg.ts +0 -43
  348. package/src/sdk/scanner/ScannerTypes.ts +0 -127
  349. package/src/sdk/scanner/WfpProvider/FingerprintPackage.ts +0 -34
  350. package/src/sdk/scanner/WfpProvider/WfpCalculator/WfpCalculator.ts +0 -516
  351. package/src/sdk/scanner/WfpProvider/WfpProvider.ts +0 -105
  352. package/src/sdk/scanner/WfpProvider/WfpSplitter/WfpSplitter.ts +0 -184
  353. package/src/sdk/tree/File.ts +0 -22
  354. package/src/sdk/tree/Filters/DecompressionFilter.ts +0 -22
  355. package/src/sdk/tree/Filters/DependencyFilter.ts +0 -22
  356. package/src/sdk/tree/Filters/Filter.ts +0 -5
  357. package/src/sdk/tree/Filters/ScanFilter.ts +0 -22
  358. package/src/sdk/tree/Folder.ts +0 -57
  359. package/src/sdk/tree/Node.ts +0 -39
  360. package/src/sdk/tree/Tree.ts +0 -82
  361. package/tests/scanoss.sh +0 -56
  362. package/tests/sdk/DataLayer/DataProviders/ComponentDataProvider.spec.ts +0 -176
  363. package/tests/sdk/DataLayer/DataProviders/DependencyDataProvider.spec.ts +0 -51
  364. package/tests/sdk/DataLayer/DataProviders/SummaryDataProvider.spec.ts +0 -35
  365. package/tests/sdk/DataLayer/DataProviders/samples/results-with-dep.json +0 -665
  366. package/tests/sdk/DataLayer/DataProviders/samples/results.json +0 -556
  367. package/tests/sdk/DataLayer/samples/simple/results-with-dep.json +0 -665
  368. package/tests/sdk/DataLayer/samples/simple-1/output1.json +0 -1196
  369. package/tests/sdk/Dependencies/LocalDependency/LocalDependency.spec.ts +0 -24
  370. package/tests/sdk/Dependencies/LocalDependency/Parsers/buildGradle.spec.ts +0 -48
  371. package/tests/sdk/Dependencies/LocalDependency/Parsers/golangParser.spec.ts +0 -146
  372. package/tests/sdk/Dependencies/LocalDependency/Parsers/npmParser.spec.ts +0 -135
  373. package/tests/sdk/Dependencies/LocalDependency/Parsers/nugetParser.spec.ts +0 -73
  374. package/tests/sdk/Dependencies/LocalDependency/Parsers/pomParser.spec.ts +0 -45
  375. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/Gemfile/1/Gemfile +0 -6
  376. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/Gemfile/1/Gemfile~ +0 -0
  377. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/Gemfile/2/Gemfile +0 -3
  378. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/Gemfile/2/Gemfile~ +0 -6
  379. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/Gemfile/3/Gemfile +0 -7
  380. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/Gemfile/3/Gemfile~ +0 -6
  381. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/Gemfile/4/Gemfile +0 -31
  382. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/Gemfile/4/Gemfile~ +0 -7
  383. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/Gemfile.lock/1/Gemfile.lock +0 -180
  384. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/Gemfile.lock/2/Gemfile.lock +0 -60
  385. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/Gemfile.lock/2/Gemfile.lock~ +0 -0
  386. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/go.sum/1/go.sum +0 -119
  387. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/go.sum/depJSON.sh +0 -23
  388. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/gradle/1/build.gradle +0 -26
  389. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/gradle/2/build.gradle +0 -16
  390. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/nuget/NoDependencies.csproj +0 -115
  391. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/nuget/netcore-2.csproj +0 -18
  392. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/nuget/netcore.csproj +0 -14
  393. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/nuget/packageConfig-1/packages.config +0 -5
  394. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/pom.xml/1/pom.xml +0 -670
  395. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/pom.xml/2/pom.xml +0 -780
  396. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/yarn-lock/generate_expected_output.sh +0 -4
  397. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/yarn-lock/v1/yarn.lock +0 -50
  398. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/yarn-lock/v1/yarn.lock-expected +0 -13
  399. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/yarn-lock/v1-complex/yarn.lock +0 -27
  400. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/yarn-lock/v1-complex/yarn.lock-expected +0 -8
  401. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/yarn-lock/v1_2/scancode-out.json +0 -149662
  402. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/yarn-lock/v1_2/yarn.lock +0 -8409
  403. package/tests/sdk/Dependencies/LocalDependency/Parsers/samples/yarn-lock/v1_2/yarn.lock-expected +0 -1153
  404. package/tests/sdk/FileCount/FileCount.spec.ts +0 -35
  405. package/tests/sdk/FileCount/samples/16557/.y.ts +0 -27
  406. package/tests/sdk/FileCount/samples/16557/.z.ts +0 -129
  407. package/tests/sdk/FileCount/samples/16557/files/a.ts +0 -195
  408. package/tests/sdk/FileCount/samples/16557/files/b.ts +0 -184
  409. package/tests/sdk/FileCount/samples/16557/files/c.ts +0 -47
  410. package/tests/sdk/FileCount/samples/22036/files/a.ts +0 -195
  411. package/tests/sdk/FileCount/samples/22036/files/b.ts +0 -184
  412. package/tests/sdk/FileCount/samples/22036/files/c.ts +0 -47
  413. package/tests/sdk/FileCount/samples/22036/files/d.ts +0 -48
  414. package/tests/sdk/FileCount/samples/22036/y.ts +0 -27
  415. package/tests/sdk/FileCount/samples/22036/z.ts +0 -129
  416. package/tests/sdk/Scanner/WfpProvider/WfpCalculator/WfpCalculator.spec.ts +0 -102
  417. package/tests/sdk/Scanner/WfpProvider/WfpCalculator/samples/file1.c +0 -41
  418. package/tests/sdk/Scanner/WfpProvider/WfpCalculator/samples/file2.go +0 -87
  419. package/tests/sdk/Scanner/WfpProvider/WfpSplitter/WfpSplitter.spec.ts +0 -35
  420. package/tests/sdk/Scanner/WfpProvider/WfpSplitter/samples/wfp.wfp +0 -68
  421. package/tests/sdk/Scanner/WfpProvider/WfpSplitter/samples/wfp.wfp~ +0 -68
  422. package/tsconfig.json +0 -31
  423. package/tsconfig.module.json +0 -11
  424. package/yarn.lock +0 -5481
@@ -1,1196 +0,0 @@
1
- {
2
- "scanner": {
3
- "libscanner.so": [
4
- {
5
- "id": "none",
6
- "server": {
7
- "version": "5.0.2",
8
- "kb_version": {
9
- "monthly": "22.09",
10
- "daily": "22.09.29"
11
- }
12
- }
13
- }
14
- ],
15
- "license.zip": [
16
- {
17
- "id": "none",
18
- "server": {
19
- "version": "5.0.2",
20
- "kb_version": {
21
- "monthly": "22.09",
22
- "daily": "22.09.29"
23
- }
24
- }
25
- }
26
- ],
27
- "scanner": [
28
- {
29
- "id": "none",
30
- "server": {
31
- "version": "5.0.2",
32
- "kb_version": {
33
- "monthly": "22.09",
34
- "daily": "22.09.29"
35
- }
36
- }
37
- }
38
- ],
39
- "test.sh": [
40
- {
41
- "id": "none",
42
- "server": {
43
- "version": "5.0.2",
44
- "kb_version": {
45
- "monthly": "22.09",
46
- "daily": "22.09.29"
47
- }
48
- }
49
- }
50
- ],
51
- "dist/scanoss-scanner-1.3.4-amd64.deb": [
52
- {
53
- "id": "none",
54
- "server": {
55
- "version": "5.0.2",
56
- "kb_version": {
57
- "monthly": "22.09",
58
- "daily": "22.09.29"
59
- }
60
- }
61
- }
62
- ],
63
- "dist/debian/DEBIAN/control": [
64
- {
65
- "id": "none",
66
- "server": {
67
- "version": "5.0.2",
68
- "kb_version": {
69
- "monthly": "22.09",
70
- "daily": "22.09.29"
71
- }
72
- }
73
- }
74
- ],
75
- "dist/debian/usr/bin/scanner": [
76
- {
77
- "id": "none",
78
- "server": {
79
- "version": "5.0.2",
80
- "kb_version": {
81
- "monthly": "22.09",
82
- "daily": "22.09.29"
83
- }
84
- }
85
- }
86
- ],
87
- "dist/debian/usr/include/scanoss/cyclonedx.h": [
88
- {
89
- "id": "none",
90
- "server": {
91
- "version": "5.0.2",
92
- "kb_version": {
93
- "monthly": "22.09",
94
- "daily": "22.09.29"
95
- }
96
- }
97
- }
98
- ],
99
- "dist/debian/usr/include/scanoss/format_utils.h": [
100
- {
101
- "id": "file",
102
- "lines": "all",
103
- "oss_lines": "all",
104
- "matched": "100%",
105
- "file_hash": "c049c3f1e15bd280a9b7c6ffa522e8d2",
106
- "source_hash": "c049c3f1e15bd280a9b7c6ffa522e8d2",
107
- "file_url": "https://osskb.org/api/file_contents/c049c3f1e15bd280a9b7c6ffa522e8d2",
108
- "purl": [
109
- "pkg:github/scanoss/scanner.c"
110
- ],
111
- "vendor": "scanoss",
112
- "component": "scanner.c",
113
- "version": "1.3.3",
114
- "latest": "1.3.4",
115
- "url": "https://github.com/scanoss/scanner.c",
116
- "status": "pending",
117
- "release_date": "2021-05-26",
118
- "file": "inc/format_utils.h",
119
- "url_hash": "2d1700ba496453d779d4987255feb5f2",
120
- "licenses": [
121
- {
122
- "name": "GPL-2.0-only",
123
- "patent_hints": "yes",
124
- "copyleft": "yes",
125
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-only.txt",
126
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
127
- "osadl_updated": "2022-09-23 16:16",
128
- "source": "component_declared",
129
- "url": "https://spdx.org/licenses/GPL-2.0-only.html"
130
- }
131
- ],
132
- "server": {
133
- "version": "5.0.2",
134
- "kb_version": {
135
- "monthly": "22.09",
136
- "daily": "22.09.29"
137
- }
138
- }
139
- }
140
- ],
141
- "dist/debian/usr/include/scanoss/scanner.h": [
142
- {
143
- "id": "snippet",
144
- "lines": "27-57,61-145",
145
- "oss_lines": "27-57,48-132",
146
- "matched": "78%",
147
- "file_hash": "e706f1d0b3f190156714631f7c06ce6b",
148
- "source_hash": "c3b661ced96ae4b4d9d031df6cbb5c64",
149
- "file_url": "https://osskb.org/api/file_contents/e706f1d0b3f190156714631f7c06ce6b",
150
- "purl": [
151
- "pkg:github/scanoss/scanner.c"
152
- ],
153
- "vendor": "scanoss",
154
- "component": "scanner.c",
155
- "version": "1.2.7",
156
- "latest": "1.2.7",
157
- "url": "https://github.com/scanoss/scanner.c",
158
- "status": "pending",
159
- "release_date": "2021-03-22",
160
- "file": "inc/scanner.h",
161
- "url_hash": "1c39bc102cb767da055825ffe76eb354",
162
- "licenses": [
163
- {
164
- "name": "GPL-2.0-or-later",
165
- "patent_hints": "yes",
166
- "copyleft": "yes",
167
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-or-later.txt",
168
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
169
- "osadl_updated": "2022-09-23 16:16",
170
- "source": "file_spdx_tag",
171
- "url": "https://spdx.org/licenses/GPL-2.0-or-later.html"
172
- },
173
- {
174
- "name": "GPL-1.0-or-later",
175
- "patent_hints": "no",
176
- "copyleft": "yes",
177
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-1.0-or-later.txt",
178
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
179
- "osadl_updated": "2022-09-23 16:16",
180
- "source": "scancode",
181
- "url": "https://spdx.org/licenses/GPL-1.0-or-later.html"
182
- },
183
- {
184
- "name": "GPL-2.0-or-later",
185
- "patent_hints": "yes",
186
- "copyleft": "yes",
187
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-or-later.txt",
188
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
189
- "osadl_updated": "2022-09-23 16:16",
190
- "source": "scancode",
191
- "url": "https://spdx.org/licenses/GPL-2.0-or-later.html"
192
- },
193
- {
194
- "name": "GPL-2.0-only",
195
- "patent_hints": "yes",
196
- "copyleft": "yes",
197
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-only.txt",
198
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
199
- "osadl_updated": "2022-09-23 16:16",
200
- "source": "component_declared",
201
- "url": "https://spdx.org/licenses/GPL-2.0-only.html"
202
- }
203
- ],
204
- "server": {
205
- "version": "5.0.2",
206
- "kb_version": {
207
- "monthly": "22.09",
208
- "daily": "22.09.29"
209
- }
210
- }
211
- }
212
- ],
213
- "dist/debian/usr/include/scanoss/spdx.h": [
214
- {
215
- "id": "none",
216
- "server": {
217
- "version": "5.0.2",
218
- "kb_version": {
219
- "monthly": "22.09",
220
- "daily": "22.09.29"
221
- }
222
- }
223
- }
224
- ],
225
- "dist/debian/usr/lib/libscanner.so": [
226
- {
227
- "id": "none",
228
- "server": {
229
- "version": "5.0.2",
230
- "kb_version": {
231
- "monthly": "22.09",
232
- "daily": "22.09.29"
233
- }
234
- }
235
- }
236
- ],
237
- "external/inc/crc32c.h": [
238
- {
239
- "id": "none",
240
- "server": {
241
- "version": "5.0.2",
242
- "kb_version": {
243
- "monthly": "22.09",
244
- "daily": "22.09.29"
245
- }
246
- }
247
- }
248
- ],
249
- "external/inc/json.h": [
250
- {
251
- "id": "file",
252
- "lines": "all",
253
- "oss_lines": "all",
254
- "matched": "100%",
255
- "file_hash": "e91a03b850651dd56dd979ba92668a19",
256
- "source_hash": "e91a03b850651dd56dd979ba92668a19",
257
- "file_url": "https://osskb.org/api/file_contents/e91a03b850651dd56dd979ba92668a19",
258
- "purl": [
259
- "pkg:github/scanoss/scanner.c"
260
- ],
261
- "vendor": "scanoss",
262
- "component": "scanner.c",
263
- "version": "1.3.3",
264
- "latest": "1.3.4",
265
- "url": "https://github.com/scanoss/scanner.c",
266
- "status": "pending",
267
- "release_date": "2021-05-26",
268
- "file": "external/inc/json.h",
269
- "url_hash": "2d1700ba496453d779d4987255feb5f2",
270
- "licenses": [
271
- {
272
- "name": "BSD-2-Clause",
273
- "patent_hints": "no",
274
- "copyleft": "no",
275
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/BSD-2-Clause.txt",
276
- "osadl_updated": "2022-09-23 16:16",
277
- "source": "file_header",
278
- "url": "https://spdx.org/licenses/BSD-2-Clause.html"
279
- },
280
- {
281
- "name": "BSD-2-Clause",
282
- "patent_hints": "no",
283
- "copyleft": "no",
284
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/BSD-2-Clause.txt",
285
- "osadl_updated": "2022-09-23 16:16",
286
- "source": "scancode",
287
- "url": "https://spdx.org/licenses/BSD-2-Clause.html"
288
- },
289
- {
290
- "name": "GPL-2.0-only",
291
- "patent_hints": "yes",
292
- "copyleft": "yes",
293
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-only.txt",
294
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
295
- "osadl_updated": "2022-09-23 16:16",
296
- "source": "component_declared",
297
- "url": "https://spdx.org/licenses/GPL-2.0-only.html"
298
- }
299
- ],
300
- "server": {
301
- "version": "5.0.2",
302
- "kb_version": {
303
- "monthly": "22.09",
304
- "daily": "22.09.29"
305
- }
306
- }
307
- }
308
- ],
309
- "external/inc/log.h": [
310
- {
311
- "id": "file",
312
- "lines": "all",
313
- "oss_lines": "all",
314
- "matched": "100%",
315
- "file_hash": "36ae4f65e9302539357a64ddb8e35c28",
316
- "source_hash": "36ae4f65e9302539357a64ddb8e35c28",
317
- "file_url": "https://osskb.org/api/file_contents/36ae4f65e9302539357a64ddb8e35c28",
318
- "purl": [
319
- "pkg:github/scanoss/scanner.c"
320
- ],
321
- "vendor": "scanoss",
322
- "component": "scanner.c",
323
- "version": "1.1.4",
324
- "latest": "1.3.4",
325
- "url": "https://github.com/scanoss/scanner.c",
326
- "status": "pending",
327
- "release_date": "2021-01-11",
328
- "file": "external/inc/log.h",
329
- "url_hash": "1dcd883dc73d16f3ce2cf4f1f9854c7b",
330
- "licenses": [
331
- {
332
- "name": "GPL-2.0-only",
333
- "patent_hints": "yes",
334
- "copyleft": "yes",
335
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-only.txt",
336
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
337
- "osadl_updated": "2022-09-23 16:16",
338
- "source": "component_declared",
339
- "url": "https://spdx.org/licenses/GPL-2.0-only.html"
340
- }
341
- ],
342
- "server": {
343
- "version": "5.0.2",
344
- "kb_version": {
345
- "monthly": "22.09",
346
- "daily": "22.09.29"
347
- }
348
- }
349
- }
350
- ],
351
- "external/inc/winnowing.h": [
352
- {
353
- "id": "none",
354
- "server": {
355
- "version": "5.0.2",
356
- "kb_version": {
357
- "monthly": "22.09",
358
- "daily": "22.09.29"
359
- }
360
- }
361
- }
362
- ],
363
- "external/src/crc32c.c": [
364
- {
365
- "id": "file",
366
- "lines": "all",
367
- "oss_lines": "all",
368
- "matched": "100%",
369
- "file_hash": "0fe279946d388ef07d9c3f6e3ffb8ebe",
370
- "source_hash": "0fe279946d388ef07d9c3f6e3ffb8ebe",
371
- "file_url": "https://osskb.org/api/file_contents/0fe279946d388ef07d9c3f6e3ffb8ebe",
372
- "purl": [
373
- "pkg:github/scanoss/scanner.c"
374
- ],
375
- "vendor": "scanoss",
376
- "component": "scanner.c",
377
- "version": "1.00",
378
- "latest": "1.3.4",
379
- "url": "https://github.com/scanoss/scanner.c",
380
- "status": "pending",
381
- "release_date": "2020-09-20",
382
- "file": "src/external/crc32c.c",
383
- "url_hash": "3066dd762961297d23e021bb8b05a1ca",
384
- "licenses": [
385
- {
386
- "name": "Zlib",
387
- "patent_hints": "no",
388
- "copyleft": "no",
389
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/Zlib.txt",
390
- "osadl_updated": "2022-09-23 16:16",
391
- "source": "file_header",
392
- "url": "https://spdx.org/licenses/Zlib.html"
393
- },
394
- {
395
- "name": "Zlib",
396
- "patent_hints": "no",
397
- "copyleft": "no",
398
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/Zlib.txt",
399
- "osadl_updated": "2022-09-23 16:16",
400
- "source": "scancode",
401
- "url": "https://spdx.org/licenses/Zlib.html"
402
- },
403
- {
404
- "name": "GPL-2.0-only",
405
- "patent_hints": "yes",
406
- "copyleft": "yes",
407
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-only.txt",
408
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
409
- "osadl_updated": "2022-09-23 16:16",
410
- "source": "component_declared",
411
- "url": "https://spdx.org/licenses/GPL-2.0-only.html"
412
- }
413
- ],
414
- "server": {
415
- "version": "5.0.2",
416
- "kb_version": {
417
- "monthly": "22.09",
418
- "daily": "22.09.29"
419
- }
420
- }
421
- }
422
- ],
423
- "external/src/json.c": [
424
- {
425
- "id": "file",
426
- "lines": "all",
427
- "oss_lines": "all",
428
- "matched": "100%",
429
- "file_hash": "8e4d433c1547b59681379e9fe9960546",
430
- "source_hash": "8e4d433c1547b59681379e9fe9960546",
431
- "file_url": "https://osskb.org/api/file_contents/8e4d433c1547b59681379e9fe9960546",
432
- "purl": [
433
- "pkg:github/scanoss/scanner.c"
434
- ],
435
- "vendor": "scanoss",
436
- "component": "scanner.c",
437
- "version": "1.3.3",
438
- "latest": "1.3.4",
439
- "url": "https://github.com/scanoss/scanner.c",
440
- "status": "pending",
441
- "release_date": "2021-05-26",
442
- "file": "external/src/json.c",
443
- "url_hash": "2d1700ba496453d779d4987255feb5f2",
444
- "licenses": [
445
- {
446
- "name": "BSD-2-Clause",
447
- "patent_hints": "no",
448
- "copyleft": "no",
449
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/BSD-2-Clause.txt",
450
- "osadl_updated": "2022-09-23 16:16",
451
- "source": "file_header",
452
- "url": "https://spdx.org/licenses/BSD-2-Clause.html"
453
- },
454
- {
455
- "name": "GPL-2.0-only",
456
- "patent_hints": "yes",
457
- "copyleft": "yes",
458
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-only.txt",
459
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
460
- "osadl_updated": "2022-09-23 16:16",
461
- "source": "component_declared",
462
- "url": "https://spdx.org/licenses/GPL-2.0-only.html"
463
- }
464
- ],
465
- "server": {
466
- "version": "5.0.2",
467
- "kb_version": {
468
- "monthly": "22.09",
469
- "daily": "22.09.29"
470
- }
471
- }
472
- }
473
- ],
474
- "external/src/log.c": [
475
- {
476
- "id": "file",
477
- "lines": "all",
478
- "oss_lines": "all",
479
- "matched": "100%",
480
- "file_hash": "f00c8a010806ff1593b15c7cbff7e594",
481
- "source_hash": "f00c8a010806ff1593b15c7cbff7e594",
482
- "file_url": "https://osskb.org/api/file_contents/f00c8a010806ff1593b15c7cbff7e594",
483
- "purl": [
484
- "pkg:github/scanoss/scanner.c"
485
- ],
486
- "vendor": "scanoss",
487
- "component": "scanner.c",
488
- "version": "1.3.3",
489
- "latest": "1.3.4",
490
- "url": "https://github.com/scanoss/scanner.c",
491
- "status": "pending",
492
- "release_date": "2021-05-26",
493
- "file": "external/src/log.c",
494
- "url_hash": "2d1700ba496453d779d4987255feb5f2",
495
- "licenses": [
496
- {
497
- "name": "GPL-2.0-only",
498
- "patent_hints": "yes",
499
- "copyleft": "yes",
500
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-only.txt",
501
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
502
- "osadl_updated": "2022-09-23 16:16",
503
- "source": "component_declared",
504
- "url": "https://spdx.org/licenses/GPL-2.0-only.html"
505
- }
506
- ],
507
- "server": {
508
- "version": "5.0.2",
509
- "kb_version": {
510
- "monthly": "22.09",
511
- "daily": "22.09.29"
512
- }
513
- }
514
- }
515
- ],
516
- "external/src/winnowing.c": [
517
- {
518
- "id": "snippet",
519
- "lines": "51-158",
520
- "oss_lines": "49-156",
521
- "matched": "67%",
522
- "file_hash": "bb2528635366e73a72cd78e048729c06",
523
- "source_hash": "98bdf0aca446061406d9ec64fb47a8e3",
524
- "file_url": "https://osskb.org/api/file_contents/bb2528635366e73a72cd78e048729c06",
525
- "purl": [
526
- "pkg:github/scanoss/engine"
527
- ],
528
- "vendor": "scanoss",
529
- "component": "engine",
530
- "version": "3.27",
531
- "latest": "4.0.3",
532
- "url": "https://github.com/scanoss/engine",
533
- "status": "pending",
534
- "release_date": "2020-09-16",
535
- "file": "src/external/wfp/winnowing.c",
536
- "url_hash": "32159faf672ed77cf73cf043028e377d",
537
- "licenses": [
538
- {
539
- "name": "GPL-2.0-or-later",
540
- "patent_hints": "yes",
541
- "copyleft": "yes",
542
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-or-later.txt",
543
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
544
- "osadl_updated": "2022-09-23 16:16",
545
- "source": "file_spdx_tag",
546
- "url": "https://spdx.org/licenses/GPL-2.0-or-later.html"
547
- },
548
- {
549
- "name": "GPL-1.0-or-later",
550
- "patent_hints": "no",
551
- "copyleft": "yes",
552
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-1.0-or-later.txt",
553
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
554
- "osadl_updated": "2022-09-23 16:16",
555
- "source": "scancode",
556
- "url": "https://spdx.org/licenses/GPL-1.0-or-later.html"
557
- },
558
- {
559
- "name": "GPL-2.0-or-later",
560
- "patent_hints": "yes",
561
- "copyleft": "yes",
562
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-or-later.txt",
563
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
564
- "osadl_updated": "2022-09-23 16:16",
565
- "source": "scancode",
566
- "url": "https://spdx.org/licenses/GPL-2.0-or-later.html"
567
- },
568
- {
569
- "name": "GPL-2.0-only",
570
- "patent_hints": "yes",
571
- "copyleft": "yes",
572
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-only.txt",
573
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
574
- "osadl_updated": "2022-09-23 16:16",
575
- "source": "component_declared",
576
- "url": "https://spdx.org/licenses/GPL-2.0-only.html"
577
- },
578
- {
579
- "name": "BSD-2-Clause",
580
- "patent_hints": "no",
581
- "copyleft": "no",
582
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/BSD-2-Clause.txt",
583
- "osadl_updated": "2022-09-23 16:16",
584
- "source": "license_file",
585
- "url": "https://spdx.org/licenses/BSD-2-Clause.html"
586
- },
587
- {
588
- "name": "GPL-2.0-only",
589
- "patent_hints": "yes",
590
- "copyleft": "yes",
591
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-only.txt",
592
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
593
- "osadl_updated": "2022-09-23 16:16",
594
- "source": "license_file",
595
- "url": "https://spdx.org/licenses/GPL-2.0-only.html"
596
- }
597
- ],
598
- "server": {
599
- "version": "5.0.2",
600
- "kb_version": {
601
- "monthly": "22.09",
602
- "daily": "22.09.29"
603
- }
604
- }
605
- }
606
- ],
607
- "inc/cyclonedx.h": [
608
- {
609
- "id": "none",
610
- "server": {
611
- "version": "5.0.2",
612
- "kb_version": {
613
- "monthly": "22.09",
614
- "daily": "22.09.29"
615
- }
616
- }
617
- }
618
- ],
619
- "inc/format_utils.h": [
620
- {
621
- "id": "file",
622
- "lines": "all",
623
- "oss_lines": "all",
624
- "matched": "100%",
625
- "file_hash": "c049c3f1e15bd280a9b7c6ffa522e8d2",
626
- "source_hash": "c049c3f1e15bd280a9b7c6ffa522e8d2",
627
- "file_url": "https://osskb.org/api/file_contents/c049c3f1e15bd280a9b7c6ffa522e8d2",
628
- "purl": [
629
- "pkg:github/scanoss/scanner.c"
630
- ],
631
- "vendor": "scanoss",
632
- "component": "scanner.c",
633
- "version": "1.3.3",
634
- "latest": "1.3.4",
635
- "url": "https://github.com/scanoss/scanner.c",
636
- "status": "pending",
637
- "release_date": "2021-05-26",
638
- "file": "inc/format_utils.h",
639
- "url_hash": "2d1700ba496453d779d4987255feb5f2",
640
- "licenses": [
641
- {
642
- "name": "GPL-2.0-only",
643
- "patent_hints": "yes",
644
- "copyleft": "yes",
645
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-only.txt",
646
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
647
- "osadl_updated": "2022-09-23 16:16",
648
- "source": "component_declared",
649
- "url": "https://spdx.org/licenses/GPL-2.0-only.html"
650
- }
651
- ],
652
- "server": {
653
- "version": "5.0.2",
654
- "kb_version": {
655
- "monthly": "22.09",
656
- "daily": "22.09.29"
657
- }
658
- }
659
- }
660
- ],
661
- "inc/scanner.h": [
662
- {
663
- "id": "snippet",
664
- "lines": "27-57,61-145",
665
- "oss_lines": "27-57,48-132",
666
- "matched": "78%",
667
- "file_hash": "e706f1d0b3f190156714631f7c06ce6b",
668
- "source_hash": "c3b661ced96ae4b4d9d031df6cbb5c64",
669
- "file_url": "https://osskb.org/api/file_contents/e706f1d0b3f190156714631f7c06ce6b",
670
- "purl": [
671
- "pkg:github/scanoss/scanner.c"
672
- ],
673
- "vendor": "scanoss",
674
- "component": "scanner.c",
675
- "version": "1.2.7",
676
- "latest": "1.2.7",
677
- "url": "https://github.com/scanoss/scanner.c",
678
- "status": "pending",
679
- "release_date": "2021-03-22",
680
- "file": "inc/scanner.h",
681
- "url_hash": "1c39bc102cb767da055825ffe76eb354",
682
- "licenses": [
683
- {
684
- "name": "GPL-2.0-or-later",
685
- "patent_hints": "yes",
686
- "copyleft": "yes",
687
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-or-later.txt",
688
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
689
- "osadl_updated": "2022-09-23 16:16",
690
- "source": "file_spdx_tag",
691
- "url": "https://spdx.org/licenses/GPL-2.0-or-later.html"
692
- },
693
- {
694
- "name": "GPL-1.0-or-later",
695
- "patent_hints": "no",
696
- "copyleft": "yes",
697
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-1.0-or-later.txt",
698
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
699
- "osadl_updated": "2022-09-23 16:16",
700
- "source": "scancode",
701
- "url": "https://spdx.org/licenses/GPL-1.0-or-later.html"
702
- },
703
- {
704
- "name": "GPL-2.0-or-later",
705
- "patent_hints": "yes",
706
- "copyleft": "yes",
707
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-or-later.txt",
708
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
709
- "osadl_updated": "2022-09-23 16:16",
710
- "source": "scancode",
711
- "url": "https://spdx.org/licenses/GPL-2.0-or-later.html"
712
- },
713
- {
714
- "name": "GPL-2.0-only",
715
- "patent_hints": "yes",
716
- "copyleft": "yes",
717
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-only.txt",
718
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
719
- "osadl_updated": "2022-09-23 16:16",
720
- "source": "component_declared",
721
- "url": "https://spdx.org/licenses/GPL-2.0-only.html"
722
- }
723
- ],
724
- "server": {
725
- "version": "5.0.2",
726
- "kb_version": {
727
- "monthly": "22.09",
728
- "daily": "22.09.29"
729
- }
730
- }
731
- }
732
- ],
733
- "inc/spdx.h": [
734
- {
735
- "id": "none",
736
- "server": {
737
- "version": "5.0.2",
738
- "kb_version": {
739
- "monthly": "22.09",
740
- "daily": "22.09.29"
741
- }
742
- }
743
- }
744
- ],
745
- "packages/debian/control": [
746
- {
747
- "id": "file",
748
- "lines": "all",
749
- "oss_lines": "all",
750
- "matched": "100%",
751
- "file_hash": "89bbfe87ded798243b527ab555a28935",
752
- "source_hash": "89bbfe87ded798243b527ab555a28935",
753
- "file_url": "https://osskb.org/api/file_contents/89bbfe87ded798243b527ab555a28935",
754
- "purl": [
755
- "pkg:github/scanoss/scanner.c"
756
- ],
757
- "vendor": "scanoss",
758
- "component": "scanner.c",
759
- "version": "1.1.6",
760
- "latest": "1.3.4",
761
- "url": "https://github.com/scanoss/scanner.c",
762
- "status": "pending",
763
- "release_date": "2021-01-11",
764
- "file": "packages/debian/control",
765
- "url_hash": "0187c7609df323e359810a5f73bcb632",
766
- "licenses": [
767
- {
768
- "name": "LicenseRef-scancode-free-unknown",
769
- "source": "scancode",
770
- "url": "https://spdx.org/licenses/LicenseRef-scancode-free-unknown.html"
771
- },
772
- {
773
- "name": "GPL-2.0-only",
774
- "patent_hints": "yes",
775
- "copyleft": "yes",
776
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-only.txt",
777
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
778
- "osadl_updated": "2022-09-23 16:16",
779
- "source": "component_declared",
780
- "url": "https://spdx.org/licenses/GPL-2.0-only.html"
781
- }
782
- ],
783
- "server": {
784
- "version": "5.0.2",
785
- "kb_version": {
786
- "monthly": "22.09",
787
- "daily": "22.09.29"
788
- }
789
- }
790
- }
791
- ],
792
- "src/blacklist_ext.h": [
793
- {
794
- "id": "file",
795
- "lines": "all",
796
- "oss_lines": "all",
797
- "matched": "100%",
798
- "file_hash": "5c88faa41303611463bfcbf1a20e3d85",
799
- "source_hash": "5c88faa41303611463bfcbf1a20e3d85",
800
- "file_url": "https://osskb.org/api/file_contents/5c88faa41303611463bfcbf1a20e3d85",
801
- "purl": [
802
- "pkg:github/scanoss/minr"
803
- ],
804
- "vendor": "scanoss",
805
- "component": "minr",
806
- "version": "1.18",
807
- "latest": "1.25",
808
- "url": "https://github.com/scanoss/minr",
809
- "status": "pending",
810
- "release_date": "2020-09-18",
811
- "file": "src/blacklist_ext.h",
812
- "url_hash": "1f177935dcc4cfd61945635f11f04029",
813
- "licenses": [
814
- {
815
- "name": "GPL-2.0-only",
816
- "patent_hints": "yes",
817
- "copyleft": "yes",
818
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-only.txt",
819
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
820
- "osadl_updated": "2022-09-23 16:16",
821
- "source": "component_declared",
822
- "url": "https://spdx.org/licenses/GPL-2.0-only.html"
823
- },
824
- {
825
- "name": "BSD-2-Clause",
826
- "patent_hints": "no",
827
- "copyleft": "no",
828
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/BSD-2-Clause.txt",
829
- "osadl_updated": "2022-09-23 16:16",
830
- "source": "license_file",
831
- "url": "https://spdx.org/licenses/BSD-2-Clause.html"
832
- },
833
- {
834
- "name": "GPL-2.0-only",
835
- "patent_hints": "yes",
836
- "copyleft": "yes",
837
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-only.txt",
838
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
839
- "osadl_updated": "2022-09-23 16:16",
840
- "source": "license_file",
841
- "url": "https://spdx.org/licenses/GPL-2.0-only.html"
842
- }
843
- ],
844
- "server": {
845
- "version": "5.0.2",
846
- "kb_version": {
847
- "monthly": "22.09",
848
- "daily": "22.09.29"
849
- }
850
- }
851
- }
852
- ],
853
- "src/cyclonedx.c": [
854
- {
855
- "id": "file",
856
- "lines": "all",
857
- "oss_lines": "all",
858
- "matched": "100%",
859
- "file_hash": "63b15382476f9cfac485e283c2a868d7",
860
- "source_hash": "63b15382476f9cfac485e283c2a868d7",
861
- "file_url": "https://osskb.org/api/file_contents/63b15382476f9cfac485e283c2a868d7",
862
- "purl": [
863
- "pkg:github/scanoss/scanner.c"
864
- ],
865
- "vendor": "scanoss",
866
- "component": "scanner.c",
867
- "version": "1.3.4",
868
- "latest": "1.3.4",
869
- "url": "https://github.com/scanoss/scanner.c",
870
- "status": "pending",
871
- "release_date": "2021-05-30",
872
- "file": "src/cyclonedx.c",
873
- "url_hash": "3aad37cefa918bee8ade695a8d7f7d88",
874
- "licenses": [
875
- {
876
- "name": "GPL-2.0-or-later",
877
- "patent_hints": "yes",
878
- "copyleft": "yes",
879
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-or-later.txt",
880
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
881
- "osadl_updated": "2022-09-23 16:16",
882
- "source": "file_spdx_tag",
883
- "url": "https://spdx.org/licenses/GPL-2.0-or-later.html"
884
- },
885
- {
886
- "name": "GPL-1.0-or-later",
887
- "patent_hints": "no",
888
- "copyleft": "yes",
889
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-1.0-or-later.txt",
890
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
891
- "osadl_updated": "2022-09-23 16:16",
892
- "source": "scancode",
893
- "url": "https://spdx.org/licenses/GPL-1.0-or-later.html"
894
- },
895
- {
896
- "name": "GPL-2.0-or-later",
897
- "patent_hints": "yes",
898
- "copyleft": "yes",
899
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-or-later.txt",
900
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
901
- "osadl_updated": "2022-09-23 16:16",
902
- "source": "scancode",
903
- "url": "https://spdx.org/licenses/GPL-2.0-or-later.html"
904
- },
905
- {
906
- "name": "GPL-2.0-only",
907
- "patent_hints": "yes",
908
- "copyleft": "yes",
909
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-only.txt",
910
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
911
- "osadl_updated": "2022-09-23 16:16",
912
- "source": "component_declared",
913
- "url": "https://spdx.org/licenses/GPL-2.0-only.html"
914
- }
915
- ],
916
- "server": {
917
- "version": "5.0.2",
918
- "kb_version": {
919
- "monthly": "22.09",
920
- "daily": "22.09.29"
921
- }
922
- }
923
- }
924
- ],
925
- "src/format_utils.c": [
926
- {
927
- "id": "snippet",
928
- "lines": "13-201,199-318",
929
- "oss_lines": "13-201,290-409",
930
- "matched": "96%",
931
- "file_hash": "2691bb31301bbc70edbe7960673b7ca7",
932
- "source_hash": "d7426a736f8bba0b1232387c03cca7f2",
933
- "file_url": "https://osskb.org/api/file_contents/2691bb31301bbc70edbe7960673b7ca7",
934
- "purl": [
935
- "pkg:github/scanoss/scanner.c"
936
- ],
937
- "vendor": "scanoss",
938
- "component": "scanner.c",
939
- "version": "1.3.3",
940
- "latest": "1.3.3",
941
- "url": "https://github.com/scanoss/scanner.c",
942
- "status": "pending",
943
- "release_date": "2021-05-26",
944
- "file": "src/format_utils.c",
945
- "url_hash": "2d1700ba496453d779d4987255feb5f2",
946
- "licenses": [
947
- {
948
- "name": "GPL-2.0-only",
949
- "patent_hints": "yes",
950
- "copyleft": "yes",
951
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-only.txt",
952
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
953
- "osadl_updated": "2022-09-23 16:16",
954
- "source": "component_declared",
955
- "url": "https://spdx.org/licenses/GPL-2.0-only.html"
956
- }
957
- ],
958
- "server": {
959
- "version": "5.0.2",
960
- "kb_version": {
961
- "monthly": "22.09",
962
- "daily": "22.09.29"
963
- }
964
- }
965
- }
966
- ],
967
- "src/main.c": [
968
- {
969
- "id": "file",
970
- "lines": "all",
971
- "oss_lines": "all",
972
- "matched": "100%",
973
- "file_hash": "99d4531daf558a9cc8ac9d1cf5a7dec6",
974
- "source_hash": "99d4531daf558a9cc8ac9d1cf5a7dec6",
975
- "file_url": "https://osskb.org/api/file_contents/99d4531daf558a9cc8ac9d1cf5a7dec6",
976
- "purl": [
977
- "pkg:github/scanoss/scanner.c"
978
- ],
979
- "vendor": "scanoss",
980
- "component": "scanner.c",
981
- "version": "1.3.3",
982
- "latest": "1.3.4",
983
- "url": "https://github.com/scanoss/scanner.c",
984
- "status": "pending",
985
- "release_date": "2021-05-26",
986
- "file": "src/main.c",
987
- "url_hash": "2d1700ba496453d779d4987255feb5f2",
988
- "licenses": [
989
- {
990
- "name": "GPL-2.0-or-later",
991
- "patent_hints": "yes",
992
- "copyleft": "yes",
993
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-or-later.txt",
994
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
995
- "osadl_updated": "2022-09-23 16:16",
996
- "source": "file_spdx_tag",
997
- "url": "https://spdx.org/licenses/GPL-2.0-or-later.html"
998
- },
999
- {
1000
- "name": "GPL-1.0-or-later",
1001
- "patent_hints": "no",
1002
- "copyleft": "yes",
1003
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-1.0-or-later.txt",
1004
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
1005
- "osadl_updated": "2022-09-23 16:16",
1006
- "source": "scancode",
1007
- "url": "https://spdx.org/licenses/GPL-1.0-or-later.html"
1008
- },
1009
- {
1010
- "name": "GPL-2.0-or-later",
1011
- "patent_hints": "yes",
1012
- "copyleft": "yes",
1013
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-or-later.txt",
1014
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
1015
- "osadl_updated": "2022-09-23 16:16",
1016
- "source": "scancode",
1017
- "url": "https://spdx.org/licenses/GPL-2.0-or-later.html"
1018
- },
1019
- {
1020
- "name": "GPL-2.0-only",
1021
- "patent_hints": "yes",
1022
- "copyleft": "yes",
1023
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-only.txt",
1024
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
1025
- "osadl_updated": "2022-09-23 16:16",
1026
- "source": "component_declared",
1027
- "url": "https://spdx.org/licenses/GPL-2.0-only.html"
1028
- }
1029
- ],
1030
- "server": {
1031
- "version": "5.0.2",
1032
- "kb_version": {
1033
- "monthly": "22.09",
1034
- "daily": "22.09.29"
1035
- }
1036
- }
1037
- }
1038
- ],
1039
- "src/scanner.c": [
1040
- {
1041
- "id": "snippet",
1042
- "lines": "331-374,367-486,480-582,596-881,890-935",
1043
- "oss_lines": "340-383,414-533,538-640,778-1063,878-923",
1044
- "matched": "62%",
1045
- "file_hash": "f3793ea301645ceab53061e43e92499a",
1046
- "source_hash": "3400d5f088801afc6b0ae8d27b2346a1",
1047
- "file_url": "https://osskb.org/api/file_contents/f3793ea301645ceab53061e43e92499a",
1048
- "purl": [
1049
- "pkg:github/scanoss/scanner.c"
1050
- ],
1051
- "vendor": "scanoss",
1052
- "component": "scanner.c",
1053
- "version": "1.3.1",
1054
- "latest": "1.3.1",
1055
- "url": "https://github.com/scanoss/scanner.c",
1056
- "status": "pending",
1057
- "release_date": "2021-05-04",
1058
- "file": "src/scanner.c",
1059
- "url_hash": "80bb9419acb6e914ee921ca75760d4d9",
1060
- "licenses": [
1061
- {
1062
- "name": "GPL-2.0-or-later",
1063
- "patent_hints": "yes",
1064
- "copyleft": "yes",
1065
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-or-later.txt",
1066
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
1067
- "osadl_updated": "2022-09-23 16:16",
1068
- "source": "file_spdx_tag",
1069
- "url": "https://spdx.org/licenses/GPL-2.0-or-later.html"
1070
- },
1071
- {
1072
- "name": "GPL-1.0-or-later",
1073
- "patent_hints": "no",
1074
- "copyleft": "yes",
1075
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-1.0-or-later.txt",
1076
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
1077
- "osadl_updated": "2022-09-23 16:16",
1078
- "source": "scancode",
1079
- "url": "https://spdx.org/licenses/GPL-1.0-or-later.html"
1080
- },
1081
- {
1082
- "name": "GPL-2.0-or-later",
1083
- "patent_hints": "yes",
1084
- "copyleft": "yes",
1085
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-or-later.txt",
1086
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
1087
- "osadl_updated": "2022-09-23 16:16",
1088
- "source": "scancode",
1089
- "url": "https://spdx.org/licenses/GPL-2.0-or-later.html"
1090
- },
1091
- {
1092
- "name": "GPL-2.0-only",
1093
- "patent_hints": "yes",
1094
- "copyleft": "yes",
1095
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-only.txt",
1096
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
1097
- "osadl_updated": "2022-09-23 16:16",
1098
- "source": "component_declared",
1099
- "url": "https://spdx.org/licenses/GPL-2.0-only.html"
1100
- }
1101
- ],
1102
- "server": {
1103
- "version": "5.0.2",
1104
- "kb_version": {
1105
- "monthly": "22.09",
1106
- "daily": "22.09.29"
1107
- }
1108
- }
1109
- }
1110
- ],
1111
- "src/spdx.c": [
1112
- {
1113
- "id": "file",
1114
- "lines": "all",
1115
- "oss_lines": "all",
1116
- "matched": "100%",
1117
- "file_hash": "00693585177fc51a8d16b2b890f39277",
1118
- "source_hash": "00693585177fc51a8d16b2b890f39277",
1119
- "file_url": "https://osskb.org/api/file_contents/00693585177fc51a8d16b2b890f39277",
1120
- "purl": [
1121
- "pkg:github/scanoss/scanner.c"
1122
- ],
1123
- "vendor": "scanoss",
1124
- "component": "scanner.c",
1125
- "version": "1.3.3",
1126
- "latest": "1.3.4",
1127
- "url": "https://github.com/scanoss/scanner.c",
1128
- "status": "pending",
1129
- "release_date": "2021-05-26",
1130
- "file": "src/spdx.c",
1131
- "url_hash": "2d1700ba496453d779d4987255feb5f2",
1132
- "licenses": [
1133
- {
1134
- "name": "GPL-2.0-or-later",
1135
- "patent_hints": "yes",
1136
- "copyleft": "yes",
1137
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-or-later.txt",
1138
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
1139
- "osadl_updated": "2022-09-23 16:16",
1140
- "source": "file_spdx_tag",
1141
- "url": "https://spdx.org/licenses/GPL-2.0-or-later.html"
1142
- },
1143
- {
1144
- "name": "CC0-1.0",
1145
- "patent_hints": "yes",
1146
- "copyleft": "no",
1147
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/CC0-1.0.txt",
1148
- "osadl_updated": "2022-09-23 16:16",
1149
- "source": "scancode",
1150
- "url": "https://spdx.org/licenses/CC0-1.0.html"
1151
- },
1152
- {
1153
- "name": "GPL-1.0-or-later",
1154
- "patent_hints": "no",
1155
- "copyleft": "yes",
1156
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-1.0-or-later.txt",
1157
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
1158
- "osadl_updated": "2022-09-23 16:16",
1159
- "source": "scancode",
1160
- "url": "https://spdx.org/licenses/GPL-1.0-or-later.html"
1161
- },
1162
- {
1163
- "name": "GPL-2.0-or-later",
1164
- "patent_hints": "yes",
1165
- "copyleft": "yes",
1166
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-or-later.txt",
1167
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
1168
- "osadl_updated": "2022-09-23 16:16",
1169
- "source": "scancode",
1170
- "url": "https://spdx.org/licenses/GPL-2.0-or-later.html"
1171
- },
1172
- {
1173
- "name": "GPL-2.0-only",
1174
- "patent_hints": "yes",
1175
- "copyleft": "yes",
1176
- "checklist_url": "https://www.osadl.org/fileadmin/checklists/unreflicenses/GPL-2.0-only.txt",
1177
- "incompatible_with": "Apache-1.0, Apache-1.1, Apache-2.0, BSD-4-Clause, BSD-4-Clause-UC, FTL, IJG, OpenSSL, Python-2.0, zlib-acknowledgement, XFree86-1.1",
1178
- "osadl_updated": "2022-09-23 16:16",
1179
- "source": "component_declared",
1180
- "url": "https://spdx.org/licenses/GPL-2.0-only.html"
1181
- }
1182
- ],
1183
- "server": {
1184
- "version": "5.0.2",
1185
- "kb_version": {
1186
- "monthly": "22.09",
1187
- "daily": "22.09.29"
1188
- }
1189
- }
1190
- }
1191
- ]
1192
- },
1193
- "dependencies": {
1194
- "filesList": []
1195
- }
1196
- }