Skip to content

Commit

Permalink
use https instead of http (#3441)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewDennison authored Aug 1, 2024
1 parent e245327 commit 57cb8aa
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion ai/csharp/detect-openai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rules:
- pattern: (ChatClient $CLIENT).$FUNC(...)
metadata:
references:
- http://semgrep.dev/blog/2024/detecting-shadow-ai
- https://semgrep.dev/blog/2024/detecting-shadow-ai
category: maintainability
technology:
- genAI
Expand Down
2 changes: 1 addition & 1 deletion ai/dart/detect-gemini.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rules:
- pattern: final $MODEL = GenerativeModel(...);
metadata:
references:
- http://semgrep.dev/blog/2024/detecting-shadow-ai
- https://semgrep.dev/blog/2024/detecting-shadow-ai
category: maintainability
technology:
- genAI
Expand Down
2 changes: 1 addition & 1 deletion ai/generic/detect-generic-ai-anthprop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rules:
- pattern: claude
metadata:
references:
- http://semgrep.dev/blog/2024/detecting-shadow-ai
- https://semgrep.dev/blog/2024/detecting-shadow-ai
category: maintainability
technology:
- genAI
Expand Down
2 changes: 1 addition & 1 deletion ai/generic/detect-generic-ai-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rules:
- pattern: api.openai.com
metadata:
references:
- http://semgrep.dev/blog/2024/detecting-shadow-ai
- https://semgrep.dev/blog/2024/detecting-shadow-ai
category: maintainability
technology:
- genAI
Expand Down
2 changes: 1 addition & 1 deletion ai/generic/detect-generic-ai-gem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rules:
- pattern: GoogleGenerativeAI
metadata:
references:
- http://semgrep.dev/blog/2024/detecting-shadow-ai
- https://semgrep.dev/blog/2024/detecting-shadow-ai
category: maintainability
technology:
- genAI
Expand Down
2 changes: 1 addition & 1 deletion ai/generic/detect-generic-ai-oai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rules:
- pattern: OpenAI
metadata:
references:
- http://semgrep.dev/blog/2024/detecting-shadow-ai
- https://semgrep.dev/blog/2024/detecting-shadow-ai
category: maintainability
technology:
- genAI
Expand Down
2 changes: 1 addition & 1 deletion ai/go/detect-gemini.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rules:
- pattern: genai.NewClient(...)
metadata:
references:
- http://semgrep.dev/blog/2024/detecting-shadow-ai
- https://semgrep.dev/blog/2024/detecting-shadow-ai
category: maintainability
technology:
- genAI
Expand Down
2 changes: 1 addition & 1 deletion ai/go/detect-openai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rules:
- pattern: gogpt.NewClient(...)
metadata:
references:
- http://semgrep.dev/blog/2024/detecting-shadow-ai
- https://semgrep.dev/blog/2024/detecting-shadow-ai
category: maintainability
technology:
- genAI
Expand Down
2 changes: 1 addition & 1 deletion ai/kotlin/detect-gemini.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rules:
- pattern: GenerativeModel(...)
metadata:
references:
- http://semgrep.dev/blog/2024/detecting-shadow-ai
- https://semgrep.dev/blog/2024/detecting-shadow-ai
category: maintainability
technology:
- genAI
Expand Down
2 changes: 1 addition & 1 deletion ai/python/detect-anthropic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rules:
- pattern: $CLIENT.messages.$FUNC(...,model=...,...)
metadata:
references:
- http://semgrep.dev/blog/2024/detecting-shadow-ai
- https://semgrep.dev/blog/2024/detecting-shadow-ai
category: maintainability
technology:
- genAI
Expand Down
2 changes: 1 addition & 1 deletion ai/python/detect-gemini.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rules:
- pattern: import google.generativeai
metadata:
references:
- http://semgrep.dev/blog/2024/detecting-shadow-ai
- https://semgrep.dev/blog/2024/detecting-shadow-ai
category: maintainability
technology:
- genAI
Expand Down
2 changes: 1 addition & 1 deletion ai/python/detect-huggingface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rules:
- pattern: import huggingface_hub
metadata:
references:
- http://semgrep.dev/blog/2024/detecting-shadow-ai
- https://semgrep.dev/blog/2024/detecting-shadow-ai
category: maintainability
technology:
- genAI
Expand Down
2 changes: 1 addition & 1 deletion ai/python/detect-langchain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rules:
- pattern: import langchain
metadata:
references:
- http://semgrep.dev/blog/2024/detecting-shadow-ai
- https://semgrep.dev/blog/2024/detecting-shadow-ai
category: maintainability
technology:
- genAI
Expand Down
2 changes: 1 addition & 1 deletion ai/python/detect-mistral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rules:
- pattern: $CLIENT.chat(...,model=...,...)
metadata:
references:
- http://semgrep.dev/blog/2024/detecting-shadow-ai
- https://semgrep.dev/blog/2024/detecting-shadow-ai
category: maintainability
technology:
- genAI
Expand Down
2 changes: 1 addition & 1 deletion ai/python/detect-openai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rules:
- pattern: $CLIENT.chat.completions.$FUNC(...)
metadata:
references:
- http://semgrep.dev/blog/2024/detecting-shadow-ai
- https://semgrep.dev/blog/2024/detecting-shadow-ai
category: maintainability
technology:
- genAI
Expand Down
2 changes: 1 addition & 1 deletion ai/python/detect-pytorch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rules:
- pattern: torch.$FUNC(...)
metadata:
references:
- http://semgrep.dev/blog/2024/detecting-shadow-ai
- https://semgrep.dev/blog/2024/detecting-shadow-ai
category: maintainability
technology:
- genAI
Expand Down
2 changes: 1 addition & 1 deletion ai/python/detect-tensorflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rules:
- pattern: import tensorflow
metadata:
references:
- http://semgrep.dev/blog/2024/detecting-shadow-ai
- https://semgrep.dev/blog/2024/detecting-shadow-ai
category: maintainability
technology:
- genAI
Expand Down
2 changes: 1 addition & 1 deletion ai/swift/detect-apple-core-ml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rules:
- pattern: MLModelConfiguration(...)
metadata:
references:
- http://semgrep.dev/blog/2024/detecting-shadow-ai
- https://semgrep.dev/blog/2024/detecting-shadow-ai
category: maintainability
technology:
- genAI
Expand Down
2 changes: 1 addition & 1 deletion ai/swift/detect-gemini.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rules:
- pattern: GenerativeModel(...)
metadata:
references:
- http://semgrep.dev/blog/2024/detecting-shadow-ai
- https://semgrep.dev/blog/2024/detecting-shadow-ai
category: maintainability
technology:
- genAI
Expand Down
2 changes: 1 addition & 1 deletion ai/typescript/detect-anthropic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rules:
- pattern: anthropic.messages.$FUNC(...)
metadata:
references:
- http://semgrep.dev/blog/2024/detecting-shadow-ai
- https://semgrep.dev/blog/2024/detecting-shadow-ai
category: maintainability
technology:
- genAI
Expand Down
2 changes: 1 addition & 1 deletion ai/typescript/detect-gemini.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rules:
- pattern: $GENAI.getGenerativeModel(...)
metadata:
references:
- http://semgrep.dev/blog/2024/detecting-shadow-ai
- https://semgrep.dev/blog/2024/detecting-shadow-ai
category: maintainability
technology:
- genAI
Expand Down
2 changes: 1 addition & 1 deletion ai/typescript/detect-mistral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rules:
$CLIENT.chat({model: ...})
metadata:
references:
- http://semgrep.dev/blog/2024/detecting-shadow-ai
- https://semgrep.dev/blog/2024/detecting-shadow-ai
category: maintainability
technology:
- genAI
Expand Down
2 changes: 1 addition & 1 deletion ai/typescript/detect-openai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rules:
- pattern: $CLIENT.chat.completions.$FUNC(...)
metadata:
references:
- http://semgrep.dev/blog/2024/detecting-shadow-ai
- https://semgrep.dev/blog/2024/detecting-shadow-ai
category: maintainability
technology:
- genAI
Expand Down
2 changes: 1 addition & 1 deletion ai/typescript/detect-promptfoo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rules:
- pattern: promptfoo.evaluate(...)
metadata:
references:
- http://semgrep.dev/blog/2024/detecting-shadow-ai
- https://semgrep.dev/blog/2024/detecting-shadow-ai
category: maintainability
technology:
- genAI
Expand Down
2 changes: 1 addition & 1 deletion ai/typescript/detect-vercel-ai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rules:
- pattern: generateText({prompt:...})
metadata:
references:
- http://semgrep.dev/blog/2024/detecting-shadow-ai
- https://semgrep.dev/blog/2024/detecting-shadow-ai
category: maintainability
technology:
- genAI
Expand Down

0 comments on commit 57cb8aa

Please sign in to comment.