README.chromium 752 B

123456789101112131415161718192021
  1. Name: MalDocA source for extracting and analyzing features from Office documents.
  2. Short Name: maldoca
  3. URL: https://github.com/google/maldoca.git
  4. Version: 0
  5. Revision: 3d2b660fe61f97ec4bf9ae6f561b4e016b75db79
  6. License: Apache 2.0
  7. License File: src/LICENSE
  8. Security Critical: yes
  9. CPEPrefix: unknown
  10. Description:
  11. This library is used to extract macros from Office documents that have been
  12. downloaded by user to check their Safe Browsing reputation. It is only used
  13. by Chromium for desktop.
  14. Local Modifications:
  15. - Path changes were made to utilize the versions of libraries in Chromium's
  16. third_party
  17. - Utilizing features available via protobuf lite
  18. - Using static variables over ABSL_FLAG
  19. - Replace FALLTHROUGH macro with C++17 attribute [[fallthrough]]