22 lines
492 B
YAML
22 lines
492 B
YAML
id: code-climate-token
|
|
|
|
info:
|
|
name: Code Climate Token
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
reference:
|
|
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/codeclimate.yml
|
|
- https://github.com/codeclimate/ruby-test-reporter/issues/34
|
|
metadata:
|
|
verified: true
|
|
tags: codeclimate,token,file
|
|
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- '(?i)codeclima.{0,50}\b([a-f0-9]{64})\b' |