saleor / semgrep-rules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saleor Semgrep Rules

This repository contains Semgrep rules developed and made public by @Saleor.

Usage

To be able to use the rules, the git repository needs to be cloned.

Then a single rule can be run from the clone repository, for example:

semgrep -c /path-to-the-clone-semgrep-rules/the-rule.yml .

Alternatively, all rules can be run:

semgrep -c /path-to-the-clone-semgrep-rules .

Rules

Typescript

ID Impact Confidence Description
timing-attack-comparison HIGH LOW Checks comparisons against secrets are time-safe.

Contributing

Refer to our guidelines:

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 100.0%