├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md └── pull_request_template.md ├── README.md └── Scripts ├── CVE-2024-1086.js └── _TEMPLATE.js /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetblk/Flipper-Zero-JavaScript/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetblk/Flipper-Zero-JavaScript/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetblk/Flipper-Zero-JavaScript/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetblk/Flipper-Zero-JavaScript/HEAD/README.md -------------------------------------------------------------------------------- /Scripts/CVE-2024-1086.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetblk/Flipper-Zero-JavaScript/HEAD/Scripts/CVE-2024-1086.js -------------------------------------------------------------------------------- /Scripts/_TEMPLATE.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetblk/Flipper-Zero-JavaScript/HEAD/Scripts/_TEMPLATE.js --------------------------------------------------------------------------------