Skip to content

Commit d391cd0

Browse files
committed
feat(package-configurations): Improvements for commons-compress
Incorporate reviewed changed from @tsteenbe, see [1]. [1]: #192 (review) Signed-off-by: Thomas Steenbergen <[email protected]> Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent f7f6970 commit d391cd0

File tree

1 file changed

+25
-0
lines changed
  • package-configurations/Maven/org.apache.commons/commons-compress/1.26.2

1 file changed

+25
-0
lines changed

package-configurations/Maven/org.apache.commons/commons-compress/1.26.2/vcs.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,30 @@ vcs:
55
url: "https://gitbox.apache.org/repos/asf/commons-compress.git"
66
revision: "95727006cac0892c654951c4e7f1db142462f22a"
77
path_excludes:
8+
- pattern: ".github/**"
9+
reason: "BUILD_TOOL_OF"
10+
- pattern: "CODE_OF_CONDUCT.md"
11+
reason: "DOCUMENTATION_OF"
12+
- pattern: "CONTRIBUTING.md"
13+
reason: "DOCUMENTATION_OF"
14+
- pattern: "SECURITY.md"
15+
reason: "DOCUMENTATION_OF"
16+
- pattern: "src/changes/**"
17+
reason: "DOCUMENTATION_OF"
18+
- pattern: "src/main/java/org/apache/commons/compress/archivers/examples/**"
19+
reason: "EXAMPLE_OF"
20+
- pattern: "src/site/**"
21+
reason: "DOCUMENTATION_OF"
822
- pattern: "src/test/**"
923
reason: "TEST_OF"
24+
license_finding_curations:
25+
- path: "src/main/java/org/apache/commons/compress/archivers/zip/*.java"
26+
detected_license: "LicenseRef-scancode-proprietary-license"
27+
reason: "REFERENCE"
28+
comment: |-
29+
This is a match on 'Refer to the section in this document entitled "Incorporating PKWARE Proprietary Technology into
30+
Your Product" for more information', see
31+
https://github.com/apache/commons-compress/blob/rel/commons-compress-1.26.2/src/main/java/org/apache/commons/compress/archivers/zip/X0017_StrongEncryptionHeader.java#L251-L252
32+
Running Git blame on the line shows that this is a reference to the ZIP file format specification, see
33+
https://github.com/apache/commons-compress/commit/a433f625f89c1d464b05186411ff20802e292fb4.
34+
concluded_license: "NONE"

0 commit comments

Comments
 (0)