File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "namespace" : " com.diffblue.security" ,
3
+ "rules" :
4
+ [
5
+ {
6
+ "comment" : " Get on a tainted map returns a tainted object" ,
7
+ "class" : " java.util.Map" ,
8
+ "method" : " get:(Ljava/lang/Object;)Ljava/lang/Object;" ,
9
+ "input" : {
10
+ "location" : " this" ,
11
+ "taint" : " Tainted Parameter Map"
12
+ },
13
+ "result" : {
14
+ "location" : " returns" ,
15
+ "taint" : " Tainted String"
16
+ }
17
+ }
18
+ ]
19
+ }
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ The built binaries will be stored in:
148
148
(4) ginco
149
149
---------
150
150
151
- GINCO is a free software developped by the Ministry of Culture and Communication
151
+ GINCO is free software developped by the Ministry of Culture and Communication
152
152
(France) and is dedicated to the management of vocabularies. GINCO is released
153
153
under the terms of the CeCiLL v2 license.
154
154
@@ -168,7 +168,7 @@ Install guide for Ubuntu:
168
168
1. Open a terminal in the directory of this readme file and clone:
169
169
git clone https://github.com/culturecommunication/ginco
170
170
2. Enter the directory "ginco" and build the app with maven:
171
- (optional ) git checkout 9d07909a1d768499443fa84085fa295649135507 # The commit before the commits of interest above
171
+ (this commit may not build ) git checkout 9d07909a1d768499443fa84085fa295649135507 # The commit before the commits of interest above
172
172
mvn clean package
173
173
mkdir dist
174
174
cp ginco-admin/target/ginco-admin.war dist
You can’t perform that action at this time.
0 commit comments