From 99b829ecefa382c7f523509d9128a23656c45f22 Mon Sep 17 00:00:00 2001 From: Marius <94525580+Marius-Patrowl@users.noreply.github.com> Date: Mon, 27 Dec 2021 16:10:21 +0100 Subject: [PATCH 1/6] Update Requirements.txt --- backend_app/requirements.macos.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/backend_app/requirements.macos.txt b/backend_app/requirements.macos.txt index b67d2e97..ce32505c 100644 --- a/backend_app/requirements.macos.txt +++ b/backend_app/requirements.macos.txt @@ -1,7 +1,7 @@ aiohttp==3.8.1 amqp==2.5.2 asgiref==3.3.4 -async-timeout==3.0.1 +async-timeout==4.0.1 attrs==19.3.0 billiard==3.6.1.0 boto3==1.16.23 @@ -46,8 +46,7 @@ oauthlib==3.1.0 openapi-codec==1.3.2 ordered-set==3.1.1 packaging==20.3 -psycopg2==2.8.4 -psycopg2-binary==2.8.6 +psycopg2==2.9.0 PyJWT==1.7.1 pymongo==3.10.1 pyparsing==2.4.6 From 861d15dbd71b7f8398b991a876ccd940336ad4fb Mon Sep 17 00:00:00 2001 From: Marius <94525580+Marius-Patrowl@users.noreply.github.com> Date: Mon, 27 Dec 2021 16:11:16 +0100 Subject: [PATCH 2/6] Update requirements --- backend_app/requirements.macos.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend_app/requirements.macos.txt b/backend_app/requirements.macos.txt index ce32505c..b869ccd4 100644 --- a/backend_app/requirements.macos.txt +++ b/backend_app/requirements.macos.txt @@ -70,4 +70,4 @@ uritemplate==3.0.1 urllib3==1.26.5 vine==1.3.0 yarl==1.4.2 -zipp==0.6.0 +zipp==0.6.0 \ No newline at end of file From c2ae7a87c0b25d4937a1b9b30307a1d231fef0fc Mon Sep 17 00:00:00 2001 From: Marius <94525580+Marius-Patrowl@users.noreply.github.com> Date: Mon, 27 Dec 2021 16:51:48 +0100 Subject: [PATCH 3/6] Remove Monitored from options --- frontend/src/components/pages/AdvancedSearch.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/pages/AdvancedSearch.vue b/frontend/src/components/pages/AdvancedSearch.vue index e51340ff..d059f4cb 100644 --- a/frontend/src/components/pages/AdvancedSearch.vue +++ b/frontend/src/components/pages/AdvancedSearch.vue @@ -181,7 +181,7 @@ export default { { name: 'CVSSv3', attribute: 'cvss3', criteria: 'numeric'}, { name: 'CVSSv3 Vector', attribute: 'cvss3_vector', criteria: 'text'}, // { name: 'Exploit count', attribute: 'exploit_count', criteria: 'numeric'}, - { name: 'Is monitored ?', attribute: 'monitored', criteria: 'bool'}, + // { name: 'Is monitored ?', attribute: 'monitored', criteria: 'bool'}, { name: 'Is exploitable ?', attribute: 'is_exploitable', criteria: 'bool'}, { name: 'Is confirmed ?', attribute: 'is_confirmed', criteria: 'bool'}, { name: 'Is in the News ?', attribute: 'is_in_the_news', criteria: 'bool'}, From 46278ba9f40945d35b5134c12b0d30ecc45e8671 Mon Sep 17 00:00:00 2001 From: Marius <94525580+Marius-Patrowl@users.noreply.github.com> Date: Mon, 27 Dec 2021 17:47:46 +0100 Subject: [PATCH 4/6] Add a quick filter button on monitored assets #100 --- frontend/src/components/pages/Vulns.vue | 34 +++++++++++++++++++++---- 1 file changed, 29 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/pages/Vulns.vue b/frontend/src/components/pages/Vulns.vue index edf757c9..cc272587 100644 --- a/frontend/src/components/pages/Vulns.vue +++ b/frontend/src/components/pages/Vulns.vue @@ -5,7 +5,7 @@ - + Vulnerabilities
@@ -19,7 +19,7 @@ small label outlined :color="getBoolColor(this.show_last_week)" @click="toggleShowLastWeek()">Last Week
- + - +
+ + + + + + @@ -204,7 +214,7 @@