mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-28 23:20:58 +03:00
Initial commit - 611 cybersecurity skills across all subdomains
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
# Fuzz Testing Implementation Template
|
||||
|
||||
## Target Application
|
||||
|
||||
| Field | Value |
|
||||
|-------|-------|
|
||||
| Application Name | |
|
||||
| Target Function | |
|
||||
| Language | [ ] C [ ] C++ [ ] Other |
|
||||
| Input Type | [ ] File [ ] Network [ ] Stdin |
|
||||
|
||||
## Fuzzing Configuration
|
||||
|
||||
| Parameter | Value |
|
||||
|-----------|-------|
|
||||
| Instrumentation | [ ] afl-clang-fast [ ] afl-gcc-fast [ ] QEMU |
|
||||
| Sanitizer | [ ] ASan [ ] UBSan [ ] MSan [ ] TSan |
|
||||
| Mode | [ ] Persistent [ ] Fork |
|
||||
| CmpLog | [ ] Enabled [ ] Disabled |
|
||||
| Timeout per exec | ms |
|
||||
| CI run duration | minutes |
|
||||
| Nightly duration | hours |
|
||||
|
||||
## Corpus Management
|
||||
|
||||
| Item | Location |
|
||||
|------|----------|
|
||||
| Seed corpus | |
|
||||
| Minimized corpus | |
|
||||
| CI cache key | |
|
||||
|
||||
## Crash Tracking
|
||||
|
||||
| Crash ID | CWE | Severity | Crash File | Stack Trace Summary | Fix Status |
|
||||
|----------|-----|----------|------------|---------------------|------------|
|
||||
| | | | | | |
|
||||
Reference in New Issue
Block a user