Skip to content

Commit

Permalink
Update headers & other test regenerations, fix nexB#3802
Browse files Browse the repository at this point in the history
Signed-off-by: swastik <swastkk@gmail.com>
  • Loading branch information
swastkk committed Jul 1, 2024
1 parent 9da7f6e commit 946864a
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"platform_version": "#122-Ubuntu SMP Thu May 23 07:48:21 UTC 2024",
"python_version": "3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]"
},
"spdx_license_list_version": "3.23",
"spdx_license_list_version": "3.22",
"files_count": 4
}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/formattedcode/data/common/manifests-expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ headers:
platform: Linux-5.15.0-112-generic-x86_64-with-glibc2.35
platform_version: '#122-Ubuntu SMP Thu May 23 07:48:21 UTC 2024'
python_version: 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
spdx_license_list_version: '3.23'
spdx_license_list_version: '3.22'
files_count: 4
summary:
declared_license_expression: apache-2.0 AND cddl-1.0 AND mit
Expand Down
49 changes: 49 additions & 0 deletions tests/packagedcode/data/plugin/help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,13 @@ Package type: mozilla
description: Mozilla XPI extension
path_patterns: '*.xpi'
--------------------------------------------
Package type: msi
datasource_id: msi_installer
documentation URL: https://docs.microsoft.com/en-us/windows/win32/msi/windows-installer-portal
primary language: None
description: Microsoft MSI installer
path_patterns: '*.msi'
--------------------------------------------
Package type: npm
datasource_id: npm_package_json
documentation URL: https://docs.npmjs.com/cli/v8/configuring-npm/package-json
Expand Down Expand Up @@ -741,6 +748,27 @@ Package type: rpm
description: RPM package archive
path_patterns: '*.rpm', '*.src.rpm', '*.srpm', '*.mvl', '*.vip'
--------------------------------------------
Package type: rpm
datasource_id: rpm_installed_database_bdb
documentation URL: https://man7.org/linux/man-pages/man8/rpmdb.8.html
primary language: None
description: RPM installed package BDB database
path_patterns: '*var/lib/rpm/Packages'
--------------------------------------------
Package type: rpm
datasource_id: rpm_installed_database_ndb
documentation URL: https://fedoraproject.org/wiki/Changes/NewRpmDBFormat
primary language: None
description: RPM installed package NDB database
path_patterns: '*usr/lib/sysimage/rpm/Packages.db'
--------------------------------------------
Package type: rpm
datasource_id: rpm_installed_database_sqlite
documentation URL: https://fedoraproject.org/wiki/Changes/Sqlite_Rpmdb
primary language: None
description: RPM installed package SQLite database
path_patterns: '*rpm/rpmdb.sqlite'
--------------------------------------------
Package type: rpm
datasource_id: rpm_mariner_manifest
documentation URL: https://github.com/microsoft/marinara/
Expand Down Expand Up @@ -790,6 +818,27 @@ Package type: war
description: Java WAR web/xml
path_patterns: '*/WEB-INF/web.xml'
--------------------------------------------
Package type: windows-program
datasource_id: win_reg_installed_programs_docker_file_software
documentation URL: https://en.wikipedia.org/wiki/Windows_Registry
primary language: None
description: Windows Registry Installed Program - Docker SOFTWARE
path_patterns: '*/Files/Windows/System32/config/SOFTWARE'
--------------------------------------------
Package type: windows-program
datasource_id: win_reg_installed_programs_docker_software_delta
documentation URL: https://en.wikipedia.org/wiki/Windows_Registry
primary language: None
description: Windows Registry Installed Program - Docker Software Delta
path_patterns: '*/Hives/Software_Delta'
--------------------------------------------
Package type: windows-program
datasource_id: win_reg_installed_programs_docker_utility_software
documentation URL: https://en.wikipedia.org/wiki/Windows_Registry
primary language: None
description: Windows Registry Installed Program - Docker UtilityVM SOFTWARE
path_patterns: '*/UtilityVM/Files/Windows/System32/config/SOFTWARE'
--------------------------------------------
Package type: windows-update
datasource_id: microsoft_update_manifest_mum
documentation URL: None
Expand Down

0 comments on commit 946864a

Please sign in to comment.