Results 15 issues of Paul Wheeler

I think vault is not correctly implementing it's 3xx responses, but it is not using an absolute URL which means the attempts to follow redirects is failing because it attempts...

When I view [your github.io](https://brettcvz.github.io/epicycles/) page none of the formulas render correctly, I just see the markup. This is happening because my web browser is blocking the insecure JS reference...

I'm trying to run a tcl file like the following: ``` package require http 2 package require tls 1.7 http::register https 443 [list ::tls::socket -autoservername true] set resp [http::geturl "http://worldtimeapi.org/api/timezone/Pacific/Honolulu"]...

In Node.js 16+ it is possible to have a package entry point be an ECMA Script module. However when you try to run `prybar-nodejs -i index.js` with such a package...

**Describe the bug** It would appear that `semgrep scan --validate` is not invoking semgrep-core correctly. `semgrep scan --validate --config="p/owasp-top-ten" --debug` ``` [00.00][DEBUG]: setup_logging: highlight_setting=Std_msg.Auto, highlight=true Downloading config from https://semgrep.dev/p/owasp-top-ten Failed...

bug
priority:medium
core