Kim Ebert

Results 16 comments of Kim Ebert

What configuration did you have for AFJ?

I have a pending pull request to split out ngrok vs non ngrok use https://github.com/hyperledger/aries-mediator-service/pull/34

This works for me. ``` diff -r compat-wireless-2012-03-12-p/drivers/net/ethernet/atheros/alx/alx_main.c compat-drivers-2013-02-03/drivers/net/ethernet/atheros/alx/alx_main.c 1961c1961 < static int __devinit alx_init_adapter_special(struct alx_adapter *adpt) --- > static int alx_init_adapter_special(struct alx_adapter *adpt) 2016c2016 < static int __devinit alx_init_adapter(struct...

There are significant changes in the ujson library from 1.33 to a version that doesn't contain a vulnerability. ``` git diff --stat 4e4dc5e..5.4.0 104 files changed, 332889 insertions(+), 2911 deletions(-)...

I would be somewhat concerned about sharing these in plaintext. Developers may accidentally send PII or leak information to the mediator or other agents that is undesirable. This may weaken...

@dbluhm thanks!