Skip to content

Synopsys Coverity Panel

ID: synopsys-coverity-panel

Severity: info

Author: idealphase

Tags: panel,coverity,synopsys

Coverity® is a fast, accurate, and highly scalable static analysis (SAST) solution that helps development and security teams address security and quality defects early in the software development life cycle (SDLC), track and manage risks across the application portfolio, and ensure compliance with security and coding standards.

id: synopsys-coverity-panel
info:
name: Synopsys Coverity Panel
author: idealphase
severity: info
description: |
Coverity® is a fast, accurate, and highly scalable static analysis (SAST) solution that helps development and security teams address security and quality defects early in the software development life cycle (SDLC), track and manage risks across the application portfolio, and ensure compliance with security and coding standards.
reference:
- https://www.synopsys.com/software-integrity/security-testing/static-analysis-sast.html
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Coverity"
tags: panel,coverity,synopsys
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 1
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Coverity&reg; :: Sign in</title>"
- type: status
status:
- 200
# digest: 4b0a00483046022100850d84fc24677aa926602a167080d795cfe042d0b3e881132612d8345c9da80d022100a57614316f731bcbf844e3213369686b6d3cddd04e9ed342c48c50e02f50e321:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/synopsys-coverity-panel.yaml"

View on Github