mschwager

Results 89 comments of mschwager

I just ran into a similar issue: ``` RPC response indicated an error: Error parsing RPC request: Atdgen_runtime.Oj_run.Error("Line 1:\nUnsupported variant \"CallGetTargets\"") Raised at Atdgen_runtime__Oj_run.error_with_line in file "atdgen-runtime/src/oj_run.ml", line 22, characters...

> On the other hand all those classes represent http requests, so the code can also be refactored by pulling those fields up into a common super class. This sounds...

Would making these fields in `NetHttpRequest` public be an acceptable solution here?

Hi there, is there any chance we can get this one prioritized? I'm not familiar with the backend parsing logic, but It seems like supporting `class $CLS { ... }`...

CodeQL natively supports Sinatra routes (like Rails https://github.com/mschwager/route-detect/issues/8), so we should use that: https://codeql.github.com/codeql-standard-libraries/ruby/codeql/ruby/frameworks/Sinatra.qll/type.Sinatra$Sinatra$Route.html

Hi there, Thanks for opening this issue. LLVM and libfuzzer issues can be tricky to debug. I don't know the exact cause of the issue you're seeing, but I may...

I'm able to reproduce this issue. Some version information: - [`redcarpet`](https://github.com/vmg/redcarpet) 3.6.0 - Ruzzy 0.7.0 - Clang 19.1.2 If I fuzz `redcarpet` with `-timeout=1` then I quickly receive the `Alarm...

Closing this out as `-timeout=-1` should fix the issue.

This is on my list of TODOs, although I'm not sure when I'll get around to it. I'd also like to do this to fix https://github.com/mschwager/fierce/security/dependabot/3. Moving to the new...