Attachment sanitation is important to ensure that document being uploaded is clean from possible attack, for example, CSV file vulnerabilities allow hacker to execute .exe file without user awareness.



In the events that sanitation detected threat when uploading file, system can do either of this option:

  • automatically fix whenever possible. For example; in CSV, we replace the "cmd" to "\cmd".
  • reject the uploaded attachment and show error message to user


eCatalog provides configurable threat-keywords such as cmd, and system will replace with other keywords to mitigate the risks.