Skip to content

Commit b9a52fa

Browse files
committed
add security advantage of depending on core library.
After reading about NPM supply chain attacks, emphasize core functions of Roundup are available without reaching out to PyPi.
1 parent ddfb243 commit b9a52fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/features.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ from Ka-Ping Yee in the :index:`Software Carpentry` "Track" design competition.
2626
- Can be run in a container like Docker or kubernetes.
2727
- Deploy in your network as a standalone web server or `through
2828
various methods`_ like WSGI, FastCGI, plain CGI, etc.
29+
- Essential tracking features depend on the Python standard
30+
library. Supplementary packages from PyPI are optional and can be
31+
tailored to fit your unique threat model and security needs.
2932

3033
**Issue Tracking and Management**
3134

0 commit comments

Comments
 (0)