Skip to content

Commit f1fdb8d

Browse files
mocsharpCoco-Ben
andcommitted
Documentation & CLI updates (#98)
* License approvals * third-party license updates * Documentation & CLI updates * Update changelog * [doc] Copyedit doc changes since previous copyedit pass (#101) * Add CVE-2018-8292 to allowlist * Update license headers Signed-off-by: Victor Chang <[email protected]> Co-authored-by: Coco-Ben <[email protected]>
1 parent 190d4b4 commit f1fdb8d

26 files changed

+5692
-686
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Copyright 2022 MONAI Consortium
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
general:
16+
vulnerabilities:
17+
- CVE-2018-8292

.licenserc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ header:
2525
- '**/obj/**'
2626
- '**/*.json'
2727
- '**/*.ruleset'
28+
- '**/*.feature.cs'
2829
- 'src/.sonarlint/**'
2930
- 'src/coverlet.runsettings'
3031
- 'demos/**/.env/**'

0 commit comments

Comments
 (0)