e-m-b-a / emba

EMBA - The firmware security analyzer

Home Page:https://www.securefirmware.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvd update issue

torabi12 opened this issue · comments

Describe the bug
Right now the nvd data update is not working.

To Reproduce
Steps to reproduce the behavior:

  1. EMBA installation default mode
  2. $ sudo git pull
  3. See error

Expected behavior
Maybe it is just a temporary problem and not connected to emba.

Screenshots
kép

Desktop (please complete the following information):

  • OS: Kali Linux 2023.4
  • EMBA version: current master branch
  • Installation method: default with up to date docker image

Priority issue
Are you already a [Sponsor]? - [N]

My fault ... One moment

should work again. Main branch was renamed.

Works again:

kép

Thank you.

emba used to have a script which made the update process. Now we update emba, the database and the docker images with separate commands. It works fine, but a very short script would be very useful to go through the entire update process and not one by one manually.

Yea we had this some time ago. The update process was a bit more complex a while ago because of the cve-checker. Now, the update process is quite simple and just a bunch of documented commands (see here). So, just put them again in a little script or cronjob and you are ready to go.

Please reopen if needed

emba used to have a script which made the update process. Now we update emba, the database and the docker images with separate commands. It works fine, but a very short script would be very useful to go through the entire update process and not one by one manually.

btw you are aware of the -U option?

Thank you, I was not aware of it :(
I did one by one, the git pull for emba, for the DB and for the docker as well. Now it is much better:) Great!