Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In class Foxinsocks using http protocol can be insecure #875

Open
vineela1999 opened this issue Apr 12, 2022 · 0 comments
Open

In class Foxinsocks using http protocol can be insecure #875

vineela1999 opened this issue Apr 12, 2022 · 0 comments

Comments

@vineela1999
Copy link
Contributor

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)

UtkarshShah0 added a commit to UtkarshShah0/delfin that referenced this issue Apr 24, 2022
In class Foxinsocks using http protocol can be insecure so replaced it with https protocol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant