Running devguard-scanner sca in the CLI on a cloned repo of React throws a database error in the backend and ends the scan on a 500 Internal Server Error.
Backend log:
5:14PM ERR monitoring/alert.go:31 critical error encountered - not send to error tracking msg="Database error" error="extended protocol limited to 65535 parameters"
5:14PM ERR controllers/scan_controller.go:334 could not update sbom err="extended protocol limited to 65535 parameters\ncould not handle state diff\ngithub.com/l3montree-.......
5:14PM ERR middlewares/server.go:73 could not handle state diff: extended protocol limited to 65535 parameters method=POST path=http://host.docker.internal:8080/api/v2/scan/
The scan throws a 500 internal server error after SBOM enrichment suggestions:
3:14PM INF commands/sca.go:220 application component resolution enrichedBySupplementarySBOM=0 unresolved=14
Error: could not scan file: 500 Internal Server Error {"message":"Internal Server Error"}
Running
devguard-scanner scain the CLI on a cloned repo of React throws a database error in the backend and ends the scan on a500 Internal Server Error.Backend log:
5:14PM ERR monitoring/alert.go:31 critical error encountered - not send to error tracking msg="Database error" error="extended protocol limited to 65535 parameters"5:14PM ERR controllers/scan_controller.go:334 could not update sbom err="extended protocol limited to 65535 parameters\ncould not handle state diff\ngithub.com/l3montree-.......5:14PM ERR middlewares/server.go:73 could not handle state diff: extended protocol limited to 65535 parameters method=POST path=http://host.docker.internal:8080/api/v2/scan/The scan throws a 500 internal server error after SBOM enrichment suggestions:
3:14PM INF commands/sca.go:220 application component resolution enrichedBySupplementarySBOM=0 unresolved=14Error: could not scan file: 500 Internal Server Error {"message":"Internal Server Error"}