Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 984 Bytes

HttpClientSSLShouldHaveConfidentiality.md

File metadata and controls

22 lines (12 loc) · 984 Bytes

HttpClientSSLShouldHaveConfidentiality

What condition does this detect?

HTTP Client using 443 port should have set confidentiality settings

This is an Resource rule - the rule will test each resource of the application

Why is this condition important?

Nowadays is not only important to create code that works but also code that is secure. Because of that is mandatory to provide some kind of confidentiality technique to be able to not allow anyone from the outside to call our service and generate a security breach. That's why we should use SSL as part of our HTTP communications

How to fix it?

Add confidentiality options to the HTTP Client resource we have inside our project

How do I use this rule?

The rule is enabled by default. To disable it if unwanted, clone the default "BW6 Quality Profile" quality profile and then disable the rule.


< Return to Rules list | << Return to main README file