Skip to content

Commit a2348df

Browse files
Added todo
Signed-off-by: Steve Springett <[email protected]>
1 parent c3983cc commit a2348df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/src/main/java/org/cyclonedx/tools/SpdxXsdGenerator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public class SpdxXsdGenerator {
3434

3535
public static void main(String args[]) throws Exception {
3636

37+
//todo : automatically obtain latest release from: https://api.github.com/repos/spdx/license-list-data/releases
3738
//todo : make configurable
3839
String licenseUrl = "https://raw.githubusercontent.com/spdx/license-list-data/v" + SPDX_VERSION + "/json/licenses.json";
3940
String exceptionsUrl = "https://raw.githubusercontent.com/spdx/license-list-data/v" + SPDX_VERSION + "/json/exceptions.json";

0 commit comments

Comments
 (0)