Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pandas

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛑 [Dependency Management]: The pandas package should specify a version constraint to prevent potential compatibility issues and security vulnerabilities. Consider using pandas>=1.3.5,<2.0.0.

ast2json>=0.2,<0.3
graphviz>=0.13,<0.14
graphviz>=0.13,<0.14
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛑 [Security]: The numpy upgrade is critical to address multiple security vulnerabilities123. However, ensure that this version is compatible with your pandas dependency.

Footnotes

  1. CWE-476: NULL Pointer Dereference - https://cwe.mitre.org/data/definitions/476.html

  2. CWE-787: Out-of-bounds Write - https://cwe.mitre.org/data/definitions/787.html

  3. CWE-125: Out-of-bounds Read - https://cwe.mitre.org/data/definitions/125.html

Loading