Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 8 vulnerabilities #109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 43 additions & 43 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>de.mpg.mpdl.inge</groupId>
<artifactId>INGe</artifactId>
<name>INGe</name>
<version>8.5.4-SNAPSHOT</version>
<version>8.5.3</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -133,7 +133,7 @@
<connection>scm:git:https://github.com/MPDL/INGe.git</connection>
<developerConnection>scm:git:https://github.com/MPDL/INGe.git</developerConnection>
<url>https://github.com/MPDL/INGe</url>
<tag>HEAD</tag>
<tag>INGe-8.5.3</tag>
</scm>

<repositories>
Expand Down Expand Up @@ -617,12 +617,12 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-webmvc</artifactId>
<version>3.7.7</version>
<version>4.4.0</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>5.8.1</version>
<version>6.2.7</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
Expand Down Expand Up @@ -660,96 +660,96 @@
<dependency>
<groupId>de.mpg.mpdl.inge</groupId>
<artifactId>aa_logic</artifactId>
<version>8.5.4-SNAPSHOT</version>
<version>8.5.3</version>
</dependency>
<dependency>
<groupId>de.mpg.mpdl.inge</groupId>
<artifactId>aa_presentation</artifactId>
<version>8.5.4-SNAPSHOT</version>
<version>8.5.3</version>
<type>war</type>
</dependency>
<dependency>
<groupId>de.mpg.mpdl.inge</groupId>
<artifactId>citation_style_language_manager</artifactId>
<version>8.5.4-SNAPSHOT</version>
<version>8.5.3</version>
</dependency>
<dependency>
<groupId>de.mpg.mpdl.inge</groupId>
<artifactId>citationmanager</artifactId>
<version>8.5.4-SNAPSHOT</version>
<version>8.5.3</version>
</dependency>
<dependency>
<groupId>de.mpg.mpdl.inge</groupId>
<artifactId>cone</artifactId>
<version>8.5.4-SNAPSHOT</version>
<version>8.5.3</version>
</dependency>
<dependency>
<groupId>de.mpg.mpdl.inge</groupId>
<artifactId>cone_cache</artifactId>
<version>8.5.4-SNAPSHOT</version>
<version>8.5.3</version>
</dependency>
<dependency>
<groupId>de.mpg.mpdl.inge</groupId>
<artifactId>cone_presentation</artifactId>
<version>8.5.4-SNAPSHOT</version>
<version>8.5.3</version>
<type>war</type>
</dependency>
<dependency>
<groupId>de.mpg.mpdl.inge</groupId>
<artifactId>dataacquisition</artifactId>
<version>8.5.4-SNAPSHOT</version>
<version>8.5.3</version>
</dependency>
<dependency>
<groupId>de.mpg.mpdl.inge</groupId>
<artifactId>inge_db_connector</artifactId>
<version>8.5.4-SNAPSHOT</version>
<version>8.5.3</version>
</dependency>
<dependency>
<groupId>de.mpg.mpdl.inge</groupId>
<artifactId>inge_es_connector</artifactId>
<version>8.5.4-SNAPSHOT</version>
<version>8.5.3</version>
</dependency>
<dependency>
<groupId>de.mpg.mpdl.inge</groupId>
<artifactId>inge_filestorage_connector</artifactId>
<version>8.5.4-SNAPSHOT</version>
<version>8.5.3</version>
</dependency>
<dependency>
<groupId>de.mpg.mpdl.inge</groupId>
<artifactId>inge_util</artifactId>
<version>8.5.4-SNAPSHOT</version>
<version>8.5.3</version>
</dependency>
<dependency>
<groupId>de.mpg.mpdl.inge</groupId>
<artifactId>inge_validation</artifactId>
<version>8.5.4-SNAPSHOT</version>
<version>8.5.3</version>
</dependency>
<dependency>
<groupId>de.mpg.mpdl.inge</groupId>
<artifactId>model</artifactId>
<version>8.5.4-SNAPSHOT</version>
<version>8.5.3</version>
</dependency>
<dependency>
<groupId>de.mpg.mpdl.inge</groupId>
<artifactId>pubman_logic</artifactId>
<version>8.5.4-SNAPSHOT</version>
<version>8.5.3</version>
</dependency>
<dependency>
<groupId>de.mpg.mpdl.inge</groupId>
<artifactId>pubman_presentation</artifactId>
<version>8.5.4-SNAPSHOT</version>
<version>8.5.3</version>
<type>war</type>
</dependency>
<dependency>
<groupId>de.mpg.mpdl.inge</groupId>
<artifactId>pubman_rest</artifactId>
<version>8.5.4-SNAPSHOT</version>
<version>8.5.3</version>
<type>war</type>
</dependency>
<dependency>
<groupId>de.mpg.mpdl.inge</groupId>
<artifactId>transformationManager</artifactId>
<version>8.5.4-SNAPSHOT</version>
<version>8.5.3</version>
</dependency>

<!-- Saxon -->
Expand Down Expand Up @@ -997,16 +997,16 @@
</reporting>

