tree: 0474a3506c38631d2e65aa27885f264534d2699e [path history] [tgz]
  1. public/
  2. ble_scan_parser_impl.cc
  3. ble_scan_parser_impl.h
  4. ble_scan_parser_impl_fuzzer.cc
  5. ble_scan_parser_impl_unittest.cc
  6. BUILD.gn
  7. data_decoder_service.cc
  8. data_decoder_service.h
  9. DEPS
  10. DIR_METADATA
  11. gzipper.cc
  12. gzipper.h
  13. gzipper_unittest.cc
  14. image_decoder_impl.cc
  15. image_decoder_impl.h
  16. image_decoder_impl_unittest.cc
  17. json_parser_impl.cc
  18. json_parser_impl.h
  19. OWNERS
  20. README.md
  21. web_bundler.cc
  22. web_bundler.h
  23. xml_parser.cc
  24. xml_parser.h
  25. xml_parser_fuzzer.cc
  26. xml_parser_unittest.cc
services/data_decoder/README.md

The data_decoder service exists to facilitate safe data decoding within an isolated sandboxed process.

NOTE: Protobuf is considered robust enough to decode untrusted input even without sandboxing. So you won't find a protobuf decoder in this service.