Skip to content

Commit 89a53f8

Browse files
authored
Add Seqra for Java/Kotlin (#1734)
1 parent 72283ce commit 89a53f8

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

data/tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,9 @@
292292
- name: Support
293293
value: support
294294
type: other
295+
- name: Spring
296+
value: spring
297+
type: other
295298
- name: Swift
296299
value: swift
297300
type: language

data/tools/seqra.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Seqra
2+
categories:
3+
- linter
4+
tags:
5+
- security
6+
- java
7+
- spring
8+
- kotlin
9+
- ci
10+
- yaml
11+
license: MIT
12+
types:
13+
- cli
14+
source: 'https://github.com/seqra/seqra'
15+
homepage: 'https://seqra.dev'
16+
resources:
17+
- title: 'Static Analysis Showdown: How Semgrep, CodeQL, and Seqra Handle XSS Detection'
18+
url: https://seqra.dev/blog/semgrep-vs-codeql-vs-seqra
19+
description: >-
20+
Security-focused static analyzer for Java and Kotlin web applications.
21+
Analyzes bytecode with Semgrep-style YAML rules and CodeQL-grade dataflow
22+
(with first-class Spring support) to find vulnerabilities
23+
that source-only scanners miss.

0 commit comments

Comments
 (0)