From e6baab86c66ea920205afdc185c14e1c62bce69d Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Sun, 24 Mar 2024 16:54:26 +0100 Subject: [PATCH 1/2] Create SECURITY.md --- SECURITY.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..2ebbac6 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,30 @@ +# Security Policy + +The Trixi.jl development team takes security issues seriously. We appreciate +all efforts to responsibly disclose any security issues and will make every +effort to acknowledge contributions. + + +## Supported Versions + +The current stable release following the interpretation of +[semantic versioning (SemVer)](https://julialang.github.io/Pkg.jl/dev/compatibility/#Version-specifier-format-1) +used in the Julia ecosystem is supported with security updates. + + +## Reporting a Vulnerability + +To report a security issue, please use the GitHub Security Advisory +["Report a Vulnerability"](https://github.com/trixi-framework/TrixiShallowWater.jl/security/advisories/new) +tab. + +We will send a response indicating the next steps in handling your report. +After the initial reply to your report, we will keep you informed of the +progress towards a fix and full announcement, and may ask for additional +information or guidance. + +Please report security bugs in third-party modules directly to the person +or team maintaining the module. + +Public notifications of vulnerabilities will be shared in community channels +such as Slack. From 560703767d809ae7f0cf35dbc5803a80fe651711 Mon Sep 17 00:00:00 2001 From: Andrew Winters Date: Tue, 26 Mar 2024 12:17:59 +0100 Subject: [PATCH 2/2] soften tolerance on wet-dry well-balancedness test --- test/test_unstructured_2d.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_unstructured_2d.jl b/test/test_unstructured_2d.jl index 6bfb604..cd8c5e7 100644 --- a/test/test_unstructured_2d.jl +++ b/test/test_unstructured_2d.jl @@ -258,7 +258,8 @@ isdir(outdir) && rm(outdir, recursive = true) ], tspan=(0.0, 2.0), surface_flux=(FluxHLL(min_max_speed_naive), - flux_nonconservative_fjordholm_etal)) + flux_nonconservative_fjordholm_etal), + atol=1e-10) # Ensure that we do not have excessive memory allocations # (e.g., from type instabilities) let