Revert "Merge pull request #15522 from github/release-prep/2.16.2"

This reverts commit c4c8cd6b34, reversing
changes made to 525f27173d.
This commit is contained in:
Dave Bartolomeo
2024-02-08 09:28:34 -05:00
parent c4c8cd6b34
commit a58dd45d0b
148 changed files with 154 additions and 381 deletions

View File

@@ -1,7 +1,3 @@
## 1.7.8
No user-facing changes.
## 1.7.7
No user-facing changes.

View File

@@ -1,3 +0,0 @@
## 1.7.8
No user-facing changes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.7.8
lastReleaseVersion: 1.7.7

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-solorigate-all
version: 1.7.8
version: 1.7.8-dev
groups:
- csharp
- solorigate

View File

@@ -1,7 +1,3 @@
## 1.7.8
No user-facing changes.
## 1.7.7
No user-facing changes.

View File

@@ -1,3 +0,0 @@
## 1.7.8
No user-facing changes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.7.8
lastReleaseVersion: 1.7.7

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-solorigate-queries
version: 1.7.8
version: 1.7.8-dev
groups:
- csharp
- solorigate

View File

@@ -1,14 +1,3 @@
## 0.8.8
### Minor Analysis Improvements
* Added a new database relation to store compiler arguments specified inside `@[...].rsp` file arguments. The arguments
are returned by `Compilation::getExpandedArgument/1` and `Compilation::getExpandedArguments/0`.
* C# 12: Added extractor, QL library and data flow support for collection expressions like `[1, y, 4, .. x]`.
* The C# extractor now accepts an extractor option `logging.verbosity` that specifies the verbosity of the logs. The
option is added via `codeql database create --language=csharp -Ologging.verbosity=debug ...` or by setting the
corresponding environment variable `CODEQL_EXTRACTOR_CSHARP_OPTION_LOGGING_VERBOSITY`.
## 0.8.7
### Minor Analysis Improvements

View File

@@ -0,0 +1,6 @@
---
category: minorAnalysis
---
* The C# extractor now accepts an extractor option `logging.verbosity` that specifies the verbosity of the logs. The
option is added via `codeql database create --language=csharp -Ologging.verbosity=debug ...` or by setting the
corresponding environment variable `CODEQL_EXTRACTOR_CSHARP_OPTION_LOGGING_VERBOSITY`.

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* C# 12: Added extractor, QL library and data flow support for collection expressions like `[1, y, 4, .. x]`.

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
* Added a new database relation to store compiler arguments specified inside `@[...].rsp` file arguments. The arguments
are returned by `Compilation::getExpandedArgument/1` and `Compilation::getExpandedArguments/0`.

View File

@@ -1,10 +0,0 @@
## 0.8.8
### Minor Analysis Improvements
* Added a new database relation to store compiler arguments specified inside `@[...].rsp` file arguments. The arguments
are returned by `Compilation::getExpandedArgument/1` and `Compilation::getExpandedArguments/0`.
* C# 12: Added extractor, QL library and data flow support for collection expressions like `[1, y, 4, .. x]`.
* The C# extractor now accepts an extractor option `logging.verbosity` that specifies the verbosity of the logs. The
option is added via `codeql database create --language=csharp -Ologging.verbosity=debug ...` or by setting the
corresponding environment variable `CODEQL_EXTRACTOR_CSHARP_OPTION_LOGGING_VERBOSITY`.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.8.8
lastReleaseVersion: 0.8.7

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-all
version: 0.8.8
version: 0.8.8-dev
groups: csharp
dbscheme: semmlecode.csharp.dbscheme
extractor: csharp

View File

@@ -1,9 +1,3 @@
## 0.8.8
### Minor Analysis Improvements
* Added string interpolation expressions and `string.Format` as possible sanitizers for the `cs/web/unvalidated-url-redirection` query.
## 0.8.7
### Minor Analysis Improvements

View File

@@ -1,5 +1,4 @@
## 0.8.8
### Minor Analysis Improvements
---
category: minorAnalysis
---
* Added string interpolation expressions and `string.Format` as possible sanitizers for the `cs/web/unvalidated-url-redirection` query.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.8.8
lastReleaseVersion: 0.8.7

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-queries
version: 0.8.8
version: 0.8.8-dev
groups:
- csharp
- queries