├── .github └── ISSUE_TEMPLATE │ └── finding.md ├── README.md └── create-labels.py /.github/ISSUE_TEMPLATE/finding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spearbit-audits/audit-template/HEAD/.github/ISSUE_TEMPLATE/finding.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spearbit-audits/audit-template/HEAD/README.md -------------------------------------------------------------------------------- /create-labels.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spearbit-audits/audit-template/HEAD/create-labels.py --------------------------------------------------------------------------------