├── 2020 ├── 2020.json └── README.md ├── 2021 ├── 2021.json └── README.md ├── 2022 ├── 2022.json └── README.md ├── 2023 ├── 2023.json └── README.md ├── 2024 ├── 2024.json └── README.md ├── 2025 ├── 2025.json └── README.md ├── .gitignore ├── 2012.json ├── 2013.json ├── 2014.json ├── 2015.json ├── 2016.json ├── 2017.json ├── 2018.json ├── 2019.json └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Proteas/apple-cve/HEAD/.gitignore -------------------------------------------------------------------------------- /2012.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Proteas/apple-cve/HEAD/2012.json -------------------------------------------------------------------------------- /2013.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Proteas/apple-cve/HEAD/2013.json -------------------------------------------------------------------------------- /2014.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Proteas/apple-cve/HEAD/2014.json -------------------------------------------------------------------------------- /2015.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Proteas/apple-cve/HEAD/2015.json -------------------------------------------------------------------------------- /2016.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Proteas/apple-cve/HEAD/2016.json -------------------------------------------------------------------------------- /2017.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Proteas/apple-cve/HEAD/2017.json -------------------------------------------------------------------------------- /2018.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Proteas/apple-cve/HEAD/2018.json -------------------------------------------------------------------------------- /2019.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Proteas/apple-cve/HEAD/2019.json -------------------------------------------------------------------------------- /2020/2020.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Proteas/apple-cve/HEAD/2020/2020.json -------------------------------------------------------------------------------- /2020/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Proteas/apple-cve/HEAD/2020/README.md -------------------------------------------------------------------------------- /2021/2021.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Proteas/apple-cve/HEAD/2021/2021.json -------------------------------------------------------------------------------- /2021/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Proteas/apple-cve/HEAD/2021/README.md -------------------------------------------------------------------------------- /2022/2022.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Proteas/apple-cve/HEAD/2022/2022.json -------------------------------------------------------------------------------- /2022/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Proteas/apple-cve/HEAD/2022/README.md -------------------------------------------------------------------------------- /2023/2023.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Proteas/apple-cve/HEAD/2023/2023.json -------------------------------------------------------------------------------- /2023/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Proteas/apple-cve/HEAD/2023/README.md -------------------------------------------------------------------------------- /2024/2024.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Proteas/apple-cve/HEAD/2024/2024.json -------------------------------------------------------------------------------- /2024/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Proteas/apple-cve/HEAD/2024/README.md -------------------------------------------------------------------------------- /2025/2025.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Proteas/apple-cve/HEAD/2025/2025.json -------------------------------------------------------------------------------- /2025/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Proteas/apple-cve/HEAD/2025/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Proteas/apple-cve/HEAD/README.md --------------------------------------------------------------------------------