Skip to content

Commit 949997c

Browse files
committed
Fix qldoc style
1 parent c4c8dbc commit 949997c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/lib/semmle/javascript/security/CorsPermissiveConfigurationCustomizations.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ module CorsPermissiveConfiguration {
2424

2525
/** Predicates for working with flow states. */
2626
module FlowState {
27-
/** A tainted value. */
27+
/** Gets a tainted value. */
2828
FlowState taint() { result = TTaint() }
2929

30-
/** A permissive value (true, null, or "*"). */
30+
/** Gets a permissive value (true, null, or "*"). */
3131
FlowState permissive() { result = TPermissive() }
3232
}
3333

0 commit comments

Comments
 (0)