{"id":24926804,"url":"https://github.com/lexxn0x3/sw_sec_presentation","last_synced_at":"2025-03-28T12:26:25.347Z","repository":{"id":236101627,"uuid":"791912975","full_name":"Lexxn0x3/sw_sec_presentation","owner":"Lexxn0x3","description":"🔐 Dive into Rust's security features with example codes from a university presentation at Technische Hochschule Georg Simon Ohm, covering topics like safe concurrency, error handling, and zero-cost abstractions.","archived":false,"fork":false,"pushed_at":"2024-05-13T18:17:51.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T12:53:19.721Z","etag":null,"topics":["coding-demonstration","concurrency","education","error-handling","memory-safety","rust","rust-lang","software-security","type-safety","university"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lexxn0x3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-25T16:00:42.000Z","updated_at":"2024-05-13T18:17:54.000Z","dependencies_parsed_at":"2024-04-30T18:01:22.933Z","dependency_job_id":null,"html_url":"https://github.com/Lexxn0x3/sw_sec_presentation","commit_stats":null,"previous_names":["lexxn0x3/sw_sec_presentation"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexxn0x3%2Fsw_sec_presentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexxn0x3%2Fsw_sec_presentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexxn0x3%2Fsw_sec_presentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexxn0x3%2Fsw_sec_presentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lexxn0x3","download_url":"https://codeload.github.com/Lexxn0x3/sw_sec_presentation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246028496,"owners_count":20712031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["coding-demonstration","concurrency","education","error-handling","memory-safety","rust","rust-lang","software-security","type-safety","university"],"created_at":"2025-02-02T12:53:22.259Z","updated_at":"2025-03-28T12:26:25.317Z","avatar_url":"https://github.com/Lexxn0x3.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Rust Software Security Features Demo 🛡️🦀\n\nWelcome to the GitHub repository for the Rust Software Security Features demonstration, presented at Technische Hochschule Georg Simon Ohm! This repo contains all the example code shown during the presentation, allowing you to dive deep into the features that make Rust a uniquely secure language for software development.\n\n## 📖 Overview\n\nThis repository is structured to reflect the flow of the presentation, showcasing various security features in Rust through dedicated modules. Explore the code to see Rust's approach to memory safety, concurrency, and more in action!\n\n## 📚 Contents\n\n### 1. **Static Types** 🔒\n   - **Enforcing Safety**: Dive into how Rust handles type safety and enforces explicit management of types with examples from the `static_types` module.\n\n### 2. **Integer Overflow** 📉\n   - **Preventing Overflows**: Explore how Rust prevents common security vulnerabilities related to integer overflow through the `integer_overflow` module.\n\n### 3. **Zero-Cost Abstractions** 🚀\n   - **Efficient Patterns**: See how Rust's zero-cost abstractions like iterators and message passing help write efficient code that's also secure with the `zero_cost_abstraction` module.\n\n### 4. **Error Handling** 🛠️\n   - **Graceful Failures**: Discover Rust's approach to robust error handling without exceptions by using the `error_handling` module.\n\n### 5. **Ownership and Borrowing** 🤲\n   - **Memory Safety**: Learn about Rust's innovative ownership model that guarantees memory safety without a garbage collector in the `borrowing` module.\n\n### 6. **Lifetime Tracking** ⏳\n   - **Managing Lifetimes**: Understand how Rust uses lifetimes to prevent dangling references and ensure safe memory access with the `lifetime_tracking` module.\n\n### 7. **Safe Concurrency** 🧵\n   - **Concurrency without Data Races**: Check out how Rust handles concurrency safely, making data races a thing of the past, in the `safe_concurrency` module.\n\n## 🚀 Getting Started\n\nTo get started with exploring these examples:\n```bash\ngit clone https://github.com/Lexxn0x3/sw_sec_presentation.git\ncd rust-security-features-demo\ncargo run\n```\n\n## 🤝 Contributing\n\nContributions are welcome! If you have improvements or corrections to the demos, please feel free to fork the repository and submit a pull request.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexxn0x3%2Fsw_sec_presentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flexxn0x3%2Fsw_sec_presentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexxn0x3%2Fsw_sec_presentation/lists"}