<properties>
<inge.aa.client.class />
<inge.aa.client.class/>
<inge.aa.client.finish.class>de.mpg.mpdl.inge.aa.web.client.IngeAaClientFinish</inge.aa.client.finish.class>
<inge.aa.client.logout.class>de.mpg.mpdl.inge.aa.web.client.IngeAaLogoutClient</inge.aa.client.logout.class>
<inge.aa.client.start.class>de.mpg.mpdl.inge.aa.web.client.IngeAaClientStart</inge.aa.client.start.class>
<inge.aa.default.target>http://localhost:8080/auth/clientLogin</inge.aa.default.target>
<inge.aa.instance.url>http://localhost:8080/auth/</inge.aa.instance.url>
<inge.aa.private.key.file>private.key</inge.aa.private.key.file>
<inge.aa.public.key.file>public.key</inge.aa.public.key.file>
<inge.auth.mpg.ip.csv.url />
<inge.auth.mpg.ip.json.url />
<inge.auth.mpg.ip.csv.url/>
<inge.auth.mpg.ip.json.url/>
<inge.auth.mpg.ip.use>true</inge.auth.mpg.ip.use>
<inge.cone.cache.use>true</inge.cone.cache.use>
<inge.cone.database.driver.class>org.postgresql.Driver</inge.cone.database.driver.class>
Expand Down Expand Up @@ -1038,12 +1038,12 @@
<inge.email.mailservername>mx04.mpdl.mpg.de</inge.email.mailservername>
<inge.email.sender>[email protected]</inge.email.sender>
<inge.email.withauthentication>false</inge.email.withauthentication>
<inge.es.password />
<inge.es.password/>
<inge.es.rest.host-port.test>localhost:9400</inge.es.rest.host-port.test>
<inge.es.rest.host-port>localhost:9200</inge.es.rest.host-port>
<inge.es.rest.path-prefix.test />
<inge.es.rest.path-prefix />
<inge.es.user />
<inge.es.rest.path-prefix.test/>
<inge.es.rest.path-prefix/>
<inge.es.user/>
<inge.filestorage.filesystem_path>/standalone/data/inge_files/</inge.filestorage.filesystem_path>
<inge.filestorage.oai.filesystem_path>/standalone/data/inge_oai_files/</inge.filestorage.oai.filesystem_path>
<inge.filestorage.seaweed_direct_submit_path>/submit</inge.filestorage.seaweed_direct_submit_path>
Expand All @@ -1068,8 +1068,8 @@
<inge.pid.service.create.path>/doxi/rest/pid/create</inge.pid.service.create.path>
<inge.pid.service.timeout>5000</inge.pid.service.timeout>
<inge.pid.service.use>true</inge.pid.service.use>
<inge.pubman.blog.baseUrl />
<inge.pubman.blog.news />
<inge.pubman.blog.baseUrl/>
<inge.pubman.blog.news/>
<inge.pubman.component.pattern>/item/$1/component/$2/$3</inge.pubman.component.pattern>
<inge.pubman.cookie.version>1.0</inge.pubman.cookie.version>
<inge.pubman.csl_editor.instance>http://editor.citationstyles.org</inge.pubman.csl_editor.instance>
Expand All @@ -1079,18 +1079,18 @@
<inge.pubman.footer.fileName>matomo.js</inge.pubman.footer.fileName>
<inge.pubman.genres.configuration>Genres.xml</inge.pubman.genres.configuration>
<inge.pubman.help.url>https://colab.mpdl.mpg.de/mediawiki/MPG.PuRe_Help</inge.pubman.help.url>
<inge.pubman.home.content.url />
<inge.pubman.home.content.url/>
<inge.pubman.instance.context.path>/pubman</inge.pubman.instance.context.path>
<inge.pubman.instance.ssrn_contexts />
<inge.pubman.instance.ssrn_contexts/>
<inge.pubman.item.pattern>/item/$1</inge.pubman.item.pattern>
<inge.pubman.logo.css />
<inge.pubman.logo.url />
<inge.pubman.policy.url />
<inge.pubman.logo.css/>
<inge.pubman.logo.url/>
<inge.pubman.policy.url/>
<inge.pubman.presentation.url>/pubman/resources/cssFramework/main.css</inge.pubman.presentation.url>
<inge.pubman.privacy.url />
<inge.pubman.root.authors.icon />
<inge.pubman.root.organisation.id />
<inge.pubman.root.organization.name />
<inge.pubman.privacy.url/>
<inge.pubman.root.authors.icon/>
<inge.pubman.root.organisation.id/>
<inge.pubman.root.organization.name/>
<inge.pubman.sitemap.max.items>50000</inge.pubman.sitemap.max.items>
<inge.pubman.sitemap.retrieve.items>1000</inge.pubman.sitemap.retrieve.items>
<inge.pubman.stylesheet.url>/pubman/resources/cssFramework/themes/skin_MPG/styles/theme.css</inge.pubman.stylesheet.url>
Expand Down Expand Up @@ -1251,7 +1251,7 @@
<inge.pubman.csl_editor.instance>https://pure.mpg.de/csl-editor/</inge.pubman.csl_editor.instance>
<inge.pubman.instance.url>https://dev.inge.mpdl.mpg.de</inge.pubman.instance.url>
<inge.rest.development.enabled>false</inge.rest.development.enabled>
<inge.rest.development.file_url />
<inge.rest.development.file_url/>
<inge.rest.service.url>https://dev.inge.mpdl.mpg.de/rest</inge.rest.service.url>
<inge.systemtype>dev</inge.systemtype>
<inge.unapi.service.url>https://dev.inge.mpdl.mpg.de/rest/unapi</inge.unapi.service.url>
Expand Down Expand Up @@ -1309,7 +1309,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore />
<ignore/>
</action>
</pluginExecution>

Expand All @@ -1329,7 +1329,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore />
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
Expand Down