Skip to content

Commit 281a619

Browse files
authored
Merge branch 'main' into AlonaHlobina-patch-3
2 parents ac35438 + baf8d0a commit 281a619

File tree

420 files changed

+3319
-401
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

420 files changed

+3319
-401
lines changed

.github/workflows/csv-coverage-pr-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
PR=$(cat "pr/NR")
5858
python misc/scripts/library-coverage/compare-files-comment-pr.py \
59-
out_merge out_base comparison.md "$GITHUB_REPOSITORY" "$PR" "$RUN_ID"
59+
out_base out_merge comparison.md "$GITHUB_REPOSITORY" "$PR" "$RUN_ID"
6060
- name: Upload comparison results
6161
uses: actions/upload-artifact@v2
6262
with:

cpp/ql/src/Best Practices/Likely Errors/OffsetUseBeforeRangeCheck.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @kind problem
66
* @id cpp/offset-use-before-range-check
77
* @problem.severity warning
8-
* @security-severity 5.9
8+
* @security-severity 8.2
99
* @precision medium
1010
* @tags reliability
1111
* security

cpp/ql/src/Critical/DescriptorMayNotBeClosed.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @kind problem
55
* @id cpp/descriptor-may-not-be-closed
66
* @problem.severity warning
7-
* @security-severity 5.9
7+
* @security-severity 7.8
88
* @tags efficiency
99
* security
1010
* external/cwe/cwe-775

cpp/ql/src/Critical/DescriptorNeverClosed.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @kind problem
55
* @id cpp/descriptor-never-closed
66
* @problem.severity warning
7-
* @security-severity 5.9
7+
* @security-severity 7.8
88
* @tags efficiency
99
* security
1010
* external/cwe/cwe-775

cpp/ql/src/Critical/FileMayNotBeClosed.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @kind problem
55
* @id cpp/file-may-not-be-closed
66
* @problem.severity warning
7-
* @security-severity 5.9
7+
* @security-severity 7.8
88
* @tags efficiency
99
* security
1010
* external/cwe/cwe-775

cpp/ql/src/Critical/FileNeverClosed.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @kind problem
55
* @id cpp/file-never-closed
66
* @problem.severity warning
7-
* @security-severity 5.9
7+
* @security-severity 7.8
88
* @tags efficiency
99
* security
1010
* external/cwe/cwe-775

cpp/ql/src/Critical/GlobalUseBeforeInit.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @kind problem
55
* @id cpp/global-use-before-init
66
* @problem.severity warning
7-
* @security-severity 6.9
7+
* @security-severity 7.8
88
* @tags reliability
99
* security
1010
* external/cwe/cwe-457

cpp/ql/src/Critical/InconsistentNullnessTesting.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @kind problem
55
* @id cpp/inconsistent-nullness-testing
66
* @problem.severity warning
7-
* @security-severity 3.6
7+
* @security-severity 7.5
88
* @tags reliability
99
* security
1010
* external/cwe/cwe-476

cpp/ql/src/Critical/InitialisationNotRun.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @kind problem
55
* @id cpp/initialization-not-run
66
* @problem.severity warning
7-
* @security-severity 6.4
7+
* @security-severity 7.5
88
* @tags reliability
99
* security
1010
* external/cwe/cwe-456

cpp/ql/src/Critical/LateNegativeTest.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @kind problem
77
* @id cpp/late-negative-test
88
* @problem.severity warning
9-
* @security-severity 10.0
9+
* @security-severity 9.3
1010
* @tags reliability
1111
* security
1212
* external/cwe/cwe-823

0 commit comments

Comments
 (0)