Skip to content

Commit

Permalink
Merge branch 'main' into autoRewritePath
Browse files Browse the repository at this point in the history
  • Loading branch information
veraakarthikbharadwaj authored Dec 12, 2024
2 parents 92271ea + 14b6429 commit d744d69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions policy.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,10 @@ async function processPolicyFlaws(options, flawData) {
//console.log('Filepath end: '+filepath);
}
if ( filepath == undefined ){
filepath = filename
}
if ( filepath == "" ){
filepath = filename
}
Expand Down

0 comments on commit d744d69

Please sign in to comment.