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

Remove dependencies from scout-audit #339

Open
matiascabello opened this issue Aug 27, 2024 · 0 comments
Open

Remove dependencies from scout-audit #339

matiascabello opened this issue Aug 27, 2024 · 0 comments

Comments

@matiascabello
Copy link
Collaborator

Cuando se ejecuta scout (por scout digamos el proceso principal), se escanean los detectores y creo que:

  1. se toma info generica del detector para luego completarla en los findings que reporta
  2. se le indica al detector si apagarse o no

La idea sería que no haga falta esta parte, resolviendo 1 y 2 de esta forma:

  1. cuando se pasan las vulns a scout, que la vuln incluya todos los datos de la misma (y del detector de la misma) evitando que scout tenga que completar data.
  2. en lugar de apagar detectores indicandoselo a alguna funcion o variable del mismo, pasar dicha info via variables de environment y/o preguntarlo al servicio del proceso principal.
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

1 participant