codeql/cpp/change-notes
Mathias Vorreiter Pedersen 9f8326a3fa
Merge pull request #7243 from geoffw0/sslquery2
C++: New query for SSL certificates not checked
2021-12-01 15:02:19 +00:00
..
2020-09-29-range-analysis-rollup.md C++: Change note for several range-analysis PRs 2020-09-30 13:52:23 +02:00
2020-10-21-erroneous-types.md C++: Change note. 2020-10-21 14:52:43 +01:00
2020-10-21-size-check-queries.md C++: Change note. 2020-10-21 11:21:53 +01:00
2020-11-02-unused-local-variable.md Update cpp/change-notes/2020-11-02-unused-local-variable.md 2020-11-06 14:42:48 +00:00
2020-11-05-formatting-function.md C++: Update change note. 2020-12-01 18:34:01 +00:00
2020-11-05-private-models.md C++: Change note. 2020-11-06 15:55:31 +00:00
2020-11-12-unsafe-use-of-this.md Update cpp/change-notes/2020-11-12-unsafe-use-of-this.md 2020-11-16 12:28:57 +01:00
2020-11-27-downgrade-to-recommendation.md C++: Downgrade two queries to recommendation 2020-11-27 10:45:03 +01:00
2021-02-04-unsigned-difference-expression-compared-zero.md C++: Turns out we're in 2021 and not 2020. 2021-02-24 17:15:51 +01:00
2021-02-24-memset-may-be-deleted.md Update cpp/change-notes/2021-02-24-memset-may-be-deleted.md 2021-02-26 19:17:13 +01:00
2021-03-01-fluent-interface-data-flow.md Add change notes 2021-03-01 16:59:20 +00:00
2021-03-11-failed-extractions.md C++: Add a changenote for cpp/diagnostics/failed-extractions. 2021-03-11 14:33:04 +00:00
2021-03-11-overflow-abs.md C++: Add change-note. 2021-05-11 14:58:48 +02:00
2021-03-17-av-rule-79.md C++: Add change-note. 2021-03-17 16:26:15 +01:00
2021-04-06-assign-where-compare-meant.md C++: Add change-note. 2021-04-06 11:47:57 +02:00
2021-04-09-unsigned-difference-expression-compared-zero.md C++: Add change note. 2021-04-09 18:14:12 +01:00
2021-04-13-arithmetic-queries.md C++: Add change-note. 2021-04-13 17:17:05 +02:00
2021-04-21-return-stack-allocated-object.md C++: deprecate cpp/return-stack-allocated-object 2021-04-21 15:17:31 -07:00
2021-04-26-more-sound-expr-might-overflow.md C++: Convert the yyyy-dd-mm change-notes to yyyy-mm-dd. 2021-05-21 16:24:15 +02:00
2021-05-10-comparison-with-wider-type.md C++: Convert the yyyy-dd-mm change-notes to yyyy-mm-dd. 2021-05-21 16:24:15 +02:00
2021-05-12-uncontrolled-arithmetic.md C++: Convert the yyyy-dd-mm change-notes to yyyy-mm-dd. 2021-05-21 16:24:15 +02:00
2021-05-14-uncontrolled-allocation-size.md C++: Add change-note. 2021-05-14 14:16:00 +02:00
2021-05-18-static-buffer-overflow.md C++: Add change-note. 2021-05-18 19:17:11 +02:00
2021-05-19-weak-cryptographic-algorithm.md C++: Add change note. 2021-05-19 11:14:23 +01:00
2021-05-20-incorrect-allocation-error-handling.md C++: Credit the original query author in change-note. 2021-05-21 11:12:19 +02:00
2021-05-20-ref-qualifiers.md C++: Add ref qualifiers 2021-05-20 10:03:54 +02:00
2021-05-21-unsafe-strncat.md C++: Add change-note. 2021-05-21 10:57:23 +02:00
2021-06-10-cleartext-transmission.md C++: Change note. 2021-09-17 15:10:55 +01:00
2021-06-10-std-types.md Update cpp/change-notes/2021-06-10-std-types.md 2021-06-11 09:49:44 -04:00
2021-06-21-weak-cryptographic-algorithm.md Update cpp/change-notes/2021-06-21-weak-cryptographic-algorithm.md 2021-06-21 14:22:56 +01:00
2021-06-22-sql-tainted.md C++: Add change-note. 2021-06-22 17:13:07 +02:00
2021-06-24-dataflow-implicit-reads.md C++/C#/Java/Python: Add change notes. 2021-06-24 14:29:34 +02:00
2021-06-24-uncontrolled-arithmetic.md C++: Add change-note. 2021-06-24 16:01:59 +02:00
2021-06-30-wrong-type-format-argument.md C++: Change note. 2021-06-30 09:21:10 +01:00
2021-07-13-cleartext-storage-file.md C++: Change note. 2021-07-13 18:08:34 +01:00
2021-07-20-toctou-race-condition.md C++: Change note. 2021-07-20 14:14:01 +01:00
2021-07-27-uncontrolled-arithmetic.md C++: Change note. 2021-07-27 14:27:16 +01:00
2021-07-29-virtual-function-declaration-specifiers.md C++: Allow querying virtual, override, and final declaration specifiers. 2021-07-29 14:02:03 +01:00
2021-08-10-has-trailing-return-type.md C++: Expose trailing return type presence. 2021-08-11 16:04:07 +01:00
2021-08-17-has-c-linkage.md C++: Allow querying for "C" language linkage on routine types. 2021-08-18 15:35:30 +01:00
2021-08-23-ctime-weaken-claims.md C++:Lower potentially-dangerous-function precision 2021-08-24 17:14:42 +02:00
2021-08-23-getPrimaryQlClasses.md Update cpp/change-notes/2021-08-23-getPrimaryQlClasses.md 2021-08-23 16:52:07 +01:00
2021-08-24-implicit-downcast-from-bitfield.md Update cpp/change-notes/2021-08-24-implicit-downcast-from-bitfield.md 2021-08-25 08:58:44 +02:00
2021-08-31-range-analysis-upper-bound.md C++: Improve predicate upperBound in SimpleRangeAnalysis 2021-09-02 21:46:18 +02:00
2021-09-13-overflow-static.md C++: update change note per suggestion from peer review 2021-09-15 10:31:15 +02:00
2021-09-27-command-line-injection.md C++: Update change note date 2021-09-27 17:36:14 -07:00
2021-09-27-overflow-static.md C++: Apply documentation change suggestion 2021-09-28 09:40:07 +02:00
2021-10-01-improper-null-termination.md C++: Add change note. 2021-10-01 16:35:12 +01:00
2021-10-07-extraction-errors.md C++: Improve SARIF severity level reporting of extractor diagnostics 2021-10-08 17:53:55 +01:00
2021-11-01-isFromSystemMacroDefinition.md C++: Add `isFromSystemMacroDefinition` predicate 2021-11-01 09:17:49 +01:00
2021-11-09-use-of-http.md C++: Change note. 2021-11-09 19:39:21 +00:00
2021-11-25-certificate-not-checked.md C++: Change note. 2021-11-25 15:49:41 +00:00
2021-11-25-certificate-result-conflation.md C++: Change note. 2021-11-25 14:04:47 +00:00