Risto McGehee

Results 6 issues of Risto McGehee

**Describe the bug** In PHP, when a file contains the arrow function syntax for anonymous functions (e.g. `fn($item) => $item > 3`), Semgrep is not able to match some patterns....

bug
priority:low
lang:php

**What happened?** I have a user with the console password disabled and this user is failing a check with "User prowler has Console Password enabled but MFA disabled". **How to...

bug
status/needs-triage

As encountered in https://github.com/protectai/rebuff/issues/68, it's possible for the language model to not return a numerical value. With the python sdk, this causes an exception, but with the js sdk, this...

okay-to-test

I realized that in #90, I left the `javascript-sdk` in a state where it doesn't compile. My reasoning for not including `javascript-sdk/src/api.ts` in that PR was because the server API...

okay-to-test

This PR updates the server code to match the changes made in https://github.com/protectai/rebuff/pull/90. This PR includes the commit(s) from that PR along with a commit from https://github.com/protectai/rebuff/pull/66 which was needed...

okay-to-test

In #90, I changed refactored the JS SDK to do detection checks in a modular manner. We should update the Python SDK to be the same. I'll work on this...