Skip to content

Commit

Permalink
Add 2024 Q2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrittervg committed Oct 31, 2024
1 parent 63533ab commit b320358
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 1 deletion.
51 changes: 51 additions & 0 deletions bug-bounty-hof/client.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,55 @@
names:
- name: Nils Bars
date: 2024-06-19
- name: Ronald Crane
date: 2024-06-18
url: https://www.zippenhop.com/
- name: Dalmurino
date: 2024-06-18
- name: Paul Ducos-Saksela
date: 2024-06-11
- name: Bahaa Naamneh
date: 2024-06-11
- name: Raphael Shaniyazov
date: 2024-06-11
- name: Irvan Kurniawan (sourc7)
date: 2024-06-11
url: https://www.linkedin.com/in/sourc7/
- name: Aidan Stephenson and Yannik Marchand.
date: 2024-05-28
- name: Lukas Bernhard
date: 2024-05-28
- name: Axel Chong
date: 2024-05-21
- name: Muneaki Nishimura (a.k.a. nishimunea)
date: 2024-05-21
- name: Adam Berry
date: 2024-05-21
- name: James Lee
date: 2024-05-14
twitter: "@Windowsrcer"
url: https://twitter.com/@Windowsrcer
- name: Luan Herrera
date: 2024-05-14
- name: jackyzy823
date: 2024-05-14
- name: Hafiizh
date: 2024-05-07
url: https://www.linkedin.com/in/hafiizh-7aa6bb31/
- name: Satoki Tsuji
date: 2024-05-07
- name: Thomas Rinsma
date: 2024-04-30
- name: Shaheen Fazim
date: 2024-04-16
twitter: "@shaheenfazim"
url: https://twitter.com/@shaheenfazim
- name: Nan Wang
date: 2024-04-16
twitter: "@eternalsakura13"
url: https://twitter.com/@eternalsakura13
- name: Jędrzej Krysztofiak
date: 2024-04-02
- name: Ronald Crane
date: 2024-03-26
url: https://www.zippenhop.com/
Expand Down
9 changes: 8 additions & 1 deletion foundation_security_advisories/update_hof.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@
""".replace("\n", "")

credit_entries = {
"e0a74b5439f07d3b31735873861f5f45":"Dalmurino",
"96c531dfd57734b6e7545668dc632153":"jackyzy823",
"97ff7dcf51f14fadf8adc2de15c80239":"Jędrzej Krysztofiak",
"868d31abeba00933f46ddaf75acbb47e":"Adam Berry",
"4bbef8fdf0aaedd24685c156c3156978":"Bahaa Naamneh",
"3a3a83f666d751521815bc3bf0abb993":"Paul Ducos-Saksela",
"bb7b2f03afba96797f2a0583a1e9b2c5":"goodbyeselene",
"09374a6ae9f8606ab65de70c9cd6d455":"Gregory Pappas",
"fb99b1caf1b9d2533e9c960aca901dd9":"Narendra Bhati from Suma Soft Pvt. Ltd",
Expand Down Expand Up @@ -610,6 +616,7 @@
"Thunderbird",
"Toolkit",
"WebExtensions",
"Web Compatibility",
"DevTools",
"Calendar",
]
Expand All @@ -636,7 +643,7 @@ def is_client_bug(bug):

if bug['product'] not in client_products:
# this is an edge case we should validate and improve
raise Exception("Classification: '{0}' Product: '{1}' Component: '{2}' is not considered a client bug, please confirm.".format(bug['classification'], bug['product'], bug['component']))
raise Exception("Bug: {3} Classification: '{0}' Product: '{1}' Component: '{2}' is not considered a client bug, please confirm.".format(bug['classification'], bug['product'], bug['component'], bug["id"]))

if bug['product'] == 'Firefox' and bug['component'] in ["Firefox Monitor"]:
return False
Expand Down

0 comments on commit b320358

Please sign in to comment.