From 120b5a677a851310498c135bbfba4249eb2b44e7 Mon Sep 17 00:00:00 2001 From: petrsnd Date: Sat, 5 Sep 2026 13:02:15 -0600 Subject: [PATCH] Add final newline to CONTRIBUTING.md and SECURITY.md Both files ended without a trailing newline, violating insert_final_newline in .editorconfig. The editorconfig-maven-plugin check fails the Maven build once these files are present alongside the rest of the tree, breaking the pipeline. --- CONTRIBUTING.md | 2 +- SECURITY.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 20eae53..0f32ec7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,4 +42,4 @@ and SpotBugs). See [AGENTS.md](AGENTS.md) for the full conventions. 2. Keep commits focused with clear messages. 3. Ensure `mvn clean verify` passes (unit tests, EditorConfig, SpotBugs). 4. Open a pull request describing the behavior you changed and the tests - that prove it. \ No newline at end of file + that prove it. diff --git a/SECURITY.md b/SECURITY.md index 03be5dc..08dba29 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -37,4 +37,4 @@ disclosure. This policy covers the code in this repository. Vulnerabilities in the Safeguard for Privileged Passwords or Safeguard for Privileged Sessions appliances should be reported through One Identity's process at -https://support.oneidentity.com/essentials/reporting-security-vulnerability. \ No newline at end of file +https://support.oneidentity.com/essentials/reporting-security-vulnerability.