@@ -110,9 +110,9 @@ module FileSystemWriteAccess {
110110 * in a global manner.
111111 *
112112 * Extend this class to refine existing API models. If you want to model new APIs,
113- * extend `CSRFProtectionSetting ::Range` instead.
113+ * extend `CsrfProtectionSetting ::Range` instead.
114114 */
115- class CSRFProtectionSetting extends DataFlow:: Node instanceof CSRFProtectionSetting :: Range {
115+ class CsrfProtectionSetting extends DataFlow:: Node instanceof CsrfProtectionSetting :: Range {
116116 /**
117117 * Gets the boolean value corresponding to if CSRF protection is enabled
118118 * (`true`) or disabled (`false`) by this node.
@@ -121,13 +121,13 @@ class CSRFProtectionSetting extends DataFlow::Node instanceof CSRFProtectionSett
121121}
122122
123123/** Provides a class for modeling new CSRF protection setting APIs. */
124- module CSRFProtectionSetting {
124+ module CsrfProtectionSetting {
125125 /**
126126 * A data-flow node that may set or unset Cross-site request forgery protection
127127 * in a global manner.
128128 *
129129 * Extend this class to model new APIs. If you want to refine existing API models,
130- * extend `CSRFProtectionSetting ` instead.
130+ * extend `CsrfProtectionSetting ` instead.
131131 */
132132 abstract class Range extends DataFlow:: Node {
133133 /**
@@ -143,9 +143,9 @@ module CSRFProtectionSetting {
143143 * for a specific part of an application.
144144 *
145145 * Extend this class to refine existing API models. If you want to model new APIs,
146- * extend `CSRFProtection ::Range` instead.
146+ * extend `CsrfLocalProtection ::Range` instead.
147147 */
148- class CSRFProtection extends DataFlow:: Node instanceof CSRFProtection :: Range {
148+ class CsrfLocalProtection extends DataFlow:: Node instanceof CsrfLocalProtection :: Range {
149149 /**
150150 * Gets a `Function` representing the protected interaction
151151 * (probably a request handler).
@@ -154,13 +154,13 @@ class CSRFProtection extends DataFlow::Node instanceof CSRFProtection::Range {
154154}
155155
156156/** Provides a class for modeling new CSRF protection setting APIs. */
157- module CSRFProtection {
157+ module CsrfLocalProtection {
158158 /**
159159 * A data-flow node that provides Cross-site request forgery protection
160160 * for a specific part of an application.
161161 *
162162 * Extend this class to model new APIs. If you want to refine existing API models,
163- * extend `CSRFProtection ` instead.
163+ * extend `CsrfLocalProtection ` instead.
164164 */
165165 abstract class Range extends DataFlow:: Node {
166166 /**
0 commit comments