-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLICENSE
More file actions
67 lines (52 loc) · 3.3 KB
/
Copy pathLICENSE
File metadata and controls
67 lines (52 loc) · 3.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Copyright (c) 2026 Krishnendu De. All Rights Reserved.
PROPRIETARY AND CONFIDENTIAL
This software and its associated source code, documentation, configuration
files, and other materials (collectively, the "Software") are the exclusive
property of the copyright holder.
NO LICENSE IS GRANTED. No person or entity is granted any right or licence
to use, copy, reproduce, modify, adapt, merge, publish, distribute,
sublicense, sell, lease, transmit, host, or create derivative works of the
Software, in whole or in part, in any form or by any means, without the
prior express written permission of the copyright holder.
Making the source code publicly viewable does not constitute a grant of any
licence, waiver of any right, or dedication to the public domain. Viewing
the Software for evaluation purposes does not confer any right to execute,
deploy, or reuse it, or any portion of it.
Any unauthorised use, reproduction, or distribution of the Software, or any
portion of it, may result in civil and criminal liability, and will be
prosecuted to the maximum extent permitted by law.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL
THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF,
OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
For licensing enquiries, contact: krishnendu.de@hotmail.com
--------------------------------------------------------------------------
THIRD-PARTY COMPONENTS
--------------------------------------------------------------------------
The terms above apply to the Software as authored by the copyright holder.
They do not, and cannot, alter the terms under which third-party material
included with or used by the Software is licensed. Those components remain
subject to their own licences.
Full notices, including the attributions their licences require, are in
THIRD_PARTY_NOTICES.md. In summary:
* data/sap_baseline_requirements.json is DERIVED from
SAP-samples/frun-csa-policies-best-practices, licensed under the Apache
License 2.0, Copyright (c) 2020 SAP SE or an SAP affiliate company. It is
the only component here authored by a third party. A copy of that licence
is at licenses/Apache-2.0.txt.
* The Python runtime dependencies pinned in requirements.txt, and the
JavaScript packages compiled into the browser console and pinned in
frontend/package-lock.json, are each used under their own licences.
Note in particular that psycopg is LGPL-3.0-only and is used as an
unmodified, separately installed library; it must not be vendored,
forked or patched into this repository.
* SAP, SAP S/4HANA and related marks are trademarks of SAP SE. Their use is
nominative — to identify the systems this tool assesses — and implies no
affiliation with or endorsement by SAP SE.
modules/abap_sast_rules.py is NOT third-party material, despite carrying a
provenance note. It is assembled from SAP-Code-Vulnerability-Analyzer, which
is published by the same author under the same copyright; see section 4 of
THIRD_PARTY_NOTICES.md for why that distinction matters in both directions.