Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/delikely/Automotive-Security-Timeline

汽车信息安全事件时间轴
https://github.com/delikely/Automotive-Security-Timeline

automotive-security car-security carhacking data-leaks security timeline vehicle-security

Last synced: 3 months ago
JSON representation

汽车信息安全事件时间轴

Awesome Lists containing this project

README

        

"汽车信息安全事件时间轴" 按照时间发生的先后顺序记录汽车信息安全事件。
- 地址: [https://delikely.github.io/Automotive-Security-Timeline](https://delikely.github.io/Automotive-Security-Timeline)

事件记录的格式如下:
```json
{
"media": {
"caption": "原文标题",
"credit": "",
"url": "图片或视频地址"
},
"text": {
"headline": "事件标题",
"text": "事件描述"
},
"start_date": {
"month": "月",
"day": "日",
"year": "年"
},
"group":"vulnerability 或者 event "
}
```