Skip to content

Commit d8b0dbe

Browse files
Add false positve license rules
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 2fcb719 commit d8b0dbe

8 files changed

+52
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
is_false_positive: yes
3+
notes: seen in liferay-portal
4+
---
5+
6+
scope permission is granted to resources
7+
that the role already had
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
is_false_positive: yes
3+
notes: seen in liferay-portal
4+
---
5+
6+
* http://&lt;domain-name&gt;/licenses/&lt;license-name&gt;-&lt;version&gt;.&lt;extension&gt;
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
is_false_positive: yes
3+
notes: seen in liferay-portal
4+
---
5+
6+
String sep = "Licensed under ";
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
is_false_positive: yes
3+
notes: seen in liferay-portal
4+
---
5+
6+
>License has not reached start date yet. Skipping license file
7+
License registered for
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
is_false_positive: yes
3+
notes: seen in liferay-portal
4+
---
5+
6+
2Corrupt license file. License was not registered:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
is_false_positive: yes
3+
notes: seen in liferay-portal
4+
---
5+
6+
*Failed to find license files in directory
7+
Failed to read license file
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
is_false_positive: yes
3+
notes: seen in liferay-portal
4+
---
5+
6+
Corrupt license file. Removing license file
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
is_false_positive: yes
3+
notes: seen in liferay-portal
4+
---
5+
6+
Failed to read license file
7+
LICENSE_REPOSITORY_DIR

0 commit comments

Comments
 (0)