]> granicus.if.org Git - file/commitdiff
Add OSS-FUZZ info and new csv file.
authorChristos Zoulas <christos@zoulas.com>
Thu, 19 Sep 2019 00:35:52 +0000 (00:35 +0000)
committerChristos Zoulas <christos@zoulas.com>
Thu, 19 Sep 2019 00:35:52 +0000 (00:35 +0000)
README

diff --git a/README b/README
index bb29a4640b732da94dffc7e2895e634d6a4f519c..010dca6df5b726a094882aff2833974b2d6c7822 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 ## README for file(1) Command and the libmagic(3) library ##
 
-    @(#) $File: README,v 1.57 2019/02/06 00:20:56 christos Exp $
+    @(#) $File: README,v 1.58 2019/09/19 00:35:52 christos Exp $
 
 Mailing List: file@astron.com
 Mailing List archives: http://mailman.astron.com/pipermail/file/
@@ -24,6 +24,9 @@ A public read-only git repository of the same sources is available at:
 
        https://github.com/file/file
 
+We are continuously being fuzzed by OSS-FUZZ:
+[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/file.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:file)
+
 The major changes for 5.x are CDF file parsing, indirect magic, name/use
 (recursion) and overhaul in mime and ascii encoding handling.
 
@@ -91,6 +94,7 @@ src/funcs.c - utilility functions
 src/getline.c - replacement for OS's that don't have it.
 src/getopt_long.c - replacement for OS's that don't have it.
 src/gmtime_r.c - replacement for OS's that don't have it.
+src/is_csv.c - knows about Comma Separated Value file format (RFC 4180).
 src/is_json.c - knows about JavaScript Object Notation format (RFC 8259).
 src/is_tar.c, tar.h - knows about Tape ARchive format (courtesy John Gilmore).
 src/localtime_r.c - replacement for OS's that don't have it.