Skip to content

Commit b101953

Browse files
committed
chore: Update security notice
The Best Practices Badge App suggests we should document what users can expect from our project in terms of security.
1 parent 80ef565 commit b101953

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

SECURITY.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
# Security Vulnerabilities
1+
# Security
22

3-
If you discover a security vulnerability in `staged-script`, please head on
4-
over to the [Security Advisories page][advisories] and
5-
draft a new advisory. We thank you in advance for helping to improve the
6-
security of this package.
3+
We run the [`flake8-bandit`][bandit] security scanner via `pre-commit`,
4+
and require it to pass, to ensure known security vulnerabilities don't
5+
make it into our code base.
6+
7+
[bandit]: https://pypi.org/project/flake8-bandit/
8+
9+
## Security Vulnerabilities
10+
11+
If you discover a security vulnerability in `staged-script`, please head
12+
on over to the [Security Advisories page][advisories] and draft a new
13+
advisory. We thank you in advance for helping to improve the security
14+
of this package.
715

816
[advisories]: https://github.com/sandialabs/staged-script/security/advisories

0 commit comments

Comments
 (0)