tree: 0e5bff75712127cb8fbc541908f5589f910242fd [path history] [tgz]
  1. log/
  2. static/
  3. store/
  4. config.go
  5. false_positive_records.gen.go
  6. false_positives.go
  7. false_positives_test.go
  8. gen_false_positives.go
  9. module_proxy.go
  10. module_proxy_test.go
  11. paths.go
  12. paths_test.go
  13. README.md
  14. server.go
  15. server_test.go
  16. triage.go
  17. triage_test.go
  18. update.go
  19. update_test.go
  20. util.go
  21. worker.go
  22. worker_test.go
internal/worker/README.md

Go Vulnerability Worker

The vuln worker triages incoming security advisories and scans selected modules for vulnerabilities.

The Go security team runs the worker on Google Cloud Platform‘s Cloud Run product. See the repo’s terraform directory for more on the deployment setup.

The main program for the worker, in the repo‘s cmd/worker directory, can also be used as a command-line tool for one-off executions of some of the server’s actions.

Browsing the worker

Accessing the worker server's home page from a browser requires authentication. We recommend cloud-run-proxy for painless browsing. Install it with

go install github.com/GoogleCloudPlatform/cloud-run-proxy@latest

Run it from the repo root with

./devtools/proxy_worker.sh prod