From 539e559e65cd8f227c45e4b046ac41c0edcf6c32 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 31 Dec 2022 13:55:11 -0800 Subject: Fixes for some security complaints. None of these changes are actual security bugs, but GitHub's scanner reports false positives at Critical severity for them. (There are a number of complaints from that scanner, many of which we do not necessarily agree with.) --- tests/ws.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/ws.c') diff --git a/tests/ws.c b/tests/ws.c index c7f057f1..b4e08718 100644 --- a/tests/ws.c +++ b/tests/ws.c @@ -1,5 +1,5 @@ // -// Copyright 2021 Staysail Systems, Inc. +// Copyright 2022 Staysail Systems, Inc. // Copyright 2018 Capitar IT Group BV // // This software is supplied under the terms of the MIT License, a @@ -82,5 +82,5 @@ check_props_v4(nng_msg *msg) } TestMain("WebSocket Transport", { - trantest_test_extended("ws://127.0.0.1:%u/test", check_props_v4); + trantest_test_extended("ws://127.0.0.1:", check_props_v4); }) -- cgit v1.2.3-70-g09d2