this post was submitted on 09 Mar 2026
234 points (99.6% liked)

Open Source

46163 readers
87 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
all 14 comments
sorted by: hot top controversial new old
[–] ClassyHatter@sopuli.xyz 34 points 1 month ago (1 children)

Hopefully it doesn't have any Remote Code Execution vulnerabilities, like Microslop's implementation had.

[–] jdnewmil@lemmy.ca 14 points 1 month ago (3 children)

How in the world did they manage that? Did they implement it internally as a TCP API and expose it?

[–] warmaster@lemmy.world 21 points 1 month ago

It was like:

Hey Copilot, add Markdown support in Word

Sure thing Satya! There you have it, I made sure not to add any vulnerabilities like you always tell me.

[–] ClassyHatter@sopuli.xyz 18 points 1 month ago (1 children)

I don't know the technicalities, but Markdown supports links, and it's possible to craft a link that downloads a file and then executes it. You can look up the Notepad.exe RCE vulnerability from this year.

[–] thorhop@sopuli.xyz 12 points 1 month ago

Basically Notepad would pass the link to ShellEx and could launch executables.

[–] jol@discuss.tchncs.de 5 points 1 month ago

They probably vibe coded it, and only copilot reviewed and merged the code.

[–] mogoh@lemmy.ml 20 points 1 month ago (1 children)

I really hate that every markdown engine has its own flavor and I hope for a better standardization.

There is commonmark but it is lacking features like tables. https://commonmark.org/

[–] Zerush@lemmy.ml 5 points 1 month ago

Yes, it's a nice, easy and elegant system, but lacks still a lot of possibilities included in the BBcode.

[–] NONE_dc@lemmy.world 11 points 1 month ago
[–] Vex_Detrause@lemmy.ca 7 points 1 month ago

I've been using markdown and I don't even know. Sounds like a great addition.

To lemmy like me. Markdown is another way of formatting text. It's like the R*ddit or lemmy way of formatting.

[–] daychilde@lemmy.world 7 points 1 month ago

Sweet. I've been a tiny enthusiast of Markdown for almost 20 years. It's just a great format.

I host a forum for a gaming community and it uses BBcode, which was... not completely terrible for the time, but ever since I used markdown, I've always hated it. heh. Markdown is just simple and easy to remember, and it's easy to use. It quickly becomes second nature.

[–] muvon@discuss.tchncs.de 5 points 1 month ago

About time too!

[–] jcr@jlai.lu 4 points 1 month ago

I plan to export all the company documentation to markdown for git/bazaar based version control ! It is just so exciting 🥳😁