David Weinstein

Results 21 comments of David Weinstein

I worked around this for now by adding: ``` code_path_extra_dirs: - "./_build/default/lib/*/ebin/" ``` to my `erlang_ls.config`.

hi @plux was this issue fixed by some code change or is the workaround still best to use? I noticed you marked this ticket as completed so I was just...

It's the new docker TLS default, see https://github.com/boot2docker/boot2docker/issues/571 and https://github.com/boot2docker/boot2docker/pull/572. Once this stuff is upstream then you will be able to tweak via an ENV variable, but I suspect there...

similar experience here w/ https://gist.github.com/dweinstein/5c2fa9a197974ee0fcf766e67d683854

there are also cached pinned certs to look at on Android for some highly privileged apps like the Play store app. ``` shell root@shamu:/data/data/com.android.vending # ls app_sslcache android.clients.google.com.443 books.google.com.443 lh3.ggpht.com.443...

`app_sslcache` seems to be managed by [SSLSessionCache](http://developer.android.com/reference/android/net/SSLSessionCache.html) and these folders exist in the app's `/data/data` dir so these are also interesting to look at for incident response with regard to...

- can be a good triage tool to know what to look for after an incident or for any inconsistencies. - e.g., did attacker exploit a vuln and patch it...

new link for the what is now called android vts, https://github.com/nowsecure/android-vts

@leonjza does this only happen when you're attaching to a specific app? Are you able to reproduce it on macOS too? I created a test case for it here https://github.com/frida/frida-objc/commit/36b760797a148d9ff74a63d8e437ffae1c5b37e7...