-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2766 from mercedes-benz/release-spdx-headers-3d5c488
0 - Before xray-wrapper release: Add missing SPDX license headers [auto-generated]
- Loading branch information
Showing
59 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
sechub-commons-model/src/main/java/com/mercedesbenz/sechub/commons/model/MetaDataModel.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// SPDX-License-Identifier: MIT | ||
package com.mercedesbenz.sechub.commons.model; | ||
|
||
import java.net.URI; | ||
|
1 change: 1 addition & 0 deletions
1
...-commons-model/src/test/java/com/mercedesbenz/sechub/commons/model/MetaDataModelTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
sechub-doc/src/docs/asciidoc/documents/tutorials/00_tutorials.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// SPDX-License-Identifier: MIT | ||
[[section-tutorials]] | ||
= SecHub Tutorials | ||
|
||
|
1 change: 1 addition & 0 deletions
1
sechub-doc/src/docs/asciidoc/documents/tutorials/01_integrate_new_module.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// SPDX-License-Identifier: MIT | ||
== Integrate new SecHub module | ||
[NOTE] | ||
==== | ||
|
1 change: 1 addition & 0 deletions
1
sechub-doc/src/docs/asciidoc/documents/tutorials/02_create_new_pds_solution.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
sechub-pds-solutions/gosec/tests/sanity-check-testdata/testfile.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// SPDX-License-Identifier: MIT | ||
package main | ||
|
||
import "fmt" | ||
|
1 change: 1 addition & 0 deletions
1
...wrapper-xray/src/main/java/com/mercedesbenz/sechub/wrapper/xray/XrayWrapperException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...per-xray/src/main/java/com/mercedesbenz/sechub/wrapper/xray/XrayWrapperJSONConverter.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// SPDX-License-Identifier: MIT | ||
package com.mercedesbenz.sechub.wrapper.xray; | ||
|
||
import java.io.File; | ||
|
1 change: 1 addition & 0 deletions
1
...xray/src/main/java/com/mercedesbenz/sechub/wrapper/xray/api/XrayAPIArtifactoryClient.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...wrapper-xray/src/main/java/com/mercedesbenz/sechub/wrapper/xray/api/XrayAPIConstants.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...wrapper-xray/src/main/java/com/mercedesbenz/sechub/wrapper/xray/api/XrayAPIException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...c/main/java/com/mercedesbenz/sechub/wrapper/xray/api/XrayAPIHTTPUrlConnectionFactory.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// SPDX-License-Identifier: MIT | ||
package com.mercedesbenz.sechub.wrapper.xray.api; | ||
|
||
import java.io.IOException; | ||
|
1 change: 1 addition & 0 deletions
1
...b-wrapper-xray/src/main/java/com/mercedesbenz/sechub/wrapper/xray/api/XrayAPIRequest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// SPDX-License-Identifier: MIT | ||
package com.mercedesbenz.sechub.wrapper.xray.api; | ||
|
||
import java.net.URL; | ||
|
1 change: 1 addition & 0 deletions
1
...er-xray/src/main/java/com/mercedesbenz/sechub/wrapper/xray/api/XrayAPIRequestFactory.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...-wrapper-xray/src/main/java/com/mercedesbenz/sechub/wrapper/xray/api/XrayAPIResponse.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// SPDX-License-Identifier: MIT | ||
package com.mercedesbenz.sechub.wrapper.xray.api; | ||
|
||
import java.util.List; | ||
|
1 change: 1 addition & 0 deletions
1
...r-xray/src/main/java/com/mercedesbenz/sechub/wrapper/xray/api/XrayAPIResponseFactory.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// SPDX-License-Identifier: MIT | ||
package com.mercedesbenz.sechub.wrapper.xray.api; | ||
|
||
import java.io.File; | ||
|
1 change: 1 addition & 0 deletions
1
...in/java/com/mercedesbenz/sechub/wrapper/xray/cli/XrayWrapperArtifactoryClientSupport.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// SPDX-License-Identifier: MIT | ||
package com.mercedesbenz.sechub.wrapper.xray.cli; | ||
|
||
import java.io.File; | ||
|
1 change: 1 addition & 0 deletions
1
...b-wrapper-xray/src/main/java/com/mercedesbenz/sechub/wrapper/xray/cli/XrayWrapperCLI.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// SPDX-License-Identifier: MIT | ||
package com.mercedesbenz.sechub.wrapper.xray.cli; | ||
|
||
import org.slf4j.Logger; | ||
|
1 change: 1 addition & 0 deletions
1
...ay/src/main/java/com/mercedesbenz/sechub/wrapper/xray/cli/XrayWrapperCommandLineArgs.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
.../src/main/java/com/mercedesbenz/sechub/wrapper/xray/cli/XrayWrapperCommandLineParser.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// SPDX-License-Identifier: MIT | ||
package com.mercedesbenz.sechub.wrapper.xray.cli; | ||
|
||
import java.util.Arrays; | ||
|
1 change: 1 addition & 0 deletions
1
.../java/com/mercedesbenz/sechub/wrapper/xray/cli/XrayWrapperCommandLineParserException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...pper-xray/src/main/java/com/mercedesbenz/sechub/wrapper/xray/cli/XrayWrapperExitCode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...per-xray/src/main/java/com/mercedesbenz/sechub/wrapper/xray/cli/XrayWrapperScanTypes.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// SPDX-License-Identifier: MIT | ||
package com.mercedesbenz.sechub.wrapper.xray.cli; | ||
|
||
import java.util.Arrays; | ||
|
1 change: 1 addition & 0 deletions
1
...r-xray/src/main/java/com/mercedesbenz/sechub/wrapper/xray/config/XrayWrapperArtifact.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...y/src/main/java/com/mercedesbenz/sechub/wrapper/xray/config/XrayWrapperConfiguration.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...om/mercedesbenz/sechub/wrapper/xray/report/XrayWrapperCreateCycloneDXReportException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...src/main/java/com/mercedesbenz/sechub/wrapper/xray/report/XrayWrapperReportConstants.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...src/main/java/com/mercedesbenz/sechub/wrapper/xray/report/XrayWrapperReportException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...y/src/main/java/com/mercedesbenz/sechub/wrapper/xray/report/XrayWrapperReportSupport.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// SPDX-License-Identifier: MIT | ||
package com.mercedesbenz.sechub.wrapper.xray.report; | ||
|
||
import java.io.File; | ||
|
1 change: 1 addition & 0 deletions
1
...c/main/java/com/mercedesbenz/sechub/wrapper/xray/report/XrayWrapperReportTransformer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...ava/com/mercedesbenz/sechub/wrapper/xray/report/XrayWrapperReportVulnerabilityMapper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// SPDX-License-Identifier: MIT | ||
package com.mercedesbenz.sechub.wrapper.xray.report; | ||
|
||
import java.io.File; | ||
|
1 change: 1 addition & 0 deletions
1
...ay/src/main/java/com/mercedesbenz/sechub/wrapper/xray/report/XrayWrapperReportWriter.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...src/main/java/com/mercedesbenz/sechub/wrapper/xray/util/EnvironmentVariableConstants.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...ay/src/main/java/com/mercedesbenz/sechub/wrapper/xray/util/EnvironmentVariableReader.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
sechub-wrapper-xray/src/main/java/com/mercedesbenz/sechub/wrapper/xray/util/IOHelper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
.../src/main/java/com/mercedesbenz/sechub/wrapper/xray/util/XrayAPIAuthenticationHeader.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...c/main/java/com/mercedesbenz/sechub/wrapper/xray/util/XrayWrapperConfigurationHelper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...-wrapper-xray/src/main/java/com/mercedesbenz/sechub/wrapper/xray/util/ZipFileCreator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// SPDX-License-Identifier: MIT | ||
package com.mercedesbenz.sechub.wrapper.xray.util; | ||
|
||
import java.io.File; | ||
|
1 change: 1 addition & 0 deletions
1
...rapper-xray/src/main/java/com/mercedesbenz/sechub/wrapper/xray/util/ZipFileExtractor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// SPDX-License-Identifier: MIT | ||
package com.mercedesbenz.sechub.wrapper.xray.util; | ||
|
||
import java.io.File; | ||
|
1 change: 1 addition & 0 deletions
1
...st/java/com/mercedesbenz/sechub/wrapper/xray/api/XrayAPIHTTPUrlConnectionFactoryTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...ray/src/test/java/com/mercedesbenz/sechub/wrapper/xray/api/XrayAPIRequestFactoryTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...apper-xray/src/test/java/com/mercedesbenz/sechub/wrapper/xray/api/XrayAPIRequestTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...ay/src/test/java/com/mercedesbenz/sechub/wrapper/xray/api/XrayAPIResponseFactoryTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...pper-xray/src/test/java/com/mercedesbenz/sechub/wrapper/xray/api/XrayAPIResponseTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
.../test/java/com/mercedesbenz/sechub/wrapper/xray/api/XrayWrapperArtifactoryClientTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...ava/com/mercedesbenz/sechub/wrapper/xray/cli/XrayWrapperArtifactoryClientSupportTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...apper-xray/src/test/java/com/mercedesbenz/sechub/wrapper/xray/cli/XrayWrapperCLITest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
.../test/java/com/mercedesbenz/sechub/wrapper/xray/cli/XrayWrapperCommandLineParserTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...ay/src/test/java/com/mercedesbenz/sechub/wrapper/xray/config/XrayWrapperArtifactTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...c/test/java/com/mercedesbenz/sechub/wrapper/xray/config/XrayWrapperConfigurationTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...c/test/java/com/mercedesbenz/sechub/wrapper/xray/report/XrayWrapperReportSupportTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...st/java/com/mercedesbenz/sechub/wrapper/xray/report/XrayWrapperReportTransformerTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...com/mercedesbenz/sechub/wrapper/xray/report/XrayWrapperReportVulnerabilityMapperTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...rc/test/java/com/mercedesbenz/sechub/wrapper/xray/report/XrayWrapperReportWriterTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...ub-wrapper-xray/src/test/java/com/mercedesbenz/sechub/wrapper/xray/util/IOHelperTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
.../test/java/com/mercedesbenz/sechub/wrapper/xray/util/XrayAPIAuthenticationHeaderTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...st/java/com/mercedesbenz/sechub/wrapper/xray/util/XrayWrapperConfigurationHelperTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...pper-xray/src/test/java/com/mercedesbenz/sechub/wrapper/xray/util/ZipFileCreatorTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...er-xray/src/test/java/com/mercedesbenz/sechub/wrapper/xray/util/ZipFileExtractorTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters