András Veres-Szentkirályi

Results 19 issues of András Veres-Szentkirályi

Even though Slack client is disabled by default, it's being imported upfront, thus it's required to run burpa even if it's not used at all. I pushed the `import` into...

There's a problematic edge case when patching Android APKs: - If the device connected to the PC is 64-bit ARM but - the application has shared objects for 32-bit ARM...

🐛bug

Source: https://github.com/pjreddie/WRed/blob/3b446e19643b1e298933b622ba72929f362713f2/media/JavaScript/ext-3.2.1/src/util/Format.js#L296 ```js throw ('NumberFormatException: invalid format, formats should have no more than 1 period: ' + format); ``` The above line matches the regex `([A-Za-z\.]+)Exception:` which results in a...

The LDAP regex looks like this ```regex ((dn|dc|cn|ou|uid|o|c)=[\w\d]*,\s?){2,} ``` However, we've found minified JS code that happened to use `o` and `c` right next to each other in a variable...

Like commentators, but instead of filling the comment, the output could be used to highlight HTTP messages by color: ```java /** * This method is used to update the user-annotated...

enhancement

There are filters for headers and body but not for the first line, which could be useful for some. Of course, this can be worked around by using command-based filters...

enhancement

When sharing useful scripts that can be used by Piper, it might help installing such a script if the YAML configuration could be embedded in a multiline comment or string....

enhancement

In such cases, only the width or height matches the parameter.

enhancement

The method `calculateSignature` of `Curve25519` instances doesn't take an explicit `random` parameter since 0f10718, but rather generates it implicitly before passing it on to the provider.

Using version 1b0951f for merging, if the first `{` is followed by a newline (`\n`), `json` dies with syntax error. Unfortunately, it's a common case with indented JSON input files....