Skip to content

Commit 0ea338f

Browse files
committed
Add new (old) CC-SA-1.0 license
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent a8f8ac9 commit 0ea338f

File tree

2 files changed

+357
-0
lines changed

2 files changed

+357
-0
lines changed

ROADMAP-ABOUTCODE.rst

Lines changed: 282 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,282 @@
1+
AboutCode global Roadmap
2+
========================
3+
4+
python-inspector
5+
Support all package manifests beyond req and setup.py
6+
7+
SCIO: ScanCode.io, pipelines for SCA
8+
-------------------------------------
9+
10+
Compositition analysis of Deployed binaries
11+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12+
13+
Build pipelines for key tech stacks. For each of these automate the end-to-end
14+
analysis of a package binaries mapping it back to it sources and matching it
15+
upstream to its PurlDB origin:
16+
17+
- for Java
18+
- for JavaScript, CSS
19+
- for C/C++ ELFs
20+
- for C/C++ WinPE
21+
- for C/C++ Mach-O
22+
- for .Net, C#
23+
- for Golang
24+
- for Android apk
25+
- for Python
26+
- for Rust
27+
- for Ruby
28+
29+
30+
Matching pipeline
31+
~~~~~~~~~~~~~~~~~~
32+
33+
Build a dedicated pipeline to matching (client side)
34+
35+
36+
Scan TODO/Review app
37+
~~~~~~~~~~~~~~~~~~~~~
38+
39+
- Build an app in SCIO to automate flagging scan items that needs review or attention.
40+
- Create a UI and backend to organize the scan review.
41+
- Consider including and merging the "scantext" license detection review app
42+
43+
44+
Pre-built container image(s)
45+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46+
47+
- Build and publish container images
48+
- Consider building a single image for CLI deployments
49+
- Consider publishe the app image for standalone CLI deployments
50+
51+
Package management
52+
~~~~~~~~~~~~~~~~~~~~
53+
54+
- Adopt the two levels manifests/package instances
55+
- Refactor dependencies as deps and requirements
56+
57+
58+
Deploy free analysis public server
59+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
60+
61+
- Consider sponsorship from Amazon/Google/Azure
62+
63+
Create and document standard CI/CD integrations
64+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
65+
66+
- GitHub
67+
- GitLab
68+
- Azure
69+
70+
71+
SCTK: ScanCode Toolkit
72+
-----------------------
73+
74+
License detection quality improvements
75+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
76+
77+
- Include automatic key phrases in license detection rules
78+
Use important key phrases for license detection https://github.com/nexB/scancode-toolkit/issues/2637
79+
80+
- Add required phrase automatically + unknown detection in licenses plus testing
81+
- More license detection bugs reported recently
82+
83+
- Detect summary for all packages, and populate more package fields correctly like copyright/holders
84+
85+
- We can report the declared license and other licenses in the license summary
86+
of a full scan. The primary license is based; next is to do the
87+
same across each package found nested in a scanned codebase. And also compute
88+
an individual license clarity score for each these.
89+
90+
91+
- license expression simplify and license expression category
92+
93+
94+
Improve package detection
95+
~~~~~~~~~~~~~~~~~~~~~~~~~~
96+
97+
- Create synthethic, private packages from non-packaged files based on license and copyright
98+
- Create simplified purl-only lightweight package detection
99+
- Evolve model for dependencies towards requirements and true dependencies
100+
- Track private non-published packages
101+
102+
Primary copyright detection for packages
103+
104+
- This is closely tied to the primary license detection and should focus
105+
on package manifests and key files.
106+
- Support copyright parsing from all package ecosystems.
107+
108+
109+
110+
Published improved release packagings/bundles/installers
111+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
112+
113+
- Publish smaller wheels with a single focus for easier integration as a library
114+
115+
- Release self-contained app(s) for ease of use, bundled with a Python and everything on it:
116+
117+
- extractcode
118+
- scancode proper
119+
- packagedcode only
120+
- licensedcode only
121+
- cluecode only
122+
123+
- Adopt Python 3.12
124+
- Adopt macOS and Linux on ARM
125+
126+
127+
ABCTK: AboutCode Toolkit
128+
----------------------------
129+
130+
- add support for patterns for docoumented resources
131+
- add support for exclude for docoumented resources
132+
- document deployed resource for a development resource
133+
134+
135+
PURLDB: PurlDB
136+
----------------
137+
138+
- purl2all: On demand indexing for all supported package ecosystems
139+
- purl2sym: Collect source and binary symbols
140+
- index-time matching to find the true origin
141+
- implement multi-tier indexing: purl/metadata/archive/files
142+
- MatchCode matching engine
143+
144+
- embed a SCIO with a matching pipeline for match a whole codebase at once
145+
- expore new endpoint for matching whole codebase
146+
- support multiple SCIO workers for indexing
147+
- implement proper ranking of matched code results
148+
- refactor directory matching to be a pre-matching step to file matching
149+
150+
151+
VCIO: VulnerableCode.io
152+
------------------------
153+
154+
- Adopt VulnTotal model throughout
155+
- Log advisory history
156+
- Add vulnerable code reachability
157+
- Add vulnerable code required context/config
158+
- Add more upstream resources
159+
- Deploy purlsync public pilot
160+
161+
162+
PURL: purl and vers specs
163+
--------------------------
164+
165+
- Merge and advertize vers spec.
166+
- Standardize purl with ECMA
167+
168+
169+
INSPECTORS: misc package and technology inspectors
170+
----------------------------------------------------
171+
172+
- Universal Inspector/DependentCode
173+
174+
- Resolve any purl dependencies
175+
- Non-vulnerable dependency resolution
176+
177+
- Inspector for Java and Android DEX
178+
179+
- Decompile and collect binary symbols.
180+
- Collect source symbols
181+
- Resolve dependencies for Gradle, SBT and Maven.
182+
183+
- Inspector for JavaScript, CSS
184+
185+
- Decompile/deminify and collect bundled and minified symbols.
186+
- Analyze map files
187+
- Collect source symbols
188+
- Resolve dependencies for npm, yarn and pnpm.
189+
190+
- Inspector for C/C++
191+
- Collect source symbols
192+
193+
- Inspector for ELFs
194+
195+
- Decompile and collect binary symbols.
196+
- Collect DWARFs and ELFs section symbols
197+
- Resolve dependencies for pkgconfig and ldd
198+
199+
- Inspector for WinPE
200+
201+
- Decompile and collect binary symbols.
202+
- Collect winpdb symbols
203+
204+
- Inspector for Mach-O
205+
206+
- Decompile and collect binary symbols.
207+
- Collect DWARFs and ELFs section symbols
208+
209+
- Inspector for .Net, C#
210+
211+
- Decompile and collect binary symbols from assemblies (see also WinPE)
212+
- Collect source symbols
213+
- Resolve dependencies for nuget/dotnet (completed)
214+
215+
- Inspector for Golang
216+
217+
- Decompile and collect binary symbols from pclntab
218+
- Collect source symbols
219+
- Resolve dependencies
220+
221+
- Inspector for Python
222+
223+
- Decompile and collect binary symbols from bytecode
224+
- Collect source symbols
225+
- Resolve dependencies (completed)
226+
227+
- Inspector for Rust
228+
229+
- Decompile and collect binary symbols
230+
- Collect source symbols
231+
- Resolve dependencies
232+
233+
- Inspector for Swift
234+
235+
- Decompile and collect binary symbols
236+
- Collect source symbols
237+
- Resolve dependencies
238+
239+
- Inspector for Dart/Flutter
240+
241+
- Decompile and collect binary symbols
242+
- Collect source symbols
243+
- Resolve dependencies
244+
245+
- Inspector for Ruby
246+
247+
- Collect source symbols
248+
- Resolve dependencies
249+
250+
- Inspector for Debian
251+
252+
- Parse Debian formats (completed)
253+
- Parse installed database (completed)
254+
- Compare versions (completed)
255+
- Resolve dependencies
256+
257+
- Inspector for Alpine
258+
259+
- Parse Alpine formats (completed)
260+
- Parse installed database (completed)
261+
- Compare versions (completed)
262+
- Resolve dependencies
263+
264+
- Inspector for RPM
265+
266+
- Parse RPM formats (partially completed)
267+
- Parse installed database (completed)
268+
- Compare versions (completed)
269+
- Resolve dependencies
270+
271+
- Inspector for containers
272+
273+
- Parse container images formats and manifests (completed)
274+
275+
276+
Other libraries
277+
-----------------
278+
279+
- FetchCode: support all supported package ecosystems, use in purlDB and SCIO
280+
- univers: support all supported package ecosystems
281+
- license-expression : update to support latest SPDX updates, auto-update bundled licenses
282+
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
key: cc-sa-1.0
3+
short_name: CC-SA-1.0
4+
name: Creative Commons Share Alike License 1.0
5+
category: Copyleft
6+
owner: Creative Commons
7+
homepage_url: http://creativecommons.org/licenses/sa/1.0/
8+
spdx_license_key: LicenseRef-scancode-cc-sa-1.0
9+
notes: A deprecated license from Creative Commons that predates the use of the "BY" convention in the license identifier.
10+
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES.
11+
DISTRIBUTION OF THIS DRAFT LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP.
12+
CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS.
13+
CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND
14+
DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
15+
text_urls:
16+
- http://creativecommons.org/licenses/sa/1.0/legalcode
17+
other_urls:
18+
- https://creativecommons.org/licenses/sa/1.0/legalcode
19+
ignorable_urls:
20+
- http://creativecommons.org/
21+
---
22+
23+
ShareAlike 1.0
24+
License
25+
26+
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE IS PROHIBITED.
27+
28+
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
29+
30+
1. Definitions
31+
32+
"Collective Work" means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.
33+
"Derivative Work" means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License.
34+
"Licensor" means the individual or entity that offers the Work under the terms of this License.
35+
"Original Author" means the individual or entity who created the Work.
36+
"Work" means the copyrightable work of authorship offered under the terms of this License.
37+
"You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.
38+
39+
2. Fair Use Rights. Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.
40+
41+
3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:
42+
43+
to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;
44+
to create and reproduce Derivative Works;
45+
to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;
46+
to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works;
47+
48+
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.
49+
50+
4. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:
51+
52+
You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients' exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any reference to such Licensor or the Original Author, as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any reference to such Licensor or the Original Author, as requested.
53+
You may distribute, publicly display, publicly perform, or publicly digitally perform a Derivative Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of each Derivative Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Derivative Works that alter or restrict the terms of this License or the recipients' exercise of the rights granted hereunder, and You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Derivative Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Derivative Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Derivative Work itself to be made subject to the terms of this License.
54+
55+
5. Representations, Warranties and Disclaimer
56+
57+
By offering the Work for public release under this License, Licensor represents and warrants that, to the best of Licensor's knowledge after reasonable inquiry:
58+
Licensor has secured all rights in the Work necessary to grant the license rights hereunder and to permit the lawful exercise of the rights granted hereunder without You having any obligation to pay any royalties, compulsory license fees, residuals or any other payments;
59+
The Work does not infringe the copyright, trademark, publicity rights, common law rights or any other right of any third party or constitute defamation, invasion of privacy or other tortious injury to any third party.
60+
EXCEPT AS EXPRESSLY STATED IN THIS LICENSE OR OTHERWISE AGREED IN WRITING OR REQUIRED BY APPLICABLE LAW, THE WORK IS LICENSED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES REGARDING THE CONTENTS OR ACCURACY OF THE WORK.
61+
62+
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, AND EXCEPT FOR DAMAGES ARISING FROM LIABILITY TO A THIRD PARTY RESULTING FROM BREACH OF THE WARRANTIES IN SECTION 5, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
63+
64+
7. Termination
65+
66+
This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.
67+
Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.
68+
69+
8. Miscellaneous
70+
71+
Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.
72+
Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.
73+
If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
74+
No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.
75+
This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.

0 commit comments

Comments
 (0)