this post was submitted on 14 Oct 2024
71 points (96.1% liked)
Fediverse
28387 readers
711 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Obscurity is not security, so you could argue that you should just open source it anyway. Any security holes present are also there right now - the fact that the source code is not available is irrelevant.
But if you insist, it may help if you say what programming language is used.
OP mentioned typescript, next, React in another comment, but no backend language
Yea - when it comes to a security review, it's really the backend that matters the most though.
Agreed. Open source it and let everyone review it.
But even if you don't have experience, it's easy to gain. Start with OWASP, find some static code analysis tools, and run fuzzers. It's a good start.
Typescript, Next, Cloudflare
TypeScript for the backend too? Sorry, can't help with that. But I'd say just open source it anyway.
I already mentioned those in another comment (https://lemmy.world/comment/12877250) with React as well, but those are all frontend languages.
Which languages was used for the backend?
You can write backbends in Typescript, It's what the *keys use.
Thanks, I didn't know