Sanitize FileName string

For security reasons, the FileName string must be sanitized.
Resolves openbmc/openbmc#1331

Change-Id: I90aeda32421caf16e6919cffb71dd0450e4cf868
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
2 files changed
tree: a1b46b8ef717ac0b8b0c2483e36c91babf64e52c
  1. .gitignore
  2. bootstrap.sh
  3. configure.ac
  4. download_manager.cpp
  5. download_manager.hpp
  6. download_manager_main.cpp
  7. image_manager_main.cpp
  8. LICENSE
  9. Makefile.am
  10. README.md
  11. version.cpp
  12. version.hpp
  13. version_software_manager.cpp
  14. version_software_manager.hpp
  15. watch.cpp
  16. watch.hpp
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.