mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Fix typos
This commit is contained in:
@@ -384,7 +384,7 @@ module Http {
|
||||
/** Provides a class for modeling HTTP response cookie writes. */
|
||||
module CookieWrite {
|
||||
/**
|
||||
* An write of an HTTP Cookie to an HTTP response.
|
||||
* A write of an HTTP Cookie to an HTTP response.
|
||||
*
|
||||
* Extend this class to model new APIs. If you want to refine existing API models,
|
||||
* extend `HTTP::CookieWrite` instead.
|
||||
@@ -405,7 +405,7 @@ module Http {
|
||||
}
|
||||
|
||||
/**
|
||||
* An write of an HTTP Cookie to an HTTP response.
|
||||
* A write of an HTTP Cookie to an HTTP response.
|
||||
*
|
||||
* Extend this class to refine existing API models. If you want to model new APIs,
|
||||
* extend `HTTP::CookieWrite::Range` instead.
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
* @security-severity 5.0
|
||||
* @id go/cookie-secure-not-set
|
||||
* @tags security
|
||||
* external/cwe/cwe-1004
|
||||
* external/cwe/cwe-614
|
||||
*/
|
||||
|
||||
import go
|
||||
|
||||
Reference in New Issue
Block a user