tree: d8e3c01bbbf98057b9975d4cff64ee0f97424459 [path history] [tgz]
  1. public/
  2. BUILD.gn
  3. cbor_parser_impl.cc
  4. cbor_parser_impl.h
  5. cbor_parser_unittest.cc
  6. data_decoder_service.cc
  7. data_decoder_service.h
  8. DEPS
  9. DIR_METADATA
  10. gzipper.cc
  11. gzipper.h
  12. gzipper_unittest.cc
  13. image_decoder_impl.cc
  14. image_decoder_impl.h
  15. image_decoder_impl_unittest.cc
  16. OWNERS
  17. README.md
  18. structured_headers_parser_impl.cc
  19. structured_headers_parser_impl.h
  20. xml_parser.cc
  21. xml_parser.h
  22. xml_parser_fuzzer.cc
  23. 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.