-
**Is your feature request related to a problem? Please describe.**
Kali switched from root access by default to user access by default (like normal distro), So the behavior of the apps should be chan…
-
**Describe the bug**
This bug is depending on bug #6714 end behavior if zaproxy should run within user privileges then this bug im reporting now is not a bug but 6714 must be fixed, If zaproxy should…
-
Imagine the following Java class:
```java
public class CallMe {
public void call(Object name) {
System.out.println(name);
System.out.println(name.getClass());
}
}
```
Bootstra…
-
**Describe the issue**
Building a native image using `--no-fallback --language:js` leads to a `javax.script.ScriptException: org.graalvm.polyglot.PolyglotException: TypeError: Access to host class ja…
-
Hello,
I originally started a thread in the graaljs slack channel with Daniel Bonetta regarding async iteration with a Java host proxy iterator. I know that release 21.1 gives us ProxyIterator whi…
-
I tried to run https://github.com/jef/streetmerchant using GraalJS.
`…/20.3.0.r11-grl/bin/node build/index.js`
And got such stacktrace:
```
java.lang.ClassCastException: java.lang.Double cannot …
-
Requiring Typescript files could be made possible by transpiling them at runtime. Questions about performance impact though.
-
I am getting this error when trying to start Flood by executing `flood`, installed from the NPM package registry.
```Failed to start Flood:
Trace: Error: WebAssembly is not supported in this envir…
-
I am trying to run the below command with authentication -
**sudo docker run --rm -v $(pwd):/zap/wrk/:rw -t ictu/zap2docker-weekly zap-full-scan.py -I -j -m 10 -T 60 -t https://10.666.333.1:3232/we…
-
First, thank you all for your work on GraalJS, it's helped us out quite a bit.
We've got a subproject of a larger project which is Javascript and node-based, using Grunt as the build tool. We call…