Skip to content

Comments

Update to fix HTTP endpoints#21

Open
akondasif wants to merge 1 commit intohotblac:masterfrom
akondasif:master
Open

Update to fix HTTP endpoints#21
akondasif wants to merge 1 commit intohotblac:masterfrom
akondasif:master

Conversation

@akondasif
Copy link

@akondasif akondasif commented Jul 10, 2020

Some of the endpoints are still using HTTP that is insecure ... replaced with secure HTTP (HTTP with SSL/TLS) that exists.

Details:

I found instances where the HTTP protocol is used instead of HTTPS (HTTP with TLS). According to the Common Weakness Enumeration organization this is a security weakness (https://cwe.mitre.org/data/definitions/319.html).

Some of the endpoints are still using HTTP that is insecure ... replaced with secure HTTP (HTTP with SSL/TLS) that exists. These fixes are similar to hotblac#1

Details:

I found instances where the HTTP protocol is used instead of HTTPS (HTTP with TLS). According to the Common Weakness Enumeration organization this is a security weakness (https://cwe.mitre.org/data/definitions/319.html).
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 this pull request may close these issues.

1 participant