LemmyNet / activitypub-federation-rust

High-level Rust library for the Activitypub protocol
GNU Affero General Public License v3.0
431 stars 47 forks source link

Adding security-considerations to 02_overview.md #44

Closed peterdew closed 1 year ago

peterdew commented 1 year ago

Activitypub-federation in Rust is presented as a high-level framework that encompasses all basic functionalities, thereby requiring less technical expertise. This may give the impression that security concerns have also been addressed, especially considering the framework handles HTTP signatures.

Misplaced trust of peaople in the security of data from the Fediverse can further reinforce this perception. Therefore this addition of security considerations in the overview-section.

Nutomic commented 1 year ago

Thank you!