Skip to content

Commit 316ce59

Browse files
Pynacl false positive upstream (#4695)
* False positive rule for pynacl Scancode detects GPLv2 license in /src/libsodium/aclocal.m4, but the detected text is about make and not pynacl. Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com> * False positive rule for pynacl /src/libsodium/aclocal.m4 contains a text about make mentioning its GPLv2 license. This causes a false positive GPL hit for pynacl. Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com> --------- Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
1 parent 4911a87 commit 316ce59

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
---
3+
is_false_positive: yes
4+
notes: This is a reference of a license not used in this context
5+
---
6+
notably on macOS, which ships make 3.81 from 2006 (the last one released under GPLv2). https://bugs.gnu.org/68808

0 commit comments

Comments
 (0)