Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 45 additions & 45 deletions framework/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
# Requirements for the core module
requests==2.32.5

# Requirements for the net_orc module
docker==7.1.0
ipaddress==1.0.23
netifaces==0.11.0
scapy==2.7.0

# Requirments for the test_orc module
weasyprint==68.0
pydyf==0.11.0

# Requirements for the API
fastapi==0.115.0
psutil==5.9.8
uvicorn==0.27.0
python-multipart==0.0.19
pydantic==2.10.0

# Requirements for testing
pytest==7.4.4
pytest-timeout==2.2.0
responses==0.25.3


# Requirements for the report
markdown==3.5.2

# Requirements for the session
cryptography==44.0.1
pytz==2024.1

# Requirements for the risk profile
python-dateutil==2.9.0

# Requirements for MQTT client
paho-mqtt==2.1.0

# Requirements for background tasks
APScheduler==3.10.4

# Requirements for reports generation
Jinja2==3.1.6
beautifulsoup4==4.12.3
# Requirements for the core module
requests==2.32.5
# Requirements for the net_orc module
docker==7.1.0
ipaddress==1.0.23
netifaces==0.11.0
scapy==2.5.0
# Requirments for the test_orc module
weasyprint==61.2
pydyf==0.8.0
# Requirements for the API
fastapi==0.109.1
psutil==5.9.8
uvicorn==0.27.0
python-multipart==0.0.19
pydantic==2.7.1
# Requirements for testing
pytest==7.4.4
pytest-timeout==2.2.0
responses==0.25.3
# Requirements for the report
markdown==3.5.2
# Requirements for the session
cryptography==44.0.1
pytz==2024.1
# Requirements for the risk profile
python-dateutil==2.9.0
# Requirements for MQTT client
paho-mqtt==2.1.0
# Requirements for background tasks
APScheduler==3.10.4
# Requirements for reports generation
Jinja2==3.1.6
beautifulsoup4==4.12.3
2 changes: 1 addition & 1 deletion modules/test/conn/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ six==1.16.0

# User defined packages
pyOpenSSL==24.3.0
scapy==2.7.0
scapy==2.6.0
python-dateutil==2.9.0.post0
2 changes: 1 addition & 1 deletion modules/test/dns/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# packages to prevent auto-upgrades of stable dependencies

# User defined packages
scapy==2.7.0
scapy==2.6.0
2 changes: 1 addition & 1 deletion modules/test/ntp/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# packages to prevent auto-upgrades of stable dependencies

# User defined packages
scapy==2.7.0
scapy==2.6.0
pyshark==0.6
dnspython==2.8.0
2 changes: 1 addition & 1 deletion modules/test/tls/python/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# packages to prevent auto-upgrades of stable dependencies

# User defined packages
scapy==2.7.0
scapy==2.6.0
2 changes: 1 addition & 1 deletion modules/test/tls/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packaging==24.1
pycparser==2.22
pyshark==0.6
termcolor==2.4.0
urllib3==2.6.0
urllib3==2.5.0

# User defined packages
cryptography==44.0.1
Expand Down
50 changes: 12 additions & 38 deletions modules/ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular/build:application",
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": {
"base": "dist"
},
"outputPath": "dist",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": ["zone.js"],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
Expand All @@ -33,7 +32,7 @@
"scripts": [],
"allowedCommonJsDependencies": ["mqtt-browser"],
"stylePreprocessorOptions": {
"includePaths": ["src/theming/", "."]
"includePaths": ["src/theming/"]
},
"optimization": {
"scripts": true,
Expand All @@ -45,27 +44,28 @@
"styles": false,
"hidden": true,
"vendor": true
},
"browser": "src/main.ts"
}
},
"configurations": {
"production": {
"budgets": [
{
"type": "initial",
"maximumWarning": "1500kb",
"maximumError": "5000kb"
"maximumError": "4000kb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "60kb",
"maximumError": "100kb"
"maximumError": "65kb"
}
],
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand All @@ -74,7 +74,7 @@
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular/build:dev-server",
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"buildTarget": "test-run-ui:build"
},
Expand All @@ -89,13 +89,13 @@
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular/build:extract-i18n",
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"buildTarget": "test-run-ui:build"
}
},
"test": {
"builder": "@angular/build:karma",
"builder": "@angular-devkit/build-angular:karma",
"options": {
"polyfills": ["zone.js", "zone.js/testing"],
"tsConfig": "tsconfig.spec.json",
Expand All @@ -121,31 +121,5 @@
"cli": {
"schematicCollections": ["@angular-eslint/schematics"],
"analytics": false
},
"schematics": {
"@schematics/angular:component": {
"type": "component"
},
"@schematics/angular:directive": {
"type": "directive"
},
"@schematics/angular:service": {
"type": "service"
},
"@schematics/angular:guard": {
"typeSeparator": "."
},
"@schematics/angular:interceptor": {
"typeSeparator": "."
},
"@schematics/angular:module": {
"typeSeparator": "."
},
"@schematics/angular:pipe": {
"typeSeparator": "."
},
"@schematics/angular:resolver": {
"typeSeparator": "."
}
}
}
1 change: 1 addition & 0 deletions modules/ui/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = function (config) {
require('karma-chrome-launcher'),
require('karma-jasmine-html-reporter'),
require('karma-coverage'),
require('@angular-devkit/build-angular/plugins/karma'),
],
client: {
jasmine: {
Expand Down
Loading
Loading