1
- OpenSearch
2
- Copyright 2021 OpenSearch Contributors
3
- This product includes software, including Kibana source code, developed by Elasticsearch (http://www.elastic.co).
4
- Copyright 2012-2021 Elasticsearch B.V.
1
+ OpenSearch (https://opensearch.org/)
2
+ Copyright OpenSearch Contributors
3
+
4
+ This product includes software, including Kibana source code,
5
+ developed by Elasticsearch (http://www.elastic.co).
6
+ Copyright 2009-2021 Elasticsearch B.V.
7
+
8
+ This product includes software developed by The Apache Software
9
+ Foundation (http://www.apache.org/)
10
+
11
+ This product includes software developed by
12
+ Joda.org (http://www.joda.org/).
5
13
---
6
14
Pretty handling of logarithmic axes.
7
15
Copyright (c) 2007-2014 IOLA and Ole Laursen.
@@ -115,10 +123,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
115
123
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
116
124
THE SOFTWARE.
117
125
118
- ---
119
- This product uses Noto fonts that are licensed under the SIL Open
120
- Font License, Version 1.1.
121
-
122
126
---
123
127
Based on the scroll-into-view-if-necessary module from npm
124
128
https://github.com/stipsan/compute-scroll-into-view/blob/master/src/index.ts#L269-L340
@@ -145,70 +149,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
145
149
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
146
150
SOFTWARE.
147
151
148
- ---
149
- Detection Rules
150
- Copyright 2020 Elasticsearch B.V.
151
-
152
- ---
153
- This product bundles rules based on https://github.com/BlueTeamLabs/sentinel-attack
154
- which is available under a "MIT" license. The files based on this license are:
155
-
156
- - defense_evasion_via_filter_manager
157
- - discovery_process_discovery_via_tasklist_command
158
- - persistence_priv_escalation_via_accessibility_features
159
- - persistence_via_application_shimming
160
- - defense_evasion_execution_via_trusted_developer_utilities
161
-
162
- MIT License
163
-
164
- Copyright (c) 2019 Edoardo Gerosa, Olaf Hartong
165
-
166
- Permission is hereby granted, free of charge, to any person obtaining a copy of
167
- this software and associated documentation files (the "Software"), to deal in
168
- the Software without restriction, including without limitation the rights to
169
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
170
- of the Software, and to permit persons to whom the Software is furnished to do
171
- so, subject to the following conditions:
172
-
173
- The above copyright notice and this permission notice shall be included in all
174
- copies or substantial portions of the Software.
175
-
176
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
177
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
178
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
179
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
180
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
181
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
182
- SOFTWARE.
183
-
184
- ---
185
- This product bundles rules based on https://github.com/FSecureLABS/leonidas
186
- which is available under a "MIT" license. The files based on this license are:
187
-
188
- - credential_access_secretsmanager_getsecretvalue.toml
189
-
190
- MIT License
191
-
192
- Copyright (c) 2020 F-Secure LABS
193
-
194
- Permission is hereby granted, free of charge, to any person obtaining a copy
195
- of this software and associated documentation files (the "Software"), to deal
196
- in the Software without restriction, including without limitation the rights
197
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
198
- copies of the Software, and to permit persons to whom the Software is
199
- furnished to do so, subject to the following conditions:
200
-
201
- The above copyright notice and this permission notice shall be included in all
202
- copies or substantial portions of the Software.
203
-
204
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
205
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
206
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
207
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
208
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
209
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
210
- SOFTWARE.
211
-
212
152
---
213
153
MIT License
214
154
@@ -306,43 +246,3 @@ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
306
246
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
307
247
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
308
248
309
- ---
310
- This product includes code in the function applyCubicBezierStyles that was
311
- inspired by a public Codepen, which was available under a "MIT" license.
312
-
313
- Copyright (c) 2020 by Guillaume (https://codepen.io/guillaumethomas/pen/xxbbBKO)
314
- MIT License http://www.opensource.org/licenses/mit-license
315
-
316
- ---
317
- This product includes code that is adapted from mapbox-gl-js, which is
318
- available under a "BSD-3-Clause" license.
319
- https://github.com/mapbox/mapbox-gl-js/blob/master/src/util/image.js
320
-
321
- Copyright (c) 2016, Mapbox
322
-
323
- All rights reserved.
324
-
325
- Redistribution and use in source and binary forms, with or without modification,
326
- are permitted provided that the following conditions are met:
327
-
328
- * Redistributions of source code must retain the above copyright notice,
329
- this list of conditions and the following disclaimer.
330
- * Redistributions in binary form must reproduce the above copyright notice,
331
- this list of conditions and the following disclaimer in the documentation
332
- and/or other materials provided with the distribution.
333
- * Neither the name of Mapbox GL JS nor the names of its contributors
334
- may be used to endorse or promote products derived from this software
335
- without specific prior written permission.
336
-
337
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
338
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
339
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
340
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
341
- CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
342
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
343
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
344
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
345
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
346
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
347
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
348
-
0 commit comments