question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

false positive: Ignored files found that are tracked

See original GitHub issue

I have the following entries in .gitignore

frontend/node_modules/
!frontend/node_modules/clarity-angular/
!frontend/node_modules/clarity-ui/

But the plugin reports the following alarm

Ignored files found that are tracked: .ignore plugin found some files that are tracked with Git which are also listed in .gitignore file.

Click the Show Detail link, and I find that it’s about the files under frontend/node_modules/clarity_angular and frontend/node_modules/clarity-ui/.

Besides, there are many entry is never used alarms in the file which meaning is unsure.

image

Did I understand something wrong?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:6
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
hszcommented, Jun 5, 2017

@KingMario @osahner @Hronom @mko-x @YOzaz @iandbanks

Thanks for this report!

This issue has been resolved - commit is attached to #350. Fix will be released soon with v2.0.0 version.

0reactions
YOzazcommented, May 24, 2017

Same here.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Address false positives/negatives in Microsoft Defender for ...
A false negative is an entity that wasn't detected as a threat, even though it actually is malicious.
Read more >
Common CSF/LFD False Positives and How to Stop The ...
Ignoring Processes Via WHM ... Locate and click “csf.pignore – Process Tracking” if you are using an older version of CSF/LFD. If your...
Read more >
`git clean` removes ignored files by default? - Stack Overflow
According to man git clean : -d Remove untracked directories in addition to untracked files. In your case, directory conf/sar is not tracked...
Read more >
[Java] Suppressing false positive security vulnerability in New ...
Our security scanner showing vulnerabilities on new relic apis. I came across a document which provided a snippet to suppress them.
Read more >
Interpreting AppScan findings for IBM Business Automation ...
To know what you should ignore as a false positive and what you should fix ... IBM also provides security bulletins about vulnerabilities...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found