tree: f353417ccd639580793085015a4ecec7dd38f635
  1. public/
  2. xml/
  3. BUILD.gn
  4. cbor_parser_impl.cc
  5. cbor_parser_impl.h
  6. cbor_parser_unittest.cc
  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. OWNERS
  18. README.md
  19. structured_headers_parser_impl.cc
  20. structured_headers_parser_impl.h
  21. xml_parser.cc
  22. xml_parser.h
  23. xml_parser_fuzzer.cc
  24. 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.