Skip to content

Commit

Permalink
fixes #4 ignoring CVE-2024-5480
Browse files Browse the repository at this point in the history
  • Loading branch information
sbarber2 committed Aug 25, 2024
1 parent 698924a commit f6c65b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/security.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Security Notes
==============

* 2024-08-25-1: Have enabled snyk vulnerability PR generation

* 2024-08-25-2: Have snyk-ignored CVE-2024-5480. This vulnerability apparently is only relevant when using pytorch.distributed features, which PlantTracerML currently does not use. Ignoring it because the pytorch folks seem disinclined to address it, and refer to a policy never to use the distributed features on an insecure network.

0 comments on commit f6c65b9

Please sign in to comment.