-
Notifications
You must be signed in to change notification settings - Fork 7
SCA PR #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
SCA PR #3
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,45 @@ | ||||||||||||||||||||||||||
| apply plugin: "java" | ||||||||||||||||||||||||||
| apply plugin: "eclipse" | ||||||||||||||||||||||||||
| apply plugin: "idea" | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| group = "com.mycompany.hadoopproject" | ||||||||||||||||||||||||||
| version = "1.0" | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| repositories { | ||||||||||||||||||||||||||
| mavenCentral() | ||||||||||||||||||||||||||
| maven { | ||||||||||||||||||||||||||
| url "https://repository.cloudera.com/artifactory/cloudera-repos/" | ||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| configurations { | ||||||||||||||||||||||||||
| provided | ||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||
| sourceSets { | ||||||||||||||||||||||||||
| main { | ||||||||||||||||||||||||||
| compileClasspath += configurations.provided | ||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| ext.hadoopVersion = "2.0.0-mr1-cdh4.0.1" | ||||||||||||||||||||||||||
| dependencies { | ||||||||||||||||||||||||||
| provided "org.apache.hadoop:hadoop-client:${hadoopVersion}" | ||||||||||||||||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. org.apache.hadoop:hadoop-client 2.0.0-mr1-cdh4.0.1 / build.gradleTotal vulnerabilities: 2
Check warningCode scanning / checkov CVE-2017-3161 - org.apache.hadoop:hadoop-client: 2.0.0-mr1-cdh4.0.1
CVE-2017-3161 - org.apache.hadoop:hadoop-client: 2.0.0-mr1-cdh4.0.1
Check failureCode scanning / checkov CVE-2017-3162 - org.apache.hadoop:hadoop-client: 2.0.0-mr1-cdh4.0.1
CVE-2017-3162 - org.apache.hadoop:hadoop-client: 2.0.0-mr1-cdh4.0.1
|
||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| compile "com.google.guava:guava:11.0.2" | ||||||||||||||||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. com.google.guava:guava 11.0.2 / build.gradleTotal vulnerabilities: 3
Check failureCode scanning / checkov CVE-2023-2976 - com.google.guava:guava: 11.0.2
CVE-2023-2976 - com.google.guava:guava: 11.0.2
Check warningCode scanning / checkov CVE-2018-10237 - com.google.guava:guava: 11.0.2
CVE-2018-10237 - com.google.guava:guava: 11.0.2
Check noticeCode scanning / checkov CVE-2020-8908 - com.google.guava:guava: 11.0.2
CVE-2020-8908 - com.google.guava:guava: 11.0.2
|
||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| testCompile "junit:junit:4.8.2" | ||||||||||||||||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. junit:junit 4.8.2 / build.gradleTotal vulnerabilities: 1
Check noticeCode scanning / checkov License Common Public License Version 1.0 - junit:junit: 4.8.2
License Common Public License Version 1.0 - junit:junit: 4.8.2
Check warningCode scanning / checkov CVE-2020-15250 - junit:junit: 4.8.2
CVE-2020-15250 - junit:junit: 4.8.2
|
||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| sourceCompatibility = 1.6 | ||||||||||||||||||||||||||
| targetCompatibility = 1.6 | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| eclipse { | ||||||||||||||||||||||||||
| classpath { | ||||||||||||||||||||||||||
| defaultOutputDir = file("${buildDir}/eclipse-classes") | ||||||||||||||||||||||||||
| plusConfigurations += configurations.provided | ||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| jar { | ||||||||||||||||||||||||||
| from configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } | ||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,75 @@ | ||
| <Project Sdk="Microsoft.NET.Sdk"> | ||
|
|
||
| <PropertyGroup> | ||
| <OutputType>Exe</OutputType> | ||
| <TargetFramework>net5.0</TargetFramework> | ||
| </PropertyGroup> | ||
|
|
||
| <ItemGroup> | ||
| <PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.All" Version="2.2.8" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Core" Version="2.2.0" /> | ||
| <PackageReference Include="Microsoft.AspNetCore" Version="2.1.7" /> | ||
| <PackageReference Include="System.Text.RegularExpressions" Version="4.3.0" /> | ||
| <PackageReference Include="System.Net.Security" Version="4.3.0" /> | ||
| <PackageReference Include="System.Net.Http" Version="4.3.0" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Server.IIS" Version="2.2.0" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Server.HttpSys" Version="2.2.0" /> | ||
| <PackageReference Include="System.IO.Pipelines" Version="4.5.0" /> | ||
| <PackageReference Include="System.Private.Uri" Version="4.3.0" /> | ||
| <PackageReference Include="MessagePack" Version="1.7.3.4" /> | ||
| <PackageReference Include="SharpZipLib" Version="0.86.0" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Server.HttpSys" Version="2.1.0" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Server.HttpSys" Version="2.1.1" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Core" Version="2.1.1" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Core" Version="2.1.3" /> | ||
| <PackageReference Include="System.Net.Http" Version="4.3.2" /> | ||
| <PackageReference Include="Microsoft.NETCore.App" Version="1.0.5" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" /> | ||
| <PackageReference Include="Microsoft.AspNetCore" Version="2.1.1" /> | ||
| <PackageReference Include="Microsoft.AspNetCore" Version="2.1.0" /> | ||
| <PackageReference Include="MessagePack" Version="1.7.3.7" /> | ||
| <PackageReference Include="Microsoft.AspNetCore" Version="1.1.4" /> | ||
| <PackageReference Include="Microsoft.NETCore.App" Version="2.2.0" /> | ||
| <PackageReference Include="Microsoft.NETCore.App" Version="2.0.0" /> | ||
| <PackageReference Include="Microsoft.NETCore.App" Version="2.1.0" /> | ||
| <PackageReference Include="jQuery" Version="1.10.2" /> | ||
| <PackageReference Include="jQuery" Version="2.1.4" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.HttpOverrides" Version="2.0.1" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Identity" Version="2.0.1" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Identity" Version="2.1.0" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Identity" Version="2.1.1" /> | ||
| <PackageReference Include="System.Net.Http" Version="4.1.0" /> | ||
| <PackageReference Include="System.Security.Cryptography.Xml" Version="4.4.0" /> | ||
| <PackageReference Include="System.Net.WebSockets.WebSocketProtocol" Version="4.5.0" /> | ||
| <PackageReference Include="System.Net.WebSockets.WebSocketProtocol" Version="4.5.1" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv" Version="2.0.1" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions" Version="2.0.1" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Server.HttpSys" Version="2.0.1" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.0.1" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.1.0" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.1.1" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="2.2.0" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="2.1.1" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="2.1.0" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.WebSockets" Version="2.1.0" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.WebSockets" Version="2.1.1" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.WebSockets" Version="2.2.0" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="1.0.4" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="1.1.4" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Mvc.Cors" Version="1.1.4" /> | ||
| <PackageReference Include="Microsoft.Data.OData" Version="5.8.2" /> | ||
| <PackageReference Include="System.Net.Http" Version="4.3.3" /> | ||
| <PackageReference Include="SharpZipLib" Version="1.1.0" /> | ||
| <PackageReference Include="System.Net.Http" Version="4.1.2" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.5" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.0" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Core" Version="2.1.0" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Core" Version="2.0.1" /> | ||
| <PackageReference Include="Microsoft.NETCore.App" Version="1.1.2" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.0" /> | ||
| <PackageReference Include="Microsoft.AspNetCore" Version="2.0.1" /> | ||
| <PackageReference Include="SharpZipLib" Version="1.2.0" /> | ||
| </ItemGroup> | ||
|
|
||
| </Project> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
junit:junit 4.8.2 / build.gradle
This package use a non-SPDX, unrecognized, or private open-source license. Ensure this package is compliant.