diff --git a/ai/csharp/detect-openai.yaml b/ai/csharp/detect-openai.yaml index 5339b68a50..aef358162e 100644 --- a/ai/csharp/detect-openai.yaml +++ b/ai/csharp/detect-openai.yaml @@ -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 diff --git a/ai/dart/detect-gemini.yaml b/ai/dart/detect-gemini.yaml index c61445882a..2a434e4d49 100644 --- a/ai/dart/detect-gemini.yaml +++ b/ai/dart/detect-gemini.yaml @@ -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 diff --git a/ai/generic/detect-generic-ai-anthprop.yaml b/ai/generic/detect-generic-ai-anthprop.yaml index 3ea9528338..1debd96d13 100644 --- a/ai/generic/detect-generic-ai-anthprop.yaml +++ b/ai/generic/detect-generic-ai-anthprop.yaml @@ -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 diff --git a/ai/generic/detect-generic-ai-api.yaml b/ai/generic/detect-generic-ai-api.yaml index 950a917ba0..bdee3f2c23 100644 --- a/ai/generic/detect-generic-ai-api.yaml +++ b/ai/generic/detect-generic-ai-api.yaml @@ -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 diff --git a/ai/generic/detect-generic-ai-gem.yaml b/ai/generic/detect-generic-ai-gem.yaml index eb27dcf2fc..e3d078d3b0 100644 --- a/ai/generic/detect-generic-ai-gem.yaml +++ b/ai/generic/detect-generic-ai-gem.yaml @@ -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 diff --git a/ai/generic/detect-generic-ai-oai.yaml b/ai/generic/detect-generic-ai-oai.yaml index 52fe2cb823..cb62083452 100644 --- a/ai/generic/detect-generic-ai-oai.yaml +++ b/ai/generic/detect-generic-ai-oai.yaml @@ -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 diff --git a/ai/go/detect-gemini.yaml b/ai/go/detect-gemini.yaml index ef757aea0c..99f440741b 100644 --- a/ai/go/detect-gemini.yaml +++ b/ai/go/detect-gemini.yaml @@ -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 diff --git a/ai/go/detect-openai.yaml b/ai/go/detect-openai.yaml index 7460a2e3c0..655926ed82 100644 --- a/ai/go/detect-openai.yaml +++ b/ai/go/detect-openai.yaml @@ -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 diff --git a/ai/kotlin/detect-gemini.yaml b/ai/kotlin/detect-gemini.yaml index cb0b1fd964..02526a7f2b 100644 --- a/ai/kotlin/detect-gemini.yaml +++ b/ai/kotlin/detect-gemini.yaml @@ -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 diff --git a/ai/python/detect-anthropic.yaml b/ai/python/detect-anthropic.yaml index de42425dca..013110e5d9 100644 --- a/ai/python/detect-anthropic.yaml +++ b/ai/python/detect-anthropic.yaml @@ -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 diff --git a/ai/python/detect-gemini.yaml b/ai/python/detect-gemini.yaml index 585a1df677..1e8e9670b8 100644 --- a/ai/python/detect-gemini.yaml +++ b/ai/python/detect-gemini.yaml @@ -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 diff --git a/ai/python/detect-huggingface.yaml b/ai/python/detect-huggingface.yaml index b4ab130c7c..37b352662e 100644 --- a/ai/python/detect-huggingface.yaml +++ b/ai/python/detect-huggingface.yaml @@ -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 diff --git a/ai/python/detect-langchain.yaml b/ai/python/detect-langchain.yaml index 16f379fdf5..283ad8e761 100644 --- a/ai/python/detect-langchain.yaml +++ b/ai/python/detect-langchain.yaml @@ -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 diff --git a/ai/python/detect-mistral.yaml b/ai/python/detect-mistral.yaml index 7490843413..1ac2d56ab5 100644 --- a/ai/python/detect-mistral.yaml +++ b/ai/python/detect-mistral.yaml @@ -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 diff --git a/ai/python/detect-openai.yaml b/ai/python/detect-openai.yaml index 132012f571..4ff24d429e 100644 --- a/ai/python/detect-openai.yaml +++ b/ai/python/detect-openai.yaml @@ -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 diff --git a/ai/python/detect-pytorch.yaml b/ai/python/detect-pytorch.yaml index d2a185109f..2944f1163e 100644 --- a/ai/python/detect-pytorch.yaml +++ b/ai/python/detect-pytorch.yaml @@ -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 diff --git a/ai/python/detect-tensorflow.yaml b/ai/python/detect-tensorflow.yaml index 580b321c64..bc2a1bcffd 100644 --- a/ai/python/detect-tensorflow.yaml +++ b/ai/python/detect-tensorflow.yaml @@ -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 diff --git a/ai/swift/detect-apple-core-ml.yaml b/ai/swift/detect-apple-core-ml.yaml index abed2c89ef..491017f8dc 100644 --- a/ai/swift/detect-apple-core-ml.yaml +++ b/ai/swift/detect-apple-core-ml.yaml @@ -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 diff --git a/ai/swift/detect-gemini.yaml b/ai/swift/detect-gemini.yaml index ac92fa94d0..42e5d028a2 100644 --- a/ai/swift/detect-gemini.yaml +++ b/ai/swift/detect-gemini.yaml @@ -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 diff --git a/ai/typescript/detect-anthropic.yaml b/ai/typescript/detect-anthropic.yaml index 153c72ed8e..2ca88759aa 100644 --- a/ai/typescript/detect-anthropic.yaml +++ b/ai/typescript/detect-anthropic.yaml @@ -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 diff --git a/ai/typescript/detect-gemini.yaml b/ai/typescript/detect-gemini.yaml index 904149ba8f..6c8b3ccae6 100644 --- a/ai/typescript/detect-gemini.yaml +++ b/ai/typescript/detect-gemini.yaml @@ -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 diff --git a/ai/typescript/detect-mistral.yaml b/ai/typescript/detect-mistral.yaml index c804667520..c26e77adb8 100644 --- a/ai/typescript/detect-mistral.yaml +++ b/ai/typescript/detect-mistral.yaml @@ -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 diff --git a/ai/typescript/detect-openai.yaml b/ai/typescript/detect-openai.yaml index f38ca1a4ee..6c27b98422 100644 --- a/ai/typescript/detect-openai.yaml +++ b/ai/typescript/detect-openai.yaml @@ -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 diff --git a/ai/typescript/detect-promptfoo.yaml b/ai/typescript/detect-promptfoo.yaml index b2f5afa8e9..bb3c6f844a 100644 --- a/ai/typescript/detect-promptfoo.yaml +++ b/ai/typescript/detect-promptfoo.yaml @@ -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 diff --git a/ai/typescript/detect-vercel-ai.yaml b/ai/typescript/detect-vercel-ai.yaml index 14caf6258c..89d719541f 100644 --- a/ai/typescript/detect-vercel-ai.yaml +++ b/ai/typescript/detect-vercel-ai.yaml @@ -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