You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. Create a directory `vuls` which will contain all data Vuls uses:
37
37
```
@@ -42,7 +42,8 @@ dates:
42
42
nano /etc/profile.d/env-go.sh
43
43
```
44
44
6. Edit the file as follows before saving and exiting the text editor:
45
-
```
45
+
```go
46
+
export GOROOT=/snap/go/current
46
47
export GOPATH=$HOME/go
47
48
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
48
49
```
@@ -118,9 +119,9 @@ Vuls uses [go-cve-dictionary](https://github.com/kotakanbe/go-cve-dictionary), a
118
119
```
119
120
cp $GOPATH/bin/goval-dictionary /usr/local/bin
120
121
```
121
-
6. Fetch the OVAL data for [Ubuntu 18.x](https://github.com/kotakanbe/goval-dictionary#usage-fetch-oval-data-from-ubuntu) by running the following command:
122
+
6. Fetch the OVAL data for [Ubuntu 24.x](https://github.com/kotakanbe/goval-dictionary#usage-fetch-oval-data-from-ubuntu) by running the following command:
0 commit comments