Skip to content

Transfer multicast address used for tests from Arguments class to test class  #69

Description

@simatic

In aPull request, SonarQube triggers warning "Make sure using this hardcoded IP address is safe here." (cpp:S1313) because we define:

 auto networkLevelMulticastAddressForTests{"239.255.0.1"};

in Arguments.cpp.

It would be cleaner to define this value only in test class TcpTest.cpp.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions