From 02032f20e1eb969b388f0e0147096953318eed60 Mon Sep 17 00:00:00 2001 From: vhamidovic Date: Fri, 26 Oct 2018 22:17:40 +0200 Subject: [PATCH 1/2] Debog level is not 4 anymore, but 6 --- janus/etc/janus/janus.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/janus/etc/janus/janus.cfg b/janus/etc/janus/janus.cfg index 3838226..7a2ded7 100644 --- a/janus/etc/janus/janus.cfg +++ b/janus/etc/janus/janus.cfg @@ -15,7 +15,7 @@ log_to_file = /var/log/janus.log ; Whether to use a log file or not ;pid_file = /tmp/janus.pid ; PID file to create when Janus has been ; started, and to destroy at shutdown ;interface = 1.2.3.4 ; Interface to use (will be used in SDP) -debug_level = 4 ; Debug/logging level, valid values are 0-7 +debug_level = 6 ; Debug/logging level, valid values are 0-7 ;debug_timestamps = yes ; Whether to show a timestamp for each log line ;debug_colors = no ; Whether colors should be disabled in the log ;api_secret = janusrocks ; String that all Janus requests must contain From fc653d5f03b09d9c5c6c2e49c4d35504d2ddd17a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Oct 2023 09:44:31 +0000 Subject: [PATCH 2/2] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN8-BASH-536279 - https://snyk.io/vuln/SNYK-DEBIAN8-GLIBC-356505 - https://snyk.io/vuln/SNYK-DEBIAN8-GLIBC-356505 - https://snyk.io/vuln/SNYK-DEBIAN8-GLIBC-356850 - https://snyk.io/vuln/SNYK-DEBIAN8-GLIBC-356850 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1dc36ef..b31353e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ############################################################ # set base image debian jessie -FROM debian:jessie +FROM debian:bookworm-20231009 # file maintainer author MAINTAINER brendan jocson