Skip to content

Commit

Permalink
Naming and upgraded stringdedup dependency to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Aug 26, 2022
1 parent 8787f68 commit df2a31b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/lkarlslund/adalanche

go 1.18
go 1.19

require (
github.com/Microsoft/go-winio v0.5.2
Expand All @@ -23,7 +23,7 @@ require (
github.com/lkarlslund/binstruct v1.3.1-0.20220418073417-7618823b3136
github.com/lkarlslund/go-win64api v0.0.0-20211005130710-d4f2d07ed091
github.com/lkarlslund/ldap/v3 v3.2.4-0.20210621153959-85555023df29
github.com/lkarlslund/stringdedup v0.6.0
github.com/lkarlslund/stringdedup v0.6.2
github.com/lkarlslund/stringsplus v0.0.0-20211104080454-45e60fe6edc0
github.com/lkarlslund/time-timespan v0.0.0-20210712111050-6e7c565fa001
github.com/mailru/easyjson v0.7.7
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,8 @@ github.com/lkarlslund/stringdedup v0.5.0 h1:1uY/TBysb2SekNrGJX2shrpF/IuUVaL35NaX
github.com/lkarlslund/stringdedup v0.5.0/go.mod h1:UIhe+EbxkghJObY4d4J8WLp9Xe31tzhcbqRJHxAza/U=
github.com/lkarlslund/stringdedup v0.6.0 h1:xvRAavUNxpK+WzQLgjPX/VMf0BB8KHPju5ua2xranBk=
github.com/lkarlslund/stringdedup v0.6.0/go.mod h1:C6LujeQyoAZgpH+D4yCEJqX43l+d9WCeRkrQwGEBlcc=
github.com/lkarlslund/stringdedup v0.6.2 h1:IcoGuXAuZxjntVnxTi7/C+RFh+gVc5wCyt4gkHp9FxA=
github.com/lkarlslund/stringdedup v0.6.2/go.mod h1:zYJo0ndAxVA0CxphKn0OYMM1rubUuUS4GzLtKYsB0vA=
github.com/lkarlslund/stringsplus v0.0.0-20211104080454-45e60fe6edc0 h1:v56FZeDrnIamOapT2KOO8Vev1a4QdAQ9QKLplnsKQ2M=
github.com/lkarlslund/stringsplus v0.0.0-20211104080454-45e60fe6edc0/go.mod h1:iYoXC1os3S1gI7/SslO+cTU7dCl/bYhBqmQyVeAM2bw=
github.com/lkarlslund/time-timespan v0.0.0-20210712111050-6e7c565fa001 h1:S9Xs8FSeBXkzHyvXHcYQKFqwr63T+VL6C9I+4q+0z4E=
Expand Down
4 changes: 2 additions & 2 deletions modules/analyze/export-graph.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ func GenerateCytoscapeJS(pg engine.Graph, alldetails bool) (CytoGraph, error) {
GeneratedBy: version.ProgramVersionShort(),
TargetCytoscapeJSVersion: "~3.0",
Data: CytoGraphData{
SharedName: "adalanche analysis data",
Name: "adalanche analysis data",
SharedName: "Adalanche analysis data",
Name: "Adalanche analysis data",
},
}

Expand Down
12 changes: 6 additions & 6 deletions modules/analyze/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>

<head>
<title>adalanche - Active Directory ACL Visualizer</title>
<title>Adalanche - Graph Analytics Platform</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">


Expand Down Expand Up @@ -149,7 +149,7 @@
</details>
<details class="collapse-panel">
<summary class="collapse-header">
Analysis methods
Edges
</summary>
<div class="collapse-content">
<form id="analysispwnform">
Expand All @@ -161,7 +161,7 @@
</details>
<details class="collapse-panel">
<summary class="collapse-header">
Analysis object types
Nodes
</summary>
<div class="collapse-content">
<form id="analysistypeform">
Expand All @@ -175,7 +175,7 @@
<!-- end of data submitted on analysis -->
<details class="collapse-panel">
<summary class="collapse-header">
Graph style
Visualization
</summary>
<div class="collapse-content">
<label for="graphlayout">Choose layout</label>
Expand All @@ -198,7 +198,7 @@
</details>
<details class="collapse-panel">
<summary class="collapse-header">
General options
Options
</summary>
<div class="collapse-content">
<div class="input-group">
Expand Down Expand Up @@ -226,7 +226,7 @@
</div>

<!-- Absolute stuff -->
<div id="about" class="pointer-events-auto"><span id="programinfo">adalanche</span> - <span id="programlink"><img src="icons/twitter.svg" height="16px"> <a href="https://twitter.com/lkarlslund">@lkarlslund</a></span>
<div id="about" class="pointer-events-auto"><span id="programinfo">Adalanche</span> - <span id="programlink"><img src="icons/twitter.svg" height="16px"> <a href="https://twitter.com/lkarlslund">@lkarlslund</a></span>
</div>

<div id="status" class="border bg-dark p-5 shadow pointer-events-auto">
Expand Down
2 changes: 1 addition & 1 deletion modules/engine/processing.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func Merge(aos []*Objects) (*Objects, error) {

globalobjects := NewObjects()
globalroot := NewObject(
Name, AttributeValueString("adalanche root node"),
Name, AttributeValueString("Adalanche root node"),
ObjectCategorySimple, AttributeValueString("Root"),
)
globalobjects.SetRoot(globalroot)
Expand Down

0 comments on commit df2a31b

Please sign in to comment.