Skip to content

Commit

Permalink
Merge pull request #2071 from CVEProject/content-rjr-2069
Browse files Browse the repository at this point in the history
#2069 Add 2 new Events
  • Loading branch information
athu-tran authored Jul 18, 2023
2 parents a8937e2 + 0eae121 commit 95eeb55
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/assets/data/events.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
{
"currentEvents":
[
{
"id": 25,
"title": "DEF CON 31",
"location": "Las Vegas, Nevada, USA + Virtual",
"description": "CVE attending. Look for us and say hello!",
"permission": "public",
"url": "https://defcon.org/html/defcon-31/dc-31-index.html",
"date": {
"start": "2023-08-10",
"end": "2023-08-13",
"repeat": false
},
"displayOnHomepageOrder": 2
},
{
"id": 24,
"title": "Black Hat USA 2023",
"location": "Las Vegas, Nevada, USA + Virtual",
"description": "CVE attending. Look for us and say hello!",
"permission": "public",
"url": "https://www.blackhat.com/us-23/",
"date": {
"start": "2023-08-05",
"end": "2023-08-10",
"repeat": false
},
"displayOnHomepageOrder": 1
},
{
"id": 23,
"title": "35th Annual FIRST Conference",
Expand Down

0 comments on commit 95eeb55

Please sign in to comment.