You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2023/05/10 06:05:47 UTC

[openmeetings] branch master updated (3db34bf3b -> 45995b7c4)

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


    from 3db34bf3b Switching to the next dev version
     new 377d78681 [OPENMEETINGS-2770] maven-surefire
     new 45995b7c4 no jira: typo is fixed

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 openmeetings-server/src/site/xdoc/security.xml | 2 +-
 pom.xml                                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[openmeetings] 02/02: no jira: typo is fixed

Posted by so...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 45995b7c4ddd1e75a30185558a5e72cc650eb185
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Wed May 10 13:05:36 2023 +0700

    no jira: typo is fixed
---
 openmeetings-server/src/site/xdoc/security.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openmeetings-server/src/site/xdoc/security.xml b/openmeetings-server/src/site/xdoc/security.xml
index db681a657..265744708 100644
--- a/openmeetings-server/src/site/xdoc/security.xml
+++ b/openmeetings-server/src/site/xdoc/security.xml
@@ -72,7 +72,7 @@
 			<p>Vendor: The Apache Software Foundation</p>
 			<p>Versions Affected: from 2.0.0 before 7.0.0</p>
 			<p>Description: An attacker who has gained access to an admin account can perform RCE via null-byte injection<br/>
-				<a href="https://www.cve.org/CVERecord?id=2023-29246">2023-29246</a>
+				<a href="https://www.cve.org/CVERecord?id=CVE-2023-29246">CVE-2023-29246</a>
 			</p>
 			<p>The issue was fixed in 7.1.0<br/>
 				All users are recommended to upgrade to Apache OpenMeetings 7.1.0</p>


[openmeetings] 01/02: [OPENMEETINGS-2770] maven-surefire

Posted by so...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 377d78681ef6060e8a091c344069e78bcce8c109
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Wed May 10 13:04:56 2023 +0700

    [OPENMEETINGS-2770] maven-surefire
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9ced431a9..a51c6faec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
 		<jdk.version>17</jdk.version>
 		<!-- plugin versions -->
 		<maven-javadoc-plugin.version>3.5.0</maven-javadoc-plugin.version>
-		<maven-surefire-plugin.version>3.0.0</maven-surefire-plugin.version>
+		<maven-surefire-plugin.version>3.1.0</maven-surefire-plugin.version>
 		<maven-site-plugin.version>4.0.0-M5</maven-site-plugin.version>
 		<exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
 		<minify-maven-plugin.version>1.7.6</minify-maven-plugin.version>