chejn

Results 6 comments of chejn

> Hmm, the docker dev container was a user contribution back in 2022... > > https://github.com/joernio/joern/blob/master/.devcontainer/Dockerfile > > > > We're building a few other images (see e.g. https://github.com/joernio/joern/actions/runs/7927654583/job/21644420193), can...

> How did you install the joern distribution in your docker container? > > Something like this: https://github.com/joernio/joern/blob/master/ci/Dockerfile.alma? mkdir joern && cd joern # optional curl -L "https://github.com/joernio/joern/releases/latest/download/joern-install.sh" -o joern-install.sh...

I'm now building from source in github codespaces and getting the same issue

So importCode.jssrc.fromString appears to work still not the cli, quite lost :( ![image](https://github.com/joernio/joern/assets/41510168/5cc7da66-dba1-4fac-b7bc-fbfd8efdd04c)

ok found the issue, it was cause i was passing a path to a file and not a dir.

> Makes sense. Unfortunately I don't think we have anything explicit like that at the moment. You could see about adding a sanitizer that matches expressions of the form `$X...