Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C#: Move external api declarations to the library pack. #18303

Merged
merged 3 commits into from
Dec 18, 2024

Conversation

michaelnebel
Copy link
Contributor

@michaelnebel michaelnebel commented Dec 17, 2024

In this PR we move a couple of modules to the library pack as they are re-usable in the CodeQL community pack (then we can avoid having a dependency to the CodeQL C# query pack from the CodeQL community pack repo).

@github-actions github-actions bot added the C# label Dec 17, 2024
@michaelnebel michaelnebel force-pushed the refactorlibrarylocations branch from 1450df5 to bd9f656 Compare December 17, 2024 13:40
@michaelnebel michaelnebel marked this pull request as ready for review December 17, 2024 14:15
@Copilot Copilot bot review requested due to automatic review settings December 17, 2024 14:15
@michaelnebel michaelnebel requested a review from a team as a code owner December 17, 2024 14:15

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 13 changed files in this pull request and generated no comments.

Files not reviewed (12)
  • csharp/ql/lib/semmle/code/csharp/telemetry/ExternalApi.qll: Language not supported
  • csharp/ql/lib/semmle/code/csharp/telemetry/TestLibrary.qll: Language not supported
  • csharp/ql/src/Telemetry/ExternalApi.qll: Language not supported
  • csharp/ql/src/Telemetry/ExternalLibraryUsage.ql: Language not supported
  • csharp/ql/src/Telemetry/SupportedExternalApis.ql: Language not supported
  • csharp/ql/src/Telemetry/SupportedExternalSinks.ql: Language not supported
  • csharp/ql/src/Telemetry/SupportedExternalSources.ql: Language not supported
  • csharp/ql/src/Telemetry/SupportedExternalTaint.ql: Language not supported
  • csharp/ql/src/Telemetry/TestLibrary.qll: Language not supported
  • csharp/ql/src/Telemetry/UnsupportedExternalAPIs.ql: Language not supported
  • csharp/ql/src/meta/frameworks/UnsupportedExternalAPIs.ql: Language not supported
  • csharp/ql/src/utils/modeleditor/ModelEditor.qll: Language not supported

Tip: Copilot code review supports C#, Go, Java, JavaScript, Markdown, Python, Ruby and TypeScript, with more languages coming soon. Learn more

@michaelnebel
Copy link
Contributor Author

DCA looks good.

@michaelnebel michaelnebel merged commit ef2215d into github:main Dec 18, 2024
22 checks passed
@michaelnebel michaelnebel deleted the refactorlibrarylocations branch December 18, 2024 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants