Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
patches 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
src 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
LICENSE 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README.chromium

Name: MalDocA source for extracting and analyzing features from Office documents.
Short Name: maldoca
URL: https://github.com/google/maldoca.git
Version: 0
Revision: 3d2b660fe61f97ec4bf9ae6f561b4e016b75db79
License: Apache 2.0
License File: src/LICENSE
Security Critical: yes
CPEPrefix: unknown

Description:
This library is used to extract macros from Office documents that have been
downloaded by user to check their Safe Browsing reputation. It is only used
by Chromium for desktop.

Local Modifications:
- Path changes were made to utilize the versions of libraries in Chromium's
third_party
- Utilizing features available via protobuf lite
- Using static variables over ABSL_FLAG
- Replace FALLTHROUGH macro with C++17 attribute [[fallthrough]]