Skip to content

Atualização da versão das dependências e melhorias#13

Open
barbosamaatheus wants to merge 4 commits intospgroup:mainfrom
barbosamaatheus:main
Open

Atualização da versão das dependências e melhorias#13
barbosamaatheus wants to merge 4 commits intospgroup:mainfrom
barbosamaatheus:main

Conversation

@barbosamaatheus
Copy link

Atualização da versão das dependências
Melhorias na Detecção e Análise de Pontos de Entrada
Integração CI/CD

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

public LocalDummy(String name, Type type) {
setName(name);
setType(type);
Numberer<Local> numberer = Scene.v().getLocalNumberer();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Por que removeu isso? Isso é usado pra criar um dos nós do grafo de PDG e PDG. A exemplo, START e STOP.

Copy link
Collaborator

Choose a reason for hiding this comment

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

libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"

libraryDependencies += "br.unb.cic" % "svfa-scala_2.12" % "0.7.0"
libraryDependencies += "br.unb.cic" % "svfa-scala_2.12" % "0.5.13"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Po que tá usando essa versão?

val stmt = base.asInstanceOf[soot.jimple.ReturnStmt]
}

def getAnalysisEntryPoint(): util.List[SootMethod] = {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Esse método foi feito pra usar em classes posteriores com overriden?

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.

3 participants