github-advanced-security[bot] commented on code in PR #7725:
URL: https://github.com/apache/rocketmq/pull/7725#discussion_r1442570204


##########
pom.xml:
##########
@@ -1096,4 +1108,15 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
+    <distributionManagement>
+        <repository>
+            <id>releases</id>
+            <url>http://mvnrepo.alibaba-inc.com/mvn/releases</url>
+        </repository>

Review Comment:
   ## Failure to use HTTPS or SFTP URL in Maven artifact upload/download
   
   Downloading or uploading artifacts over insecure protocol (eg. http or ftp) 
to/from repository http://mvnrepo.alibaba-inc.com/mvn/releases
   
   [Show more 
details](https://github.com/apache/rocketmq/security/code-scanning/14)



##########
pom.xml:
##########
@@ -1096,4 +1108,15 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
+    <distributionManagement>
+        <repository>
+            <id>releases</id>
+            <url>http://mvnrepo.alibaba-inc.com/mvn/releases</url>
+        </repository>
+        <snapshotRepository>
+            <id>snapshots</id>
+            <url>http://mvnrepo.alibaba-inc.com/mvn/snapshots</url>
+        </snapshotRepository>

Review Comment:
   ## Failure to use HTTPS or SFTP URL in Maven artifact upload/download
   
   Downloading or uploading artifacts over insecure protocol (eg. http or ftp) 
to/from repository http://mvnrepo.alibaba-inc.com/mvn/snapshots
   
   [Show more 
details](https://github.com/apache/rocketmq/security/code-scanning/15)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to