Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions data/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,9 @@
- name: Support
value: support
type: other
- name: Spring
value: spring
type: other
- name: Swift
value: swift
type: language
Expand Down
23 changes: 23 additions & 0 deletions data/tools/seqra.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Seqra
categories:
- linter
tags:
- security
- java
- spring
- kotlin
- ci
- yaml
license: MIT
types:
- cli
source: 'https://github.com/seqra/seqra'
homepage: 'https://seqra.dev'
resources:
- title: 'Static Analysis Showdown: How Semgrep, CodeQL, and Seqra Handle XSS Detection'
url: https://seqra.dev/blog/semgrep-vs-codeql-vs-seqra
description: >-
Security-focused static analyzer for Java and Kotlin web applications.
Analyzes bytecode with Semgrep-style YAML rules and CodeQL-grade dataflow
(with first-class Spring support) to find vulnerabilities
that source-only scanners miss.
Loading