e-m-b-a / embark

EMBArk - The firmware security scanning environment
https://www.securefirmware.de
MIT License
319 stars 46 forks source link

Hashid #43

Closed BenediktMKuehne closed 2 years ago

BenediktMKuehne commented 2 years ago

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

  1. Restructure of apps and project tree
  2. Primary Key(PK) of uploader models changed to UUIDs
  3. fixed delete firmware functionality
  4. changes to user and account menues
  5. adds cancel-analysis functionality (not working yet)

What is the current behavior? (You can also link to an open issue here)

PKs are integers and not unique cancel button not working firmware delete buggy/not working

What is the new behavior (if this is a feature change)?

UUIDs make future features possible. uploader/delete lets you choose the file you want to delete image

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

YES complete change of data-models etc. new installation required

BenediktMKuehne commented 2 years ago

adds some sanitizing to the cmd input