tree: e550e34e872ddb386fd999a1af9c41e212b15d49 [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_metadata.cc
  9. deep_scanning_metadata.h
  10. deep_scanning_request.cc
  11. deep_scanning_request.h
  12. deep_scanning_request_unittest.cc
  13. DEPS
  14. document_analysis_service.cc
  15. document_analysis_service.h
  16. download_feedback.cc
  17. download_feedback.h
  18. download_feedback_service.cc
  19. download_feedback_service.h
  20. download_feedback_service_unittest.cc
  21. download_feedback_unittest.cc
  22. download_item_metadata.cc
  23. download_item_metadata.h
  24. download_item_metadata_unittest.cc
  25. download_protection_delegate.cc
  26. download_protection_delegate.h
  27. download_protection_delegate_android.cc
  28. download_protection_delegate_android.h
  29. download_protection_delegate_desktop.cc
  30. download_protection_delegate_desktop.h
  31. download_protection_observer.cc
  32. download_protection_observer.h
  33. download_protection_service.cc
  34. download_protection_service.h
  35. download_protection_service_browsertest.cc
  36. download_protection_service_unittest.cc
  37. download_protection_unittest_util.cc
  38. download_protection_unittest_util.h
  39. download_protection_util.cc
  40. download_protection_util.h
  41. download_protection_util_unittest.cc
  42. download_request_maker.cc
  43. download_request_maker.h
  44. download_request_maker_unittest.cc
  45. download_url_sb_client.cc
  46. download_url_sb_client.h
  47. file_analyzer.cc
  48. file_analyzer.h
  49. file_analyzer_unittest.cc
  50. file_system_access_metadata.cc
  51. file_system_access_metadata.h
  52. file_system_access_metadata_unittest.cc
  53. OWNERS
  54. path_sanitizer.cc
  55. path_sanitizer.h
  56. path_sanitizer_unittest.cc
  57. rate_limiting_key_manager.cc
  58. rate_limiting_key_manager.h
  59. rate_limiting_key_manager_unittest.cc
  60. README.md
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.