From 1bf87935c862e186d1f3b2c0115f60c4ccf57d0b Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Sat, 28 Jun 2025 09:05:19 -0700 Subject: [PATCH] added rules for nasa, teamcity --- CHANGELOG.md | 4 +++ Cargo.toml | 2 +- data/rules/nasa.yml | 35 ++++++++++++++++++ data/rules/sendgrid.yml | 38 ++++++++++++++++++++ data/rules/square.yml | 80 +++++++++++++++++++++++++++++++++++++++++ data/rules/teamcity.yml | 18 ++++++++++ 6 files changed, 176 insertions(+), 1 deletion(-) create mode 100644 data/rules/nasa.yml create mode 100644 data/rules/sendgrid.yml create mode 100644 data/rules/square.yml create mode 100644 data/rules/teamcity.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index a9a31a6..05e4d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [1.17.0] +- Updated README to give proper attribution to Nosey Parker! +- Added rules for sonarcloud, sonarqube, sourcegraph, shopify, truenas, squaare, sendgrid + ## [1.16.0] - Fix: HTML detection now requires both HTML content-type and "' + references: + - https://www.jetbrains.com/help/teamcity/rest/teamcity-rest-api-documentation.html