-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Time&Date and Order question #161
Comments
We'll try to address this in the next few weeks👍 |
We currently switch from v1 API to v2 API from NIST and there we are running into little starting issues. See here e-m-b-a/emba#725 and e-m-b-a/emba#888 |
NIST issue should be fixed now e-m-b-a/emba#899 |
This is on my screen right now with EMBArk installation: working. |
I recommend to setup a NIST API key from here https://nvd.nist.gov/developers/request-an-api-key |
Have added this to our prereq docs here https://github.com/e-m-b-a/emba/wiki/Installation#prerequisites |
Yes I have a key, I created the ~/cvexplore folder with a .env file in it. and simply entered the key in this form: but the yellow warnings still comes. :( I know this topic does not belong to this thread, but I have no more idea:( |
Will check, might be an issue with the sudo-user var |
This should work:
|
As quick fix could you try to add the .env file for the root user and try again? |
The servers timezone can be set using the TIME_ZONE variable on startup (default UTC), like so: |
I started EMBArk with time_zone settings: The actual value was displayed in the user menu: I started a scan and the times were OK: but the report page displayed the times in UTC: according to the log: and the details page is also shows the time in UTC: I think the time and date format is not uniform. |
Some parts only use the raw value inside the DB for now Can't recommend using anything other than UTC for the server anyway |
I'll check and add an indicator for the servers-timezone 👍 |
Added some indicator and check function. (Timezone filter will be added in the future where possible) |
Describe the bug
On the report page in EMBArk the start and end date/time does not show the real values if the OS is not in UTC time. My timezone is CEST and I started the scanning in this timezone:
and according to the logs ended in correctly:
but on the report page all the time/date values are in UTC:
Would it be possible to display the Start/End date according to the OS's time/date parameter?
By default the ordering on the report page is by ID in ascending of the tests but in case of many runs it is not user friendly because very difficult to find the last test which may be placed on the 2nd or 3rd page in this default ordering. I know it can be easily customizable by the arrows but if I go to orther page the default ID order comes back, the user must set the custom order all the report page openings.
I think it would be more user friendly to show always the last scan on the top and the previous ones under to see always the actual results:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Like above.
Screenshots
Like above.
Desktop (please complete the following information):
Additional context
These are minor findings, but if it not a big effort it would make the surface more user friendly in my point of view.
The text was updated successfully, but these errors were encountered: