- Fixed README, SECURITY.md and CONTRIBUTING.md docs
- Creating demo video
Log in to leave a comment
Log in to leave a comment
Known Issues:
Log in to leave a comment
Log in to leave a comment
Log in to leave a comment
analysis, ingestion, model, security, export, cli, util)kubectl + JSON parsing (KubectlExtractor, K8sJsonParser)ClusterGraphFactory, GraphNode, GraphEdge
AttackPathDiscovery, Dijkstra, AllDirectedPaths)AnalysisInput, AnalysisResult, PathDiscoveryResult)AttackSurfaceClassifier
ChokePointIdentifier)BlastRadiusAnalyzer)BlastRadiusResult, ImpactedAsset, ImpactSeverity
ImpactRemediationAdvisor)ChokePointRemediationAdvisor, RemediationPlan)AnalysisOrchestrator → unified coordinatorAnalysisResult
AnalysisSummaryPrinter)ExportService) in progressCytoscapeExporter (HTML), PdfReportEngine (PDF)ProgressReporter, OutputReporter)summary vs export) not fully unifiedMain, presenter, export logicList#getFirst()
Log in to leave a comment
Devlog: Changes made
Log in to leave a comment
Log in to leave a comment
Finally, I have implemented a single layer perceptron with:
I have also added JUnit test for testing the Perceptron for AND, OR, XOR (where it is expected to fail) and a random linearly separable dataset. The test also checks for input and output size mismatches.
Log in to leave a comment
Log in to leave a comment
Log in to leave a comment
These data will help OpenRisk to determine which asset the user holds. Next, I’ll be working on factors that cause significant impacts on the holder.
Log in to leave a comment
Fixed error for which JavaFX fails to start up. Finally, the maven build works.
Log in to leave a comment
Created project structure with 3 modules:
Would start with the main code and functionality next. Check the below recording for the directory structure (output of tree command 😅)
Log in to leave a comment
Created project banner and logo
Feedback are welcome and appreciated.
Log in to leave a comment
Finally fixed “IllegalAccessException” and “InaccessibleObjectException” thrown while running GUI tests via TestFx by explicitly adding “opens” argument in maven via maven-surefire-plugin configuration in pom.xml file.
Thanks to this GitHub comment: https://github.com/TestFX/TestFX/issues/751#issuecomment-1772200969
Log in to leave a comment
Finally fixed the issue of previous incomplete download tasks interfering with test download tasks.
Log in to leave a comment
Finally got the GUI testing to work in Drifty GUI. I have used TestFx with JUnit 5.
P.S.: Will fix the last error soon.
Log in to leave a comment