SKopecz / PositiveIntegrators.jl

A Julia library of positivity-preserving time integration methods
https://skopecz.github.io/PositiveIntegrators.jl/
MIT License
13 stars 4 forks source link

Create SECURITY.md #38

Closed ranocha closed 7 months ago

ranocha commented 7 months ago

This shows that we're taking this open-source project seriously. It is considered to be a part of the best practices for open-source software. See https://github.com/trixi-framework/Trixi.jl/pull/1884

@SKopecz: Could you please enable "Private vulnerability reporting" in the settings of this repository (Settings -> Code security and analysis, first item for me)?

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.14%. Comparing base (8ab284e) to head (2556f1f).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #38 +/- ## ======================================= Coverage 98.14% 98.14% ======================================= Files 4 4 Lines 378 378 ======================================= Hits 371 371 Misses 7 7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ranocha commented 7 months ago

Thanks!