Skip to content

Commit

Permalink
Create SECURITY.md (#31)
Browse files Browse the repository at this point in the history
* Create SECURITY.md

* soften tolerance on wet-dry well-balancedness test

---------

Co-authored-by: Andrew Winters <[email protected]>
  • Loading branch information
ranocha and andrewwinters5000 authored Mar 26, 2024
1 parent 50efb6d commit 379982f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
30 changes: 30 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 2 additions & 1 deletion test/test_unstructured_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 379982f

Please sign in to comment.