!3 CI OAT 告警清零与README.OpenSource 中License信息整改

Merge pull request !3 from peizhe/master
This commit is contained in:
openharmony_ci
2023-05-04 06:59:09 +00:00
committed by Gitee
2 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -55,10 +55,12 @@ Note:If the text contains special characters|please escape them according to the
-->
<configuration>
<oatconfig>
<licensefile>LICENSE-UNICODE|LICENSE-APACHE|LICENSE-MIT</licensefile>
<licensefile>THIRD_PARTY|LICENSE-APACHE|LICENSE-MIT</licensefile>
<policylist>
<policy name="projectPolicy" desc="">
<policyitem type="compatibility" name="InvalidLicense" path="openssl/src/pkey.rs" desc="rust文件不涉及二进制"/>
<policyitem type="compatibility" name="InvalidLicense" path="openssl/src/pkey.rs" desc="原生上游文件不涉及license"/>
<policyitem type="compatibility" name="InvalidLicense" path="openssl/Cargo.toml" desc="toml文件已声明license"/>
<policyitem type="compatibility" name="OpenSSL" path="THIRD_PARTY" desc="rust-openssl contains code from OpenSSL, under the following license:OpenSSL License"/>
</policy>
</policylist>
</oatconfig>
+2 -2
View File
@@ -1,8 +1,8 @@
[
{
"Name": "openssl",
"License": "Apache License V2.0, MIT",
"License File": "LICENSE-APACHE, LICENSE-MIT",
"License": "Apache License V2.0",
"License File": "THIRD_PARTY",
"Version Number": "0.10.47",
"Owner": "xuelei3@huawei.com",
"Upstream URL": "https://github.com/sfackler/rust-openssl",