sysophost

Results 7 comments of sysophost

@senorshaun are there any plans to merge this PR into the stable or beta versions any time soon? It resolves an issue I'm having with an i3 so I'm keen...

A potential workaround would be: ```python def getIpAddress(self): ip_address = "" try: ip_address = socket.gethostbyname(socket.gethostname()) except socket.gaierror: s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) s.connect((re.sub("https?://", "", self.agent_config["Server"]), int(self.agent_config["Port"]))) ip_address = s.getsockname()[0] finally: return...

I've implemented this fix [here](https://github.com/MythicAgents/Medusa/commit/c099bd430b7c7907a0e8ae776ba24287168b5f77) but haven't raised a PR as I haven't applied the fix for Py2 or tested any other platforms/transports.

The suggested fix of adding a blank `working_directory` doesn't work when using `--force-all-dirs`.

@mandeeps13k I'm still getting the behaviour described by the OP. ``` Starting the github commenter Working in repository my-repo Working in PR 12 TFSec found 1 issues Working in GITHUB_WORKSPACE...

Thanks for the suggestion @saerosV, I had tried pinning to an older version but was getting the same behaviour. I think my issue comes from the fact I'm creating a...

I can see that `ES_EVENT_TYPE_NOTIFY_GETEXTATTR` is present here along with `ES_EVENT_TYPE_NOTIFY_LISTEXTATTR` https://github.com/Brandon7CC/mac-monitor/blob/3a4fcd9e1a6f736826462176d288a611120edf40/ProjectSutro/SutroESFramework/ES%20Translation/TargetPathEvents.swift#L42 But both `GET` and `LIST` don't appear in the search field when filtering on `EXTATTR`