Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inaccurate copyright detection #358

Closed
pombredanne opened this issue Nov 7, 2016 · 1 comment
Closed

Inaccurate copyright detection #358

pombredanne opened this issue Nov 7, 2016 · 1 comment

Comments

@pombredanne
Copy link
Member

Somehow the following string found in a binary is detected as a copyright:
2005charchar? 7 DDLSQL Server 2005smalldatetimedatetimeLDDDDDD7
It should not

pombredanne added a commit that referenced this issue Nov 8, 2016
 * the YR tag pattern was missing a trailing $ and therefore some
   strings starting with a year such as 2005foobar were detected as
   a year by mistake.

Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
pombredanne added a commit that referenced this issue Nov 15, 2016
 * the YR tag pattern was missing a trailing $ and therefore some
   strings starting with a year such as 2005foobar were detected as
   a year by mistake.

Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
pombredanne added a commit that referenced this issue Feb 20, 2017
 * the YR tag pattern was missing a trailing $ and therefore some
   strings starting with a year such as 2005foobar were detected as
   a year by mistake.

Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
pombredanne added a commit that referenced this issue Feb 21, 2017
 * the YR tag pattern was missing some clarity and is now clearer
 * add additional minor refinements to some copyright mishaps
 * update tests
 * improve tests for windows binaries content type detection
  
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
pombredanne added a commit that referenced this issue Feb 21, 2017
#358 Rework proper pattern for YR year ranges POS
@pombredanne
Copy link
Member Author

Fixed in develop

pombredanne added a commit that referenced this issue Jun 16, 2017
 * also add test for #358

Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant