Skip to content

Commit 52b680e

Browse files
JLLeitschuhVladimir Kotal
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 <[email protected]>
1 parent a8b461b commit 52b680e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Portions Copyright (c) 2018, Chris Fraire <[email protected]>.
268268
<pluginRepository>
269269
<name>oss.sonatype.org</name>
270270
<id>oss.sonatype.org</id>
271-
<url>http://oss.sonatype.org/content/groups/public</url>
271+
<url>https://oss.sonatype.org/content/groups/public</url>
272272
</pluginRepository>
273273
</pluginRepositories>
274274

0 commit comments

Comments
 (0)