From 34ad25803e1df94e3dc060a8821159618ee3cef6 Mon Sep 17 00:00:00 2001 From: thomas Date: Mon, 25 Feb 2019 15:13:03 +0100 Subject: [PATCH] file: Update from version 5.32 to 5.36 Fix out-of-bounds read and denial-of-service security issues: For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-8906 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-8907 --- file.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.be0 b/file.be0 index 911c54ff5..1717f5ae2 100755 --- a/file.be0 +++ b/file.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION file-5.32-0 +# BEE_VERSION file-5.36-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)