Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEO: Fix broken links #96

Merged
merged 1 commit into from
Dec 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ all_events:
Topic: **Dasharo User Group #3** <br>
Presenters: **3mdeb Team with Guests**
* [**Slides**](http://dl.3mdeb.com/dasharo/dug/3/)
* [**Slides**](https://dl.3mdeb.com/dasharo/dug/3/)
- title: "Dasharo User Group 0x2 **& Developers vPub 0x7**"
Expand All @@ -144,7 +144,7 @@ all_events:
Topic: **Dasharo User Group #2** <br>
Presenters: **3mdeb Team with Guests**
* [**Slides**](http://dl.3mdeb.com/dasharo/dug/2/)
* [**Slides**](https://dl.3mdeb.com/dasharo/dug/2/)
- title: "Yocto Project at **Embedded Open-Source Summit**"
Expand Down Expand Up @@ -215,7 +215,7 @@ all_events:
Topic: **Dasharo User Group #1** <br>
Presenters: **3mdeb Team with Guests**
* [**Slides**](http://dl.3mdeb.com/dasharo/dug/1/)
* [**Slides**](https://dl.3mdeb.com/dasharo/dug/1/)
- title: "FOSDEM **2023**"
Expand Down
2 changes: 1 addition & 1 deletion content/software-and-hardware-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ software_security:
Any compromise to integrity, authentication and availability makes a software insecure. Software systems can be attacked to steal information, monitor content, introduce vulnerabilities and damage the behavior of software.
Many companies produce devices that contain stock firmware. This is obvious, but if it is proprietary [**it may contain bugs or vulnerabilities**](https://www.computerworld.com/article/2505096/researcher-creates-proof-of-concept-malware-that-infects-bios--network-cards.html), you may not know about. That’s why we prefer an open-source software and firmware. We consider it safer and we are able to increase its security clearing any bugs or issues, that may impact overall safety.
Many companies produce devices that contain stock firmware. This is obvious, but if it is proprietary [**it may contain bugs or vulnerabilities**](https://www.computerworld.com/article/2724197/researcher-creates-proof-of-concept-malware-that-infects-bios--network-cards.html), you may not know about. That’s why we prefer an open-source software and firmware. We consider it safer and we are able to increase its security clearing any bugs or issues, that may impact overall safety.
We can enable **[coreboot](https://www.coreboot.org/)** on your platform, what will significantly decrease possibility of any successful attacks. It is signed and can be safely updated, [**and will turn your device into Attacker-Unfriendly**.](https://www.wired.com/2015/02/firmware-vulnerable-hacking-can-done/)
Expand Down