Skip to content

Commit 1bd5005

Browse files
Fix typos
1 parent 6282c34 commit 1bd5005

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

go/ql/lib/semmle/go/concepts/HTTP.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ module Http {
384384
/** Provides a class for modeling HTTP response cookie writes. */
385385
module CookieWrite {
386386
/**
387-
* An write of an HTTP Cookie to an HTTP response.
387+
* A write of an HTTP Cookie to an HTTP response.
388388
*
389389
* Extend this class to model new APIs. If you want to refine existing API models,
390390
* extend `HTTP::CookieWrite` instead.
@@ -405,7 +405,7 @@ module Http {
405405
}
406406

407407
/**
408-
* An write of an HTTP Cookie to an HTTP response.
408+
* A write of an HTTP Cookie to an HTTP response.
409409
*
410410
* Extend this class to refine existing API models. If you want to model new APIs,
411411
* extend `HTTP::CookieWrite::Range` instead.

go/ql/src/Security/CWE-614/CookieWithoutSecure.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @security-severity 5.0
99
* @id go/cookie-secure-not-set
1010
* @tags security
11-
* external/cwe/cwe-1004
11+
* external/cwe/cwe-614
1212
*/
1313

1414
import go
File renamed without changes.

0 commit comments

Comments
 (0)