Skip to content

Commit

Permalink
Develop (#48)
Browse files Browse the repository at this point in the history
* return feature to remove blank lines and comments

* add samples to perform tests

* pushing some tools to help during debug tasks

* skip false positives - draft function

* improve taint analysis function

* drafting new rules

* update sarif output with new variables

* apply design pattern practices to a better code compreension

* remove Data::Dumper

* fixed sarif

* remove unecessary variables

* remove old file
  • Loading branch information
htrgouvea committed Apr 16, 2024
1 parent ff1eeb5 commit 83c7d8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 89 deletions.
88 changes: 0 additions & 88 deletions lib/Zarn/AST.pm

This file was deleted.

2 changes: 1 addition & 1 deletion lib/Zarn/Engine/AST.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package Zarn::Engine::AST {

sub new {
my ($self, $parameters) = @_;
my ($file, $rules, @results);
my ($file);

Getopt::Long::GetOptionsFromArray (
$parameters,
Expand Down

0 comments on commit 83c7d8a

Please sign in to comment.