Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(501)

Unified Diff: third_party/yara/README.chromium

Issue 2895693002: Add Yara license to src/third_party. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/yara/src/COPYING » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/yara/README.chromium
diff --git a/third_party/yara/README.chromium b/third_party/yara/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..fa54425e6cf7deff92e1d761d340fbcfd076aea2
--- /dev/null
+++ b/third_party/yara/README.chromium
@@ -0,0 +1,21 @@
+Name: Yara
+URL: https://github.com/virustotal/yara
+Version: 74734418a256c5304ccaf1d322c57e305ff75362
+Date: (OPTIONAL if version is supplied) The date that the package was updated
+Revision: (OPTIONAL if version is supplied) The current revision of the package
+License: BSD 3-Clause
+License File: src/COPYING
+Security Critical: Yes
+
+Description: YARA is a tool aimed at (but not limited to) helping malware
+researchers to identify and classify malware samples. With YARA you can create
+descriptions of malware families (or whatever you want to describe) based on
+textual or binary patterns. Each description, a.k.a rule, consists of a set of
+strings and a boolean expression which determine its logic.
+
+Yara is shipped with the chrome_cleaner component downloaded by Google Chrome
+and the software_reporter_tool component fetched by the component updater. It is
+not linked directly into Chromium binaries.
+
+Local Modifications:
+None
« no previous file with comments | « no previous file | third_party/yara/src/COPYING » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698