tree: c48b890c7e5af06a77ba3d1a684c71e2f4d6fa97 [path history] [tgz]
  1. check_client_download_request.cc
  2. check_client_download_request.h
  3. check_client_download_request_base.cc
  4. check_client_download_request_base.h
  5. check_file_system_access_write_request.cc
  6. check_file_system_access_write_request.h
  7. deep_scanning_browsertest.cc
  8. deep_scanning_request.cc
  9. deep_scanning_request.h
  10. deep_scanning_request_unittest.cc
  11. DEPS
  12. document_analysis_service.cc
  13. document_analysis_service.h
  14. download_feedback.cc
  15. download_feedback.h
  16. download_feedback_service.cc
  17. download_feedback_service.h
  18. download_feedback_service_unittest.cc
  19. download_feedback_unittest.cc
  20. download_protection_observer.cc
  21. download_protection_observer.h
  22. download_protection_service.cc
  23. download_protection_service.h
  24. download_protection_service_browsertest.cc
  25. download_protection_service_unittest.cc
  26. download_protection_unittest_util.cc
  27. download_protection_unittest_util.h
  28. download_protection_util.cc
  29. download_protection_util.h
  30. download_protection_util_unittest.cc
  31. download_request_maker.cc
  32. download_request_maker.h
  33. download_request_maker_unittest.cc
  34. download_url_sb_client.cc
  35. download_url_sb_client.h
  36. file_analyzer.cc
  37. file_analyzer.h
  38. file_analyzer_browsertest.cc
  39. file_analyzer_unittest.cc
  40. OWNERS
  41. path_sanitizer.cc
  42. path_sanitizer.h
  43. path_sanitizer_unittest.cc
  44. ppapi_download_request.cc
  45. ppapi_download_request.h
  46. README.md
  47. two_phase_uploader.cc
  48. two_phase_uploader.h
  49. two_phase_uploader_unittest.cc
chrome/browser/safe_browsing/download_protection/README.md

This directory includes code that scans downloaded content for security reasons. This includes:

  • Safe Browsing metadata checks.
  • Chrome Advanced Protection Program file download scans.
  • Chrome Enterprise Connectors file download scans.

Code shared with user uploads cloud scanning should be added to //chrome/browser/safe_browsing/cloud_content_scanning/ instead.

Code specific to user uploads cloud scanning or Chrome Enterprise Connectors should be added to //chrome/browser/enterprise/connectors/ instead.