Skip to content

Commit 121bdf8

Browse files
authored
Merge branch 'master' into master
2 parents d32ce13 + 90af15d commit 121bdf8

File tree

7 files changed

+11
-10
lines changed

7 files changed

+11
-10
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Check out the repo
12-
uses: actions/[email protected].0
12+
uses: actions/[email protected].1
1313

1414
- name: Build the code with docker
1515
run: docker build . -t nettacker

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/[email protected].0
41+
uses: actions/[email protected].1
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v2
45+
uses: github/codeql-action/init@v3
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -56,7 +56,7 @@ jobs:
5656
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5757
# If this step fails, then you should remove it and run the build manually (see below)
5858
- name: Autobuild
59-
uses: github/codeql-action/autobuild@v2
59+
uses: github/codeql-action/autobuild@v3
6060

6161
# ℹ️ Command-line programs to run using the OS shell.
6262
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -69,6 +69,6 @@ jobs:
6969
# ./location_of_script_within_repo/buildscript.sh
7070

7171
- name: Perform CodeQL Analysis
72-
uses: github/codeql-action/analyze@v2
72+
uses: github/codeql-action/analyze@v3
7373
with:
7474
category: "/language:${{matrix.language}}"

.github/workflows/publish_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/[email protected].0
12+
uses: actions/[email protected].1
1313
- name: Set up QEMU
1414
uses: docker/setup-qemu-action@v3
1515
- name: Login to Docker Hub

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ OWASP Nettacker project is created to automate information gathering, vulnerabil
3030
* How to use the Dockerfile: https://github.com/OWASP/Nettacker/wiki/Installation#docker
3131
* OpenHub: https://www.openhub.net/p/OWASP-Nettacker
3232
* **Donate**: https://owasp.org/donate/?reponame=www-project-nettacker&title=OWASP+Nettacker
33+
* **Read More**: https://www.secologist.com/open-source-projects
3334

3435
____________
3536
Quick Setup & Run

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
flake8==6.0.0
2-
ipython==8.16.1
2+
ipython==8.18.1

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ argparse==1.4.0
22
netaddr==0.9.0
33
ipaddr==2.2.0
44
requests==2.31.0
5-
aiohttp==3.8.5
5+
aiohttp==3.9.1
66
asyncio==3.4.3
77
paramiko==3.3.1
88
texttable==1.6.7
@@ -11,6 +11,6 @@ pyOpenSSL==23.2.0 # library_name=OpenSSL
1111
flask==3.0.0
1212
SQLAlchemy>=1.4.43 # library_name=sqlalchemy
1313
py3DNS==4.0.0 # library_name=DNS
14-
numpy==1.26.0
14+
numpy==1.26.2
1515
terminable_thread==0.7.1
1616
PyYAML==6.0.1 # library_name=yaml

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.1 TRENT
1+
0.3.2 TRENT

0 commit comments

Comments
 (0)