Skip to content

Commit

Permalink
Merge pull request #985 from hbarsaiyan/feature/new-sample-endpoints
Browse files Browse the repository at this point in the history
feat: add new vulnerable_apis endpoints
  • Loading branch information
ayushaga14 authored Apr 10, 2024
2 parents e61f05e + 478535f commit 831fee3
Show file tree
Hide file tree
Showing 5 changed files with 2,419 additions and 566 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public static void addSampleData() {
for (SingleTypeInfo singleTypeInfo: params) {
urlList.add(singleTypeInfo.getUrl());
}
if (urlList.size() != 118) {
if (urlList.size() != 190) {
Utils.pushDataToKafka(VULNERABLE_API_COLLECTION_ID, "", result, new ArrayList<>(), true);
}

Expand Down
Loading

0 comments on commit 831fee3

Please sign in to comment.