Skip to content

Commit

Permalink
Fix or ignore CVE
Browse files Browse the repository at this point in the history
```
  +==============================================================================+
  |                                                                              |
  |                               /$$$$$$            /$$                         |
  |                              /$$__  $$          | $$                         |
  |           /$$$$$$$  /$$$$$$ | $$  \__//$$$$$$  /$$$$$$   /$$   /$$           |
  |          /$$_____/ |____  $$| $$$$   /$$__  $$|_  $$_/  | $$  | $$           |
  |         |  $$$$$$   /$$$$$$$| $$_/  | $$$$$$$$  | $$    | $$  | $$           |
  |          \____  $$ /$$__  $$| $$    | $$_____/  | $$ /$$| $$  | $$           |
  |          /$$$$$$$/|  $$$$$$$| $$    |  $$$$$$$  |  $$$$/|  $$$$$$$           |
  |         |_______/  \_______/|__/     \_______/   \___/   \____  $$           |
  |                                                          /$$  | $$           |
  |                                                         |  $$$$$$/           |
  |  by pyup.io                                              \______/            |
  |                                                                              |
  +==============================================================================+
  | REPORT                                                                       |
  | checked 54 packages, using free DB (updated once a month)                    |
  +============================+===========+==========================+==========+
  | package                    | installed | affected                 | ID       |
  +============================+===========+==========================+==========+
  | sqlalchemy-utils           | 0.38.2    | >=0.27.0                 | 42194    |
  +==============================================================================+
  | Sqlalchemy-utils from version 0.27.0 'EncryptedType' uses by default AES     |
  | with CBC mode. The IV that it uses is not random though.                     |
  | kvesteri/sqlalchemy-utils#166                      |
  | kvesteri/sqlalchemy-utils#499                        |
  +==============================================================================+
  | ujson                      | 5.1.0     | <=5.1.0                  | 46499    |
  +==============================================================================+
  | UltraJSON (aka ujson) through 5.1.0 has a stack-based buffer overflow in     |
  | Buffer_AppendIndentUnchecked (called from encode). Exploitation can, for     |
  | example, use a large amount of indentation.                                  |
  +==============================================================================+
```
  • Loading branch information
sbrunner committed Apr 7, 2022
1 parent 2f949c8 commit 3bc69f8
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 52 deletions.
104 changes: 52 additions & 52 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pip-cve-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
42194

0 comments on commit 3bc69f8

Please sign in to comment.