False positive is the case where the positive result of a test doesn't correspond to reality. It leads to wrong decision.

learn more… | top users | synonyms

-1
votes
0answers
41 views

Why am I getting a false positive on my AI check?

My game is an RTS: in it I have a solar system where planets are gaia-type entities and spread their life-force to other planets. A problem with the AI has left my progress stunted for two days now. ...
4
votes
1answer
70 views

What kind of non-lethal code usually triggers an antivirus? (false positives)

I don't know why, but I've had no problem before and now all of a sudden, this really old, terrible, newbie program that I wrote a long time ago, triggers Malwarebytes... :( This question is not a ...
0
votes
0answers
54 views

Multiple testing in a sliding window for Tajima's D

I am using Tajima's D to identify signatures of selection across a chromosome with a sliding window analysis. I am looking for a coalescence simulation tool that will allow me to estimate p-values for ...
1
vote
1answer
52 views

Multtest package in R returning not properly adjusting p-values

I am trying to use the R package multtest to adjust a list of p-values for multiple testing. However, multtest will only return a list of "1" characters of equal length to the list of p-values that ...
-1
votes
1answer
110 views

imagecreatefromstring returns false for some PNG image files

I have a image gallery , users can upload the images, after uploading the image, PHP script create two copy of it - One for thumbnail and another for displaying in gallery in larger size. The ...
2
votes
1answer
159 views

Plot of probability of false alarm and ROC curve

How to plot a graph for false positives per window vs miss rate (or probability of false alarm) and ROC (receiver operating curve) for an object detection application using video?How to determine the ...
2
votes
1answer
51 views

Block port for integration testing

Is there a way to block a port for running Java application, to emulate connectivity failures, for false-positive tests: Block connection to DB to emulate **DB failure Block connection to JMS to ...
1
vote
0answers
124 views

Rails Best Practices false positive unused methods

I'm using Rails best practices to validate my own code. ./app/controllers/news_items_controller.rb:2 - remove unused methods (NewsItemsController#new) ./app/controllers/news_items_controller.rb:2 - ...
1
vote
2answers
347 views

Java Hash Map containsKey is returning true when it should not

So I have this method that adds an object to a display. When the display is first opened all of the existing objects get added in to the HashMap 1 by 1. After that the user can add more, 1 at a time ...
0
votes
1answer
132 views

Reachability + UIAlertView + false-positive

Hey guys i'm having a few problems with Apple's reachability code. What i've found out is that, even if the device is correctly connected to the internet, initially the reachability code will send out ...
-3
votes
2answers
45 views

Simple TRUE code converted to FALSE [closed]

I know I am supposed to explain a lot but this is so simple that I don't even understand why I can't get it right. This piece of code is supposed to be FALSE and not TRUE; if ($ip == $yourip ...
1
vote
1answer
92 views

False positives and False Negatives with Instr function

I am trying to look through an array for values using InStr. However, I am getting false positives and false negatives. I.e. there will be a string match and no match will be reported or no match ...
1
vote
1answer
1k views

how to calculate roc curves?

I write a classifier (Gaussian Mixture Model) to classify five human actions. For every observation the classifier compute the posterior probability to belong to a cluster. I want to valutate the ...
1
vote
2answers
109 views

why is that str.count('') ≠ (from str.count('A') + str.count('B') + … + str.count('Z'))

It (should, to me,) say True if there are only vowels in the string(phrase); otherwise says False. I don't understand why it always will return False, since (x >= x) always returns True. I thank ...
2
votes
2answers
346 views

How to prevent application being marked as suspicious

I have a .NET application written in C# using Visual Studio 2012. I'm promoting the application through my own website and have it available for download. When downloading it in Chrome I get a message ...
0
votes
0answers
191 views

How can I un-false positive from McAfee-GW-Edition? [closed]

I'm developing an application and I use VirusTotal to make sure to avoid false positives. All are good except one which comes from McAfee-GW-Edition and the virus is: ...
1
vote
2answers
3k views

How to change all bit type column NULL values to false in all database in MSSQL?

I have a database in with I have many bit type columns. After adding other columns I need all old columns to have default "false" values.
4
votes
2answers
1k views

Program Download - IE CHROME - “is not commonly downloaded and could be dangerous.”

I have an installer for my C# program, I uploaded it to my website, but whenever I try to download it in chrome or IE, I get "MY FILE* is not commonly downloaded and could be dangerous." You can only ...
2
votes
1answer
128 views

Is it OK if the false positive rate in a ROC curve does not end in 1.0?

I have the following ROC Curve: And it does not end in 1.0 because my predictions include zeros, for example prediction = [0.9, 0.1, 0.8, 0.0] For the ROC Curve, I take the top-k predictions, ...
0
votes
1answer
143 views

win32 PE encryptor = antivirus false positive

I'm trying to protect my programs against cracking and reverse engineering. I wrote programs in C++ (Visual Studio 2010) and I also wrote easy encryption algorithms in assembler. Algorithm is added to ...
0
votes
1answer
100 views

How can I compute another bit pattern with identical SHA-160 sum?

I want to test my application when it gets tricked by a false passed SHA-160 sum and thus would like to compute a change to the data being summed which results in the original SHA-160 sum again and ...
1
vote
1answer
430 views

Excel 2010 - Disable button

I got 3 different form buttons on my spreadsheet. I want to disable 2 of them while one is pressed. Is that possible? In C# the button can be true or false, but I can't find any examples of this in ...
0
votes
2answers
449 views

getTag() returning a false string

I've set a tag on an imageview to be "blank", so it looks like this in the xml file android:tag="blank" Now when I run this ((String) buttons[button-2].getTag() == "blank" It returns false. I ...
24
votes
0answers
784 views

Helgrind (Valgrind) and OpenMP (C): avoiding false positives?

The documentation for the Valgrind thread error detection tool Helgrind, found here warns that, if you use GCC to compile your OpenMP code, GCC's OpenMP runtime library (libgomp.so) will cause a ...
0
votes
1answer
91 views

nsis script flaged as trojan by avira

My nsis script is flagged as a trojan "tr/kdv.hg.1" when I reconfigure my nsis script to do some parts of the script there is no problem. But the script all together gives the false positive. Does ...
1
vote
0answers
85 views

Avoiding antivirus false-positive detection upon a new release

We have released a new application recently and every few days we're releasing a new version with some bug fixes. Do we need to submit all antivirus makers a white-listing request of our new binary ...
1
vote
0answers
377 views

Google Chrome believes 7-zip sfx archive is a virus

I usually deliver a SDK I'm working on as a 7-zip self extracting archive (.exe). The problem is that when I put this on a HTTP server and try to download it with google chrome, the browser believes ...
0
votes
1answer
509 views

ROC curve from the result of a classification or clustering

Say that I've clustered a training dataset of 5 classes containing 1000 instances, to 5 clusters (centers) using for example k-means. Then I've constructed a confusion matrix by validating on a test ...
1
vote
3answers
110 views

Pylint error in Python

I'm getting many pylint false positive and it seems so ordinary that I cannot imagine it hasn't been solved yet :-/ The following code generates a false positive in pylint since it does not recognise ...
0
votes
3answers
125 views

False positive when statically analyzing code in XCode 3.2

I just ran into an issue with the XCode static code analyzer of XCode 3.2. It shows me a potential leak which I find is not justified. I just want to check with other people and make sure it really is ...
3
votes
2answers
750 views

My C# app is getting flagged by anti-virus apps. How do I figure out why? [closed]

I have a C# app that is getting flagged by multiple anti-virus apps (AVG and Norton so far) as "behaving suspiciously". I don't have any experience with this, and there are lots of things I suppose ...
1
vote
3answers
478 views

Java: Use Math.abs and keep a count of how often it was used for later use

I'm trying to write a program that modifies fractions and I need to make sure that the "-" negative is properly outputted only once. If the user inputs a numerator and a denominator and puts them ...
2
votes
0answers
221 views

How to avoid false import compile error with Java Annotation?

Let's assume ClassGenerated.java is generated by running the java annotation processor on ClassGeneratedParent.java and ClassA imports both ClassGenerated and ClassGeneratedParent. When running javac ...
-2
votes
2answers
1k views

simple programs angering anti-virus

Why do simple old programs like this that I've had lying around for years sometimes set off my anti-virus? It picked up the compiled exe for this one and said it might be a gen/dropper or something ...
-1
votes
1answer
598 views

Rspec false positive because failure exception is rescued in code being tested

I have an rspec test that I expect to fail, but it is passing because the code that it is testing rescues the exception that rspec raises. Here's an example of the situation: class Thing do def ...
2
votes
1answer
106 views

Buffer overflow or false positive?

getmodulefilenamew function produces false positive (buffer overflow) as it accepts second argument as buffer - of fixed size in our case. But looking through its documentation: ...
2
votes
1answer
263 views

junit: how to avoid false positives when using forkMode=“once”?

I'd like to speed up junit tests and I think about using forkMode="once". Due to the fact that junit seems to use a shared classloader for all tests within one process beside false negatives (which ...
7
votes
1answer
1k views

IE9 SmartScreen Warning, Despite Following All Recommendations

We offer a Windows program downloadable as an InstallShield EXE from our website. When someone running IE9 attempts to download and run our software, they see the following message at the bottom of ...
1
vote
2answers
230 views

Avoiding Antivirus False-Positives in Data Files

A data file used by one of my applications was recently quarantined by Symantec Antivirus (signature triggered was 'Nightfall.5815'). The file is written and read dynamically, and the content is ...
2
votes
0answers
74 views

Can Pex instrumentation cause code to change its effect?

I've got a simple JSON lexer class; it takes a string and generates an IJSONValue; the IJSONValue has a ToJSONString method that returns a valid JSON string. The code for that, of course, is quite ...
0
votes
4answers
215 views

HaXe download claims to have Lineage.gen trojan in it

I am setting myself up with FlashDevelop, and i went to download and install HaXe (which is the language i want to use) from this page (the windows installer), when my Windows Security Essentials said ...
5
votes
2answers
247 views

Need explanation on the necessity of a prior flushing to avoid false positives whenTesting with Spring ?

In the spring documentation regarding testing, it states: Avoid false positives when testing ORM code When you test code involving an ORM framework such as JPA or Hibernate, flush the ...
17
votes
8answers
2k views

Antivirus False positive in my executable

I just ran into an annoying problem. Suddenly Avira AntiVir started to flag one executable from my software as being a virus. As the default action from almost any user is to click OK and Avira ...
3
votes
2answers
220 views

My program is getting a false positive from AVG

My program is getting a false positive from AVG. Its just our companies branded version of Ultra VNC. Its only this one company that's identifying it as a virus and we've been using the same copy of ...
4
votes
2answers
523 views

How to implement fact related to false positive vs. false negative balance in neural network?

I have a yes/no classification problem, where false positives are worse than false negatives. Is there a way to implement this fact into neural network especially in MATLAB's Neural Network Toolbox?
2
votes
5answers
2k views

Gmail/Hotmail Flag email as spam

I have a simple .NET app that is sending out email using SMTPClient. I am sending from an authenticated account on the local server with an SPF record, and the host (gogrid) is unsure what else they ...
35
votes
17answers
4k views

Accidentally created a virus?

I've seen it happen reasonably often: I write an application in Delphi and when I compile it, the virus-scanner tells me that I've created a virus and then immediately deletes the executable again. ...
2
votes
1answer
142 views

How to detect anomalous resource consumption reliably?

This question is about a whole class of similar problems, but I'll ask it as a concrete example. I have a server with a file system whose contents fluctuate. I need to monitor the available space on ...