You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes! Currently for the macOS dirlist module, capture of xattributes pertaining to com.apple.quarantine and com.apple.metadata:kMDUtemWhereFroms is unimplemented.
Describe the solution you'd like
Implement parsing/triage of macOS xattributes pertaining to com.apple.quarantine and com.apple.metadata:kMDUtemWhereFroms for the dirlist module
Document
Test data is retrieved successfully without negative impact to the system
Possible Drawbacks
What are the possible side-effects or negative impacts of the code change on the end-user?
None foreseeable 😄
Release Notes
Describe what the release note should be that explains this improvement in
terms that an end-user can understand. This text will be used in the release notes once the feature is added.
Implement parsing of macOS xattributes pertaining to com.apple.quarantine and com.apple.metadata:kMDUtemWhereFroms
Additional context
See macdirlist/dirlist.go for commented code and other examples.
The text was updated successfully, but these errors were encountered:
🚀 Feature Request - macOS dirlist - capture xattributes
Is your proposal related to a problem?
Yes! Currently for the macOS dirlist module, capture of xattributes pertaining to
com.apple.quarantine
andcom.apple.metadata:kMDUtemWhereFroms
is unimplemented.Describe the solution you'd like
com.apple.quarantine
andcom.apple.metadata:kMDUtemWhereFroms
for the dirlist modulePossible Drawbacks
What are the possible side-effects or negative impacts of the code change on the end-user?
None foreseeable 😄
Release Notes
Describe what the release note should be that explains this improvement in
terms that an end-user can understand. This text will be used in the release notes once the feature is added.
Implement parsing of macOS xattributes pertaining to com.apple.quarantine and com.apple.metadata:kMDUtemWhereFroms
Additional context
See
macdirlist/dirlist.go
for commented code and other examples.The text was updated successfully, but these errors were encountered: