Skip to content

Commit d7789dc

Browse files
committed
update
1 parent 3a5cde9 commit d7789dc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+12784
-12897
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Tops by program.
5151
- [Top Shopify reports](tops_by_program/TOPSHOPIFY.md)
5252
- [Top Nextcloud reports](tops_by_program/TOPNEXTCLOUD.md)
5353
- [Top Twitter reports](tops_by_program/TOPTWITTER.md)
54-
- [Top X (formerly Twitter) reports](tops_by_program/TOPX\(FORMERLYTWITTER\).md)
54+
- [Top X / xAI reports](tops_by_program/TOPXXAI.md)
5555
- [Top Uber reports](tops_by_program/TOPUBER.md)
5656
- [Top Node.js reports](tops_by_program/TOPNODEJSTHIRDPARTYMODULES.md)
5757
- [Top shopify-scripts reports](tops_by_program/TOPSHOPIFYSCRIPTS.md)

data.csv

Lines changed: 1878 additions & 1813 deletions
Large diffs are not rendered by default.

rater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def top_by_bug_type(reports, bug_type, bug_name, keywords):
7070
def top_by_program(reports, program):
7171
filtered_reports = [report for report in reports if report['program'] == program]
7272
bug_sorted_reports = list(reversed(sorted(filtered_reports, key=lambda k: (k['upvotes'], k['bounty']))))
73-
with open('tops_by_program/TOP{0}.md'.format(program.upper().replace('.', '').replace('-', '').replace(' ', '')),
73+
with open('tops_by_program/TOP{0}.md'.format(program.upper().replace('.', '').replace('-', '').replace(' ', '').replace('/', '')),
7474
'w', encoding='utf-8') as file:
7575
file.write('Top reports from {0} program at HackerOne:\n\n'.format(program))
7676
for i in range(0, len(bug_sorted_reports)):

tops_100/TOP100PAID.md

Lines changed: 84 additions & 84 deletions
Large diffs are not rendered by default.

tops_100/TOP100UPVOTED.md

Lines changed: 67 additions & 67 deletions
Large diffs are not rendered by default.

tops_by_bug_type/TOPACCOUNTTAKEOVER.md

Lines changed: 197 additions & 196 deletions
Large diffs are not rendered by default.

tops_by_bug_type/TOPAPI.md

Lines changed: 258 additions & 251 deletions
Large diffs are not rendered by default.

tops_by_bug_type/TOPAUTH.md

Lines changed: 266 additions & 263 deletions
Large diffs are not rendered by default.

tops_by_bug_type/TOPAUTHORIZATION.md

Lines changed: 719 additions & 704 deletions
Large diffs are not rendered by default.

tops_by_bug_type/TOPBUSINESSLOGIC.md

Lines changed: 76 additions & 76 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)