Module BarrierGuards
A copy of the barrier guard logic from Configuration.qll in the JS data flow library.
This version considers all barrier guards to be relevant.
Import path
import semmle.javascript.dataflow.internal.BarrierGuardsModules
| ExternalBarrierGuard | Provides access to barrier guards defined via models-as-data. |
| MakeBarrierGuard | Converts a barrier guard class to a set of nodes to include in an implementation of |
| MakeLabeledBarrierGuard | Converts a barrier guard class to a set of nodes to include in an implementation of |
| MakeLegacyBarrierGuard | Converts a barrier guard class to a set of nodes to include in an implementation of |
| MakeLegacyBarrierGuardLabeled | Converts a labeled barrier guard class to a set of nodes to include in an implementation of |
| MakeStateBarrierGuard | Converts a barrier guard class to a set of nodes to include in an implementation of |