Skip to content

Commit

Permalink
Update blog post link
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed May 8, 2024
1 parent a3b4078 commit 694a6a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Oracle

Oracle is a simple malware detection tool. Currently, it only detects the "Windows Borderless" malware.

See our blog post for more information: https://blog.modrinth.com/p/windows-borderless-malware-disclosure
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ impl eframe::App for TemplateApp {
ui.horizontal_wrapped(|ui| {
ui.spacing_mut().item_spacing.x = 0.0;
ui.colored_label(Color32::RED, "Malware has been detected on your computer. We recommend changing all passwords for all accounts signed in on this computer and saved in browsers (including apps like Discord). Check out the ");
ui.hyperlink_to("blog post", "https://github.com/modrinth/oracle");
ui.hyperlink_to("blog post", "https://blog.modrinth.com/p/windows-borderless-malware-disclosure");
ui.colored_label(Color32::RED, " for more information.");

});
Expand Down

0 comments on commit 694a6a6

Please sign in to comment.