Skip to content

Commit b52f7df

Browse files
authored
Merge pull request #3346 from nexB/license-detection-improvements-and-review
License detection improvements and review
2 parents 94d4fe6 + a87a4d5 commit b52f7df

File tree

2,535 files changed

+45063
-15414
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,535 files changed

+45063
-15414
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pyproject.toml export-subst
44

55
# data in the tests should be kept as is
6-
**/data/** binary
6+
test/**/data/** binary
77
**/assets/** binary
88
**/samples/** binary
99
*.pyz binary

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,17 @@ also for some of the command line options.
103103
The output format version is now 3.0.0.
104104

105105

106+
Other updates
107+
~~~~~~~~~~~~~
108+
109+
- We have a new ``--todo`` CLI option to have todo items for reviewers
110+
with ambiguous license detections and package detections.
111+
This adds a new codebase-level attribute ``todo`` which is a list
112+
of ambiguous detections. Here the ambiguous detection attributes are:
113+
- detection_id: same license unique license detection identifier or top-level
114+
package identifier.
115+
- detection: this is either a license_detection or a package_data mapping.
116+
- review_comments: to explain the type of ambiguous detections.
106117

107118
Package detection:
108119
~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)