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

False positive license? "may not be modified" in SQLIte source code #2735

Open
pombredanne opened this issue Oct 12, 2021 · 0 comments
Open

Comments

@pombredanne
Copy link
Contributor

These are detected

  • table sqlite_master may not be modified
  • table terms may not be modified

but are SQLite error messages and are false positive.
See https://sqlite.org/forum/info/96fdf0bf95f225c9

The problem is that this text may not be modified may be a false positive in some cases: https://github.com/search?l=C&q=table+"may+not+be+modified"&type=Code

and in some other cases such as https://github.com/XENNOK/Insyde_BIOS_Source/blob/d2eebd01ad4a9cb5d68151e8d241491086e89ad0/SharkBayRcPkg/Include/Guid/NvidiaAcpiTablePchGuid.h#L4 this is a marker for some proprietary license

@pombredanne pombredanne changed the title False positive license? False positive license? "may not be modified" in SQLIte source code Mar 5, 2022
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