e-m-b-a / embark

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

File Format and Link Concatenation Issues in Embark Redirection Links #153

Closed qingyuanyou closed 1 year ago

qingyuanyou commented 1 year ago

Hi Team,

please help with the below issues,

  1. According to Embark's log output, there seems to be a non-existent directory or file, even though it actually exists. Fortunately, this issue does not seem to have any impact on the program's functionality. image
  2. there are two issues when I open the redirection link in emba log. The first one is a file format problem, cf26d5f3d2323832b738d614fad78e9 the second one is a link concatenation error that prevents the file from being found. There are error links present in both the EMBA logs and the embark system. I fixed some error link, however it happens frequently. 3837b48cd22dfb48a215223d68920a6

Thank you very much for taking the time to answer my question.

m-1-k-3 commented 1 year ago

Thank you for reporting. Is this on every firmware or only on selected? @HoxhaEndri could you try to reproduce this issue please?

BenediktMKuehne commented 1 year ago

Hi @qingyuanyou,

about 1. Do these errors still show up on the latest version? They stem from the progress-reporter when the main-logfile is not yet written. It has no effect on the functionality, but I thought I got rid of them...

about 2 I know about this error, it's a problem with rendering problematic html-code through django. Haven't worked on a fix/workaround yet.

The last Link problem should be easily fixable, thanks for finding and reporting.

qingyuanyou commented 1 year ago

Hi Team, for the 1st one, the error fixed after git pull the latest version. for the 2nd one, Haven't worked on a fix/workaround yet. =>Thank you for letting me know. As there is no workaround available, I will not struggling with it. O(∩_∩)O I have marked this issue as resolved. Thank you for your support.