forked from jakartaee/jaxb-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Lukas Jungmann <[email protected]>
- Loading branch information
Showing
6 changed files
with
73 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
[//]: # " Copyright (c) 2024 Oracle and/or its affiliates. All rights reserved. " | ||
[//]: # " " | ||
[//]: # " This program and the accompanying materials are made available under the " | ||
[//]: # " terms of the Eclipse Distribution License v. 1.0, which is available at " | ||
[//]: # " http://www.eclipse.org/org/documents/edl-v10.php. " | ||
[//]: # " " | ||
[//]: # " SPDX-License-Identifier: BSD-3-Clause " | ||
|
||
# Security Policy | ||
|
||
This project implements the Eclipse Foundation Security Policy | ||
|
||
* https://www.eclipse.org/security | ||
|
||
## Supported Versions | ||
|
||
These versions of Jakarta XML Binding are currently being supported with | ||
security updates. | ||
|
||
| Version | Released | Supported | | ||
| ------- | ---------- | --------- | | ||
| 4.0 | 2022-03-30 | Yes | | ||
| 3.0.1 | 2021-03-26 | Yes | | ||
| < 3.0 | 2020-11-04 | No | | ||
|
||
## Reporting a Vulnerability | ||
|
||
Please report vulnerabilities to the Eclipse Foundation Security Team at | ||
[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,12 +28,12 @@ | |
<packaging>pom</packaging> | ||
<name>Jakarta XML Binding</name> | ||
<description>Jakarta XML Binding API</description> | ||
<url>https://github.com/eclipse-ee4j/jaxb-api</url> | ||
<url>https://github.com/jakartaee/jaxb-api</url> | ||
|
||
<scm> | ||
<connection>scm:git:git://github.com/jakartaee/jaxb-api</connection> | ||
<developerConnection>scm:git:[email protected]:jakartaee/jaxb-api</developerConnection> | ||
<url>https://github.com/jakartaee/jaxb-api</url> | ||
<connection>scm:git:git://github.com/jakartaee/jaxb-api.git</connection> | ||
<developerConnection>scm:git:[email protected]:jakartaee/jaxb-api.git</developerConnection> | ||
<url>https://github.com/jakartaee/jaxb-api.git</url> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
|
@@ -55,7 +55,7 @@ | |
|
||
<issueManagement> | ||
<system>github</system> | ||
<url>https://github.com/eclipse-ee4j/jaxb-api/issues</url> | ||
<url>https://github.com/jakartaee/jaxb-api/issues</url> | ||
</issueManagement> | ||
|
||
<mailingLists> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,14 +35,14 @@ | |
<name>Jakarta XML Binding Specification</name> | ||
|
||
<scm> | ||
<connection>scm:git:git://github.com/jakartaee/jaxb-api</connection> | ||
<developerConnection>scm:git:[email protected]:jakartaee/jaxb-api</developerConnection> | ||
<url>https://github.com/jakartaee/jaxb-api</url> | ||
<connection>scm:git:git://github.com/jakartaee/jaxb-api.git</connection> | ||
<developerConnection>scm:git:[email protected]:jakartaee/jaxb-api.git</developerConnection> | ||
<url>https://github.com/jakartaee/jaxb-api.git</url> | ||
<tag>HEAD</tag> | ||
</scm> | ||
<distributionManagement> | ||
<site> | ||
<url>scm:git:[email protected]:jakartaee/jaxb-api</url> | ||
<url>scm:git:[email protected]:jakartaee/jaxb-api.git</url> | ||
</site> | ||
</distributionManagement> | ||
|
||
|