tai-e-sqli
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.1%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: elteammate
- License: lgpl-3.0
- Language: Java
- Default Branch: tai-e-sqli
- Size: 0 Bytes
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
- Releases: 0
Created 8 months ago
· Last pushed 8 months ago
Metadata Files
Readme
Changelog
License
Citation
README.md
```bash
!/usr/bin/env bash
./gradlew :fatJar && java \ -jar build/tai-e-all-0.5.1.jar \ -a "pta=cs:1-call;distinguish-string-constants:all;merge-string-objects:false;merge-string-builders:false;plugins:[org.example.ExtraEntryPoints,org.example.TraceUnresolvedCalls];taint-config:taint-config;taint-config-providers:[org.example.MyTaintConfigProvider]" \ -a "ir-dumper" \ -java 8 \ -ap \ -cp ../java-sec-code/target/classes \ --input-classes=org.joychou.controller.SQLI ```
Owner
- Name: Nikolay Stepanov
- Login: elteammate
- Kind: user
- Repositories: 3
- Profile: https://github.com/elteammate
Citation (CITATION.bib)
@inproceedings{Tai-e:paper,
author = {Tan, Tian and Li, Yue},
title = {Tai-e: A Developer-Friendly Static Analysis Framework for Java by Harnessing the Good Designs of Classics},
year = {2023},
isbn = {9798400702211},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3597926.3598120},
doi = {10.1145/3597926.3598120},
booktitle = {Proceedings of the 32nd ACM SIGSOFT International Symposium on Software Testing and Analysis},
pages = {1093–1105},
numpages = {13},
keywords = {static analysis, framework design and implementation, Java},
location = {Seattle, WA, USA},
series = {ISSTA 2023}
}
GitHub Events
Total
- Push event: 5
- Create event: 3
Last Year
- Push event: 5
- Create event: 3
Dependencies
build.gradle.kts
maven
- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.17.2 implementation
- com.google.code.findbugs:jsr305 3.0.2 implementation
- info.picocli:picocli 4.7.6 implementation
- org.apache.logging.log4j:log4j-api 2.23.1 implementation
- org.apache.logging.log4j:log4j-core 2.23.1 implementation
- org.ow2.asm:asm 9.4 implementation
- org.slf4j:slf4j-nop 2.0.13 implementation
- org.junit.jupiter:junit-jupiter * testImplementation
- org.junit.platform:junit-platform-suite * testImplementation
buildSrc/build.gradle.kts
maven
docs/build.gradle.kts
maven