From 009820d190342581c05ce84a71237153d09e754d Mon Sep 17 00:00:00 2001 From: Fonata Date: Sun, 20 Jun 2021 23:25:35 +0200 Subject: [PATCH] Explicit email address for security problems --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 484ef63..38f904b 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,10 @@ composer run test When pushing code to GitHub, tests will be executed using Travis CI. The relevant configuration is in the file `.travis.yml`. +## Security + +If you discover any security related issues, please email ParseCsv@blaeul.de instead of using GitHub issues. + ## Credits * ParseCsv is based on the concept of [Ming Hong Ng][ming]'s [CsvFileParser][]