From 31b2929557cb629271f98f2394ff7d52b5f1c346 Mon Sep 17 00:00:00 2001 From: mattybellx Date: Thu, 2 Jul 2026 12:08:35 +0100 Subject: [PATCH 1/2] Add ansede-static to SAST tools list --- data/tools/ansede-static.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/tools/ansede-static.yml diff --git a/data/tools/ansede-static.yml b/data/tools/ansede-static.yml new file mode 100644 index 000000000..030b8a508 --- /dev/null +++ b/data/tools/ansede-static.yml @@ -0,0 +1,8 @@ +- name: ansede-static + description: Offline SAST engine with 96.3% CVE recall and IFDS taint analysis. Detects IDOR, auth bypass, ownership flaws natively. + languages: [python, javascript, go, java, csharp] + categories: [security, linter] + license: MIT + source: https://github.com/mattybellx/Ansede + pip: ansede-static + homepage: https://ansede.onrender.com From e076ede8cef6eececbc85a7cfe1eba368308b421 Mon Sep 17 00:00:00 2001 From: mattybellx Date: Thu, 2 Jul 2026 13:13:59 +0100 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- data/tools/ansede-static.yml | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/data/tools/ansede-static.yml b/data/tools/ansede-static.yml index 030b8a508..d0083804f 100644 --- a/data/tools/ansede-static.yml +++ b/data/tools/ansede-static.yml @@ -1,8 +1,18 @@ -- name: ansede-static - description: Offline SAST engine with 96.3% CVE recall and IFDS taint analysis. Detects IDOR, auth bypass, ownership flaws natively. - languages: [python, javascript, go, java, csharp] - categories: [security, linter] - license: MIT - source: https://github.com/mattybellx/Ansede - pip: ansede-static - homepage: https://ansede.onrender.com +name: Ansede Static +categories: + - linter +tags: + - security + - python + - javascript + - typescript + - go + - java + - csharp +license: MIT License +types: + - cli + - ide-plugin +source: 'https://github.com/mattybellx/Ansede' +homepage: 'https://ansede.onrender.com' +description: Offline SAST engine with IFDS taint analysis. Detects IDOR, auth bypass, and ownership flaws natively.