Gitleaks-py

Latest version: v0.3.1

Safety actively analyzes 638819 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

8.9.0

Changelog
* 31650f0 Feature: Adding the ability to extend configuration files (926)
* 0d47165 Add fix for issue 915 (916)


Example partial base config demonstrating how you can extend configs:

toml
Title for the gitleaks configuration file.
title = "8.9.0 example title"

Extend the base (this) configuration. When you extend a configuration
the base rules take precendence over the extended rules. I.e, if there are
duplicate rules in both the base configuration and the extended configuration
the base rules will override the extended rules.
Another thing to know with extending configurations is you can chain together
multiple configuration files to a depth of 2. Allowlist arrays are appended
and can contain duplicates.
useDefault and path can NOT be used at the same time. Choose one.
[extend]
useDefault will extend the base configuration with the default gitleaks config:
https://github.com/zricethezav/gitleaks/blob/master/config/gitleaks.toml
useDefault = true
or you can supply a path to a configuration. Path is relative to where gitleaks
was invoked, not the location of the base config.
path = "common_config.toml"


...
rules, allowlists, etc

8.8.12

Changelog
* 1fc27ee adding access to generic rule keywords and identifiers
* f4ddeda Fix proper names capitalization (907)
* 6210a7e Add multi platform build (897)

8.8.11

Changelog

* 1297b41 Added travis ci token
* d44cb91 Fix id and description for twitter tokens (905)
* efdc774 Added okta, codecov, zendesk, and updating Atlassian's rule to include `jira` keyword (904)
* e78a22e Fix Plaid, added Plaid access token (903)
* 9cc19ec Added airtable and adafruit (902)

8.8.10

Changelog
* 05c165d Fixes accidental type typos while translating rules from validation spreadsheet, adds bittrex rule

8.8.9

Changelog
This release adds *40* new rules and fixes some old rules including for the following providers:
- coinbase
- confluent
- datadog
- droneci
- Etsy
- flickr
- finnhub
- FreshBooks
- Google (GCP API Key)
- Gitter
- Kraken
- Kucoin
- LaunchDarkly
- Mattermost
- Netlify
- NYTimes
- Plaid
- RapidAPI
- Sendbird
- Sentry
- Square
- Squarespace
- Sumo Logic
- Twitter (fixed old rules)
- Yandex

See full config: https://github.com/zricethezav/gitleaks/blob/master/config/gitleaks.toml. If you're looking to add some new rules check out
the contributing guidelines here: https://github.com/zricethezav/gitleaks/blob/master/CONTRIBUTING.md

* f6a87ca Remove ssn allowlist (898)
* 73a3cf8 Adding a bunch of new rules, update allowlist to include node_modules… (896)
* d196b83 contributing guidelines first draft (895)
* 35f2ea5 Lint python commit script to satisfy PEP8 (893)

8.8.8

Changelog
* c14af5f maintain parity with recent changes... need to create rule contributing guidelines (891)
* 06b1396 Fix duplicate TOML Rules and IDs (889)

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.