{"id":18609523,"url":"https://github.com/secure-software-engineering/modguard","last_synced_at":"2025-11-02T20:30:25.159Z","repository":{"id":148704442,"uuid":"149994253","full_name":"secure-software-engineering/modguard","owner":"secure-software-engineering","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-16T14:11:17.000Z","size":32423,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-27T01:25:17.757Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/secure-software-engineering.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-23T14:52:59.000Z","updated_at":"2023-06-16T14:11:24.000Z","dependencies_parsed_at":"2024-12-27T01:34:33.061Z","dependency_job_id":null,"html_url":"https://github.com/secure-software-engineering/modguard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secure-software-engineering%2Fmodguard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secure-software-engineering%2Fmodguard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secure-software-engineering%2Fmodguard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secure-software-engineering%2Fmodguard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/secure-software-engineering","download_url":"https://codeload.github.com/secure-software-engineering/modguard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239400596,"owners_count":19632049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T03:06:21.073Z","updated_at":"2025-11-02T20:30:24.994Z","avatar_url":"https://github.com/secure-software-engineering.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ModGuard:  Identifying Integrity \u0026 Confidentiality Violations in Java Modules\n\n## Docker Image\nTo execute ModGuard and reporduce our results, we provide the docker image `andann/modguard:latest`\n\nThe instructions to use the docker image are in the folder `adann-ubuntu1604java9/README.md`.\n\n\n## Building ModGuard\n\nFor building Modguard the following software needs to be installed: Java1.8, Maven3, bash, git.\n\n\nInstall PA-Datalog by following the instructions on http://snf-705535.vm.okeanos.grnet.gr/agreement.html.\n\n\nTo build Modguard cd into the project's root directory and execute `sh build.sh`.\nThe compiled jar files are stored in the folder `build`.\n\n\nInstall Doop by unpacking `doop-4.0.0.tar` into your home-directory and export `DOOP_HOME` to Doop's install folder.\n\n\n\n## Running ModGuard\n\nTo execute ModGuard with your own module run\n\n```\njava -cp /opt/jdk-9/lib/jrt-fs.jar:soot-module-analysis-1.0-SNAPSHOT.jar DoopModuleAnalysis -moduleName {0} -modulePath {1} -logPath {2} -appendCP {3} --criticalEntitiesFile {4}  -onlyAppClass -ignoreArrayAndCollection\n\n```\nwith\n\n{0} - the name of the module to check\n\n{1} - the module-path ModGuard should use to locate the module with the given name\n\n{2} - where to store generated log files\n\n{3} - (optionally) further jar files that should also be loaded into ModGuard\n\n{4} - a simple *.txt file containing the fully-qualified names of the sensitive entities that should not escape a module; one per line, e.g., `\u003corg.apache.tomcat.util.http.fileupload.MultipartStream: void setBoundary(byte[])\u003e`\nThis are the sensitve entities that are checked by ModGuard.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecure-software-engineering%2Fmodguard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecure-software-engineering%2Fmodguard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecure-software-engineering%2Fmodguard/lists"}