Skip to content
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

Getting “Result: Report outdated Scan Engine / Environment (local)” reports #251

Open
2nutz4u opened this issue May 19, 2020 · 13 comments

Comments

@2nutz4u
Copy link

2nutz4u commented May 19, 2020

I get the following report Result: Report outdated / end-of-life Scan Engine / Environment (local) after a scan. I have deleted and rebuilt the docker image but the problem persist.
Similar issue reported here
https://community.greenbone.net/t/openvas-9-0-1-update-to-9-0-3-centos/1859

Thank you.

@mrod23
Copy link

mrod23 commented May 29, 2020

Getting the same issue,
GVM needs to be updated
Seeing this in the every report:
Installed GVM Libraries (gvm-libs) version: 9.0.3
Latest available GVM Libraries (gvm-libs) version: 10.0.1
Reference URL(s) for the latest available version: https://community.greenbone.net/t/gvm-11-stable-initial-release-2019-10-14/3674 / https://community.greenbone.net/t/gvm-10-old-stable-initial-release-2019-04-05/208

@richardklein
Copy link

is there any update on this?

@mattdavenport
Copy link

It appears the latest version has been updated to 10, but the image is lagging behind in versions so the scanner is complaining.

@kampfflunder
Copy link

Maybe it is possible to update GVM from within the container?
If so: how?

@iamjoeker
Copy link

Updating requires downloading and recompiling the updated components. I'm working on an alternative docker image including the latest version of everything. I will either share here or PR it once I've got it working acceptably.

@mayantec
Copy link

Thanks in advance, we will wonder to try it out.

@mayantec
Copy link

Updating requires downloading and recompiling the updated components. I'm working on an alternative docker image including the latest version of everything. I will either share here or PR it once I've got it working acceptably.

Did You succeed?

@xoroz
Copy link

xoroz commented Oct 1, 2020

let us know if there is a version 10 avail?

thank you

@kukulkanos
Copy link

Done, for now:

docker run --name=openvas -d -ti -p 9443:9443 m4ch1n3s/openvas20
Wait for 10 minutes or 15 to get up to date, and then change the password
docker exec -ti openvas gvmd --user=admin --new-password=new_password

and go trow https://ip:9443

@koonoh
Copy link

koonoh commented Dec 23, 2020

Done, for now:

docker run --name=openvas -d -ti -p 9443:9443 m4ch1n3s/openvas20
Wait for 10 minutes or 15 to get up to date, and then change the password
docker exec -ti openvas gvmd --user=admin --new-password=new_password

and go trow https://ip:9443

Thanks, works as expected.

@tuwid
Copy link

tuwid commented Mar 20, 2022

@kukulkanos can you give us the code for how you build this?
I wouldn't run a security scanner with my keys with an untrusted image from the internet

@kukulkanos
Copy link

@tuwid Here is a bunch of files I've rescued from my build machine, you have to provide the downloadables, because if I provide so, will loose the purpose of building a trustable image.
Put all the files in the source folder that is not existent, also the initial feeds if you want to save some time, because is not the same update than download for the very first time (in the feeds folder, non existent). Also could happen that will not work, because was created in december 2021. https://github.com/kukulkanos/openvascontainer

@tuwid
Copy link

tuwid commented Mar 20, 2022

Thank you sir!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests