Fix FINAL rubric typos

This commit is contained in:
Kevin Thomas
2026-05-09 15:03:52 -04:00
parent cc6915f5c3
commit 96fd1190b0
2 changed files with 20 additions and 1 deletions
+9
View File
@@ -256,3 +256,12 @@ By submitting this final project, you certify that:
2. You have not shared answers with other students
3. You understand the ethical implications of embedded security research
4. You will only use these skills for lawful purposes
---
## 📚 Reference Material
- Full scenario narrative and step-by-step instructions: [WEEK14-1.md](WEEK14-1.md)
- ARM Cortex-M33 Technical Reference Manual
- IEEE 754 single-precision floating-point standard
- Ghidra documentation: [https://ghidra-sre.org/](https://ghidra-sre.org/)
+11 -1
View File
@@ -283,9 +283,19 @@ These are the most frequent mistakes. Avoid them.
## 📜 Academic Integrity
By submitting this examination, you certify that:
By submitting this final project, you certify that:
1. This is your own work
2. You have not shared answers with other students
3. You understand the ethical implications of embedded security research
4. You understand that the skills demonstrated here may only be used in authorized, lawful contexts
5. You recognize the difference between academic exercises and real-world operations
---
## 📚 Reference Material
- Full scenario narrative, wiring diagrams, and step-by-step instructions: [WEEK14-2.md](WEEK14-2.md)
- ARM Cortex-M33 Technical Reference Manual
- ARM Thumb-2 Instruction Set Reference
- Ghidra documentation: [https://ghidra-sre.org/](https://ghidra-sre.org/)
- STUXNET analysis: Langner, Ralph. "To Kill a Centrifuge" (for Q1 reference)