-
Notifications
You must be signed in to change notification settings - Fork 3
BSL PFR Requirements
ckrup edited this page Jan 16, 2025
·
2 revisions
| Rqmt ID | Title | Description | Rationale | Verification |
|---|---|---|---|---|
| BSL-PFR-1-0 | Coding Rigor | The BSL shall compile using strict compiler flags for error and warning checks. | Provides additional mitigation against bugs or security vulnerabilities. | Test |
| BSL-PFR-2-0 | Asynchronous Telemetry Functions | The BSL telemetry interfaces shall support asynchronous operation. | The telemetry interface cannot be used to slow down or delay normal BSL services. | Test |