teejlab / API-Risk-Assessment-Framework

A framework for quantifying API risks.
https://teejlab.github.io/API-Risk-Assessment-Framework/intro.html
MIT License
5 stars 9 forks source link

Count the number of parameters for level exposure #54

Open SonQBChau opened 2 years ago

SonQBChau commented 2 years ago

The API request can contain a lot of information about the user. The more parameters the API collected, the more risk it will pose for the end-user. To be able to determine the risk level, I think we need to include this feature in our model. Currently, Teejlan doesn't have it, but I think we can count the parameters by ourselves since it is just a dictionary