Yaakov Saxon

Results 22 issues of Yaakov Saxon

See [here](https://forums.fast.ai/t/developer-chat/22363/1013?u=ysaxon) and [here](https://forums.fast.ai/t/developer-chat/22363/1020?u=ysaxon) in the DevChat in Forums. I'm very much unsure if I've added the feature in all the right places.. I'm pretty much expecting (and hoping) to...

enhancement

It seems from practical testing with the slack block kit builder that the (new?) max number of elements allowed in an ActionsBlock is 25, rather than 5 as previously enforced...

bug
web-client
Version: 3x

OS: MacOS 11.6 VSCode version: 1.62.3 CodeLLDB version: v1.6.10 Compiler: android-ndk / clang / armeabi-v7a / SystemVersion22 Debuggee: an android native library So I believe I actually solved the problem...

cause:CodeLLDB

![Screen Shot 2022-08-26 at 5 09 31 PM](https://user-images.githubusercontent.com/11711101/186991052-48abf974-5f2e-4e02-8a9d-e65592e665c8.png) uses frida.get_device_manager().add_remote_device

This pull request improves the error messages in case of parsing failures on the jsonl test files. Currently it is quite cryptic, with a misleading message about the failure being...

``` Cannot run program "/opt/homebrew/Caskroom/ghidra/10.3.1-20230614/ghidra_10.3.1_PUBLIC/Ghidra/Features/Decompiler/build/os/mac_arm_64/decompile": error=316, posix_spawn failed java.io.IOException: Cannot run program "/opt/homebrew/Caskroom/ghidra/10.3.1-20230614/ghidra_10.3.1_PUBLIC/Ghidra/Features/Decompiler/build/os/mac_arm_64/decompile": error=316, posix_spawn failed at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1143) at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1073) at java.base/java.lang.Runtime.exec(Runtime.java:594) at java.base/java.lang.Runtime.exec(Runtime.java:453) at ghidra.app.decompiler.DecompileProcess.setup(DecompileProcess.java:137) at ghidra.app.decompiler.DecompileProcess.registerProgram(DecompileProcess.java:433) at ghidra.app.decompiler.DecompInterface.initializeProcess(DecompInterface.java:284)...

Feature: Platform/macOS
Status: Waiting on customer

_Please describe what you did before the error occurred._ I'm pretty sure this happened after I `brew upgrade`d jadx from 1.46->1.47 while jadx-gui was running. Seems to be working fine...

Vulnerabilities related to IP spoofing have been known since 2017, but have never been fixed. Admittedly, fixing them would be difficult or impossible without radically altering the library and getting...

This pull request fixes the logic used for validating IP addresses. Old code: ``` (existy(value) && regexes.ipv4.test(value)) || regexes.ipv6.test(value) ``` In pseudocode ``` If value is not null and is...