mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Release preparation for version 2.8.0
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
## 0.0.8
|
||||
|
||||
## 0.0.7
|
||||
|
||||
## 0.0.6
|
||||
|
||||
1
ruby/ql/lib/change-notes/released/0.0.8.md
Normal file
1
ruby/ql/lib/change-notes/released/0.0.8.md
Normal file
@@ -0,0 +1 @@
|
||||
## 0.0.8
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.0.7
|
||||
lastReleaseVersion: 0.0.8
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/ruby-all
|
||||
version: 0.0.8-dev
|
||||
version: 0.0.8
|
||||
groups: ruby
|
||||
extractor: ruby
|
||||
dbscheme: ruby.dbscheme
|
||||
|
||||
@@ -1,3 +1,15 @@
|
||||
## 0.0.8
|
||||
|
||||
### New Queries
|
||||
|
||||
lgtm,codescanning
|
||||
* Added a new query, `rb/weak-cookie-configuration`. The query finds cases where cookie configuration options are set to values that may make an application more vulnerable to certain attacks.
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
lgtm,codescanning
|
||||
* The query `rb/csrf-protection-disabled` has been extended to find calls to the Rails method `protect_from_forgery` that may weaken CSRF protection.
|
||||
|
||||
## 0.0.7
|
||||
|
||||
## 0.0.6
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
category: newQuery
|
||||
---
|
||||
lgtm,codescanning
|
||||
* Added a new query, `rb/weak-cookie-configuration`. The query finds cases where cookie configuration options are set to values that may make an application more vulnerable to certain attacks.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
lgtm,codescanning
|
||||
* The query `rb/csrf-protection-disabled` has been extended to find calls to the Rails method `protect_from_forgery` that may weaken CSRF protection.
|
||||
11
ruby/ql/src/change-notes/released/0.0.8.md
Normal file
11
ruby/ql/src/change-notes/released/0.0.8.md
Normal file
@@ -0,0 +1,11 @@
|
||||
## 0.0.8
|
||||
|
||||
### New Queries
|
||||
|
||||
lgtm,codescanning
|
||||
* Added a new query, `rb/weak-cookie-configuration`. The query finds cases where cookie configuration options are set to values that may make an application more vulnerable to certain attacks.
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
lgtm,codescanning
|
||||
* The query `rb/csrf-protection-disabled` has been extended to find calls to the Rails method `protect_from_forgery` that may weaken CSRF protection.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.0.7
|
||||
lastReleaseVersion: 0.0.8
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/ruby-queries
|
||||
version: 0.0.8-dev
|
||||
version: 0.0.8
|
||||
groups: ruby
|
||||
suites: codeql-suites
|
||||
defaultSuiteFile: codeql-suites/ruby-code-scanning.qls
|
||||
|
||||
Reference in New Issue
Block a user