Eric Brown

Results 89 comments of Eric Brown

@perseoGI #280 was opened on that issue. For some reason the issue is closed even though it has not been resolved yet.

Unfortunately, no. I'm still waiting for all these bugs to get straightened out.

SARIF (specific JSON schema) is the format of choice for GitHub and Bandit does support it. https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning

Looks like this isn't occurring on Bandit source code, but one of its dependencies in the .tox directory. Narrowing it down some, it occurs here: `vulture .tox/py312/lib/python3.12/site-packages/astroid`

More specifically, it's this file: `vulture bandit/.tox/py312/lib/python3.12/site-packages/astroid/tests/testdata/python3/data/joined_strings.py`

Here's a reference issue in astroid. So this might be an extreme edge case that doesn't need fixing. However, it would be nice if the RecursionError was caught and handled...

Looks like the build is failing due to not finding the dependent tree-sitter C header files. @hoodmane Any tips on how to resolve this. Sorry, I'm pretty new to pyodide's...

Seems GitHub hasn't released builds of 3.14 for windows and macos yet, just linux. https://github.com/actions/python-versions/releases/tag/3.14.0-alpha.0-10616720958