HXLStandard / libhxl-python

Python support library for the Humanitarian Exchange Language (HXL) data standard.
The Unlicense
41 stars 11 forks source link

Do not log attempts to access local machine as CRITICAL #303

Closed davidmegginson closed 2 years ago

davidmegginson commented 2 years ago

Requested by @teodorescuserban — see https://github.com/HXLStandard/hxl-proxy/issues/400

davidmegginson commented 2 years ago

@teodorescuserban - the test branch of libhxl-python no longer logs a CRITICAL error for attempts to access the local filesystem. Please test with hxl-proxy if/when you have a chance.

teodorescuserban commented 2 years ago

@teodorescuserban - the test branch of libhxl-python no longer logs a CRITICAL error for attempts to access the local filesystem. Please test with hxl-proxy if/when you have a chance.

@davidmegginson , yes, after pulling the latest test libhxl-python on beta, it does work.

[2022-08-04 13:07:09,610] ERROR in hxl.input: Security settings forbid accessing local files or non http(s)/ftp(s) URL schemes: passwd
davidmegginson commented 2 years ago

Thank you, @teodorescuserban ! Closing.