snift / snift-api

🏗 Backend REST API for Snift to sniff security vulnerabilities from the web.
MIT License
2 stars 0 forks source link

Header score impl #8

Closed maruthi-adithya closed 5 years ago

maruthi-adithya commented 5 years ago
shrirambalaji commented 5 years ago

@maruthi-adithya would be nice to have tests for the Header score functions as well, if possible. We are doing multiple string checks and unit tests will help validate them. Also what's your take on moving it into a separate package or into models?

maruthi-adithya commented 5 years ago

@Shriram-Balaji Test Cases are Added for the changes