Skip to content

Update license rules and detections #3519

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

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/licensedcode/data/rules/false-positive_710.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
is_false_positive: yes
notes: seen in opentofu
---

The options passed to this function may not be modified
2 changes: 1 addition & 1 deletion src/licensedcode/data/rules/mpl-1.1_38.RULE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
license_expression: mpl-1.1
is_license_tag: yes
relevance: 90
relevance: 80
notes: tag as documented in the Module-Build pod
---

Expand Down
7 changes: 7 additions & 0 deletions src/licensedcode/data/rules/mpl-2.0_133.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
license_expression: mpl-2.0
is_license_reference: yes
---

## License
{{[Mozilla Public License v2.0]}}
2 changes: 1 addition & 1 deletion src/licensedcode/data/rules/proprietary-license_276.RULE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
license_expression: proprietary-license
is_license_reference: yes
is_license_clue: yes
relevance: 100
---

Expand Down