arvos-dev / arvos

AI- and Risk-based Vulnerability Management for Trustworthy Open Source Adoption (ARVOS)
Apache License 2.0
8 stars 1 forks source link

Unable to run the demo #37

Open algomaster99 opened 1 year ago

algomaster99 commented 1 year ago

Hi,

I was trying to run the demo here. I am able to run all the 4 steps documented, but I only get a success report when I run docker logs -f tracer.

image

I was expecting some vulnerabilities to be reported, as that is the point of this proof-of-concept, right? Anyway, one reason I suspect for it is because of step 3. When I run it, I only get the following in STDOUT infinitely:

HTTP/1.1 404 
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
Content-Type: application/json
Transfer-Encoding: chunked
Date: Fri, 30 Jun 2023 13:42:17 GMT

HTTP/1.1 404 
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
Content-Type: application/json
Transfer-Encoding: chunked
Date: Fri, 30 Jun 2023 13:42:19 GMT

HTTP/1.1 404 
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
Content-Type: application/json
Transfer-Encoding: chunked
Date: Fri, 30 Jun 2023 13:42:19 GMT

...