Package io.codemodder.providers.sarif.codeql


package io.codemodder.providers.sarif.codeql
  • Class
    Description
    Responsible for distributing the SARIFS to CodeQL based codemods based on rules.
    Provides codemods that act on CodeQL results.
    An implementation of the RuleSarif for SARIFs produced by CodeQL.
    A factory for building CodeQLRuleSarifs.
    CodeQLSarifJavaParserChanger<T extends com.github.javaparser.ast.Node>
    Provides foundational functionality for modifying Java code using JavaParser based on findings from a SARIF file generated by CodeQL analysis.
    This tells the framework to inject the results of a CodeQL scan into the following parameter.