Skip to content

wahyuhadi/semgrep-integrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semgrep-integrator

Scan your code with custom rules and integrate it with anything, anytime, anywhere

Flow

  • Example Gorm SQL-Injection rule with .yml
# yamllint disable-line rule:document-start
rules:
# yamllint disable-line rule:indentation
- id: SQL-Injection
  pattern: $W.Where("id = ", ...)
  message: Posible SQL Injection
  languages: [go]
  severity: WARNING
  metadata:
      issue: "SQL Injection"
      severity: "HIGH"
      owasp: "SQL Injection"
      category: security
      impact: "Potential Data Breach"
      # yamllint disable-line rule:new-line-at-end-of-file
      remediation: "Validation user input"

Will be integrate with:

  • Github (done)
  • Jira
  • Elastic (done)
  • Slack
  • Etc..

Push data to github issue

sc

push data to elastic

el kibana

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages