Skip to content

Commit ecf0cbd

Browse files
OPEN-84: Add SECURITY.md and ReleaseNotes.md files (#16)
Adds: - **SECURITY.md**: Provides guidelines and processes for reporting and addressing security vulnerabilities. - and **ReleaseNotes.md**
1 parent 4869a14 commit ecf0cbd

File tree

5 files changed

+38
-21
lines changed

5 files changed

+38
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ find details in the "Readme" file.
2323

2424
# gematik openHealth - Core Modules
2525

26-
26+
Getting things started.
2727

2828
## License
2929
<!--REUSE-IgnoreStart-->

ReleaseNotes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Release Notes
2+
3+
This document summarizes the publicly released versions of OpenHealth Core.
4+
5+
## Change Log
6+
7+
### LATEST
8+
9+
- Initial release.

SECURITY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Security Policy
2+
3+
Please submit an issue or pull request for any non critical bugs
4+
or non critical vulnerabilities you find.
5+
6+
In case of a responsible disclosure, please follow instructions
7+
on https://www.gematik.de/datensicherheit#c1227.

core-modules/crypto-openssl-sys/src/ossl.rs

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
// SPDX-FileCopyrightText: Copyright 2025 gematik GmbH
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
16+
//
17+
// *******
18+
//
19+
// For additional notes and disclaimer from gematik and in case of changes by gematik,
20+
// find details in the "Readme" file.
21+
122
/* automatically generated by rust-bindgen 0.72.0 */
223

324
pub const OPENSSL_SYS_MACOSX: i32 = 1;

core-modules/crypto-openssl-sys/src/ossl.rs.license

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)