From 4fd99ed7a1bfa1989c4e18981667687d32eb9977 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 15 Oct 2022 23:44:29 +0600 Subject: [PATCH 1/2] Add BookStack / documentation --- src/drivers/webextension/images/icons/BookStack.svg | 11 +++++++++++ src/technologies/b.json | 12 ++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 src/drivers/webextension/images/icons/BookStack.svg diff --git a/src/drivers/webextension/images/icons/BookStack.svg b/src/drivers/webextension/images/icons/BookStack.svg new file mode 100644 index 000000000..a6607f164 --- /dev/null +++ b/src/drivers/webextension/images/icons/BookStack.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/technologies/b.json b/src/technologies/b.json index a9079448f..ec2bf5d40 100644 --- a/src/technologies/b.json +++ b/src/technologies/b.json @@ -1462,6 +1462,18 @@ "saas": true, "website": "https://bookingkit.net/" }, + "BookStack": { + "cats": [ + 4 + ], + "description": "BookStack is a simple, open-source, self-hosted, easy-to-use platform for organising and storing information.", + "icon": "BookStack.svg", + "cookies": { + "bookstack_session": "" + }, + "oss": true, + "website": "https://www.bookstackapp.com" + }, "Booksy": { "cats": [ 5, From f90dc5f70c3c5e3a4cef3bc8d303a70eea9e4ad9 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 15 Oct 2022 23:51:02 +0600 Subject: [PATCH 2/2] Add cpe, implies --- src/technologies/b.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/technologies/b.json b/src/technologies/b.json index ec2bf5d40..39ed11712 100644 --- a/src/technologies/b.json +++ b/src/technologies/b.json @@ -1466,8 +1466,14 @@ "cats": [ 4 ], + "cpe": "cpe:2.3:a:bookstackapp:bookstack:*:*:*:*:*:*:*:*", "description": "BookStack is a simple, open-source, self-hosted, easy-to-use platform for organising and storing information.", "icon": "BookStack.svg", + "implies": [ + "PHP", + "MySQL", + "Laravel" + ], "cookies": { "bookstack_session": "" },