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

carlspring/vertx-codeql-queries#14 : Implement a CodeQL query that checks for invocations of Vertx.vertx() #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

carlspring
Copy link
Owner

Pull Request Description

This pull request fixes #14 .

  • Implemented CodeQL query.
  • Implemented test case.
  • Added a query help file.

Questions

  • Does this pull request break backward compatibility?

    • No
  • Does this pull request require other pull requests to be merged first?

    • No
  • Does this require an update of the documentation?

    • No

Code Review And Pre-Merge Checklist

  • I have implemented an Insecure example.
  • I have implemented a Secure example.
  • My code follows the coding convention of this project.
  • I have performed a self-review of my own code.
  • I have commented my code in hard-to-understand areas.
  • My changes generate no new warnings.

…ertx()

* Implemented CodeQL query.
* Implemented test case.
* Added a query help file.
@carlspring carlspring force-pushed the issues/14/vertx-vertx branch from 834e8d9 to 2c798bf Compare December 8, 2023 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement a CodeQL query that checks for invocations of Vertx.vertx()
1 participant