Skip to content

Commit

Permalink
1.0.15: security maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
MaKyOtOx committed Dec 6, 2021
1 parent 44d91df commit 8aa7c18
Show file tree
Hide file tree
Showing 26 changed files with 1,043 additions and 915 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.7-slim
MAINTAINER Patrowl.io "getsupport@patrowl.io"
LABEL Name="PatrowlHears" Version="1.0.14"
LABEL Name="PatrowlHears" Version="1.0.15"

ENV PYTHONUNBUFFERED 1
RUN mkdir -p /opt/patrowl-hears/
Expand All @@ -9,7 +9,7 @@ WORKDIR /opt/patrowl-hears/
RUN apt-get update -yq \
&& apt-get install -yq --no-install-recommends \
apt-utils \
python3 \
python3 \
python3-pip \
libmagic-dev \
python3-psycopg2 \
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.14 // Community Edition
1.0.15 // Community Edition
2 changes: 1 addition & 1 deletion backend_app/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.14
1.0.15
2 changes: 1 addition & 1 deletion backend_app/requirements.macos.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.7.4
aiohttp==3.8.1
amqp==2.5.2
asgiref==3.3.4
async-timeout==3.0.1
Expand Down
4 changes: 2 additions & 2 deletions backend_app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aiohttp==3.7.4
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
Expand Down
2 changes: 1 addition & 1 deletion frontend/VERSION.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.14",
"version": "1.0.15",
"edition": "Community",
"build": ""
}
2 changes: 1 addition & 1 deletion frontend/dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>PatrowlHears</title><link href="/static/css/app.05e53b51.css" rel="preload" as="style"><link href="/static/css/chunk-vendors.a17e3caa.css" rel="preload" as="style"><link href="/static/js/app.5e164660.js" rel="preload" as="script"><link href="/static/js/chunk-vendors.1f34b2b5.js" rel="preload" as="script"><link href="/static/css/chunk-vendors.a17e3caa.css" rel="stylesheet"><link href="/static/css/app.05e53b51.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but frontend doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/static/js/chunk-vendors.1f34b2b5.js"></script><script src="/static/js/app.5e164660.js"></script></body></html>
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>PatrowlHears</title><link href="/static/css/app.05e53b51.css" rel="preload" as="style"><link href="/static/css/chunk-vendors.ab12bf83.css" rel="preload" as="style"><link href="/static/js/app.11ab66bf.js" rel="preload" as="script"><link href="/static/js/chunk-vendors.a843c12b.js" rel="preload" as="script"><link href="/static/css/chunk-vendors.ab12bf83.css" rel="stylesheet"><link href="/static/css/app.05e53b51.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but frontend doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/static/js/chunk-vendors.a843c12b.js"></script><script src="/static/js/app.11ab66bf.js"></script></body></html>
9 changes: 0 additions & 9 deletions frontend/dist/static/css/chunk-vendors.a17e3caa.css

This file was deleted.

9 changes: 9 additions & 0 deletions frontend/dist/static/css/chunk-vendors.ab12bf83.css

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions frontend/dist/static/js/app.11ab66bf.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions frontend/dist/static/js/app.11ab66bf.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions frontend/dist/static/js/app.5e164660.js

This file was deleted.

1 change: 0 additions & 1 deletion frontend/dist/static/js/app.5e164660.js.map

This file was deleted.

1 change: 0 additions & 1 deletion frontend/dist/static/js/chunk-vendors.1f34b2b5.js.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions frontend/dist/static/js/chunk-vendors.a843c12b.js.map

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,37 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.21.1",
"core-js": "^3.16.0",
"axios": "^0.24.0",
"core-js": "^3.19.3",
"json-data-convert-file": "^1.0.1",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"sweetalert2": "^11.1.2",
"sweetalert2": "^11.3.0",
"typeface-roboto": "^1.1.13",
"vue": "^2.6.14",
"vue-axios": "^3.2.5",
"vue-axios": "^3.4.0",
"vue-clamp": "^0.4.0",
"vue-moment": "^4.1.0",
"vue-router": "^3.5.2",
"vue-router": "^3.5.3",
"vue-session": "^1.0.0",
"vuetify": "^2.5.8",
"vuetify": "^2.6.1",
"vuetify-confirm": "^2.0.6",
"vuex": "^3.6.2"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@mdi/font": "^5.9.55",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-router": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@mdi/font": "^6.5.95",
"@vue/cli-plugin-eslint": "^4.5.15",
"@vue/cli-plugin-router": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"babel-eslint": "^10.1.0",
"cache-loader": "^4.1.0",
"eslint-plugin-vue": "^7.15.1",
"sass": "^1.37.5",
"sass-loader": "^10.1.1",
"vue-cli-plugin-vuetify": "^2.4.2",
"eslint-plugin-vue": "^8.2.0",
"sass": "~1.32.12",
"sass-loader": "^10.1.0",
"vue-cli-plugin-vuetify": "^2.4.5",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.7.2"
"vuetify-loader": "^1.7.3"
},
"eslintConfig": {
"root": true,
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/pages/AdvancedSearch.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<div>
<v-row class="py-0">
<v-row class="py-0 mt-1">
<v-col cols="12" class="py-0">
<span class="subtitle-1">Add a new filter:</span>
<span class="subtitle-1">Add a new filter</span>
</v-col>
</v-row>
<v-row>
Expand Down
1 change: 0 additions & 1 deletion frontend/src/components/pages/Homepage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
:color="getRatingColor(item.score)"
class="text-center font-weight-bold"
label

>{{item.score}}/100</v-chip><br/>
<span class="text-caption">CVSSv2: {{item.cvss}}</span><br/>
<span class="text-caption">CVSSv3: {{item.cvss3}}</span>
Expand Down
Loading

0 comments on commit 8aa7c18

Please sign in to comment.