-
Notifications
You must be signed in to change notification settings - Fork 337
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Github Action versions of checkout and setup-ruby have been updated. Some build instructions have been updated to use cmake build mode for increase portability. Google Test and Benchmark have been updated to recent commits. Doxygen generation has been fixed to account for the STUMPLESS_PUBLIC_FUNCTION function attribute.
- Loading branch information
1 parent
57775b3
commit 9f6a776
Showing
20 changed files
with
118 additions
and
106 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
run: | | ||
sudo apt-get update | ||
sudo apt-get install doxygen libsystemd-dev valgrind | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Configure | ||
run: | | ||
cmake -DCOVERAGE=ON -DCMAKE_BUILD_TYPE=Debug . | ||
|
@@ -64,7 +64,7 @@ jobs: | |
name: "linux, release" | ||
runs-on: "ubuntu-latest" | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Configure | ||
run: | | ||
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr . | ||
|
@@ -106,7 +106,7 @@ jobs: | |
name: "linux, release, static library" | ||
runs-on: "ubuntu-latest" | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Configure | ||
run: | | ||
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=OFF . | ||
|
@@ -148,7 +148,7 @@ jobs: | |
name: "linux, all features disabled, debug" | ||
runs-on: "ubuntu-latest" | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Configure | ||
run: | | ||
cmake -DCOVERAGE=ON -DCMAKE_BUILD_TYPE=Debug -DENABLE_JOURNALD_TARGETS=OFF -DENABLE_NETWORK_TARGETS=OFF -DENABLE_SOCKET_TARGETS=OFF -DENABLE_WINDOWS_EVENT_LOG_TARGETS=OFF -DENABLE_THREAD_SAFETY=OFF . | ||
|
@@ -173,7 +173,7 @@ jobs: | |
name: "linux, all features disabled, release" | ||
runs-on: "ubuntu-latest" | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Configure | ||
run: | | ||
cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_JOURNALD_TARGETS=OFF -DENABLE_NETWORK_TARGETS=OFF -DENABLE_SOCKET_TARGETS=OFF -DENABLE_WINDOWS_EVENT_LOG_TARGETS=OFF -DENABLE_THREAD_SAFETY=OFF . | ||
|
@@ -194,8 +194,8 @@ jobs: | |
name: "linux, with c++, debug" | ||
runs-on: "ubuntu-latest" | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/[email protected].2 | ||
- uses: actions/checkout@v3 | ||
- uses: actions/[email protected].3 | ||
- name: Install Prereqs | ||
run: | | ||
sudo apt-get update | ||
|
@@ -227,8 +227,8 @@ jobs: | |
name: "linux, with c++, release" | ||
runs-on: "ubuntu-latest" | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/[email protected].2 | ||
- uses: actions/checkout@v3 | ||
- uses: actions/[email protected].3 | ||
- name: Install Gems | ||
run: | | ||
gem install bundler | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
name: "debug" | ||
runs-on: "macos-latest" | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Configure | ||
run: | | ||
cmake -DCOVERAGE=ON -DCMAKE_BUILD_TYPE=Debug . | ||
|
@@ -53,7 +53,7 @@ jobs: | |
name: "release" | ||
runs-on: "macos-latest" | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Configure | ||
run: | | ||
cmake -DCMAKE_BUILD_TYPE=Release . | ||
|
@@ -92,7 +92,7 @@ jobs: | |
name: "release, static library" | ||
runs-on: "macos-latest" | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Configure | ||
run: | | ||
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF . | ||
|
@@ -133,7 +133,7 @@ jobs: | |
name: "all features disabled" | ||
runs-on: "macos-latest" | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Configure | ||
run: | | ||
cmake -DCOVERAGE=ON -DENABLE_JOURNALD_TARGETS=OFF -DENABLE_NETWORK_TARGETS=OFF -DENABLE_SOCKET_TARGETS=OFF -DENABLE_WINDOWS_EVENT_LOG_TARGETS=OFF -DENABLE_THREAD_SAFETY=OFF . | ||
|
@@ -158,8 +158,8 @@ jobs: | |
name: "with c++" | ||
runs-on: "macos-latest" | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/[email protected].2 | ||
- uses: actions/checkout@v3 | ||
- uses: actions/[email protected].3 | ||
- name: Install Gems | ||
run: | | ||
gem install bundler | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
name: "windows, debug" | ||
runs-on: "windows-2019" | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Configure | ||
run: | | ||
cmake -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=Debug . | ||
|
@@ -34,7 +34,7 @@ jobs: | |
name: "windows, release" | ||
runs-on: "windows-2019" | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Configure | ||
run: | | ||
cmake -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=Release . | ||
|
@@ -54,7 +54,7 @@ jobs: | |
name: "windows, release, static library" | ||
runs-on: "windows-2019" | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Configure | ||
run: | | ||
cmake -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF . | ||
|
@@ -74,7 +74,7 @@ jobs: | |
name: "windows, all features disabled" | ||
runs-on: "windows-2019" | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Configure | ||
run: | | ||
cmake -G "Visual Studio 16 2019" -DENABLE_JOURNALD_TARGETS=OFF -DENABLE_NETWORK_TARGETS=OFF -DENABLE_SOCKET_TARGETS=OFF -DCMAKE_BUILD_TYPE=Release -DENABLE_THREAD_SAFETY=OFF . | ||
|
@@ -91,8 +91,8 @@ jobs: | |
name: "windows, with c++" | ||
runs-on: "windows-2019" | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/[email protected].2 | ||
- uses: actions/checkout@v3 | ||
- uses: actions/[email protected].3 | ||
- name: Install Gems | ||
run: | | ||
gem install bundler | ||
|
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 |
---|---|---|
@@ -1,18 +1,21 @@ | ||
# Stumpless Security Policy | ||
This document describes the security support for Stumpless, including versions | ||
that will be patched and the procedure for submitting vulnerabilities. | ||
|
||
## Supported Versions | ||
|
||
The table below lists the current supported versions of Stumpless. | ||
The table below lists the current supported versions of Stumpless. Generally, | ||
the current and previous major versions are supported at their highest minor | ||
version. | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 2.1.x | :heavy_check_mark: | | ||
| 2.0.x | :heavy_check_mark: | | ||
| 2.0.x | :x: | | ||
| 1.6.x | :heavy_check_mark: | | ||
| <= 1.5 | :x: | | ||
|
||
## Reporting a Vulnerability | ||
|
||
## Reporting a Vulnerability | ||
If you discover a problem with Stumpless, please report it immediately to the | ||
project owner, [Joel Anderson](mailto:[email protected]). The issue | ||
will be investigated as soon as possible and you will receive a response within | ||
|
Oops, something went wrong.