Johannes
a31cb0d02e
Merge 4d574b1278 into eda209422f
7 lat temu
Johannes
4d574b1278
merged from original fork
7 lat temu
Manuel83
2da4aff978
Update package because of vulnerability
Flask:
CVE-2018-1000656 More information
moderate severity
Vulnerable versions: < 0.12.3
Patched version: 0.12.3
The Pallets Project flask version Before 0.12.3 contains a CWE-20:
Improper Input Validation vulnerability in flask that can result in
Large amount of memory usage possibly leading to denial of service.
This attack appear to be exploitable via Attacker provides JSON data in
incorrect encoding. This vulnerability appears to have been fixed in
0.12.3.
Requests:
CVE-2018-18074 More information
moderate severity
Vulnerable versions: <= 2.19.1
Patched version: 2.20.0
The Requests package through 2.19.1 before 2018-09-14 for Python sends
an HTTP Authorization header to an http URI upon receiving a
same-hostname https-to-http redirect, which makes it easier for remote
attackers to discover credentials by sniffing the network.
7 lat temu
Johannes
b89dc3a4c3
start event is called everytime a new step starts. So a new value for "active_brew" will only be generated if the value before was "none". The value is "none" either after initializing the app or after the process got stopped. That leaves one potentiall error: if a process is started and the app needs a restart. In this case a new value for "active_brew" would be unecessarily generated.
7 lat temu
Johannes
1008613656
beer.xml import differentates between mash step or mash in step, depending on timer > 0.
7 lat temu
Manuel83
eda209422f
Update package because of vulnerability
Flask:
CVE-2018-1000656 More information
moderate severity
Vulnerable versions: < 0.12.3
Patched version: 0.12.3
The Pallets Project flask version Before 0.12.3 contains a CWE-20:
Improper Input Validation vulnerability in flask that can result in
Large amount of memory usage possibly leading to denial of service.
This attack appear to be exploitable via Attacker provides JSON data in
incorrect encoding. This vulnerability appears to have been fixed in
0.12.3.
Requests:
CVE-2018-18074 More information
moderate severity
Vulnerable versions: <= 2.19.1
Patched version: 2.20.0
The Requests package through 2.19.1 before 2018-09-14 for Python sends
an HTTP Authorization header to an http URI upon receiving a
same-hostname https-to-http redirect, which makes it easier for remote
attackers to discover credentials by sniffing the network.
7 lat temu
Johannes
a3bbbccfc9
beer.xml exports from "BrewersFriend" can contain a tag like "<STEP_TIME></STEP_TIME>" which led to a float converting error. Now this will be interpreted as Step_Time = 0.0
7 lat temu
Johannes
254a4c70c6
Merge pull request #4 from Manuel83/master
Keep up to date with original fork from Manuel
7 lat temu
Chris Speck
f11f7d0737
Fix typo which resulted in reference to incorrect port
7 lat temu
Chris Speck
640d9210e4
Docker files for ease of development on PCs/macs
7 lat temu
swimIan
efc85d65f7
Remove "Steps started on xml imported" bug
7 lat temu
Josh
e0c267832f
Remove duplicate line
7 lat temu
clearwaterbrewer
e57350e622
Update __init__.py
removed lines 37 and 38 to make hysteresis work properly.
7 lat temu
Martin
590a523d87
Import boil time alerts from BeerXML
By reading the HOP and MISC elements, the 'please add your hop' alerts may be imported.
8 lat temu
Manuel83
5b47b94833
Merge pull request #213 from cgspeck/fix-typo
Fix typo in README
7 lat temu
Manuel83
98409d9895
Merge pull request #206 from swimIan/swimIan-patch-1
Remove "Steps started on xml imported" bug
7 lat temu
Chris Speck
433b1c30f1
Fix typo which resulted in reference to incorrect port
7 lat temu
Manuel83
a477cb83a8
Merge pull request #211 from cgspeck/docker-dev-env
Docker files for ease of development on PCs/macs
7 lat temu
Chris Speck
a22dcba77c
Docker files for ease of development on PCs/macs
7 lat temu
swimIan
c1d94a8f61
Remove "Steps started on xml imported" bug
7 lat temu
swimIan
dd64f4ee16
Merge pull request #16 from Manuel83/master
August 2 update
7 lat temu
Manuel83
1414b1ed3b
Merge pull request #166 from DrRataplan/master
Import hop alerts from BeerXML
7 lat temu
Manuel83
acd404622b
Merge pull request #182 from archonic/patch-1
Remove duplicate line
7 lat temu
Manuel83
d657077570
Merge pull request #181 from clearwaterbrewer/patch-1
Fix hysteresis turning off heater
7 lat temu
Johannes
cdac4bca84
Added additional parameters to configure timeseries database queries (kairos_db_sampling_value, kairos_db_start_relative)
7 lat temu
Johannes
b17203d445
changed description for KairosDB parameter
7 lat temu
Johannes
37068ca432
Added branches to git overview on system tab
7 lat temu
Johannes
cc6559144a
added logging of "action" into time series database
7 lat temu
Johannes
869473f090
simplified code for logging to logfile
7 lat temu
Johannes
b5c722b0aa
corrected tagging of actual brew process for storing in time serires db
7 lat temu
Johannes
8e4f509e0b
corrected tagging of actual brew process for storing in time serires db
7 lat temu
Johannes
c34939ff40
Added writing to Time Series Database KairosDB
7 lat temu
Johannes
0803e85630
Added writing to Time Series Database KairosDB
7 lat temu
Johannes
ac328b843d
Added writing to Time Series Database KairosDB
7 lat temu
Johannes
33834c68f5
added KairosDB to installer
7 lat temu
Johannes
47d6e76ea4
added KairosDB to installer
7 lat temu
Johannes
093d486f8e
Added writing to Time Series Database KairosDB
7 lat temu
Johannes
32125d3e6b
Merge branch 'master' of https://github.com/Manuel83/craftbeerpi3
7 lat temu
Johannes
649e4522bb
Added writing to Time Series Database KairosDB
7 lat temu
Josh
0e6da89cfd
Remove duplicate line
7 lat temu
clearwaterbrewer
faa2b9d32c
Update __init__.py
removed lines 37 and 38 to make hysteresis work properly.
7 lat temu
Martin
83699f1933
Import boil time alerts from BeerXML
By reading the HOP and MISC elements, the 'please add your hop' alerts may be imported.
8 lat temu
swimIan
fea3e85053
Merge pull request #15 from Manuel83/master
Update swimIan master
8 lat temu
Manuel83
5efa1df350
Merge pull request #133 from JamFfm/JamFfm-install
Added a combinaton of stop-del logfiles-start
8 lat temu
Manuel83
dd5b5f456a
Merge pull request #151 from mb-tec/master
Buzzer Beep Level
8 lat temu
Matthias
e0e3aff929
Buzzer Beep Level
8 lat temu
Manuel83
2a02979e37
Merge pull request #142 from Manuel83/revert-105-patch2
Revert "Updates the boilstep and beerxml recipe import"
8 lat temu
Manuel83
a1740074ac
Revert "Updates the boilstep and beerxml recipe import"
8 lat temu
swimIan
1b3042a082
Merge pull request #13 from Manuel83/master
Update
8 lat temu
Manuel83
b279dcf347
Merge pull request #105 from swimIan/patch2
Updates the boilstep and beerxml recipe import
8 lat temu