PrivacyPolicyAnalysis icon indicating copy to clipboard operation
PrivacyPolicyAnalysis copied to clipboard

This repository holds the code for PolicyLint and PoliCheck, which identifies internal contradictions within privacy policies and analyzes data flow to privacy policy consistency.

Results 6 PrivacyPolicyAnalysis issues
Sort by recently updated
recently updated
newest added

Hi, it seems the config file config.cfg is missing. Would you please double check ? Many thanks !

I find the output results of PoliCheck are not very consistent across different Python versions or sometimes even different runs. There seem to be many things that depends on the...

It seems that there is something wrong in function `get_direct_objects` in file `DockerImage/code/NlpUtils/DependencyTreeUtils.py`. On line 71, function `getConjunctions` is called with two parameters, while on line 14, there is only...

The link used in the README does not work (file does not exist error): https://drive.google.com/file/d/1yMB3TJt8oZX3-GHm9oB\_eKU7oeJXfLbA/view?usp=sharing How to fix: delete the extra "\" in the URL.

How to reproduce: `python Consistency.py` Expect result: all test cases pass. Error: ``` File "Consistency.py", line 834, in runTestCases() File "Consistency.py", line 709, in runTestCases testContradictions(p0, flow1, p0ExpCon, None, p0[0],...

it is written that: https://github.com/benandow/PrivacyPolicyAnalysis/blob/25470ef73febfd2d2a90607de1a211213ab93f67/DockerImage/code/Consistency.py#L123 Is there any possibility that the above return value will be different from just `return self.action == self.positiveTerm`?