Skip to content

Commit 5232512

Browse files
JLLeitschuhhgonzaleDigi
authored andcommitted
Use HTTPS instead of HTTP to resolve dependencies
This fixes a security vulnerability in this project where the `pom.xml` files were configuring Maven to resolve dependencies over HTTP instead of HTTPS. Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>
1 parent daf4ffc commit 5232512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
<id>digi-repo</id>
367367
<name>Digi Releases Repository</name>
368368
<layout>default</layout>
369-
<url>http://ftp1.digi.com/support/m-repo/</url>
369+
<url>https://ftp1.digi.com/support/m-repo/</url>
370370
<snapshots>
371371
<enabled>false</enabled>
372372
</snapshots>

0 commit comments

Comments
 (0)