Giter Club home page Giter Club logo

Comments (4)

GitMurf avatar GitMurf commented on June 3, 2024

Looks like it is targeting the background.js file for the Chrome Extension which has just the following standard code in it:

chrome.browserAction.onClicked.addListener(function(activeTab) {
    chrome.tabs.executeScript(null, {file: "highlighter.js"});
});

from roam-highlighter.

GitMurf avatar GitMurf commented on June 3, 2024

Murf: I have no idea about that Windows Security. I am on windows 10 too and have zero problems. Are you on a work computer that may have some strict security / download restrictions? I'm sure it sees you downloaded a random .zip package from the internet and it had Javascript file in it and flags it.

Here are some articles talking about False Positives for the same "Trojan Sprisky..." description:

from roam-highlighter.

GitMurf avatar GitMurf commented on June 3, 2024

looks like somewhat common occurrence when downloading Github repository. Which actually makes sense because you are downloading source code / scripts and Windows should flag it to make sure you know what you downloaded and that it could harm your computer if you don't trust it.

Unfortunately I don't know what I can do about this 🙂 It would be nice if it didn't flag it because I'm just some random guy that told you to download a Javascript so I could see why it would make people feel uneasy haha. But the nice thing is that it looks like it specifically is targeting the background.js file and that is literally like 3 lines of code and just a cookie cutter one that is used alot for chrome extensions to have it execute the extension script (highlighter.js) when you click the extension button. So I dont know what I can do about this. If you find anything on it or have any ideas I"m all ears!

from roam-highlighter.

GitMurf avatar GitMurf commented on June 3, 2024

Alternative is to just download the highlighter.js script file and see if that gets flagged as well? Because that is the only "custom" file I provide for the script. The other stuff is just for setting up a Chrome Extension and once you have that setup, then all you have to do in the future is replace the highlighter.js script in your Chrome Extension folder and it will then update with the changes I made.

from roam-highlighter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.