|
1 | 1 | <sinkSources xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:schemaLocation="SourcesAndSinks.xsd"> |
2 | 2 |
|
3 | | - <category id="NO_CATEGORY" customId="OUTPUT_WRITING"> |
| 3 | + <category id="OUTPUT_WRITING"> |
4 | 4 | <method signature="java.io.PrintWriter: void print(boolean)"> |
5 | 5 | <param index="0" description="Output Data"> |
6 | 6 | <accessPath isSource="false" isSink="true" /> |
|
1001 | 1001 | </method> |
1002 | 1002 | </category> |
1003 | 1003 |
|
1004 | | - <category id="NO_CATEGORY" customId="INPUT_READING"> |
| 1004 | + <category id="INPUT_READING"> |
1005 | 1005 | <method signature="java.io.Reader: int read()"> |
1006 | 1006 | <return description="Input Data"> |
1007 | 1007 | <accessPath isSource="true" isSink="false" /> |
|
1353 | 1353 | </category> |
1354 | 1354 |
|
1355 | 1355 | <!-- Android Secure Settings --> |
1356 | | - <category id="NO_CATEGORY" customId="SECURE_SETTINGS" description="Android Secure Settings"> |
| 1356 | + <category id="SECURE_SETTINGS" description="Android Secure Settings"> |
1357 | 1357 | <method signature="android.provider.Settings$Secure: float getFloat(android.content.ContentResolver,java.lang.String)"> |
1358 | 1358 | <return description="Android Secure Setting"> |
1359 | 1359 | <accessPath isSource="true" isSink="false" /> |
|
1831 | 1831 | </category> |
1832 | 1832 |
|
1833 | 1833 | <!-- Address Information --> |
1834 | | - <category id="NO_CATEGORY" customId="ADDRESS_INFORMATION" description="Address or Contact Information"> |
| 1834 | + <category id="ADDRESS_INFORMATION" description="Address or Contact Information"> |
1835 | 1835 | <!-- Addresses --> |
1836 | 1836 | <method signature="android.location.Address: java.lang.String getAddressLine(int)"> |
1837 | 1837 | <return description="Address line"> |
|
1958 | 1958 | </category> |
1959 | 1959 |
|
1960 | 1960 | <!-- Shared Preferences --> |
1961 | | - <category id="NO_CATEGORY" customId="PREFERENCE_READ" description="Reading from preferences"> |
| 1961 | + <category id="PREFERENCE_READ" description="Reading from preferences"> |
1962 | 1962 | <method signature="android.content.SharedPreferences: boolean getBoolean(java.lang.String,boolean)"> |
1963 | 1963 | <return description="Preference value"> |
1964 | 1964 | <accessPath isSource="true" isSink="false" /> |
|
2024 | 2024 | </category> |
2025 | 2025 |
|
2026 | 2026 | <!-- Environment Variables --> |
2027 | | - <category id="NO_CATEGORY" customId="ENVIRONMENT" description="Environment"> |
| 2027 | + <category id="ENVIRONMENT" description="Environment"> |
2028 | 2028 | <method signature="java.lang.System: java.lang.String getenv(java.lang.String)"> |
2029 | 2029 | <return description="Environment variable"> |
2030 | 2030 | <accessPath isSource="true" isSink="false" /> |
|
2053 | 2053 | </category> |
2054 | 2054 |
|
2055 | 2055 | <!-- SQL Results --> |
2056 | | - <category id="NO_CATEGORY" customId="SQL_RESULTS" description="SQL Results"> |
| 2056 | + <category id="SQL_RESULTS" description="SQL Results"> |
2057 | 2057 | <method signature="java.sql.ResultSet: java.sql.Array getArray(int)"> |
2058 | 2058 | <return description="SQL Result"> |
2059 | 2059 | <accessPath isSource="true" isSink="false" /> |
|
2438 | 2438 | </category> |
2439 | 2439 |
|
2440 | 2440 | <!-- Advertising ID --> |
2441 | | - <category id="NO_CATEGORY" customId="ADVERTISING_ID"> |
| 2441 | + <category id="ADVERTISING_ID"> |
2442 | 2442 | <method signature="com.google.android.gms.ads.identifier.AdvertisingIdClient$Info: java.lang.String getId()"> |
2443 | 2443 | <param index="0" description="Advertising ID"> |
2444 | 2444 | <accessPath isSource="true" isSink="false" /> |
|
0 commit comments