Skip to content

Commit

Permalink
Merge pull request #17 from insidersec/develop
Browse files Browse the repository at this point in the history
Plist disabled
  • Loading branch information
hermescanutodesouza authored Jun 26, 2020
2 parents ddacd05 + 74b2f88 commit 76bab85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/ios.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,6 @@ func AnalyzeIOSBinary(dirname, sastID string, report *reports.IOSReport, lang st

// AnalyzeIOSSource self-explained
func AnalyzeIOSSource(dirname, sastID string, report *reports.IOSReport, lang string) error {
log.Println("Starting analysis on PList and XCodeProj files")
err := analyzers.AnalyzePList(dirname, report)

if err != nil {
return err
}

log.Println("Finished PList/XCodeProj analysis")

files, rules, err := LoadsFilesAndRules(dirname, "ios", lang)

Expand Down
2 changes: 2 additions & 0 deletions supervisors/ios.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ func RunIOSCodeAnalysis(codeInfo SourceCodeInfo, lang string, destinationFolder

log.Printf("Found %d warnings", len(report.Vulnerabilities))

reports.ResumeReport(r)

util.CheckSecurityScore(security, int(report.IOSInfo.SecurityScore))

return nil
Expand Down

0 comments on commit 76bab85

Please sign in to comment.