sodafoundation / delfin

delfin is the SODA Infrastructure Manager project which provides unified, intelligent and scalable resource management, alert and performance monitoring
https://sodafoundation.io/
Apache License 2.0
202 stars 355 forks source link

In class Foxinsocks using http protocol can be insecure #875

Open vineela1999 opened 2 years ago

vineela1999 commented 2 years ago

Issue/Feature Description: In delfin/tests/unit/api/extensions/foxinsocks.py

class Foxinsocks(extensions.ExtensionDescriptor):
    """The Fox In Socks Extension."""

    name = "Fox In Socks"
    alias = "FOXNSOX"
    namespace = "http://www.fox.in.socks/api/ext/pie/v1.0"
    updated = "2011-01-22T13:25:27-06:00"

Here http can be insecure

Why this issue to fixed / feature is needed(give scenarios or use cases): In the class Foxinsocks , used http which might be insecure can use https instead. How to reproduce, in case of a bug:

Other Notes / Environment Information: (Please give the env information, log link or any useful information for this issue)