August Detlefsen
August Detlefsen
I am trying to parse a rather large diff file with `UnifiedDiff udf = UnifiedDiffReader.parseUnifiedDiff(diff);` It is choking on the file and giving me the error message: ``` Jul 28,...
We are always looking to improve this extension. If you find an example of an error message that this plugin does not detect, please open up a new issue. Please...
From email with @stevespringett: "I understand the whole dependency-of-dependency has a vulnerability situation… It’s all too common. What might be a good solution for this is to use the following...
To avoid leaving those secrets in shell history.
The brute force test `globalaccelerator.describe_accelerator_attributes` always produces errors: ``` 2023-11-07 09:26:56,841 - 52836 - [ERROR] Remove globalaccelerator.describe_accelerator_attributes action ``` This is because `describe_accelerator_attributes` requires an `--accelerator-arn` parameter. See: https://docs.aws.amazon.com/cli/latest/reference/globalaccelerator/describe-accelerator-attributes.html I...
In this case I catch the exception that is thrown and create a rate limit object with significantly high (1 billion) remaining requests. The rest of the code operates normally.
Capture the AssertionError and raise a FilterException so the program can continue.
Some results from github do not have the right encoding and this causes AssertionErrors: ``` Traceback (most recent call last): File "/opt/homebrew/bin/gh-search", line 33, in sys.exit(load_entry_point('gh-search', 'console_scripts', 'gh-search')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...
I'm using gh-search against a Github Enterprise instance that does not have rate limits enabled. I get this exception thrown: ``` Traceback (most recent call last): File "/opt/homebrew/bin/gh-search", line 8,...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of...