Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
reddelexc committed Oct 6, 2022
1 parent 7ac4be5 commit d1760ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Tops by bug type.
- [Top OAuth reports](tops_by_bug_type/TOPOAUTH.md)
- [Top Account Takeover reports](tops_by_bug_type/TOPACCOUNTTAKEOVER.md)
- [Top Business Logic reports](tops_by_bug_type/TOPBUSINESSLOGIC.md)
- [Top API reports](tops_by_bug_type/TOPAPI.md)
- [Top REST API reports](tops_by_bug_type/TOPAPI.md)
- [Top GraphQL reports](tops_by_bug_type/TOPGRAPHQL.md)
- [Top Information Disclosure reports](tops_by_bug_type/TOPINFODISCLOSURE.md)
- [Top Web Cache reports](tops_by_bug_type/TOPWEBCACHE.md)
Expand Down
2 changes: 1 addition & 1 deletion rater.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def main():
top_by_bug_type(reports, 'BUSINESSLOGIC', 'Business Logic',
['functional', 'logic', 'function', 'functionality', 'manipulating response', 'response manipulation', 'manipulation'])
top_by_bug_type(reports, 'API', 'REST API', ['api', 'rest api', 'restapi'])
top_by_bug_type(reports, 'GRAPHQL', 'GRAPHQL', ['graphql', 'graphql api', 'api graphql'])
top_by_bug_type(reports, 'GRAPHQL', 'GraphQL', ['graphql', 'graphql api', 'api graphql'])
top_by_bug_type(reports, 'INFODISCLOSURE', 'Information Disclosure',
['information disclosure', 'infos disclosure', 'user information', 'pii'])
top_by_bug_type(reports, 'WEBCACHE', 'Web Cache', ['web cache poisoning', 'web cache', 'web cache deception'])
Expand Down

0 comments on commit d1760ec

Please sign in to comment.