mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-02-12 16:12:44 +00:00
update licenses and script
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
@@ -21,11 +21,15 @@ sudo docker compose cp frontend:/tmp/frontend-licenses.json /tmp/licenses/
|
||||
|
||||
# Combine licenses
|
||||
echo "Combining licenses..."
|
||||
cat /tmp/licenses/backend-licenses.md > phishingclub/frontend/static/licenses.txt
|
||||
echo -e "\n\n" >> phishingclub/frontend/static/licenses.txt
|
||||
cat /tmp/licenses/frontend-licenses.json >> phishingclub/frontend/static/licenses.txt
|
||||
# Ensure the static directory exists
|
||||
mkdir -p frontend/static/
|
||||
cat /tmp/licenses/backend-licenses.md > frontend/static/licenses.txt
|
||||
echo -e "\n\n" >> frontend/static/licenses.txt
|
||||
cat /tmp/licenses/frontend-licenses.json >> frontend/static/licenses.txt
|
||||
echo -e "\n\n" >> frontend/static/licenses.txt
|
||||
cat THIRD_PARTY_LICENSES.md >> frontend/static/licenses.txt
|
||||
|
||||
# Cleanup
|
||||
rm -rf /tmp/licenses
|
||||
|
||||
echo "License file generated at phishingclub/frontend/static/licenses.txt"
|
||||
echo "License file generated at frontend/static/licenses.txt"
|
||||
|
||||
@@ -6,27 +6,27 @@
|
||||
* License: [MIT]
|
||||
|
||||
```
|
||||
MIT License
|
||||
|
||||
Copyright (c) Microsoft Corporation.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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
|
||||
AUTHORS OR COPYRIGHT HOLDERS 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
|
||||
MIT License
|
||||
|
||||
Copyright (c) Microsoft Corporation.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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
|
||||
AUTHORS OR COPYRIGHT HOLDERS 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
|
||||
|
||||
```
|
||||
|
||||
@@ -557,44 +557,6 @@ SOFTWARE.
|
||||
|
||||
```
|
||||
|
||||
## github.com/cyphar/filepath-securejoin
|
||||
|
||||
* Name: github.com/cyphar/filepath-securejoin
|
||||
* Version: Unknown
|
||||
* License: [BSD-3-Clause]
|
||||
|
||||
```
|
||||
Copyright (C) 2014-2015 Docker Inc & Go Authors. All rights reserved.
|
||||
Copyright (C) 2017-2024 SUSE LLC. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
* Redistributions in binary form must reproduce the above
|
||||
copyright notice, this list of conditions and the following disclaimer
|
||||
in the documentation and/or other materials provided with the
|
||||
distribution.
|
||||
* Neither the name of Google Inc. nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
```
|
||||
|
||||
## github.com/davecgh/go-spew/spew
|
||||
|
||||
* Name: github.com/davecgh/go-spew/spew
|
||||
@@ -2219,7 +2181,7 @@ SOFTWARE.
|
||||
```
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2022-2023 The go-mail Authors
|
||||
Copyright (c) 2022-2025 The go-mail Authors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
@@ -2589,6 +2551,43 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
```
|
||||
|
||||
## golang.org/x/mod/semver
|
||||
|
||||
* Name: golang.org/x/mod/semver
|
||||
* Version: Unknown
|
||||
* License: [BSD-3-Clause]
|
||||
|
||||
```
|
||||
Copyright 2009 The Go Authors.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
* Redistributions in binary form must reproduce the above
|
||||
copyright notice, this list of conditions and the following disclaimer
|
||||
in the documentation and/or other materials provided with the
|
||||
distribution.
|
||||
* Neither the name of Google LLC nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
```
|
||||
|
||||
## golang.org/x/net
|
||||
|
||||
* Name: golang.org/x/net
|
||||
@@ -2911,7 +2910,7 @@ THE SOFTWARE.
|
||||
```
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2013-NOW Jinzhu <wosmvp@gmail.com>
|
||||
Copyright (c) 2013-present Jinzhu <wosmvp@gmail.com>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
@@ -3070,6 +3069,15 @@ THE SOFTWARE.
|
||||
"path": "/app/node_modules/@types/estree",
|
||||
"licenseFile": "/app/node_modules/@types/estree/LICENSE"
|
||||
},
|
||||
"@types/trusted-types@1.0.6": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/DefinitelyTyped/DefinitelyTyped",
|
||||
"name": "@types/trusted-types",
|
||||
"copyright": "",
|
||||
"licenseText": "MIT License\n\n Copyright (c) Microsoft Corporation.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE",
|
||||
"path": "/app/node_modules/@types/trusted-types",
|
||||
"licenseFile": "/app/node_modules/@types/trusted-types/LICENSE"
|
||||
},
|
||||
"abbrev@1.1.1": {
|
||||
"licenses": "ISC",
|
||||
"repository": "https://github.com/isaacs/abbrev-js",
|
||||
@@ -3237,6 +3245,18 @@ THE SOFTWARE.
|
||||
"path": "/app/node_modules/balanced-match",
|
||||
"licenseFile": "/app/node_modules/balanced-match/LICENSE.md"
|
||||
},
|
||||
"balanced-match@3.0.1": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/juliangruber/balanced-match",
|
||||
"publisher": "Julian Gruber",
|
||||
"email": "mail@juliangruber.com",
|
||||
"url": "http://juliangruber.com",
|
||||
"name": "balanced-match",
|
||||
"copyright": "Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>",
|
||||
"licenseText": "(MIT)\n\nCopyright (c) 2013 Julian Gruber <julian@juliangruber.com>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.",
|
||||
"path": "/app/node_modules/brace-expansion/node_modules/balanced-match",
|
||||
"licenseFile": "/app/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md"
|
||||
},
|
||||
"binary-extensions@2.3.0": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/sindresorhus/binary-extensions",
|
||||
@@ -3249,7 +3269,7 @@ THE SOFTWARE.
|
||||
"path": "/app/node_modules/binary-extensions",
|
||||
"licenseFile": "/app/node_modules/binary-extensions/license"
|
||||
},
|
||||
"brace-expansion@1.1.11": {
|
||||
"brace-expansion@1.1.12": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/juliangruber/brace-expansion",
|
||||
"publisher": "Julian Gruber",
|
||||
@@ -3258,8 +3278,8 @@ THE SOFTWARE.
|
||||
"name": "brace-expansion",
|
||||
"copyright": "Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>",
|
||||
"licenseText": "MIT License\n\nCopyright (c) 2013 Julian Gruber <julian@juliangruber.com>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.",
|
||||
"path": "/app/node_modules/brace-expansion",
|
||||
"licenseFile": "/app/node_modules/brace-expansion/LICENSE"
|
||||
"path": "/app/node_modules/minimatch/node_modules/brace-expansion",
|
||||
"licenseFile": "/app/node_modules/minimatch/node_modules/brace-expansion/LICENSE"
|
||||
},
|
||||
"brace-expansion@2.0.1": {
|
||||
"licenses": "MIT",
|
||||
@@ -3273,6 +3293,18 @@ THE SOFTWARE.
|
||||
"path": "/app/node_modules/glob/node_modules/brace-expansion",
|
||||
"licenseFile": "/app/node_modules/glob/node_modules/brace-expansion/LICENSE"
|
||||
},
|
||||
"brace-expansion@4.0.1": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/juliangruber/brace-expansion",
|
||||
"publisher": "Julian Gruber",
|
||||
"email": "mail@juliangruber.com",
|
||||
"url": "http://juliangruber.com",
|
||||
"name": "brace-expansion",
|
||||
"copyright": "Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>",
|
||||
"licenseText": "MIT License\n\nCopyright (c) 2013 Julian Gruber <julian@juliangruber.com>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.",
|
||||
"path": "/app/node_modules/brace-expansion",
|
||||
"licenseFile": "/app/node_modules/brace-expansion/LICENSE"
|
||||
},
|
||||
"braces@3.0.3": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/micromatch/braces",
|
||||
@@ -3403,7 +3435,7 @@ THE SOFTWARE.
|
||||
"path": "/app/node_modules/concat-map",
|
||||
"licenseFile": "/app/node_modules/concat-map/LICENSE"
|
||||
},
|
||||
"cross-spawn@7.0.3": {
|
||||
"cross-spawn@7.0.6": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/moxystudio/node-cross-spawn",
|
||||
"publisher": "André Cruz",
|
||||
@@ -3819,6 +3851,15 @@ THE SOFTWARE.
|
||||
"path": "/app/node_modules/delaunator",
|
||||
"licenseFile": "/app/node_modules/delaunator/LICENSE"
|
||||
},
|
||||
"devalue@5.3.2": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/sveltejs/devalue",
|
||||
"name": "devalue",
|
||||
"copyright": "Copyright (c) 2018-19 [these people](https://github.com/rich-harris/devalue/graphs/contributors)",
|
||||
"licenseText": "Copyright (c) 2018-19 [these people](https://github.com/rich-harris/devalue/graphs/contributors)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE 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 AUTHORS OR COPYRIGHT HOLDERS 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.",
|
||||
"path": "/app/node_modules/devalue",
|
||||
"licenseFile": "/app/node_modules/devalue/LICENSE"
|
||||
},
|
||||
"dezalgo@1.0.4": {
|
||||
"licenses": "ISC",
|
||||
"repository": "https://github.com/npm/dezalgo",
|
||||
@@ -4396,7 +4437,7 @@ THE SOFTWARE.
|
||||
"path": "/app/node_modules/mkdirp",
|
||||
"licenseFile": "/app/node_modules/mkdirp/LICENSE"
|
||||
},
|
||||
"monaco-editor@0.52.2": {
|
||||
"monaco-editor@0.53.0": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/microsoft/monaco-editor",
|
||||
"publisher": "Microsoft Corporation",
|
||||
@@ -4406,6 +4447,17 @@ THE SOFTWARE.
|
||||
"path": "/app/node_modules/monaco-editor",
|
||||
"licenseFile": "/app/node_modules/monaco-editor/LICENSE"
|
||||
},
|
||||
"monaco-vim@0.4.2": {
|
||||
"licenses": "MIT",
|
||||
"publisher": "Brijesh Bittu",
|
||||
"email": "brijesh@bitwiser.in",
|
||||
"url": "http://bitwiser.in/",
|
||||
"name": "monaco-vim",
|
||||
"copyright": "Copyright 2018 Brijesh Bittu",
|
||||
"licenseText": "Copyright 2018 Brijesh Bittu\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the \"Software\"),\nto deal in the Software without restriction, including without limitation\nthe rights to use, copy, modify, merge, publish, distribute, sublicense,\nand/or sell copies of the Software, and to permit persons to whom the\nSoftware is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
|
||||
"path": "/app/node_modules/monaco-vim",
|
||||
"licenseFile": "/app/node_modules/monaco-vim/LICENSE"
|
||||
},
|
||||
"ms@2.1.3": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/vercel/ms",
|
||||
@@ -4427,7 +4479,18 @@ THE SOFTWARE.
|
||||
"path": "/app/node_modules/mz",
|
||||
"licenseFile": "/app/node_modules/mz/LICENSE"
|
||||
},
|
||||
"nanoid@3.3.7": {
|
||||
"nanoid@3.3.11": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/ai/nanoid",
|
||||
"publisher": "Andrey Sitnik",
|
||||
"email": "andrey@sitnik.ru",
|
||||
"name": "nanoid",
|
||||
"copyright": "Copyright 2017 Andrey Sitnik <andrey@sitnik.ru>",
|
||||
"licenseText": "The MIT License (MIT)\n\nCopyright 2017 Andrey Sitnik <andrey@sitnik.ru>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
|
||||
"path": "/app/node_modules/postcss/node_modules/nanoid",
|
||||
"licenseFile": "/app/node_modules/postcss/node_modules/nanoid/LICENSE"
|
||||
},
|
||||
"nanoid@5.1.5": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/ai/nanoid",
|
||||
"publisher": "Andrey Sitnik",
|
||||
@@ -4578,7 +4641,7 @@ THE SOFTWARE.
|
||||
"path": "/app/node_modules/package-json-from-dist",
|
||||
"licenseFile": "/app/node_modules/package-json-from-dist/LICENSE.md"
|
||||
},
|
||||
"papaparse@5.4.1": {
|
||||
"papaparse@5.5.3": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/mholt/PapaParse",
|
||||
"publisher": "Matthew Holt",
|
||||
@@ -5298,3 +5361,70 @@ THE SOFTWARE.
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
# Third-Party Licenses
|
||||
This file includes licenses from projects that are not dependencies but is included in some modified way.
|
||||
|
||||
This project incorporates code from third-party sources under different licenses. While the overall project is licensed under AGPL-3.0, the following components retain their original licenses:
|
||||
|
||||
## EvilGinx2
|
||||
|
||||
**Source**: https://github.com/kgretzky/evilginx2
|
||||
**License**: BSD-3-Clause
|
||||
**Copyright**: Copyright (c) 2017-2023 Kuba Gretzky (@kgretzky)
|
||||
**Usage**: Portions of the HTTP proxy functionality in `backend/proxy/proxy.go` are derived from EvilGinx2
|
||||
|
||||
### BSD-3-Clause License Text
|
||||
|
||||
```
|
||||
Copyright (c) 2017-2023 Kuba Gretzky (@kgretzky)
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright notice, this
|
||||
list of conditions and the following disclaimer.
|
||||
|
||||
2. Redistributions in binary form must reproduce the above copyright notice,
|
||||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
|
||||
3. Neither the name of the copyright holder nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
```
|
||||
|
||||
## Bettercap
|
||||
|
||||
**Source**: https://github.com/bettercap/bettercap
|
||||
**License**: GPL-3.0
|
||||
**Copyright**: Copyright (c) 2016-2023 Simone Margaritelli (@evilsocket)
|
||||
**Usage**: Portions of the HTTP proxy functionality (via EvilGinx2) are derived from Bettercap
|
||||
|
||||
Note: EvilGinx2 itself incorporates and acknowledges code from the Bettercap project. Our usage maintains this attribution chain.
|
||||
|
||||
---
|
||||
|
||||
## License Compatibility
|
||||
|
||||
This project combines code under different licenses:
|
||||
|
||||
- **Overall Project**: AGPL-3.0 (see main LICENSE file)
|
||||
- **BSD-3-Clause Components**: Compatible with AGPL-3.0, incorporated with proper attribution
|
||||
- **GPL-3.0 Components**: Compatible with AGPL-3.0 through inheritance chain
|
||||
|
||||
All components are properly attributed and their usage complies with their respective license terms.
|
||||
|
||||
Reference in New Issue
Block a user