File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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
1414import go
File renamed without changes.
You can’t perform that action at this time.
0 commit comments